Andrew Dolgov
da1a3c2cc5
remove ok = confirm() thing
6 years ago
Andrew Dolgov
fd752a79af
finish xhrPost migration of js/
6 years ago
Andrew Dolgov
7e8be97b66
remove duplicated code from hotkey actions handler
...
more xhrPost() refactoring
6 years ago
Andrew Dolgov
24c618dd6f
editSelectedFeeds: fix missing unset checkboxes properly
6 years ago
Andrew Dolgov
ef129fed2a
some more xhrPost refactoring (batchEditSave WIP)
6 years ago
Andrew Dolgov
fc0a3050eb
use xhrPost is even more places!
6 years ago
Andrew Dolgov
3ad9944d5e
fix missing sprintf() argument
6 years ago
Andrew Dolgov
dbb4cdbe36
plugins: run eslint const/let fixes
6 years ago
Andrew Dolgov
c10a43069e
debug logging system rework:
...
* support various logging levels per-message
* remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc
* _debug() is kept as a compatibility shim for plugins
6 years ago
Andrew Dolgov
758752684c
cache_starred_articles: limit maximum amount of download attempts per-article, consider cache operation a success even if all images were too small (prevents repeated requests)
6 years ago
Andrew Dolgov
eaf7cfdba6
use xhrPost in even more places!
6 years ago
Andrew Dolgov
ed1262d55a
oops, remove useless db_escape_string() in article class (and nsfw plugin)
6 years ago
Andrew Dolgov
560b9fdd26
use xhrPost in more places
6 years ago
Andrew Dolgov
0d27227359
use xhrPost in more places; various minor cleanup
6 years ago
Andrew Dolgov
0267212454
move to let/const syntax in custom dojo modules
6 years ago
Andrew Dolgov
9dc5524df1
set dialogs to const
6 years ago
Andrew Dolgov
1b91bb4564
don't compare result with undefined seq
6 years ago
Andrew Dolgov
4508e3103d
some more eslint-related stuff
6 years ago
Andrew Dolgov
8572e0108a
declare globals with let
6 years ago
Andrew Dolgov
424e28db6b
eslint-related fixes
6 years ago
Andrew Dolgov
79c5035920
reset password: use updated mailer parameters properly
6 years ago
Andrew Dolgov
2d54eb1a87
remove cache/simplepie
6 years ago
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