mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-27 02:32:49 -04:00
* Implement filter on last modified date by server Especially relevant for API, to get the modified changes: the API will now return the articles that are new or which content has been modified since `ot`: fix https://github.com/FreshRSS/FreshRSS/issues/7304 fix https://github.com/FreshRSS/FreshRSS/issues/2566 https://github.com/jocmp/capyreader/discussions/533#discussioncomment-11341808 New corresponding search operator `mdate:` and new UI: <img width="650" height="627" alt="image" src="https://github.com/user-attachments/assets/8ba02937-abc7-44bf-b718-cf269cc37caf" /> * Migration from existing id column * Fix auto-update * Index after update for performance * Minor comment * Minor whitespace * Fix regex * Minor .gitignore * Changelog and warning * Update app/i18n/pl/gen.php Co-authored-by: Inverle <inverle@proton.me> * make fix-all * Optimise SQL auto-update For speed and resilience * Minor SQLite change of sequence * Changelog * Speed optimisation: No DEFAULT 0 * Better migration * Revert small bug * Prepare filtering on multiple dates for API * make fix-all * Update tests * Remaining manual merge * Update versions * Remove warnings no longer relevant in changelog * Implement in API, and COALESCE * No lastModified when adding new article * Rework logic * Sort IS NOT NULL * Remove forgotten lastModified --------- Co-authored-by: Inverle <inverle@proton.me>
3.6 KiB
3.6 KiB