Andrew Dolgov
|
bc42dfb790
|
mention mailer_smtp plugin in config.php-dist
|
6 years ago |
Andrew Dolgov
|
b2f0858060
|
sanity config: fix typo
|
6 years ago |
Andrew Dolgov
|
d5256c8228
|
update sanity_config.php
|
6 years ago |
Andrew Dolgov
|
e08990f753
|
mailer: fix indents
|
6 years ago |
Andrew Dolgov
|
ac5e55c2bd
|
mailer: return 0 if plugin requested to stop (-1)
|
6 years ago |
Andrew Dolgov
|
6b19eec0f7
|
Merge branch 'master' of git.fakecake.org:tt-rss
|
6 years ago |
Andrew Dolgov
|
55bf4bc1d3
|
mailer: split to/from name/addresses
|
6 years ago |
Andrew Dolgov
|
83affcd4b2
|
Mailer->error: no argument
|
6 years ago |
Andrew Dolgov
|
57932e1837
|
remove PHPMailer and related directives from config.php-dist; add pluggable Mailer class
|
6 years ago |
Andrew Dolgov
|
643d1919cc
|
update .gitignore
|
6 years ago |
Andrew Dolgov
|
253dbd4856
|
generate_syndicated_feed: add support for virtual feeds provided by plugins
|
6 years ago |
Andrew Dolgov
|
22366ccc5b
|
db_prefs: fix cache never being used on read(); remove unnecessary
sprintf()s to integer
|
6 years ago |
Andrew Dolgov
|
3a0292303e
|
php: remove trailing whitespaces
|
6 years ago |
Andrew Dolgov
|
3b9f982ec6
|
upd .gitignore
|
6 years ago |
Andrew Dolgov
|
2c940c4861
|
better handle PDOExceptions during open transaction in feed update
|
6 years ago |
Andrew Dolgov
|
5f66f872b6
|
fix session write handler always assuming that database entry exists and failing silently if it doesn't; remove session cookie-related hacks
|
6 years ago |
Andrew Dolgov
|
d246fb9fe1
|
remove session REMOTE_ADDR checks
|
6 years ago |
Andrew Dolgov
|
f8fc1ac543
|
login: check for stale session in login handler, instead of authenticate_user()
|
6 years ago |
Andrew Dolgov
|
f730d7bb0a
|
another attempt to enforce session ID regeneration on login
|
6 years ago |
Andrew Dolgov
|
9dadbdbb21
|
properly save auth_module after logging in
|
6 years ago |
Andrew Dolgov
|
77aebd7e4a
|
it was probably not the best idea to use session_regenerate_id() right after session_start(), duh
|
6 years ago |
Andrew Dolgov
|
5feed36a3c
|
do not use separate _ssl cookie for secure sessions
|
6 years ago |
Andrew Dolgov
|
65e98f4086
|
force regenerate session id on successful login, remove previous blank SID check
|
6 years ago |
Andrew Dolgov
|
74736fce0f
|
if empty session is autostarted because of a cookie, immediately destroy it
|
6 years ago |
Andrew Dolgov
|
7d53c2b501
|
validate_session: bring back IP session binding (enabled by default) and UA checking
|
6 years ago |
Andrew Dolgov
|
8064ca3f8c
|
API endpoint: disable session cookies
|
6 years ago |
Andrew Dolgov
|
ec5687a62b
|
logout user: commit destroyed session
|
6 years ago |
Andrew Dolgov
|
f287596f0f
|
rebase translations
|
6 years ago |
fox
|
2f3ed853d2
|
Merge branch 'i18n' of HenryQW/tt-rss into master
|
6 years ago |
Henry
|
392989678f
|
Update Chinese translation
|
6 years ago |
Andrew Dolgov
|
e60e4ac086
|
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
|
6 years ago |
Andrew Dolgov
|
717a638972
|
remove segoe ui web fontface
|
6 years ago |
fox
|
642677d21a
|
Merge branch 'i18n' of HenryQW/tt-rss into master
|
6 years ago |
Henry
|
f46e5f1bd5
|
Correct Chinese translation
|
6 years ago |
Andrew Dolgov
|
df0115fc7a
|
shorten_expanded: also hide embedded attachments behind wrapper
|
6 years ago |
Andrew Dolgov
|
1cf69d435d
|
fix af_zz_vidmute for new chrome breaking muting via setAttribute
|
6 years ago |
Andrew Dolgov
|
bb84330234
|
Logger_SQL: use separate PDO connection
|
6 years ago |
Andrew Dolgov
|
80fd79ca30
|
Logger->log() allow passing context (defaults to '')
|
6 years ago |
Andrew Dolgov
|
4f17c3f977
|
Logger: add implementation for logger->log(message)
|
6 years ago |
Andrew Dolgov
|
665495b94b
|
cache_media: only touch() local file if it's writable
|
6 years ago |
Andrew Dolgov
|
4bb651a656
|
af_redditimgur: check gfycat content type before embedding, add generic
catchall embedding for og:video metadata
|
6 years ago |
Andrew Dolgov
|
f43ce66e65
|
af_redditimgur: simplify handling of gfycat URLs
|
6 years ago |
Andrew Dolgov
|
5a35b31b89
|
rebase translations
|
6 years ago |
Andrew Dolgov
|
d4fef36237
|
rewrite per-feed/global strip images to strip media
|
6 years ago |
Andrew Dolgov
|
d2e1e60ecc
|
1. per-feed option STRIP_IMAGES should now also affect other media tags
2. video/audio elements were not replaced with text links properly in
low bandwidth mode
|
6 years ago |
Andrew Dolgov
|
62d0060aa1
|
update_daemon_common: do not abort entire batch if PDOException happens when processing individual feeds
|
6 years ago |
Andrew Dolgov
|
01d22e255f
|
PDO: switch error reporting to exceptions
|
6 years ago |
Andrew Dolgov
|
de1b9acba1
|
af_comics: simplify srcset attribute handling for gocomics pseudo-feeds
|
6 years ago |
Andrew Dolgov
|
2ab49fec9a
|
API: getHeadlines: return feed_id for Archived entries as 0 instead of null to be consistent with requested feed_id
|
6 years ago |
Andrew Dolgov
|
a291a0c00f
|
API: oops, forgot that headlines could be requested for a tag
|
6 years ago |