summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2025-05-02deal with published hook in _create_published_articleAndrew Dolgov
2025-05-01add plugin hooks invoked when articles get un/marked or un/publishedAndrew Dolgov
2025-04-30Merge branch 'feature/phpstan-updates' into 'master'wn
2025-04-27Remove an unnecessary session UID existence check in 'UserHelper::authenticat...wn_
2025-04-27Add a PHPStan ignore for a non-issue in 'UrlHelper::fetch()'.wn_
2025-04-27Remove unused 'PluginHost::HOOK_FORMAT_ARTICLE_CDM'.wn_
2025-04-17Merge branch 'master' into rip-mysqlAndrew Dolgov
2025-04-17 * fix 148 migration for pgsql not setting default value of ttrss_feeds.auth_...Andrew Dolgov
2025-04-14more type hintsAndrew Dolgov
2025-04-14add deprecation notice for sql_random_function()Andrew Dolgov
2025-04-14update DB_TYPE deprecation noticeAndrew Dolgov
2025-04-14further mysql/DB_TYPE related cleanupAndrew Dolgov
2025-04-14initial attempt to remove mysql-related stuff from tt-rssAndrew Dolgov
2025-04-08Revert "cleanup environment variables related to global configuration after i...Andrew Dolgov
2025-04-08cleanup environment variables related to global configuration after instantia...Andrew Dolgov
2025-04-08spaces to tabsAndrew Dolgov
2025-04-08if possible, automatically encrypt stored plaintext password for feed on updateAndrew Dolgov
2025-04-08support transparent encryption for feed passwords, bump schema to drop length...Andrew Dolgov
2025-04-08drop SESSION-specific stuff and move encrypt/decrypt helpers to a separate cl...Andrew Dolgov
2025-04-07rename SODIUM_ENCRYPTION_KEY to SESSION_ENCRYPTION_KEY and move related stuff...Andrew Dolgov
2025-04-07add optional encryption for stored session data using Sodium libraryAndrew Dolgov
2025-04-07allow setting lifetime to 0 for session cookiesAndrew Dolgov
2025-04-04Only use valid feed basic info from plugins.wn_
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_