summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2018-03-16hlClicked: do not set headline selected when ctrl-clickingAndrew Dolgov
2018-03-16addLabel: remove unused active_tabAndrew Dolgov
2018-03-16gotoExportOpml: js strict mode fixAndrew Dolgov
2018-03-14strict js: various var fixeswn_
2018-03-14viewfeed: remove force_nocache (unused)Andrew Dolgov
2018-03-14switchPanelMode: strict-mode fix for article_idAndrew 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 catchupBatchedArticleswn_
This addresses the "Unread not removed from row" issue.
2018-03-10strict js: fix more dialog varswn_
2018-03-09strict js: fix helpDialogwn_
2018-03-08initial for JS strict modeAndrew Dolgov
2018-02-08add special class for feeds with disabled updatesAndrew 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-04some (very minor) code cleanup in feeds classAndrew Dolgov
2017-12-03queryfeedheadlines: there's no need to quote order_by/override_orderAndrew Dolgov
else: feedicon cache busting etc
2017-12-03add defaultPasswordWarning nag dialogAndrew Dolgov
2017-12-02remove long forgotten stuff related to feed debugging actionbarAndrew Dolgov
2017-12-01rpc: switch to PDOAndrew Dolgov
2017-08-12force-request counters on load once if bw_limit option is enabled (because ↵Andrew Dolgov
there's no timeout())
2017-08-01Don't display label context menu items if there are no labels.wn_
Caused by: 5e78b0c253d56d85b0339636c8793f93c835b792 See: https://discourse.tt-rss.org/t/label-options-sometimes-not-showing-in-context-menu/366
2017-07-30request counters less times during startup, delay initial request in ↵Andrew Dolgov
feedlist_init() a bit
2017-07-30do not base headlines label context submenu on feed tree labels categoryAndrew Dolgov
2017-07-02quickAddFeed: fix legacy feed_id type being passed to newruleAndrew Dolgov
2017-07-02prefs: reload after OPML importAndrew Dolgov
2017-05-27Show a blank icon in PrefFeedTree if there is no favicon for a feed.wn_
Duplicates behavior of FeedTree. Prevents a broken request to 'false' if a feed doesn't have a favicon.
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-12feedtree.selectFeed: focus headlines-frame after selectionAndrew Dolgov
2017-05-05hotkey_handler: one more tiny tweakAndrew Dolgov
2017-05-05hotkey_handler: cleanup things a bitAndrew Dolgov
2017-05-05hotkey_handler: return true on prefix handledAndrew Dolgov
2017-05-05feedtree, selectFeed: focus selected nodeAndrew Dolgov
2017-05-05hotkey_handler: stop propagation of handled prefix/action eventsAndrew Dolgov
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-06cdmClicked: do not use event.target.parents to figure out if clicked on a ↵Andrew Dolgov
heading
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-17rework the way headlines menus identify calling rowAndrew Dolgov
2017-02-15editFilter: fix selector expressions broken by 88946d3Andrew Dolgov
2017-02-14set error report url to httpsAndrew Dolgov
2017-02-13bind headlines menu to a selector to avoid remaking it unnecessarilyAndrew Dolgov
2017-02-13cdmcollapse/expand: use less convoluted selector queriesAndrew 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-09handle_rpc_json: fix netalert button never appearing on JSON parse errorAndrew Dolgov
2017-02-08add some protection against opener attacks if external site is opened via ↵Andrew Dolgov
window.open()
2017-02-04parse_counters: skip subscribed-feeds id properlyAndrew Dolgov
2017-02-04reset local counter cache when feed count changesAndrew Dolgov
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-22unpackVisibleHeadlines: do not iterate over all RROWs all the timeAndrew Dolgov