Andrew Dolgov
|
ac5e55c2bd
|
mailer: return 0 if plugin requested to stop (-1)
|
2018-11-22 16:39:10 +03:00 |
Andrew Dolgov
|
6b19eec0f7
|
Merge branch 'master' of git.fakecake.org:tt-rss
|
2018-11-22 16:36:13 +03:00 |
Andrew Dolgov
|
55bf4bc1d3
|
mailer: split to/from name/addresses
|
2018-11-22 16:36:10 +03:00 |
Andrew Dolgov
|
83affcd4b2
|
Mailer->error: no argument
|
2018-11-22 16:19:41 +03:00 |
Andrew Dolgov
|
57932e1837
|
remove PHPMailer and related directives from config.php-dist; add pluggable Mailer class
|
2018-11-22 14:45:14 +03:00 |
Andrew Dolgov
|
643d1919cc
|
update .gitignore
|
2018-11-07 14:59:44 +03:00 |
Andrew Dolgov
|
253dbd4856
|
generate_syndicated_feed: add support for virtual feeds provided by plugins
|
2018-11-07 14:21:39 +03:00 |
Andrew Dolgov
|
22366ccc5b
|
db_prefs: fix cache never being used on read(); remove unnecessary
sprintf()s to integer
|
2018-11-03 21:52:38 +03:00 |
Andrew Dolgov
|
3a0292303e
|
php: remove trailing whitespaces
|
2018-11-03 15:08:43 +03:00 |
Andrew Dolgov
|
3b9f982ec6
|
upd .gitignore
|
2018-11-03 15:03:52 +03:00 |
Andrew Dolgov
|
2c940c4861
|
better handle PDOExceptions during open transaction in feed update
|
2018-11-03 15:00:58 +03:00 |
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
|
2018-10-16 14:07:42 +03:00 |
Andrew Dolgov
|
d246fb9fe1
|
remove session REMOTE_ADDR checks
|
2018-10-16 12:12:07 +03:00 |
Andrew Dolgov
|
f8fc1ac543
|
login: check for stale session in login handler, instead of authenticate_user()
|
2018-10-16 11:39:12 +03:00 |
Andrew Dolgov
|
f730d7bb0a
|
another attempt to enforce session ID regeneration on login
|
2018-10-16 09:11:32 +03:00 |
Andrew Dolgov
|
9dadbdbb21
|
properly save auth_module after logging in
|
2018-10-16 07:34:22 +03:00 |
Andrew Dolgov
|
77aebd7e4a
|
it was probably not the best idea to use session_regenerate_id() right after session_start(), duh
|
2018-10-15 21:47:12 +03:00 |
Andrew Dolgov
|
5feed36a3c
|
do not use separate _ssl cookie for secure sessions
|
2018-10-15 15:48:37 +03:00 |
Andrew Dolgov
|
65e98f4086
|
force regenerate session id on successful login, remove previous blank SID check
|
2018-10-15 15:47:50 +03:00 |
Andrew Dolgov
|
74736fce0f
|
if empty session is autostarted because of a cookie, immediately destroy it
|
2018-10-15 14:53:35 +03:00 |
Andrew Dolgov
|
7d53c2b501
|
validate_session: bring back IP session binding (enabled by default) and UA checking
|
2018-10-15 08:26:07 +03:00 |
Andrew Dolgov
|
8064ca3f8c
|
API endpoint: disable session cookies
|
2018-10-15 07:37:07 +03:00 |
Andrew Dolgov
|
ec5687a62b
|
logout user: commit destroyed session
|
2018-10-14 22:50:45 +03:00 |
Andrew Dolgov
|
f287596f0f
|
rebase translations
|
2018-10-10 08:25:30 +03:00 |
fox
|
2f3ed853d2
|
Merge branch 'i18n' of HenryQW/tt-rss into master
|
2018-10-10 04:37:38 +00:00 |
Henry
|
392989678f
|
Update Chinese translation
|
2018-10-09 23:34:49 +01:00 |
Andrew Dolgov
|
e60e4ac086
|
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
|
2018-10-09 14:16:38 +03:00 |
Andrew Dolgov
|
717a638972
|
remove segoe ui web fontface
|
2018-10-09 14:16:26 +03:00 |
fox
|
642677d21a
|
Merge branch 'i18n' of HenryQW/tt-rss into master
|
2018-10-08 05:20:16 +00:00 |
Henry
|
f46e5f1bd5
|
Correct Chinese translation
|
2018-10-08 01:12:33 +01:00 |
Andrew Dolgov
|
df0115fc7a
|
shorten_expanded: also hide embedded attachments behind wrapper
|
2018-09-21 08:14:55 +03:00 |
Andrew Dolgov
|
1cf69d435d
|
fix af_zz_vidmute for new chrome breaking muting via setAttribute
|
2018-09-11 11:46:10 +03:00 |
Andrew Dolgov
|
bb84330234
|
Logger_SQL: use separate PDO connection
|
2018-09-10 21:49:31 +03:00 |
Andrew Dolgov
|
80fd79ca30
|
Logger->log() allow passing context (defaults to '')
|
2018-09-10 21:32:10 +03:00 |
Andrew Dolgov
|
4f17c3f977
|
Logger: add implementation for logger->log(message)
|
2018-09-10 21:26:28 +03:00 |
Andrew Dolgov
|
665495b94b
|
cache_media: only touch() local file if it's writable
|
2018-09-10 16:17:12 +03:00 |
Andrew Dolgov
|
4bb651a656
|
af_redditimgur: check gfycat content type before embedding, add generic
catchall embedding for og:video metadata
|
2018-09-10 16:09:38 +03:00 |
Andrew Dolgov
|
f43ce66e65
|
af_redditimgur: simplify handling of gfycat URLs
|
2018-09-09 12:45:02 +03:00 |
Andrew Dolgov
|
5a35b31b89
|
rebase translations
|
2018-09-07 10:25:06 +03:00 |
Andrew Dolgov
|
d4fef36237
|
rewrite per-feed/global strip images to strip media
|
2018-09-07 10:24:46 +03:00 |
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
|
2018-09-07 09:55:43 +03:00 |
Andrew Dolgov
|
62d0060aa1
|
update_daemon_common: do not abort entire batch if PDOException happens when processing individual feeds
|
2018-09-03 13:03:35 +03:00 |
Andrew Dolgov
|
01d22e255f
|
PDO: switch error reporting to exceptions
|
2018-09-03 12:30:26 +03:00 |
Andrew Dolgov
|
de1b9acba1
|
af_comics: simplify srcset attribute handling for gocomics pseudo-feeds
|
2018-08-31 08:33:36 +03:00 |
Andrew Dolgov
|
2ab49fec9a
|
API: getHeadlines: return feed_id for Archived entries as 0 instead of null to be consistent with requested feed_id
|
2018-08-29 15:13:07 +03:00 |
Andrew Dolgov
|
a291a0c00f
|
API: oops, forgot that headlines could be requested for a tag
|
2018-08-29 12:55:03 +03:00 |
Andrew Dolgov
|
70e180e887
|
API: getHeadlines: check for feed_id correctly
|
2018-08-29 12:53:33 +03:00 |
Andrew Dolgov
|
803b8ead1e
|
update previous to not die on errors
|
2018-08-24 17:23:46 +03:00 |
Andrew Dolgov
|
f7fe28d059
|
fix user theme ignoring active settings profile
|
2018-08-24 17:22:32 +03:00 |
Andrew Dolgov
|
1da0818188
|
Merge branch 'master' into dojo-module-define-test
|
2018-08-23 13:43:57 +03:00 |