index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
2025-10-14
Remove 'App.findAll()', which was essentially an alias of 'document.querySele...
supahgreg
2025-10-14
Remove various Element and Array prototype extensions (and similar).
supahgreg
2025-10-13
Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.
supahgreg
2025-10-12
Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...
supahgreg
2025-10-11
Add some DOMElement hints to help PHPStan.
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-03
Remove references to, and integrations with, 'tt-rss.org'.
supahgreg
2025-09-02
Fix Danby Draws
vjkcxl
2025-09-02
Revert whitespace changes
vjkcxl
2025-09-01
Hopefully fix PHPStan
vjkcxl
2025-09-01
Try to add types
vjkcxl
2025-09-01
Update ComicPress logic
vjkcxl
2025-08-29
Tweak the 'Feeds::_get_title()' param order to make PHP happy.
wn_
2025-08-29
Make 'owner_uid' required for 'Feeds::_get_title()' and 'Feeds::_get_cat_titl...
wn_
2025-08-10
Fix default dark mode CSS path in UtilityJS, use configurable default themes ...
wn_
2025-05-27
cache_starred_images - make scheduled tasks intervals configurable
Andrew Dolgov
2025-05-19
Merge branch 'feature/orm-and-misc' into 'master'
Andrew Dolgov
2025-05-19
Improve media detection in 'cache_starred_images'.
wn_
2025-05-18
Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
wn_
2025-05-17
drop gocomics and other inactive af_comics filters - third time the charm
Andrew Dolgov
2025-05-17
Revert "drop gocomics and other inactive af_comics filters"
Andrew Dolgov
2025-05-17
drop gocomics and other inactive af_comics filters
Andrew Dolgov
2025-05-17
af_comics - fix penny arcade to new markup
Andrew Dolgov
2025-05-04
expose scheduled tasks to plugins, switch cache_starred_images plugin to use ...
Andrew Dolgov
2025-04-25
Merge branch 'master' into rip-mysql
Andrew Dolgov
2025-04-17
cache_starred_images: disable chmod() on cache directory, it doesn't seem to ...
Andrew Dolgov
2025-04-14
add some type hints
Andrew Dolgov
2025-04-14
add deprecation notice for sql_random_function()
Andrew Dolgov
2025-04-14
further mysql/DB_TYPE related cleanup
Andrew Dolgov
2025-04-04
Use the correct suffix for GoComics permalinks.
wn_
2025-04-04
Handle changes to GoComics.
wn_
2025-03-14
allow app passwords via auth_internal even if DISABLE_LOGIN_FORM is set
Andrew Dolgov
2025-03-14
add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers
Andrew Dolgov
2025-01-22
fix extra comma
Andrew Dolgov
2025-01-22
shorten_expanded: add simple event debounce
Andrew Dolgov
2025-01-05
Add processing of dumbingofage.com images
Nathan Neulinger
2024-11-26
also deal with The Oatmeal posts, not just comics
Andrew Dolgov
2024-11-26
add af_comics filter for The Oatmeal
Andrew Dolgov
2024-11-24
Use PHP 8 'str_' functions.
wn_
2024-11-23
Use native union types in most places.
wn_
2024-11-01
af_comics - fix for Danby Draws and maybe other similar wodpress-based sites
Andrew Dolgov
2024-08-16
enforce lowercase usernames while keeping backwards-compatibility for authent...
Andrew Dolgov
2024-08-04
Replace basic 'isset()' cases with the null coalescing operator.
wn_
2024-01-08
Clean up some unused variables.
wn_
2023-12-30
Update all UrlHelper::fetch() calls to use the associative array approach.
wn_
2023-10-27
add a separate interface for auth modules w/ change_password() method
Andrew Dolgov
2023-10-26
Fix class names in some more places.
wn_
2023-06-10
move af_redditimgur to a separate repo
Andrew Dolgov
2023-03-23
* auth_internal OTP form: fix double-urlencode
Andrew Dolgov
[next]