aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-04Use the correct suffix for GoComics permalinks.wn_
2025-04-04Merge branch 'bugfix/gocomics-changes' into 'master'Andrew Dolgov
Handle changes to GoComics. See merge request tt-rss/tt-rss!113
2025-04-04Handle changes to GoComics.wn_
2025-03-31Merge branch 'feature/search-in-hash' into 'master'Andrew Dolgov
Include the search query+language as part of the URL hash See merge request tt-rss/tt-rss!112
2025-03-31Merge branch 'better-filter-tests' into 'master'Andrew Dolgov
filter test dialog improvements: See merge request tt-rss/tt-rss!111
2025-03-30Bump ESLint ecmaVersion to 2020.wn_
It wasn't aware of optional chaining.
2025-03-30Include the search query+language as part of the URL hash.wn_
2025-03-30use server-side localized formatting for matching rule to display as a ↵Andrew Dolgov
tooltip (for now)
2025-03-30stop sending matched content twice for the tooltip, use smaller objects ↵Andrew Dolgov
containing only regular expression and rule type
2025-03-29Strip '[\r\n\t]' from entry content during filter test.wn_
This is to help get the content and regex match strings a bit closer.
2025-03-28enforce maximum length on resulting rule regexp match, highlight based on ↵Andrew Dolgov
strings with stripped tags
2025-03-28 * fix filter test not returning anything for filters set for specificAndrew Dolgov
feed ID * show content preview after first matched rule, not article beginning * show meaningful preview for filters matching on article link, tags, and author
2025-03-28add limited highlighting of filter test results based on matched rulesAndrew Dolgov
2025-03-27filter test dialog improvements:Andrew Dolgov
- properly return results for filter rules matching specific feeds or categories - fix test results never returned for Uncategorized - show tooltip with specific word match and matched rule on resulting item hover
2025-03-26enable ta translationAndrew Dolgov
2025-03-26Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Tamil) See merge request tt-rss/tt-rss!110
2025-03-26add integration runner tagAndrew Dolgov
2025-03-21Translated using Weblate (Latvian)Edgars Andersons
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/lv/
2025-03-20Translated using Weblate (Tamil)தமிழ்நேரம்
Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/ta/
2025-03-19Translated using Weblate (Tamil)தமிழ்நேரம்
Currently translated at 55.2% (384 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/ta/
2025-03-19allow setting update interval in subcribe to feed dialogAndrew Dolgov
2025-03-19Merge branch 'feature/search-to-sql-phrases' into 'master'Andrew Dolgov
Support phrases in searches (PostgreSQL only) See merge request tt-rss/tt-rss!109
2025-03-18Support using phrases in searches (PostgreSQL only).wn_
2025-03-17Merge branch 'feature/search-to-sql-tweaks' into 'master'Andrew Dolgov
Some improvements in 'Feeds::_search_to_sql()'. See merge request tt-rss/tt-rss!108
2025-03-15Some improvements in 'Feeds::_search_to_sql()'.wn_
* Pass in the profile so some preferences can be retrieved correctly. * Consistently use the owner UID that gets passed in (previously some session var uses).
2025-03-14Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Added translation using Weblate (Tamil) See merge request tt-rss/tt-rss!107
2025-03-14allow app passwords via auth_internal even if DISABLE_LOGIN_FORM is setAndrew Dolgov
2025-03-14Merge branch 'protected/DISABLE_LOGIN_FORM' into 'master'Andrew Dolgov
add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers See merge request tt-rss/tt-rss!106
2025-03-14add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providersAndrew Dolgov
2025-03-09Added translation using Weblate (Tamil)தமிழ்நேரம்
2025-03-08Merge branch 'feature/time-comparison-gen' into 'master'Andrew Dolgov
Add and use 'Db::past_comparison_qpart()'. See merge request tt-rss/tt-rss!105
2025-03-04Merge branch 'bugfix/user-language' into 'master'Andrew Dolgov
Get rid of the 'language' session variable. See merge request tt-rss/tt-rss!104
2025-03-04Add and use 'Db::now_comparison_qpart()'.wn_
This introduces a helper to build a query part comparing a field against a past datetime (determined by '$now - $some_interval'), eliminating certain boilerplate code.
2025-03-04Get rid of the 'language' session variable.wn_
It had issues (no profile usage, only set at login), so it's cleanest to just replace its one usage with 'Prefs::get()'.
2025-02-26Merge branch 'feature/favicon-mime-type-detection' into 'master'Andrew Dolgov
Use the fileinfo module for favicon validation in 'RSSUtils::update_favicon()'. See merge request tt-rss/tt-rss!103
2025-02-25Use the fileinfo module for favicon validation in 'RSSUtils::update_favicon()'.wn_
2025-02-20Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Czech) See merge request tt-rss/tt-rss!102
2025-02-20Merge branch 'feature/efficient-filter-testing' into 'master'Andrew Dolgov
Only continue filter testing when there are likely more entries to check. See merge request tt-rss/tt-rss!101
2025-02-15Move filter test results HTML building to the frontend.wn_
2025-02-15Only continue filter testing when there are likely more entries to check.wn_
Prior to this, a filter test could needlessly result in up to 100 backend requests (limit 100, max_offset 10000) when the filter's associated feeds+categories have fewer than 10000 entries.
2025-02-11Translated using Weblate (Czech)Patrik Coch
Currently translated at 98.2% (683 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/cs/
2025-02-08Merge branch 'feature/filter-test-cleanup' into 'master'Andrew Dolgov
Clean up 'Pref_Filters::testFilterDo()'. See merge request tt-rss/tt-rss!100
2025-02-08Indicate filters might have matched more than the test found.wn_
Due to the limits set when testing a filter it's possible more results (some of which the user may be expecting to see) aren't displayed.
2025-02-08Clean up 'Pref_Filters::testFilterDo()'.wn_
Use ORM, drop the '5 rule' limit, etc.
2025-01-27Merge branch 'feed-icons-misc' into 'master'Andrew Dolgov
Feed icons cleanup See merge request tt-rss/tt-rss!99
2025-01-26Remove now-unused 'Config::ICONS_URL'.wn_
2025-01-26Reduce use of legacy 'Config::ICONS_DIR'.wn_
Also some minor cleanup in 'API#_get_config()'.
2025-01-26Include 'cache/feed-icons' in the default backup process.wn_
This is worthwhile since custom icons might've been uploaded and post-restore icon fetches might take a while.
2025-01-22Merge branch 'weblate-integration' into 'master'Andrew Dolgov
Translated using Weblate (Finnish) See merge request tt-rss/tt-rss!98
2025-01-22fix extra commaAndrew Dolgov