| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ↵ | Andrew Dolgov | |
| intervals, add table to record task execution timestamps, bump schema | |||
| 2025-05-02 | import cron-expression | 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 | |
| PHPStan update and addressing findings See merge request tt-rss/tt-rss!122 | |||
| 2025-04-28 | Merge branch 'rip-mysql' into 'master' | Andrew Dolgov | |
| initial attempt to remove mysql-related stuff from tt-rss See merge request tt-rss/tt-rss!120 | |||
| 2025-04-27 | Remove an unnecessary session UID existence check in ↵ | wn_ | |
| 'UserHelper::authenticate()'. PHPStan 'if.alwaysTrue' | |||
| 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_ | |
| PHPStan 'method.notFound'. | |||
| 2025-04-27 | Address 'method.resultUnused' in 'api/index.php'. | wn_ | |
| 2025-04-27 | Bump PHPStan to 2.1.13 | wn_ | |
| 2025-04-27 | Remove a PHPStan ignore related to PHP < 8 | wn_ | |
| 2025-04-25 | Merge branch 'master' into rip-mysql | Andrew Dolgov | |
| 2025-04-25 | add eslint-formatter-gitlab npm dependency | Andrew Dolgov | |
| 2025-04-17 | cache_starred_images: disable chmod() on cache directory, it doesn't seem to ↵ | Andrew Dolgov | |
| be necessary anymore and breaks on S3 cache implementation | |||
| 2025-04-17 | Merge branch 'master' into rip-mysql | Andrew Dolgov | |
| 2025-04-17 | Merge branch 'fix-schema' into 'master' | Andrew Dolgov | |
| * fix 148 migration for pgsql not setting default value of See merge request tt-rss/tt-rss!121 | |||
| 2025-04-17 | * fix 148 migration for pgsql not setting default value of ↵ | Andrew Dolgov | |
| ttrss_feeds.auth_pass breaking OPML import * replace no-op migrations for mysql with 'select 1' | |||
| 2025-04-14 | more type hints | Andrew Dolgov | |
| 2025-04-14 | add some type hints | Andrew Dolgov | |
| 2025-04-14 | add deprecation notice for sql_random_function() | Andrew Dolgov | |
| 2025-04-14 | update DB_TYPE deprecation notice | Andrew Dolgov | |
| 2025-04-14 | further mysql/DB_TYPE related cleanup | Andrew Dolgov | |
| 2025-04-14 | initial attempt to remove mysql-related stuff from tt-rss | Andrew Dolgov | |
| 2025-04-14 | Merge branch 'mysql-noop' into 'master' | fox | |
| no-op auth_pass varchar to text migration for mysql See merge request git/tt-rss/tt-rss!8 | |||
| 2025-04-14 | no-op auth_pass varchar to text migration for mysql | Andrew Dolgov | |
| 2025-04-14 | Merge branch 'weblate-integration' into 'master' | Andrew Dolgov | |
| Translated using Weblate (Chinese (Traditional Han script)) See merge request tt-rss/tt-rss!119 | |||
| 2025-04-08 | Revert "cleanup environment variables related to global configuration after ↵ | Andrew Dolgov | |
| instantiating config object" This reverts commit e4f1480453a86401f93ed97878c270628fe4d2b7. | |||
| 2025-04-08 | Merge branch 'less-leaks' into 'master' | Andrew Dolgov | |
| cleanup environment variables related to global configuration after instantiating config object See merge request tt-rss/tt-rss!118 | |||
| 2025-04-08 | cleanup environment variables related to global configuration after ↵ | Andrew Dolgov | |
| instantiating config object | |||
| 2025-04-08 | Merge branch 'session-encryption' into 'master' | Andrew Dolgov | |
| add optional encryption for stored session data using Sodium library See merge request tt-rss/tt-rss!117 | |||
| 2025-04-08 | spaces to tabs | Andrew Dolgov | |
| 2025-04-08 | we no longer directly modify schema_version in migrations | Andrew Dolgov | |
| 2025-04-08 | if possible, automatically encrypt stored plaintext password for feed on update | Andrew Dolgov | |
| 2025-04-08 | support transparent encryption for feed passwords, bump schema to drop ↵ | Andrew Dolgov | |
| length limit of ttrss_feeds.auth_pass | |||
| 2025-04-08 | drop SESSION-specific stuff and move encrypt/decrypt helpers to a separate ↵ | Andrew Dolgov | |
| class; add a command line flag to generate encryption keys | |||
| 2025-04-08 | Translated using Weblate (Chinese (Traditional Han script)) | TonyRL | |
| Currently translated at 100.0% (695 of 695 strings) Translation: TinyTinyRSS/webui Translate-URL: https://hosted.weblate.org/projects/tt-rss/webui/zh_Hant/ | |||
| 2025-04-07 | rename SODIUM_ENCRYPTION_KEY to SESSION_ENCRYPTION_KEY and move related ↵ | Andrew Dolgov | |
| stuff to Sessions class | |||
| 2025-04-07 | add optional encryption for stored session data using Sodium library | Andrew Dolgov | |
| 2025-04-07 | Merge branch 'allow-session-cookies' into 'master' | wn | |
| allow setting lifetime to 0 for session cookies See merge request tt-rss/tt-rss!116 | |||
| 2025-04-07 | allow setting lifetime to 0 for session cookies | Andrew Dolgov | |
| 2025-04-04 | Merge branch 'bugfix/hook-feed-basic-info-result' into 'master' | Andrew Dolgov | |
| Only use valid feed basic info from plugins. See merge request tt-rss/tt-rss!115 | |||
| 2025-04-04 | Only use valid feed basic info from plugins. | wn_ | |
| 2025-04-04 | Merge branch 'bugfix/gocomics-changes-2' into 'master' | wn | |
| Use the correct suffix for GoComics permalinks. See merge request tt-rss/tt-rss!114 | |||
| 2025-04-04 | Use the correct suffix for GoComics permalinks. | wn_ | |