summaryrefslogtreecommitdiff
path: root/include/sanity_config.php
AgeCommit message (Collapse)Author
2018-11-22sanity config: fix typoAndrew Dolgov
2018-11-22update sanity_config.phpAndrew Dolgov
2018-08-13remove FEED_CRYPT_KEY and everything related to itAndrew Dolgov
always assume auth_pass_encrypted is false
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2015-12-01update sanity_configAndrew Dolgov
2015-11-30Revert "Fix missing SESSION_CHECK_ADDRESS in config"Heiko Adams
This reverts commit 635ecdb9fa039adb8a0e8ead045bfda023e72bc4.
2015-08-21hurr-durr (2)Andrew Dolgov
2015-08-21hurr-durrAndrew Dolgov
2015-06-19move language detection to a plugin, remove config.php constantAndrew Dolgov
2015-02-03add config option CHECK_FOR_UPDATESAndrew Dolgov
2015-01-31remove obsolete code related to version checking and tarball updater pluginAndrew Dolgov
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-09-27make language detection optional (closes #779)Andrew Dolgov
2013-05-30update config checks for SMTP_SECUREAndrew Dolgov
2013-04-19make logging configurable; add logging to syslogAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-16add SPHINX_SERVERAndrew Dolgov
2013-04-16unify SMTP_HOST and SMTP_PORT as SMTP_SERVERAndrew Dolgov
2013-04-13implement basic feed authentication parameter encryption in the database ↵Andrew Dolgov
(FEED_CRYPT_KEY)
2013-04-01Move tuning settings to different file so config.php isn't overcrowdedBarak Korren
by default
2013-04-01Moved hard-coded fetch timeout values into config file to allow site-level ↵Barak Korren
tuning
2013-03-28remove SESSION_EXPIRE_TIMEAndrew Dolgov
2013-03-22Additions:derekmurawsky
classes/trssmailer.php - Created class TTRSS mailer which extends phpmailer and sets the default mail settings upon instantiation. Class includes quickmail function that allows for a quick email send with no extra configurion necessary. Changes: config.php-dist - Added the smtp port option include/digest.php - Converted it to use the new ttrrssmailer class include/sanity_config.php - Added the smtp port option to the sanity check plugins/mail/init.php - Modified to use ttrssmailer class. This particular configuration shows a hybrid use case. register.php = Modified to use ttrssmailer class. All code was tested and functioned on my local machine.
2013-02-09update config sanity checks due to removed FEEDBACK_URLAndrew Dolgov
2013-01-22updaterandomfeed: use max_execution_time parameterAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-23update config checksAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-08-23update sanity_config.phpAndrew Dolgov
2012-08-16split authentication to separate modulesAndrew Dolgov
2012-07-09remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)Andrew Dolgov
2012-01-12config: remove TMP_DIRECTORYAndrew Dolgov
2011-12-26update sanity_configAndrew Dolgov
2011-12-21bump config versionAndrew Dolgov
2011-12-13simplify default global config, expand sanity_check messagesAndrew Dolgov
2011-12-11overall directory tree cleanupAndrew Dolgov