index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Config.php
Age
Commit message (
Expand
)
Author
2025-08-01
make default light/dark themes configurable, add support for main application...
Andrew Dolgov
2025-07-03
add support for PG sslmode and set it to prefer encrypted connections by default
Andrew Dolgov
2025-05-22
Drop legacy feed icon storage migration and unused 'Config::ICONS_DIR'.
wn_
2025-05-22
fix wrong config param being used & add a link to cron syntax we support
Andrew Dolgov
2025-05-22
make default task schedules configurable
Andrew Dolgov
2025-05-04
record last cron expression (and stub owner_uid) used by scheduled task
Andrew Dolgov
2025-05-04
Revert "bring back cleanup of potentially sensitive environment variables but...
Andrew Dolgov
2025-05-02
bring back cleanup of potentially sensitive environment variables but exclude...
Andrew Dolgov
2025-05-02
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Andrew Dolgov
2025-05-02
split housekeeping jobs to separate scheduled tasks on longer cooldown interv...
Andrew Dolgov
2025-04-17
Merge branch 'master' into rip-mysql
Andrew Dolgov
2025-04-17
* fix 148 migration for pgsql not setting default value of ttrss_feeds.auth_...
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-08
Revert "cleanup environment variables related to global configuration after i...
Andrew Dolgov
2025-04-08
cleanup environment variables related to global configuration after instantia...
Andrew Dolgov
2025-04-08
support transparent encryption for feed passwords, bump schema to drop length...
Andrew Dolgov
2025-04-08
drop SESSION-specific stuff and move encrypt/decrypt helpers to a separate cl...
Andrew Dolgov
2025-04-07
rename SODIUM_ENCRYPTION_KEY to SESSION_ENCRYPTION_KEY and move related stuff...
Andrew Dolgov
2025-04-07
add optional encryption for stored session data using Sodium library
Andrew Dolgov
2025-03-14
add Config::DISABLE_LOGIN_FORM to allow limiting logins to SSO providers
Andrew Dolgov
2025-01-26
Remove now-unused 'Config::ICONS_URL'.
wn_
2024-12-14
Use native typing in more places and clean up 'FeedEnclosure' a bit.
wn_
2024-12-09
Bump the minimum required PHP version to 8.2.0.
wn_
2024-11-24
Use PHP 8 'str_' functions.
wn_
2024-11-24
Use match expressions in some places.
wn_
2024-11-23
Use native union types in most places.
wn_
2024-11-23
bump minimum required php version to 8.0 & remove some deprecated code
Andrew Dolgov
2024-11-04
fix get_self_url() misbehaving in plugins/
Andrew Dolgov
2024-10-01
drop OPENTELEMETRY_ global config entries
Andrew Dolgov
2024-09-15
add another test for self url, split regex into two parts - one for plugins, ...
Andrew Dolgov
2024-09-14
fix Config::get_self_url() invoked from plugin context, better deal with mult...
Andrew Dolgov
2024-08-21
Fix some broken links and make minor wording tweaks.
wn_
2024-06-18
set DAEMON_FEED_LIMIT to 50 by default and use it consistently between forkin...
Andrew Dolgov
2024-06-18
* pass arbitrary CLI arguments to update daemon via updater.sh entrypoint
Andrew Dolgov
2023-10-27
replace some dirname horrors with a separate unit-tested method
Andrew Dolgov
2023-10-25
add healthcheck public method, map by default to /healthz
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov