| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2022-11-28 | Consistently get the self URL. | wn_ | |
| This ensures all uses of the self URL get the same normalized/sanitized value. | |||
| 2022-11-24 | deprecate DiskCache->touch() | Andrew Dolgov | |
| 2022-10-01 | Fix PHP8 strtime warning if argument is null (addendum) | jmechnich | |
| 2022-08-12 | Replace use of 'array_merge' with the spread operator and 'array_push' in ↵ | wn_ | |
| various places. This isn't supported for arrays with string keys until PHP 8.1. https://wiki.php.net/rfc/spread_operator_for_array | |||
| 2022-08-12 | minor: remove a PHP >= 5.6 check in 'af_redditimgur' | wn_ | |
| 2022-07-31 | readability: import fixed html5-php | Andrew Dolgov | |
| 2022-07-31 | fork masterminds html5-php | Andrew Dolgov | |
| 2022-07-27 | af_redditimgur: absolutize links before working on them (again) | Andrew Dolgov | |
| 2022-07-27 | Revert "af_redditimgur: absolutize links before working on them" | Andrew Dolgov | |
| This reverts commit 6a68ed0208b0b9eda5a4c9ea53f5dc699e4d9b12. | |||
| 2022-07-27 | af_redditimgur: absolutize links before working on them | Andrew Dolgov | |
| 2022-07-27 | af_redditimgur: don't try to check if null domain is blacklisted | Andrew Dolgov | |
| 2022-07-24 | readability: depend on psr/http-factory | Andrew Dolgov | |
| 2022-07-24 | readability: add missing dependencies | Andrew Dolgov | |
| 2022-07-24 | use correct namespace for forked readability-php | Andrew Dolgov | |
| 2022-07-16 | add missing files for forked idiorm | Andrew Dolgov | |
| 2022-07-13 | af_redditimgur: absolutize links before processing them | Andrew Dolgov | |
| 2022-07-08 | fix: lower-case remote usernames before validation | disconn3ct | |
| Fixes a bug where users are saved lowercase but compared mixed-case. Only applies to upstreams that send non-lowercase usernames. No obvious security impact; it results in a unique key violation and not a successful login. | |||
| 2022-06-19 | experimental, af_psql_trgm: attempt to pseudo-normalize returned mysql score ↵ | Andrew Dolgov | |
| values by dividing by match length | |||
| 2022-06-19 | af_psql_trgm: add support for querying against mariadb FULLTEXT indexes | Andrew Dolgov | |
| 2022-06-10 | * add UserHelper methods to manipulate user database (add, modify, delete) | Andrew Dolgov | |
| * expose said methods via CLI (update.php) * fix several invocations of deprecated functions * set stricter type hints on several method arguments | |||
| 2022-05-30 | bookmarklets: fix wiki URL | Andrew Dolgov | |
| 2022-03-28 | Fix af_comics for explosm after site changes | Eduardo M KALINOWSKI | |
| 2022-03-22 | af_readability: ask readability-php library to fix relative URLs | Andrew Dolgov | |
| 2022-02-05 | note: use proper hook to set click handlers | Andrew Dolgov | |
| 2022-02-01 | plugins/note: allow editing note by clicking on it | Andrew Dolgov | |