summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
AgeCommit message (Collapse)Author
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
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-13fix handling of blank FEED_CRYPT_KEYAndrew Dolgov
2013-04-13implement basic feed authentication parameter encryption in the database ↵Andrew Dolgov
(FEED_CRYPT_KEY)
2013-04-11implement upload-related support for open_basedirAndrew Dolgov
2013-04-03add an angrier blurb to sanity_check.phpAndrew Dolgov
2013-03-28sanity check: better suggestion for SELF_URL_PATHAndrew Dolgov
2013-03-28remove SESSION_EXPIRE_TIMEAndrew Dolgov
2013-03-27tweak how utility.css-based stuff looksAndrew Dolgov
2013-03-26add experimental easy installerAndrew Dolgov
2013-03-19experimental patch to enable compatibility with php safe_modeAndrew Dolgov
2013-03-18cache minified js filesAndrew Dolgov
2013-03-17add startup check for iconv (refs #571)Andrew Dolgov
2013-03-16make version checks a bit more readableAndrew Dolgov
2013-03-16Somehow I managed to get it wrong the first time.Dimitar Dimitrov
2013-03-15Compare versions in a more robust way.Dimitar Dimitrov
2012-12-27add sanity check for no auth modules being enabled in PLUGINSAndrew Dolgov
2012-11-04mention that modifying sanity_check.php makes instance unsupportedAndrew Dolgov
2012-10-28replace htmlpurifier with htmlawedAndrew Dolgov
2012-09-15bump PHP version requirement to 5.3.0Andrew Dolgov