summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2025-10-12Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in ↵supahgreg
'eslint.config.js'). Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'. * https://eslint.org/docs/latest/rules/no-redeclare * https://eslint.org/docs/latest/rules/no-prototype-builtins * https://eslint.org/docs/latest/rules/no-useless-escape
2025-10-11Add some DOMElement hints to help PHPStan.supahgreg
2025-10-06Switch links to the 'tt-rss' GitHub organization.supahgreg
2025-10-05Switch from 'tt-rss-web-static' links to wiki links.supahgreg
2025-10-03Remove references to, and integrations with, 'tt-rss.org'.supahgreg
2025-09-02Fix Danby Drawsvjkcxl
2025-09-02Revert whitespace changesvjkcxl
2025-09-01Hopefully fix PHPStanvjkcxl
2025-09-01Try to add typesvjkcxl
2025-09-01Update ComicPress logicvjkcxl
This updates the logic to work across a variety of additional sites. Additionally, it grabs the author's comments from comics, such as the text on Buttersafe. This does not update the list of supported comics. There are too many comic sites to enumerate all of them anyway.
2025-08-29Tweak the 'Feeds::_get_title()' param order to make PHP happy.wn_
Required params need to go before optional.
2025-08-29Make 'owner_uid' required for 'Feeds::_get_title()' and ↵wn_
'Feeds::_get_cat_title()'.
2025-08-10Fix default dark mode CSS path in UtilityJS, use configurable default themes ↵wn_
in bookmarklets.
2025-05-27cache_starred_images - make scheduled tasks intervals configurableAndrew Dolgov
2025-05-19Merge branch 'feature/orm-and-misc' into 'master'Andrew Dolgov
Use ORM in more places, deprecate const SUBSTRING_FOR_DATE, some minor fixes See merge request tt-rss/tt-rss!135
2025-05-19Improve media detection in 'cache_starred_images'.wn_
This was mostly a copy from 'RSSUtils::cache_media()'.
2025-05-18Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.wn_
With MySQL support removed (b154bc7a10e46dc9fa0406996507c4fd410366da) this constant is unnecessary.
2025-05-17drop gocomics and other inactive af_comics filters - third time the charmAndrew Dolgov
2025-05-17Revert "drop gocomics and other inactive af_comics filters"Andrew Dolgov
This reverts commit 5f064b4477e74f5de24bdb22a8cb499f2ab03805.
2025-05-17drop gocomics and other inactive af_comics filtersAndrew Dolgov
2025-05-17af_comics - fix penny arcade to new markupAndrew Dolgov
2025-05-04expose scheduled tasks to plugins, switch cache_starred_images plugin to use ↵Andrew Dolgov
them instead of housekeeping hook
2025-04-25Merge branch 'master' into rip-mysqlAndrew Dolgov
2025-04-17cache_starred_images: disable chmod() on cache directory, it doesn't seem to ↵Andrew Dolgov
be necessary anymore and breaks on S3 cache implementation
2025-04-14add some type hintsAndrew Dolgov
2025-04-14add deprecation notice for sql_random_function()Andrew Dolgov
2025-04-14further mysql/DB_TYPE related cleanupAndrew Dolgov
2025-04-04Use the correct suffix for GoComics permalinks.wn_
2025-04-04Handle changes to GoComics.wn_
2025-03-14allow app passwords via auth_internal even if DISABLE_LOGIN_FORM is setAndrew Dolgov
2025-03-14add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providersAndrew Dolgov
2025-01-22fix extra commaAndrew Dolgov
2025-01-22shorten_expanded: add simple event debounceAndrew Dolgov
2025-01-05Add processing of dumbingofage.com imagesNathan Neulinger
2024-11-26also deal with The Oatmeal posts, not just comicsAndrew Dolgov
2024-11-26add af_comics filter for The OatmealAndrew Dolgov
2024-11-24Use PHP 8 'str_' functions.wn_
A few more characters in some places, but helps with readability.
2024-11-23Use native union types in most places.wn_
2024-11-01af_comics - fix for Danby Draws and maybe other similar wodpress-based sitesAndrew Dolgov
2024-08-16enforce lowercase usernames while keeping backwards-compatibility for ↵Andrew Dolgov
authentication
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-01-08Clean up some unused variables.wn_
This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm.
2023-12-30Update all UrlHelper::fetch() calls to use the associative array approach.wn_
The other approach (passing in individual params) was marked as deprecated a few years ago.
2023-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-10-26Fix class names in some more places.wn_
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
2023-06-10move af_redditimgur to a separate repoAndrew Dolgov
2023-03-23 * auth_internal OTP form: fix double-urlencodeAndrew Dolgov
* post-login redirect: handle ?return in a less idiotic fashion
2023-02-24add override links to utility viewsVeit Lehmann
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
* DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
2022-12-13move af_readability out of master treeAndrew Dolgov