summaryrefslogtreecommitdiff
path: root/config.php-dist
AgeCommit message (Collapse)Author
2013-05-26Changes to support a new version of the phpmailer. Adds a new setting ↵justauser
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 (;)
2013-05-22update sphinx index option descriptionAndrew Dolgov
2013-05-16config: expand description of PHP_EXECUTABLEAndrew Dolgov
2013-04-29do not use session cookie lifetime for additional cookiesAndrew Dolgov
2013-04-23only show reset password link when auth_internal is enabled (refs #681)Andrew Dolgov
2013-04-19make logging configurable; add logging to syslogAndrew Dolgov
2013-04-18actually check for DB_PORT in installer, add better hints and use mysqli if ↵Andrew Dolgov
available
2013-04-17config: remove mention of encrypted loginsAndrew Dolgov
2013-04-17Fix indentation issues (spaces => tabs)Jeffrey Tolar
2013-04-16ttrssMailer: fix typoAndrew 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-07clarify single user mode descriptionAndrew Dolgov
2013-04-06Fix typo in config.phpArthaey Angosii
Looks like a typo of "vary" instead of "wary", and "aware" sounds better.
2013-04-07remove auth_remote from default configurationAndrew Dolgov
2013-04-04reduce default session expiration limitAndrew Dolgov
2013-03-28enable updater by defaultAndrew Dolgov
2013-03-28remove SESSION_EXPIRE_TIMEAndrew Dolgov
2013-03-28reimplement remember_meAndrew Dolgov
2013-03-23remove page title stuff for the time beingAndrew Dolgov
2013-03-23Revert "update SITE_TITLE customization to work without needing to be ↵Andrew Dolgov
pre-defined, make it compatible with unread count now being at start of title" This reverts commit 8d051fa0769922df69ac737eee9d13dff67095a9.
2013-03-23Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as ↵Andrew Dolgov
with other constants of this nature" This reverts commit 1f56ba13cd69efca4f24a3bce9a8bb8ebcf3ebac.
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-03-20mention SESSION_COOKIE_LIFETIME affecting widescreen cookieAndrew Dolgov
2013-03-15config: bump default values for cookie expiration times (refs #539)Andrew Dolgov
2013-02-06remove top hello - feedback - preferences lineAndrew Dolgov
2013-01-22expand simple update method descriptionAndrew Dolgov
2013-01-22updaterandomfeed: use max_execution_time parameterAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-27mention auth_imap in config.php-distAndrew Dolgov
2012-12-25clarify PLUGINS description, improve plugin CLI listAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-24remove magpie, fix article filter pluginsAndrew Dolgov
2012-12-23add contributed plugins; load note plugin by defaultAndrew Dolgov
2012-12-23experimental new plugin systemAndrew Dolgov
2012-12-22flip DEFAULT_UPDATE_METHOD to simplepieAndrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-08-23bump config versionAndrew 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-03-20config: add a warning about ENABLE_GZIP_OUTPUT potential breakageAndrew Dolgov
2012-02-20remove readitlater button plugin from trunk, mention Plugins page in config.phpAndrew Dolgov
2012-01-12config: remove TMP_DIRECTORYAndrew Dolgov
2011-12-26disable pubsubhubbub client by default (refs #407)Andrew Dolgov
2011-12-26universal image caching and automatic cache directories maintenanceAndrew Dolgov
2011-12-21add note pluginAndrew Dolgov
2011-12-21bump config versionAndrew Dolgov
2011-12-21add readitlater pluginAndrew Dolgov
2011-12-21add mail and share pluginsAndrew Dolgov