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-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
2025-05-04
expose scheduled tasks to plugins, switch cache_starred_images plugin to use ...
Andrew Dolgov
2025-05-04
Move registration of 'purge_orphaned_scheduled_tasks' into Scheduler.
wn_
2025-05-04
Merge branch 'feature/purge-orphaned-scheduled-tasks' into 'master'
Andrew Dolgov
2025-05-04
Move logging users excluded from updates to a daily scheduled task, exclude d...
wn_
2025-05-04
Periodically purge orphaned scheduled task records.
wn_
2025-05-04
add a basic prefs panel for scheduled task records
Andrew Dolgov
2025-05-04
Revert "bring back cleanup of potentially sensitive environment variables but...
Andrew Dolgov
2025-05-03
adjust scheduler logging to be somewhat more alike to feed updater
Andrew Dolgov
2025-05-02
reorder housekeeping tasks by interval
Andrew Dolgov
2025-05-02
move scheduled tasks to a separate class, add some try-catches, improve/short...
Andrew Dolgov
2025-05-02
rename article mark/publish hooks
Andrew Dolgov
2025-05-02
add workaround for due tasks because housekeeping is not run every minute, fi...
Andrew Dolgov
2025-05-02
bring back cleanup of potentially sensitive environment variables but exclude...
Andrew Dolgov
2025-05-02
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Andrew Dolgov
2025-05-02
fix tasks_run never incremented
Andrew Dolgov
2025-05-02
make digest sending a hourly cron job
Andrew Dolgov
2025-05-02
remove synchronous usages of _purge_orphans()
Andrew Dolgov
2025-05-02
record task duration in seconds
Andrew Dolgov
2025-05-02
split housekeeping jobs to separate scheduled tasks on longer cooldown interv...
Andrew Dolgov
2025-05-02
deal with published hook in _create_published_article
Andrew Dolgov
2025-05-01
add plugin hooks invoked when articles get un/marked or un/published
Andrew Dolgov
2025-04-30
Merge branch 'feature/phpstan-updates' into 'master'
wn
2025-04-27
Remove an unnecessary session UID existence check in 'UserHelper::authenticat...
wn_
2025-04-27
Add a PHPStan ignore for a non-issue in 'UrlHelper::fetch()'.
wn_
2025-04-27
Remove unused 'PluginHost::HOOK_FORMAT_ARTICLE_CDM'.
wn_
[next]