summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
AgeCommit message (Collapse)Author
2021-03-01move startup checks to Config, set a bunch of @deprecated annotationsAndrew Dolgov
2021-02-28sanity_check: config.php is now optional, also cleanup some error messagesAndrew Dolgov
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-22fix several issues reported by phpstanAndrew Dolgov
2021-02-15drop legacy DB interface and related sanity checksAndrew Dolgov
2021-02-12RIP easy-installerAndrew Dolgov
2021-02-08sanity checks: use better CLI detection, shorten most of the textwip-php8Andrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2020-12-12Only do sanity checks for self URL if we can create a valid URL.wn
'sanity_check.php' gets included in 'update.php' and 'update_daemon2.php', where a Host request header is likely not provided.
2020-09-17replace FALSE with false so that static analyzer shuts up about itAndrew Dolgov
2020-09-17fix several cases of Db class being invoked as wrong name (as DB)Andrew Dolgov
2020-07-13Update wiki and forums links in error message.Rodney Stromlund
2020-02-22don't generate default.css, replace with themes/light.css as a default root ↵Andrew Dolgov
CSS file
2019-06-20move more globals to more appropriate placesAndrew Dolgov
set libxml to always use internal errors
2019-05-01sanity check: require UConverter from php intlAndrew Dolgov
2019-03-04login: switch to absolute redirect urlsAndrew Dolgov
2019-02-23fill in some missing doctypes; use short doctype where it wasn'tAndrew Dolgov
2019-02-19center and rework some utility screensAndrew Dolgov
2018-12-04remove cache/js (no longer used)Andrew Dolgov
2018-11-22sanity config: fix typoAndrew Dolgov
2018-08-13if PHP_VERSION check fails, show current versionAndrew Dolgov
2018-08-13bump required php version to 5.6Andrew Dolgov
2018-08-13remove FEED_CRYPT_KEY and everything related to itAndrew Dolgov
always assume auth_pass_encrypted is false
2017-12-10installer: use PDO, improve wording for some noticesAndrew Dolgov
PDO wrapper: allow working with blank DB_HOST
2017-12-03sanity_check: do not invoke PDO without checking that it existsAndrew Dolgov
2017-12-03add sanity check for PDOAndrew Dolgov
2017-12-03further stylesheet simplification related fixesAndrew Dolgov
2017-12-01controls: start pdo stuffAndrew Dolgov
2017-11-27update myisam fail warningAndrew Dolgov
2017-11-27add a sanity check for tt-rss myisam tablesAndrew Dolgov
2017-10-29add sanity check for mime_content_type()Andrew Dolgov
2017-07-10hopefully unify handling of server HTTPS variables where needed, use scheme ↵Andrew Dolgov
based on SELF_URL_PATH otherwise
2017-07-10sanity: check X-Forwarded-Proto for self_urlCédric Barboiron
2017-07-06self url path checking: accept value without an ending slashAndrew Dolgov
2017-07-05sanity: it's probably a good idea to check whether we're running under httpd ↵Andrew Dolgov
before enforcing SELF_URL_PATH checks
2017-07-05previous: spaces -> tabsAndrew Dolgov
2017-07-05sanity: check whether SELF_URL_PATH conforms to data returned by httpdAndrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-05add sanity check for SELF_URL_PATH going to http url if server is accessed ↵Andrew Dolgov
over https
2017-04-26fix various issues reported by static analysisAndrew Dolgov
update gitlab-ci config
2016-08-21remove support for legacy mysql driverAndrew Dolgov
2015-12-04sanity_check: enforce minimum php version (5.4)Andrew Dolgov
2015-11-19drop support for (obsolete, removed from recent php versions) php safe_mode ↵Andrew Dolgov
setting remove ugly hacks for curl + open_basedir combination breaking support for http redirects
2014-04-23Make search mechanism pluggableRob Hoelz
Currently, TinyTinyRSS can use raw SQL or the Sphinx search engine for searching. It would be nice if other search engines (such as Xapian) could be used, or if features of the underlying SQL engine (such as MySQL's FULLTEXT indexes) could be leveraged. This commit makes searching into a plugin hook, falling back to the builtin behavior if no search plugin is active. The Sphinx search behavior has been broken out into a plugin.
2013-08-09do not use iconv in tag_is_valid, data should be utf8 anyway at this point; ↵Andrew Dolgov
remove sanity check for iconv because parser does not use it
2013-07-14add a sanity check for system sphinx client which conflicts with the bundled oneAndrew Dolgov
2013-07-13Change default SELF_URL_PATH for RFC 2602Frederik Holden
2013-05-19move stylesheets to css/, reference default tt-rss stylesheets fromAndrew Dolgov
default.css to make custom themes easier
2013-04-17fixed sanity check (mysqli_connect is also allowed now)Matthias Wirtz