summaryrefslogtreecommitdiff
path: root/classes/UserHelper.php
AgeCommit message (Expand)Author
2025-04-27Remove an unnecessary session UID existence check in 'UserHelper::authenticat...wn_
2025-03-04Get rid of the 'language' session variable.wn_
2024-11-24Use match expressions in some places.wn_
2024-11-23Use native union types in most places.wn_
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-11-12Remove some PHPStan ignores and make others rule-specific.wn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-08-16enforce lowercase usernames while keeping backwards-compatibility for authent...Andrew Dolgov
2024-07-11Add and use the 'Sessions' class.wn_
2024-03-26Make implicit nullable parameters explicitly nullable.wn_
2024-01-08Clean up some unused variables.wn_
2023-10-25move to psr-4 autoloaderAndrew Dolgov