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
/
Handler_Public.php
Age
Commit message (
Expand
)
Author
2025-08-04
add necessary plumbing for auto light/dark switch for the forgotpass handler
Andrew Dolgov
2025-06-03
Minor CSS+style tweaks in 'Handler_Public#generate_syndicated_feed()'.
wn_
2025-06-03
Use the current timestamp for feed-level 'updated' in 'Handler_Public#generat...
wn_
2025-06-03
Style tweaks in 'Handler_Public#generate_syndicated_feed()'
wn_
2025-06-03
Fail early in 'Handler_Public#generate_syndicated_feed()' on unrecognized for...
wn_
2025-06-03
Use the official JSON MIME type of 'application/json'.
wn_
2025-05-18
send content-length with cached files
Andrew Dolgov
2025-05-02
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Andrew Dolgov
2025-03-14
add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers
Andrew Dolgov
2024-11-18
Eliminate use of deprecated 'get_pref()' and 'set_pref()'.
wn_
2024-11-12
Move 'IVirtualFeed' checks into 'PluginHost::get_feed_handler()'.
wn_
2024-11-12
Remove some PHPStan ignores and make others rule-specific.
wn_
2023-10-25
make phpstan happy
Andrew Dolgov
2023-10-25
add healthcheck public method, map by default to /healthz
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov