summaryrefslogtreecommitdiff
path: root/js/functions.js
AgeCommit message (Collapse)Author
2018-03-16addLabel: remove unused active_tabAndrew Dolgov
2018-03-11strict js: fix subscribing when HTML with multiple feedswn_
also a minor fix for response handling in quickAddFilter
2018-03-10strict js: fix more dialog varswn_
2018-03-09strict js: fix helpDialogwn_
2018-03-08initial for JS strict modeAndrew Dolgov
2018-02-04filter delete action/rule: fix selector syntaxAndrew Dolgov
2017-12-04remove some obsolete stuff, fix minor issues found by code analyzerAndrew Dolgov
2017-12-01rpc: switch to PDOAndrew Dolgov
2017-07-02quickAddFeed: fix legacy feed_id type being passed to newruleAndrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-03-05improve JS error logging with additional stuffAndrew Dolgov
2017-03-05use try/catch block in updatefeedlistAndrew Dolgov
remove reporting function from exception dialog
2017-03-04simplify error handlingAndrew Dolgov
* 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
2017-02-14set error report url to httpsAndrew Dolgov
2017-02-09pass several image files used in notify messages to frontend as base64 to ↵Andrew Dolgov
prevent broken error messages in case network connection is down. also, update some close buttons to show correct cursor.
2017-02-08add some protection against opener attacks if external site is opened via ↵Andrew Dolgov
window.open()
2017-01-28subscribe dialog: do not report errors via alert()Andrew Dolgov
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
2017-01-21Replace all setTimeout strings with functionsAnders Kaseorg
This fixes a cross-site scripting vulnerability. Signed-off-by: Anders Kaseorg <[email protected]>
2015-12-03filters: add to previous on JS sideAndrew Dolgov
2015-09-11tweak filter preview layout a bit; allow previewing matched articles in a popupAndrew Dolgov
2015-09-09fix testing in create filter dialog, woopsAndrew Dolgov
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12combine user edit & user detailsAndrew Dolgov
2015-08-11add plugin-based filter actions (see example plugin in attic)Andrew Dolgov
bump schema
2014-11-09notify fixesAndrew Dolgov
2014-11-02tweak notifications; use css animations for notificationsAndrew Dolgov
2014-07-25add a link to headlines-spacer to open next unread feedAndrew Dolgov
2014-03-14exception_error: always stringify ext_infoAndrew Dolgov
2014-03-14init params debugging: support objects etcAndrew Dolgov
2014-03-14exception_error: support objects in ext_infoAndrew Dolgov
2014-03-14update report to tt-rss promptAndrew Dolgov
2014-03-14add ttrss version and init params to reportsAndrew Dolgov
2014-03-14Revert "exception handler: remove report to tt-rss.org"Andrew Dolgov
This reverts commit b55aec078c18b3db85d34329be3f01364e383667.
2014-03-14exception handler: remove report to tt-rss.orgAndrew Dolgov
2014-03-11Revert "add a less intimidating error message when backend times out and/or ↵Andrew Dolgov
fails to return valid JSON" This reverts commit 2ffe7a3b14caeb55a6338d769255cafa6f67d3c6.
2014-03-11add a less intimidating error message when backend times out and/or fails to ↵Andrew Dolgov
return valid JSON
2014-03-11quickAddFeed: gracefully handle backend timeout/JSON parse problemsAndrew Dolgov
2013-11-12quickAddFilter: if text is currently highlighted, use that instead of active ↵Andrew Dolgov
article title for placeholder text
2013-10-02add notification to subscribe dialog when multiple feeds are detectedAndrew Dolgov
2013-07-11use correct icons for notificationsAndrew Dolgov
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-04-27Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED ↵supahgreg
to notify when interesting info has been created/updated.
2013-04-27minor: remove duplicate check for paramssupahgreg
2013-04-20better javascript error reporting, save error reports in tt-rss logAndrew Dolgov
2013-04-19subscribe: verify XML before adding to the database; fetch: try to work ↵Andrew Dolgov
around entity problems if initial parsing fails
2013-04-17tweak notify layout/displayAndrew Dolgov
2013-04-15add a %d articles selected elementAndrew Dolgov
2013-04-14quickAddFeed: add placeholder select element to feeds dropdownAndrew Dolgov
2013-04-04move db-updater functionality to public, remove db-updater.phpAndrew Dolgov
2013-04-02rpc: move several feed-related calls to pref-feedsAndrew Dolgov