Commit Graph

252 Commits (master)

Author SHA1 Message Date
Andrew Dolgov 9e2e12dff8 add some ;s 3 years ago
Andrew Dolgov 6e4fbbfa4d cleanup config.php-dist 3 years ago
Andrew Dolgov caf3040313 update config.php-dist 3 years ago
Andrew Dolgov 211f699aa0 migrate the rest into Config:: 3 years ago
Andrew Dolgov 6af83e3881 drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed 3 years ago
Andrew Dolgov d23a261b92 RIP self-registration 3 years ago
Andrew Dolgov 65254f5db4 - move sphinx plugin to a separate repo
- regenerate config checks without sphinx-related variables
3 years ago
Andrew Dolgov 16c86e2fc3 replace some plain http links with https 4 years ago
JustAMacUser 9c3cf60592 More fixes when installer generates config file.
* Use single quotes in config.php when when defining database values so PHP doesn't interpret `$` as a variable (mostly for the password constant).
* Use `addcslashes` instead of `addslashes` and only escape backslash and single quotes.
* Do not convert DB_PORT to integer if leaving it blank (the default).
4 years ago
JustAMacUser 56e16a8d85 Escape user-defined values during installation. 4 years ago
Andrew Dolgov 4f306e61b4 update description of SELF_URL_PATH 5 years ago
Andrew Dolgov bc42dfb790 mention mailer_smtp plugin in config.php-dist 6 years ago
Andrew Dolgov 57932e1837 remove PHPMailer and related directives from config.php-dist; add pluggable Mailer class 6 years ago
Andrew Dolgov 87cb8dd45f remove more mcrypt stuff from config.php-dist 6 years ago
Andrew Dolgov 069aea5989 remove FEED_CRYPT_KEY and everything related to it
always assume auth_pass_encrypted is false
6 years ago
Andrew Dolgov a6990df3ad update description for LOG_DESTINATION 7 years ago
Andrew Dolgov 5b6ea1ef91 remove pubsubhubbub: dead 7 years ago
Andrew Dolgov 17a8e61d2a deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1
1. transparent decryption for existing installs stays for the time being
2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined
3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords
4. updated install to not auto-generate crypt key
5. added warning to config.php-dist
7 years ago
Andrew Dolgov f5e66c439e remove SESSION_CHECK_ADDRESS 9 years ago
Andrew Dolgov 3318d32410 move language detection to a plugin, remove config.php constant 9 years ago
Andrew Dolgov 4ca621a360 add config option CHECK_FOR_UPDATES 9 years ago
Andrew Dolgov ed775e4e8d remove obsolete code related to version checking and tarball updater plugin 9 years ago
Andrew Dolgov af2c15f3d3 mention config.php settings in search_sphinx plugin description 10 years ago
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.
10 years ago
Andrew Dolgov 307e24ca81 set detect language to off by default 10 years ago
Andrew Dolgov af2aa0747f config: remove closing php tag 11 years ago
Andrew Dolgov 5ddd2705ca make language detection optional (closes #779) 11 years ago
Andrew Dolgov 9e2d513dbd config.php-dist: fix lines which were too long 11 years ago
Andrew Dolgov bebc15cdc2 fix typo in config.php-dist 11 years ago
Frederik Holden 39de69406b Change default SELF_URL_PATH for RFC 2602 11 years ago
justauser 6dd01fcea2 Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
which cna have a value of tls, ssl or be empty.  This is used for secure SMTP servers.
Also added the ability to have multiple email addresses in the to field.  Addresses are
separated by semicolons (;)
11 years ago
Andrew Dolgov 6f49cedfd7 update sphinx index option description 11 years ago
Andrew Dolgov a9cd27d6e6 config: expand description of PHP_EXECUTABLE 11 years ago
Andrew Dolgov e57a1507ae do not use session cookie lifetime for additional cookies 11 years ago
Andrew Dolgov 3921f5081b only show reset password link when auth_internal is enabled (refs #681) 11 years ago
Andrew Dolgov b367c951b9 make logging configurable; add logging to syslog 11 years ago
Andrew Dolgov bbffc43e4f actually check for DB_PORT in installer, add better hints and use mysqli if available 11 years ago
Andrew Dolgov 524d03a03e config: remove mention of encrypted logins 11 years ago
Jeffrey Tolar 5d28014ee3 Fix indentation issues (spaces => tabs) 11 years ago
Andrew Dolgov 90df27a4c1 ttrssMailer: fix typo 11 years ago
Andrew Dolgov 52803a0bfd add SPHINX_SERVER 11 years ago
Andrew Dolgov b9863a153c unify SMTP_HOST and SMTP_PORT as SMTP_SERVER 11 years ago
Andrew Dolgov 044cff2d74 implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 11 years ago
Andrew Dolgov a905d89e86 clarify single user mode description 11 years ago
Arthaey Angosii 0742008881 Fix typo in config.php
Looks like a typo of "vary" instead of "wary", and "aware" sounds better.
11 years ago
Andrew Dolgov e186015e4e remove auth_remote from default configuration 11 years ago
Andrew Dolgov 82d77deb28 reduce default session expiration limit 11 years ago
Andrew Dolgov 9427ba1d43 enable updater by default 11 years ago
Andrew Dolgov 6cfd3c149c remove SESSION_EXPIRE_TIME 11 years ago
Andrew Dolgov f231f438ba reimplement remember_me 11 years ago