summaryrefslogtreecommitdiff
path: root/include/sanity_check.php
AgeCommit message (Collapse)Author
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
2012-08-23sanity: add php version checkAndrew Dolgov
2012-07-10do not perform sanity checks on each backend requestAndrew Dolgov
2012-07-10sanity_check: fix typoAndrew Dolgov
2012-06-05Revert "remove htmlpurifier"Andrew Dolgov
This reverts commit c21a462d52bd32737c32c29b060da03b38f1c2e6.
2012-06-01remove htmlpurifierAndrew Dolgov
2012-05-24rate-limit requests for favicons when not present to conserve traffic (refs ↵Andrew Dolgov
#457)
2012-05-17rework initial sanity check to report all found errorsAndrew Dolgov
2012-03-29change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schemaAndrew Dolgov
2012-03-19add sanity check for hash() functionAndrew Dolgov
2012-03-05pref-feeds: apply patch by gmargo@forum to show/hide empty categoriesAndrew Dolgov
2012-02-17sanity check: prevent running tt-rss as rootAndrew Dolgov
2012-01-30implement preferred time for sending out digestsAndrew Dolgov
2012-01-22improve password storage (use sha256 and long random salt)Andrew Dolgov
bump schema
2011-12-27implement neutral-format personal data exportAndrew Dolgov
2011-12-27implement filtering by category (closes #386)Andrew Dolgov
2011-12-21bump config versionAndrew Dolgov
2011-12-14add test for LOCK_DIRECTORYAndrew Dolgov
2011-12-13simplify default global config, expand sanity_check messagesAndrew Dolgov
2011-12-12fix 500 error on missing config.phpAndrew Dolgov
2011-12-11overall directory tree cleanupAndrew Dolgov