summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2025-03-30use server-side localized formatting for matching rule to display as a toolti...Andrew Dolgov
2025-03-30stop sending matched content twice for the tooltip, use smaller objects conta...Andrew Dolgov
2025-03-29Strip '[\r\n\t]' from entry content during filter test.wn_
2025-03-28enforce maximum length on resulting rule regexp match, highlight based on str...Andrew Dolgov
2025-03-28 * fix filter test not returning anything for filters set for specificAndrew Dolgov
2025-03-28add limited highlighting of filter test results based on matched rulesAndrew Dolgov
2025-03-27filter test dialog improvements:Andrew Dolgov
2025-03-19allow setting update interval in subcribe to feed dialogAndrew Dolgov
2025-03-18Support using phrases in searches (PostgreSQL only).wn_
2025-03-15Some improvements in 'Feeds::_search_to_sql()'.wn_
2025-03-14add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providersAndrew Dolgov
2025-03-08Merge branch 'feature/time-comparison-gen' into 'master'Andrew Dolgov
2025-03-04Add and use 'Db::now_comparison_qpart()'.wn_
2025-03-04Get rid of the 'language' session variable.wn_
2025-02-25Use the fileinfo module for favicon validation in 'RSSUtils::update_favicon()'.wn_
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_
2025-02-08Clean up 'Pref_Filters::testFilterDo()'.wn_
2025-01-26Remove now-unused 'Config::ICONS_URL'.wn_
2025-01-26Reduce use of legacy 'Config::ICONS_DIR'.wn_
2025-01-06Fix setting a custom title when cloning a single filter.wn_
2025-01-06Use 'clone' wording for filter duplication.wn_
2025-01-06Fix a return type warning in 'Pref_Filters'.wn_
2025-01-06Prompt for the new filter name when only copying one.wn_
2025-01-06Add the ability to copy an existing filter.wn_
2024-12-16Merge branch 'feature/php-misc' into 'master'Andrew Dolgov
2024-12-15Don't bother passing unused arguments to 'TimeHelper::make_local_datetime()'.wn_
2024-12-15Consistently handle the 'smart' display of default/never dates.wn_
2024-12-15minor PHPDoc cleanup in PluginHostwn_
2024-12-15Clean up some virtual feed stuff in PluginHost.wn_
2024-12-15Deal with FeedEnclosure property accessed before initialization.wn_
2024-12-15Revert some stuff based upon feedbackwn_
2024-12-14Use a native DNF type for 'PluginHost->get_feed_handler()'.wn_
2024-12-14Use native typing in more places and clean up 'FeedEnclosure' a bit.wn_
2024-12-14Remove use of 'ReturnTypeWillChange'.wn_
2024-12-14Use the spread operator instead of 'array_merge' in more places.wn_
2024-12-14show amount of stored article in prefs feed treeAndrew Dolgov
2024-12-09Bump the minimum required PHP version to 8.2.0.wn_
2024-11-26Add+use FeedParser::FEED_UNKNOWNwn_
2024-11-26Fix RDF feed support in FeedParser.wn_
2024-11-25API: allow catchup for search results (bumps api level to 22)Andrew Dolgov
2024-11-24Use PHP 8 'str_' functions.wn_
2024-11-24Use match expressions in some places.wn_
2024-11-24allow nullable password in auto_create_user for backwards compatibilityAndrew Dolgov
2024-11-24Merge branch 'getfiltertree-eldritch-horrors' into 'master'Andrew Dolgov
2024-11-24make filter search properly case-insensitiveAndrew Dolgov
2024-11-23Use native union types in most places.wn_
2024-11-23simplify resulting tree root objectAndrew Dolgov
2024-11-23getfiltertree: switch to ORM and simplify codeAndrew Dolgov
2024-11-23collapse actions summary list in filter tree if 'toggle rule display' is disa...Andrew Dolgov