| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-27 | Remove an unnecessary session UID existence check in ↵ | wn_ | |
| 'UserHelper::authenticate()'. PHPStan 'if.alwaysTrue' | |||
| 2025-03-04 | Get rid of the 'language' session variable. | wn_ | |
| It had issues (no profile usage, only set at login), so it's cleanest to just replace its one usage with 'Prefs::get()'. | |||
| 2024-11-24 | Use match expressions in some places. | wn_ | |
| 2024-11-23 | Use native union types in most places. | wn_ | |
| 2024-11-18 | Eliminate use of deprecated 'get_pref()' and 'set_pref()'. | wn_ | |
| 2024-11-12 | Remove some PHPStan ignores and make others rule-specific. | wn_ | |
| 2024-11-12 | Address PHPStan findings as of 2.0.1 | wn_ | |
| 2024-08-16 | enforce lowercase usernames while keeping backwards-compatibility for ↵ | Andrew Dolgov | |
| authentication | |||
| 2024-07-11 | Add and use the 'Sessions' class. | wn_ | |
| 2024-03-26 | Make implicit nullable parameters explicitly nullable. | wn_ | |
| This is to address a deprecation planned for PHP 8.4. https://wiki.php.net/rfc/deprecate-implicitly-nullable-types | |||
| 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-10-25 | move to psr-4 autoloader | Andrew Dolgov | |