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
Age
Commit message (
Expand
)
Author
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-09-18
Fix OPML exporting via 'update.php'.
wn_
2025-09-02
use built-in feed for integration test
Andrew Dolgov
2025-08-29
Tweak the 'Feeds::_get_title()' param order to make PHP happy.
wn_
2025-08-29
Minor fix in 'OPML#opml_export()'.
wn_
2025-08-29
Make 'owner_uid' required for 'Feeds::_get_title()' and 'Feeds::_get_cat_titl...
wn_
2025-08-29
Fix getting the title for syndicated feeds.
wn_
2025-08-25
Filter more results by user ID.
wn_
2025-08-04
Fix youtube-nocookie support
vjkcxl
2025-08-04
drop unused legacy (?) handler method OPML->import()
Andrew Dolgov
2025-08-04
add necessary plumbing for auto light/dark switch for the forgotpass handler
Andrew Dolgov
2025-08-01
make default light/dark themes configurable, add support for main application...
Andrew Dolgov
2025-07-30
fix publishedcounter not working for feed counters
Andrew Dolgov
2025-07-30
add missing count_published to get_cats() and fix some misleading indenting
Andrew Dolgov
2025-07-30
implement special counter display when viewing by published, similar to marked
Andrew Dolgov
2025-07-26
Look for media thumbnails in more places.
wn_
2025-07-06
Separate feed type detection from init, don't subscribe on failures.
wn_
2025-07-04
replace all instances of die() with print+exit because die() returns exit code 0
Andrew Dolgov
2025-07-03
add support for PG sslmode and set it to prefer encrypted connections by default
Andrew Dolgov
2025-06-23
allow searching by tags (prefix tag:)
Andrew Dolgov
2025-06-19
Clean up displaying subscription error info, log more detailed info to the ev...
wn_
2025-06-17
Remove unused subscription return code 6
wn_
2025-06-17
Escape error content displayed when subscribing fails (as it might contain HT...
wn_
2025-06-17
Show some HTML content as a hover tip when the 'feed URL' returned HTML witho...
wn_
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-22
Drop legacy feed icon storage migration and unused 'Config::ICONS_DIR'.
wn_
2025-05-22
fix wrong config param being used & add a link to cron syntax we support
Andrew Dolgov
2025-05-22
make default task schedules configurable
Andrew Dolgov
2025-05-21
Improve naming when working with filter actions.
wn_
2025-05-18
Fix check for no articles found in 'RSSUtils::update_rss_feed()'.
wn_
2025-05-18
Minor ORM usage tweak in 'RSSUtils::update_rss_feed()'.
wn_
2025-05-18
Use ORM in remaining parts of 'Pref_Users'.
wn_
2025-05-18
Use ORM in 'Counters::get_feeds()' (and simplify stuff).
wn_
2025-05-18
Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
wn_
2025-05-18
send content-length with cached files
Andrew Dolgov
2025-05-17
Get rid of 'Db::past_comparison_qpart()'.
wn_
2025-05-17
API/getFeeds: return feed last_error & update_interval
Andrew Dolgov
2025-05-06
use RETURNING syntax when creating base filter record during OPML import
Andrew Dolgov
2025-05-06
use RETURNING syntax when creating article record in share anything
Andrew Dolgov
2025-05-06
use RETURNING syntax when creating base filter record
Andrew Dolgov
2025-05-05
switch insert query for base article record to named parameters and add previ...
Andrew Dolgov
2025-05-05
drop some pointless queries now that we can use RETURNING for inserts
Andrew Dolgov
2025-05-05
only open PDO transaction while performing CRUD operations on article
Andrew Dolgov
2025-05-04
scheduler - only register built-in purge_orphaned_scheduled_tasks if running ...
Andrew Dolgov
2025-05-04
record last cron expression (and stub owner_uid) used by scheduled task
Andrew Dolgov
[next]