summaryrefslogtreecommitdiff
path: root/classes/config.php
AgeCommit message (Expand)Author
2021-03-07logger: use constants instead of hardcoded string literalsAndrew Dolgov
2021-03-07allow blank override valuesAndrew Dolgov
2021-03-06 * don't try to update custom set feed faviconsAndrew Dolgov
2021-03-05The type hint for 'DAEMON_MAX_CHILD_RUNTIME' should be T_INTwn_
2021-03-05schema: add separate otp_secret columnAndrew Dolgov
2021-03-04bring back web dbupdate using new migrations systemAndrew Dolgov
2021-03-04wip for db_migrations for core schemaAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03previous one was not good enough i guessAndrew Dolgov
2021-03-03config::make_self_url() strip index.php etcAndrew Dolgov
2021-03-03 * remove _SKIP_SELF_URL_PATH_CHECKSAndrew Dolgov
2021-03-02update previous (comment)Andrew Dolgov
2021-03-02initialize Db object early because otherwise ORM might be used unconfiguredAndrew Dolgov
2021-03-02don't rely on exit code when checking version (again)Andrew Dolgov
2021-03-02use dash instead of space when invoking git to get versionAndrew Dolgov
2021-03-01move version-related stuff to Config; fix conditional feed requestsAndrew Dolgov
2021-03-01move startup checks to Config, set a bunch of @deprecated annotationsAndrew Dolgov
2021-02-25cache schema version betterAndrew Dolgov
2021-02-25logger: shorter syntaxAndrew Dolgov
2021-02-25initial (wip) for new prefsAndrew Dolgov
2021-02-23rename TTRSS_SESSION_NAME to SESSION_NAMEAndrew Dolgov
2021-02-23config: add a type hint systemAndrew Dolgov
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-22allow adding custom config optionsAndrew Dolgov
2021-02-22finalize config:: migration; make config.php optionalAndrew Dolgov
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-22add config.phpAndrew Dolgov