1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-21 11:26:38 +02:00
Commit Graph

39 Commits

Author SHA1 Message Date
Andrew Dolgov
65254f5db4 - move sphinx plugin to a separate repo
- regenerate config checks without sphinx-related variables
2020-12-11 09:48:34 +03:00
Andrew Dolgov
b2f0858060 sanity config: fix typo 2018-11-22 22:15:27 +03:00
Andrew Dolgov
d5256c8228 update sanity_config.php 2018-11-22 21:47:58 +03:00
Andrew Dolgov
069aea5989 remove FEED_CRYPT_KEY and everything related to it
always assume auth_pass_encrypted is false
2018-08-13 15:59:24 +03:00
Andrew Dolgov
5b6ea1ef91 remove pubsubhubbub: dead 2017-05-16 10:41:20 +03:00
Andrew Dolgov
01bf7f8887 update sanity_config 2015-12-01 10:11:40 +03:00
Heiko Adams
b9af06802b Revert "Fix missing SESSION_CHECK_ADDRESS in config"
This reverts commit 635ecdb9fa.
2015-11-30 10:42:11 +01:00
Andrew Dolgov
c7ce438e7b hurr-durr (2) 2015-08-21 19:35:10 +03:00
Andrew Dolgov
b95c1e3ced hurr-durr 2015-08-21 19:31:40 +03:00
Andrew Dolgov
3318d32410 move language detection to a plugin, remove config.php constant 2015-06-19 10:12:47 +03:00
Andrew Dolgov
4ca621a360 add config option CHECK_FOR_UPDATES 2015-02-03 14:46:51 +03:00
Andrew Dolgov
ed775e4e8d remove obsolete code related to version checking and tarball updater plugin 2015-01-31 15:08:55 +03:00
Rob Hoelz
baaf4c3043 Make search mechanism pluggable
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.
2014-04-23 04:49:54 +00:00
Andrew Dolgov
5ddd2705ca make language detection optional (closes #779) 2013-09-27 13:45:21 +04:00
Andrew Dolgov
80d8d2d026 update config checks for SMTP_SECURE 2013-05-30 08:39:53 +04:00
Andrew Dolgov
b367c951b9 make logging configurable; add logging to syslog 2013-04-19 09:45:43 +04:00
Andrew Dolgov
a42c55f02b fix blank character after opening bracket in function calls 2013-04-17 18:34:18 +04:00
Andrew Dolgov
52803a0bfd add SPHINX_SERVER 2013-04-16 16:41:32 +04:00
Andrew Dolgov
b9863a153c unify SMTP_HOST and SMTP_PORT as SMTP_SERVER 2013-04-16 16:40:04 +04:00
Andrew Dolgov
044cff2d74 implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 2013-04-13 18:24:41 +04:00
Barak Korren
046ec65760 Move tuning settings to different file so config.php isn't overcrowded
by default
2013-04-01 18:32:05 +03:00
Barak Korren
8401101d50 Moved hard-coded fetch timeout values into config file to allow site-level tuning 2013-04-01 15:08:21 +03:00
Andrew Dolgov
6cfd3c149c remove SESSION_EXPIRE_TIME 2013-03-28 10:06:16 +04:00
derekmurawsky
1b2afd2bd3 Additions:
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-03-22 16:25:12 -04:00
Andrew Dolgov
b44587922c update config sanity checks due to removed FEEDBACK_URL 2013-02-09 22:34:51 +04:00
Andrew Dolgov
6b1a4ecd41 updaterandomfeed: use max_execution_time parameter 2013-01-22 20:07:34 +04:00
Andrew Dolgov
0f28f81f89 move authentication modules to plugins/ 2012-12-27 15:14:44 +04:00
Andrew Dolgov
19b3992b78 remove magpie, fix article filter plugins 2012-12-24 13:45:34 +04:00
Andrew Dolgov
a5c9a5c82b update config checks 2012-12-23 14:53:15 +04:00
Andrew Dolgov
19c7350770 experimental new plugin system 2012-12-23 14:52:18 +04:00
Andrew Dolgov
304aadb907 remove twitter-specific code 2012-09-07 10:23:46 +04:00
Andrew Dolgov
c5fe614fef update sanity_config.php 2012-08-23 23:48:34 +04:00
Andrew Dolgov
0d421af86f split authentication to separate modules 2012-08-16 15:30:49 +04:00
Andrew Dolgov
687bb90d27 remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464) 2012-07-09 13:02:42 +04:00
Andrew Dolgov
5a68552b6b config: remove TMP_DIRECTORY 2012-01-12 12:21:05 +04:00
Andrew Dolgov
4034256f06 update sanity_config 2011-12-26 13:20:11 +04:00
Andrew Dolgov
d4e35925e0 bump config version 2011-12-21 09:14:43 +04:00
Andrew Dolgov
09e8bdfd18 simplify default global config, expand sanity_check messages 2011-12-13 19:20:26 +04:00
Andrew Dolgov
107d0cf39e overall directory tree cleanup 2011-12-11 23:59:25 +04:00