summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
AgeCommit message (Collapse)Author
2018-03-16hlClicked: do not set headline selected when ctrl-clickingAndrew Dolgov
2018-03-14strict js: various var fixeswn_
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-08initial for JS strict modeAndrew Dolgov
2017-12-04some (very minor) code cleanup in feeds classAndrew Dolgov
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-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-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-13bind headlines menu to a selector to avoid remaking it unnecessarilyAndrew Dolgov
2017-02-13cdmcollapse/expand: use less convoluted selector queriesAndrew Dolgov
2017-02-08add some protection against opener attacks if external site is opened via ↵Andrew Dolgov
window.open()
2017-01-22unpackVisibleHeadlines: do not iterate over all RROWs all the timeAndrew Dolgov
2017-01-22initHeadlinesMenu: remove unneeded outputAndrew Dolgov
2017-01-22attach headline menu objects to correct DOM nodes in combined modeAndrew Dolgov
2017-01-22reuse menu objects while appending headline rowsAndrew Dolgov
2017-01-21Replace all setTimeout strings with functionsAnders Kaseorg
This fixes a cross-site scripting vulnerability. Signed-off-by: Anders Kaseorg <[email protected]>
2016-03-22normalize some html5 custom attributesAndrew Dolgov
2016-03-22getLoadedArticleIds: consider visible rows onlyAndrew Dolgov
catchupFeedInGroup: hide articles when catching up, with caveats
2016-03-22showArticleInHeadlines: remove unused codeAndrew Dolgov
2016-03-22updateFloatingMenu: performance improvementsAndrew Dolgov
2016-03-22fix previousAndrew Dolgov
2016-03-22headlines scroll handler: add a rate limitAndrew Dolgov
2016-03-22remove dismiss* functionsAndrew Dolgov
2016-03-22cleanup dismissArticle functionsAndrew Dolgov
2016-02-07Make "open in new tab" hotkey handler support mac "cmd+click" way ↵Kostiantyn Moroz
(non-expanded mode)
2016-01-11add some hacks to hopefully mitigate headlines memory leaksAndrew Dolgov
2015-10-07headlines_callback2: force prevent duplicate row idsAndrew Dolgov
2015-09-07add edit feed to feed header context menu in grouped modeAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
viewfeed: remove (obsolete) method parameter add shortcut to debug viewfeed() query
2015-08-11use dijit form widget for attachments dropdownAndrew Dolgov
2015-08-11use batch-based catching up in cdmExpandArticle() to reduce server loadAndrew Dolgov
2015-08-11prevent cyclical scrolling in headlines if next offset requested by ↵Andrew Dolgov
infscroll is zero a bunch of other related fixes
2015-08-11partially revert previous because of navigation breakage in expanded mode, durrrAndrew Dolgov
2015-08-11unfuck catchupbatchedarticles a bitAndrew Dolgov
2015-08-11assorted fixes for keyboard navigation which hopefully don't break ↵Andrew Dolgov
everything else
2015-08-11fix previousAndrew Dolgov
2015-08-11infscroll: preload articles a bit earlierAndrew Dolgov
2015-07-31pass DOMNodes instead of escaped html data to JS article rendered hooks (i ↵Andrew Dolgov
think this makes much more sense)
2015-07-29disable headline appear animationAndrew Dolgov
2015-07-29headlines scroll handler: make preloading less aggressiveAndrew Dolgov
2015-07-14(experimental) disable infscroll requests while marking auto catched up ↵Andrew Dolgov
articles as read
2015-07-13fix error feed (i.e. when requested feed no longer exists) not display properlyAndrew Dolgov
2015-07-13roll back separate headline transportAndrew Dolgov
2015-07-13maybe speedup headline adding a bit, maybe notAndrew Dolgov
2015-07-13viewfeed.js: cleanup the code a bitAndrew Dolgov