Commit Graph

209 Commits (70a1fb23d0279b660c7affd0d9250a737170bea8)

Author SHA1 Message Date
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
Andrew Dolgov 99534a3dde remove page title stuff for the time being 11 years ago
Andrew Dolgov 9972b7cdd7 Revert "update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title"
This reverts commit 8d051fa076.
11 years ago
Andrew Dolgov c1353b6384 Revert "remove default definition of SITE_TITLE; rename to _SITE_TITLE as with other constants of this nature"
This reverts commit 1f56ba13cd.
11 years ago
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.
11 years ago
Andrew Dolgov 642cca7be5 mention SESSION_COOKIE_LIFETIME affecting widescreen cookie 11 years ago
Andrew Dolgov 469061fef1 config: bump default values for cookie expiration times (refs #539) 11 years ago
Andrew Dolgov 2d1282d4d1 remove top hello - feedback - preferences line 11 years ago
Andrew Dolgov 6eb77a3140 expand simple update method description 12 years ago
Andrew Dolgov 6b1a4ecd41 updaterandomfeed: use max_execution_time parameter 12 years ago
Andrew Dolgov 0f28f81f89 move authentication modules to plugins/ 12 years ago
Andrew Dolgov f922746b9b mention auth_imap in config.php-dist 12 years ago
Andrew Dolgov 20b86c799a clarify PLUGINS description, improve plugin CLI list 12 years ago
Andrew Dolgov d2a421e3cb more work on user-selectable plugins; properly process system and user plugins 12 years ago
Andrew Dolgov 19b3992b78 remove magpie, fix article filter plugins 12 years ago
Andrew Dolgov 7252abe3ea add contributed plugins; load note plugin by default 12 years ago
Andrew Dolgov 19c7350770 experimental new plugin system 12 years ago
Andrew Dolgov 74cc28f266 flip DEFAULT_UPDATE_METHOD to simplepie 12 years ago
Andrew Dolgov 304aadb907 remove twitter-specific code 12 years ago
Andrew Dolgov 6e65854727 bump config version 12 years ago
Andrew Dolgov 0d421af86f split authentication to separate modules 12 years ago
Andrew Dolgov 687bb90d27 remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464) 12 years ago
Andrew Dolgov 8d34aa5ba7 config: add a warning about ENABLE_GZIP_OUTPUT potential breakage 12 years ago
Andrew Dolgov 5f85d90d71 remove readitlater button plugin from trunk, mention Plugins page in config.php 12 years ago
Andrew Dolgov 5a68552b6b config: remove TMP_DIRECTORY 13 years ago
Andrew Dolgov d89c6dd8e1 disable pubsubhubbub client by default (refs #407) 13 years ago
Andrew Dolgov 3c696512fc universal image caching and automatic cache directories maintenance 13 years ago
Andrew Dolgov 55ad22fa55 add note plugin 13 years ago
Andrew Dolgov d4e35925e0 bump config version 13 years ago
Andrew Dolgov ae0647e085 add readitlater plugin 13 years ago
Andrew Dolgov 1baac2803c add mail and share plugins 13 years ago
Andrew Dolgov f9ac31d671 move tweet button to a plugin, implement basic support for article action button plugins 13 years ago
Andrew Dolgov 09e8bdfd18 simplify default global config, expand sanity_check messages 13 years ago
Andrew Dolgov 81745ce738 finally rename icons/ (fixes #272) 13 years ago
Andrew Dolgov edfab7bd7f expand description of SELF_URL_PATH, set sanity check (closes #384) 13 years ago
Andrew Dolgov e6a63a1c69 add sanity check for SELF_URL_PATH being kept at default value (refs #349) 13 years ago
Andrew Dolgov 65eebd13f4 add option to disable PUSH client support globally (closes #340 13 years ago
Andrew Dolgov 5ddac16837 remove confusing DB_ header in config.php-dist 13 years ago
Andrew Dolgov 61e420e964 config: cleanup 13 years ago
Andrew Dolgov dbaa4e4aac config: remove option ENABLE_UPDATE_DAEMON 13 years ago
Andrew Dolgov 42315f8de8 config: add AUTO_ADD_USER (closes #294) 13 years ago
Andrew Dolgov ed102aa083 because get_self_url_prefix() referenced information unavailable to php CLI clients, add config option SELF_URL_PATH 13 years ago
Andrew Dolgov 5ab9791f34 implement pubsubhubbub subscriber (update schema) 13 years ago
Andrew Dolgov e2bcd11bb1 add a sanity check for CURL when using pubsubhubbub 13 years ago