Andrew Dolgov
9dc5524df1
set dialogs to const
6 years ago
Andrew Dolgov
4508e3103d
some more eslint-related stuff
6 years ago
Andrew Dolgov
424e28db6b
eslint-related fixes
6 years ago
Andrew Dolgov
fa2e3b235a
addLabel: remove unused active_tab
7 years ago
wn_
30aa9743eb
strict js: fix subscribing when HTML with multiple feeds
...
also a minor fix for response handling in quickAddFilter
7 years ago
wn_
ad04bbf81d
strict js: fix more dialog vars
7 years ago
wn_
97f084c828
strict js: fix helpDialog
7 years ago
Andrew Dolgov
3009ecc44f
initial for JS strict mode
7 years ago
Andrew Dolgov
44eda8521e
filter delete action/rule: fix selector syntax
7 years ago
Andrew Dolgov
0518510814
remove some obsolete stuff, fix minor issues found by code analyzer
7 years ago
Andrew Dolgov
fbe7cb0a48
rpc: switch to PDO
7 years ago
Andrew Dolgov
267bcee32c
quickAddFeed: fix legacy feed_id type being passed to newrule
7 years ago
Andrew Dolgov
5b6ea1ef91
remove pubsubhubbub: dead
8 years ago
Andrew Dolgov
270c0a00e5
improve JS error logging with additional stuff
8 years ago
Andrew Dolgov
e0a957b3f6
use try/catch block in updatefeedlist
...
remove reporting function from exception dialog
8 years ago
Andrew Dolgov
1bfe1d7b31
simplify error handling
...
* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
8 years ago
Andrew Dolgov
79ec2f3efd
set error report url to https
8 years ago
Andrew Dolgov
70c0a8c2e0
pass several image files used in notify messages to frontend as base64 to prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor.
8 years ago
Andrew Dolgov
829d478f1b
add some protection against opener attacks if external site is opened via window.open()
8 years ago
Andrew Dolgov
24c7e4132d
subscribe dialog: do not report errors via alert()
...
fetch_file_contents: reset all globals on start, return error message body when not using curl
subscribe_to_feed: report if cloudflare is in the error message
8 years ago
Anders Kaseorg
88946d331a
Replace all setTimeout strings with functions
...
This fixes a cross-site scripting vulnerability.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 years ago
Andrew Dolgov
89bea945ce
filters: add to previous on JS side
9 years ago
Andrew Dolgov
f48f292d2b
tweak filter preview layout a bit; allow previewing matched articles in a popup
9 years ago
Andrew Dolgov
3857536f70
fix testing in create filter dialog, woops
9 years ago
Andrew Dolgov
dcbe36b2a2
fix some remaining old-style viewfeed() calls
9 years ago
Andrew Dolgov
bf9cc9ad95
combine user edit & user details
9 years ago
Andrew Dolgov
b87744534a
add plugin-based filter actions (see example plugin in attic)
...
bump schema
9 years ago
Andrew Dolgov
0d41fd76d3
notify fixes
10 years ago
Andrew Dolgov
d9c93ebfdb
tweak notifications; use css animations for notifications
10 years ago
Andrew Dolgov
22f675e5c4
add a link to headlines-spacer to open next unread feed
10 years ago
Andrew Dolgov
e126fe6a68
exception_error: always stringify ext_info
11 years ago
Andrew Dolgov
fb3a2505ac
init params debugging: support objects etc
11 years ago
Andrew Dolgov
2f7918ae2e
exception_error: support objects in ext_info
11 years ago
Andrew Dolgov
cde449b937
update report to tt-rss prompt
11 years ago
Andrew Dolgov
8b91b0beb5
add ttrss version and init params to reports
11 years ago
Andrew Dolgov
cbcf6517dc
Revert "exception handler: remove report to tt-rss.org"
...
This reverts commit b55aec078c
.
11 years ago
Andrew Dolgov
b55aec078c
exception handler: remove report to tt-rss.org
11 years ago
Andrew Dolgov
5c812c2ea4
Revert "add a less intimidating error message when backend times out and/or fails to return valid JSON"
...
This reverts commit 2ffe7a3b14
.
11 years ago
Andrew Dolgov
2ffe7a3b14
add a less intimidating error message when backend times out and/or fails to return valid JSON
11 years ago
Andrew Dolgov
350218f4f8
quickAddFeed: gracefully handle backend timeout/JSON parse problems
11 years ago
Andrew Dolgov
0c7e49936a
quickAddFilter: if text is currently highlighted, use that instead of active article title for placeholder text
11 years ago
Andrew Dolgov
8f7a020e1b
add notification to subscribe dialog when multiple feeds are detected
11 years ago
Andrew Dolgov
6e3224a26c
use correct icons for notifications
12 years ago
Andrew Dolgov
2f20dd58d2
integrate silk icons by Mark James
12 years ago
supahgreg
8ceea119a8
Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated.
12 years ago
supahgreg
abbe9c1f55
minor: remove duplicate check for params
12 years ago
Andrew Dolgov
f66492d357
better javascript error reporting, save error reports in tt-rss log
12 years ago
Andrew Dolgov
ebec81a6fb
subscribe: verify XML before adding to the database; fetch: try to work around entity problems if initial parsing fails
12 years ago
Andrew Dolgov
95437e9e07
tweak notify layout/display
12 years ago
Andrew Dolgov
e43a9c4a01
add a %d articles selected element
12 years ago