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
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2023-10-24
add a workaround for make_self_url() when invoked off /api/ endpoint, add uni...
Andrew Dolgov
2023-10-23
Revert "add a self url path hack to strip request path directories (needed fo...
Andrew Dolgov
2023-10-23
Revert "make phpstan happy"
Andrew Dolgov
2023-10-23
make phpstan happy
Andrew Dolgov
2023-10-23
add a self url path hack to strip request path directories (needed for /api/i...
Andrew Dolgov
2023-10-22
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
Andrew Dolgov
2023-10-20
OPENTELEMETRY_HOST -> OPENTELEMETRY_ENDPOINT
Andrew Dolgov
2023-10-20
jaeger-client -> opentelemetry
Andrew Dolgov
2023-05-27
Fix version string for unsupported installations
Chih-Hsuan Yen
2023-04-10
long year -> short year
Andrew Dolgov
2023-04-10
we don't need BUILD_TIMESTAMP either
Andrew Dolgov
2023-04-10
move branch to version tooltip
Andrew Dolgov
2023-04-10
use short sha CI envvar for version.json compatibility
Andrew Dolgov
2023-04-10
no more pointless txt files for version
Andrew Dolgov
2023-04-10
better static version
Andrew Dolgov
2023-04-10
fix typo
Andrew Dolgov
2023-04-10
make jaeger service name configurable
Andrew Dolgov
2023-04-09
some tracer class fixes / unhardcode jaeger IP
Andrew Dolgov
2023-04-06
Update config.php: $ttrss_version in private function _get_version() replaced...
Jan Pieter Kunst
2023-02-25
require PHP to have support for flock()
Andrew Dolgov
2022-12-30
show full commit timestamp with version information in prefs footer
Andrew Dolgov
2022-11-28
get_self_url: strip all trailing slashes
Andrew Dolgov
2022-07-29
properly check for baseline required PHP version (7.4)
Andrew Dolgov
2022-07-24
make_self_url: properly strip out GET params
Andrew Dolgov
2022-06-19
schema: add fulltext indexes for mysql to support af_psql_trgm and possibly f...
Andrew Dolgov
2022-06-09
throttle updates if received HTTP 429 (Too Many Requests)
Andrew Dolgov
2022-04-03
disable some pointless startup sanity checks when running under docker
Andrew Dolgov
2022-02-17
allow running as root in a container environment
Andrew Dolgov
2022-02-03
Replace deprecated `strftime`
Felix Eckhofer
2021-12-20
filters:
Andrew Dolgov
2021-12-02
Prevent "Undefined index: version" events for git version with open_basedir a...
ltGuillaume
2021-12-01
Revert "various fixes vor php 8.1 compatibility"
Andrew Dolgov
2021-12-01
Revert "replace strftime with date"
Andrew Dolgov
2021-11-30
replace strftime with date
David Edler
2021-11-30
various fixes vor php 8.1 compatibility
David Edler
2021-11-23
_get_version:
Andrew Dolgov
2021-11-18
config: use phpdoc comments for global options, etc
Andrew Dolgov
2021-11-17
better check for docker
Andrew Dolgov
2021-11-17
correctly show non-docker git installs as unsupported
Andrew Dolgov
2021-11-10
Initial go at PHPStan rule level 6.
wn_
2021-11-01
Address PHPStan warnings in 'classes/config.php'.
wn_
2021-08-23
remove SELF_USER_AGENT custom constant, replaced with configurable Config::HT...
Andrew Dolgov
2021-05-11
checking for PDO there is rather useless
Andrew Dolgov
2021-05-11
sanity check: in single user mode, only test for admin user if migrations hav...
Andrew Dolgov
2021-03-12
throttle login attempts, controlled by Config::AUTH_MIN_INTERVAL
Andrew Dolgov
2021-03-12
schema: add ttrss_users.last_auth_attempt
Andrew Dolgov
2021-03-12
get_override_links: actually return overrides
Andrew Dolgov
2021-03-11
add Config::LOCAL_OVERRIDE_JS
Andrew Dolgov
2021-03-08
describe global settings in classes/config.php
Andrew Dolgov
[next]