index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Pref_Prefs.php
Age
Commit message (
Expand
)
Author
2025-10-14
Remove 'App.byId()', which was essentially an alias of 'document.getElementBy...
supahgreg
2025-10-08
Fix supporting master+main in plugin management. Fixes tt-rss/tt-rss#17
supahgreg
2025-10-06
Switch links to the 'tt-rss' GitHub organization.
supahgreg
2025-10-05
Switch from 'tt-rss-web-static' links to wiki links.
supahgreg
2025-10-04
Appeasing PHPStan.
supahgreg
2025-10-03
Initial attempt to support both 'main' and 'master' branches.
supahgreg
2025-10-03
Remove references to, and integrations with, 'tt-rss.org'.
supahgreg
2025-04-14
initial attempt to remove mysql-related stuff from tt-rss
Andrew Dolgov
2025-03-04
Get rid of the 'language' session variable.
wn_
2024-12-15
Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.
wn_
2024-11-21
Bump 'chillerlan/php-qrcode' to 5.0.x.
wn_
2024-11-18
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
wn_
2024-11-12
Address PHPStan findings as of 2.0.1
wn_
2024-08-21
Fix some broken links and make minor wording tweaks.
wn_
2024-08-04
Replace basic 'isset()' cases with the null coalescing operator.
wn_
2024-01-13
Merge branch 'feature/unused-var-cleanup' into 'master'
Andrew Dolgov
2024-01-09
shorten DIGEST_MIN_SCORE help text
Andrew Dolgov
2024-01-09
* mark get_pref/set_pref wrappers as deprecated
Andrew Dolgov
2024-01-08
Clean up some unused variables.
wn_
2023-10-27
add a separate interface for auth modules w/ change_password() method
Andrew Dolgov
2023-10-27
replace some dirname horrors with a separate unit-tested method
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov