| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-06 | Switch links to the 'tt-rss' GitHub organization. | supahgreg | |
| 2025-10-05 | Switch from 'tt-rss-web-static' links to wiki links. | supahgreg | |
| 2025-10-03 | Remove references to, and integrations with, 'tt-rss.org'. | supahgreg | |
| 2025-09-02 | Fix Danby Draws | vjkcxl | |
| 2025-09-02 | Revert whitespace changes | vjkcxl | |
| 2025-09-01 | Hopefully fix PHPStan | vjkcxl | |
| 2025-09-01 | Try to add types | vjkcxl | |
| 2025-09-01 | Update ComicPress logic | vjkcxl | |
| 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-29 | Tweak the 'Feeds::_get_title()' param order to make PHP happy. | wn_ | |
| Required params need to go before optional. | |||
| 2025-08-29 | Make 'owner_uid' required for 'Feeds::_get_title()' and ↵ | wn_ | |
| 'Feeds::_get_cat_title()'. | |||
| 2025-08-10 | Fix default dark mode CSS path in UtilityJS, use configurable default themes ↵ | wn_ | |
| in bookmarklets. | |||
| 2025-05-27 | cache_starred_images - make scheduled tasks intervals configurable | Andrew Dolgov | |
| 2025-05-19 | Merge 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-19 | Improve media detection in 'cache_starred_images'. | wn_ | |
| This was mostly a copy from 'RSSUtils::cache_media()'. | |||
| 2025-05-18 | Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant. | wn_ | |
| With MySQL support removed (b154bc7a10e46dc9fa0406996507c4fd410366da) this constant is unnecessary. | |||
| 2025-05-17 | drop gocomics and other inactive af_comics filters - third time the charm | Andrew Dolgov | |
| 2025-05-17 | Revert "drop gocomics and other inactive af_comics filters" | Andrew Dolgov | |
| This reverts commit 5f064b4477e74f5de24bdb22a8cb499f2ab03805. | |||
| 2025-05-17 | drop gocomics and other inactive af_comics filters | Andrew Dolgov | |
| 2025-05-17 | af_comics - fix penny arcade to new markup | Andrew Dolgov | |
| 2025-05-04 | expose scheduled tasks to plugins, switch cache_starred_images plugin to use ↵ | Andrew Dolgov | |
| them instead of housekeeping hook | |||
| 2025-04-25 | Merge branch 'master' into rip-mysql | Andrew Dolgov | |
| 2025-04-17 | cache_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-14 | add some type hints | Andrew Dolgov | |
| 2025-04-14 | add deprecation notice for sql_random_function() | Andrew Dolgov | |
| 2025-04-14 | further mysql/DB_TYPE related cleanup | Andrew Dolgov | |
| 2025-04-04 | Use the correct suffix for GoComics permalinks. | wn_ | |
| 2025-04-04 | Handle changes to GoComics. | wn_ | |
| 2025-03-14 | allow app passwords via auth_internal even if DISABLE_LOGIN_FORM is set | Andrew Dolgov | |
| 2025-03-14 | add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers | Andrew Dolgov | |
| 2025-01-22 | fix extra comma | Andrew Dolgov | |
| 2025-01-22 | shorten_expanded: add simple event debounce | Andrew Dolgov | |
| 2025-01-05 | Add processing of dumbingofage.com images | Nathan Neulinger | |
| 2024-11-26 | also deal with The Oatmeal posts, not just comics | Andrew Dolgov | |
| 2024-11-26 | add af_comics filter for The Oatmeal | Andrew Dolgov | |
| 2024-11-24 | Use PHP 8 'str_' functions. | wn_ | |
| A few more characters in some places, but helps with readability. | |||
| 2024-11-23 | Use native union types in most places. | wn_ | |
| 2024-11-01 | af_comics - fix for Danby Draws and maybe other similar wodpress-based sites | Andrew Dolgov | |
| 2024-08-16 | enforce lowercase usernames while keeping backwards-compatibility for ↵ | Andrew Dolgov | |
| authentication | |||
| 2024-08-04 | Replace basic 'isset()' cases with the null coalescing operator. | wn_ | |
| 2024-01-08 | Clean 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-30 | Update 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-27 | add a separate interface for auth modules w/ change_password() method | Andrew Dolgov | |
| 2023-10-26 | Fix class names in some more places. | wn_ | |
| Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f | |||
| 2023-06-10 | move af_redditimgur to a separate repo | Andrew Dolgov | |
| 2023-03-23 | * auth_internal OTP form: fix double-urlencode | Andrew Dolgov | |
| * post-login redirect: handle ?return in a less idiotic fashion | |||
| 2023-02-24 | add override links to utility views | Veit 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 timestamp | Andrew Dolgov | |
| * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag | |||
| 2022-12-13 | move af_readability out of master tree | Andrew Dolgov | |
| 2022-12-12 | Add af_readability 'html5-php' Jenkinsfile. | wn_ | |
| Got missed when updating that dependency. | |||
| 2022-12-12 | Bump af_readability 'html5-php' dependency to latest. | wn_ | |
| This is to add a couple more 'ReturnTypeWillChange' ( https://dev.tt-rss.org/main/html5-php/pulls/1 ). Composer 2.4.4 (latest release) also updated some of its files. | |||