summaryrefslogtreecommitdiff
path: root/classes/Pref_Prefs.php
AgeCommit message (Expand)Author
2025-10-08Fix supporting master+main in plugin management. Fixes tt-rss/tt-rss#17supahgreg
2025-10-06Switch links to the 'tt-rss' GitHub organization.supahgreg
2025-10-05Switch from 'tt-rss-web-static' links to wiki links.supahgreg
2025-10-04Appeasing PHPStan.supahgreg
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_
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
2024-11-21Bump 'chillerlan/php-qrcode' to 5.0.x.wn_
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
2024-01-09shorten DIGEST_MIN_SCORE help textAndrew Dolgov
2024-01-09 * mark get_pref/set_pref wrappers as deprecatedAndrew Dolgov
2024-01-08Clean up some unused variables.wn_
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