summaryrefslogtreecommitdiff
path: root/classes/Pref_Prefs.php
AgeCommit message (Collapse)Author
2025-10-04Appeasing PHPStan.supahgreg
The two if statements involved are related to calls to 'tt-rss.org' that are intentionally disabled.
2025-10-03Initial attempt to support both 'main' and 'master' branches.supahgreg
2025-10-03Remove references to, and integrations with, 'tt-rss.org'.supahgreg
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-03-04Get 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-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
There's no point in passing '$long' unless '$no_smart_dt' is set to 'true'.
2024-11-21Bump 'chillerlan/php-qrcode' to 5.0.x.wn_
* Maintains PHP `7.4` compatibility and adds PHP `8.4` compatibility * The `4.4.x` branch does the same, but I didn't see any reason not to go to `5.0.x`. * https://github.com/chillerlan/php-qrcode/releases
2024-11-18Eliminate use of deprecated 'get_pref()' and 'set_pref()'.wn_
2024-11-12Address PHPStan findings as of 2.0.1wn_
2024-08-21Fix some broken links and make minor wording tweaks.wn_
2024-08-04Replace basic 'isset()' cases with the null coalescing operator.wn_
2024-01-13Merge branch 'feature/unused-var-cleanup' into 'master'Andrew Dolgov
Clean up some unused variables. See merge request tt-rss/tt-rss!19
2024-01-09shorten DIGEST_MIN_SCORE help textAndrew Dolgov
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
* add per-user preference for minimal score required for digest
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-10-27add a separate interface for auth modules w/ change_password() methodAndrew Dolgov
2023-10-27replace some dirname horrors with a separate unit-tested methodAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov