summaryrefslogtreecommitdiff
path: root/js/feedlist.js
AgeCommit message (Collapse)Author
2018-11-30combined mode (and more) css class name updatesAndrew Dolgov
2018-11-30replace 4 space indents with tabsAndrew Dolgov
2018-11-30scroll handler: performance improvementsAndrew Dolgov
2018-11-30remove duplicated code from hotkey actions handlerAndrew Dolgov
more xhrPost() refactoring
2018-11-29use xhrPost in more placesAndrew Dolgov
2018-11-29use xhrPost in more places; various minor cleanupAndrew Dolgov
2018-11-29declare globals with letAndrew Dolgov
2018-11-29eslint-related fixesAndrew Dolgov
2018-03-14viewfeed: remove force_nocache (unused)Andrew Dolgov
2018-03-08initial for JS strict modeAndrew 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-08-12force-request counters on load once if bw_limit option is enabled (because ↵Andrew Dolgov
there's no timeout())
2017-07-30request counters less times during startup, delay initial request in ↵Andrew Dolgov
feedlist_init() a bit
2017-03-31filter by search results while marking feed as readAndrew Dolgov
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-04parse_counters: skip subscribed-feeds id properlyAndrew Dolgov
2017-02-04reset local counter cache when feed count changesAndrew Dolgov
2017-01-22parse_counters: cache previous reply and skip processing of unchanged rows ↵Andrew Dolgov
(better implementation)
2017-01-22parse_counters: cache previous reply and skip processing of unchanged 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-22headlines scroll handler: add a rate limitAndrew Dolgov
2016-03-22catchupfeedingroup: do not remove elementsAndrew Dolgov
2016-03-22cleanup dismissArticle functionsAndrew Dolgov
2016-03-22catchupFeedInGroup: dismiss elements on catchupAndrew Dolgov
2016-03-21catchupFeedInGroup: send catchup request even if there are no unread ↵Andrew Dolgov
articles in the buffer for this feed
2016-03-21improvements for catchupFeedInGroup()Andrew Dolgov
2016-01-11add some hacks to hopefully mitigate headlines memory leaksAndrew Dolgov
2015-12-30getfeedname: fix for non-numeric feeds (tags)Andrew Dolgov
2015-10-27loadMoreHeadlines: use correct offsets for starred vfeed in adaptive modeAndrew Dolgov
2015-09-03update previousAndrew Dolgov
2015-09-03fix catching up for grouped feedsAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
viewfeed: remove (obsolete) method parameter add shortcut to debug viewfeed() query
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-11assorted fixes for keyboard navigation which hopefully don't break ↵Andrew Dolgov
everything else
2015-07-14(experimental) disable infscroll requests while marking auto catched up ↵Andrew Dolgov
articles as read
2015-07-12fixes for first_id stuffAndrew Dolgov
2015-07-12js: remove current_top_id globalAndrew Dolgov
2015-07-12queryFeedHeadlines: move to array-based arguments, optionally check if first ↵Andrew Dolgov
element changed when paginating
2013-09-01loadMoreHeadlines: use shorter syntax for adaptive offset calculationAndrew Dolgov
2013-07-12viewfeed: properly escape feed in ajax queryAndrew Dolgov
2013-06-13Load selected feed after a short timeoutMatt Haley
Avoid firing multiple server requests if the user is navigating up/down the tree list with the keyboard. Instead, wait till the user has stopped navigating for at least 250ms.
2013-06-12Revert "Load selected feed after a short timeout"Andrew Dolgov
This reverts commit 17c5d44cf42f6c99786efbc45b788d910fb4c4be.
2013-06-11Load selected feed after a short timeoutMatt Haley
Avoid firing multiple server requests if the user quickly clicks another feed or is navigating up/down the tree list with the keyboard.
2013-05-16implement additional counter mode for virtual feeds when there's 0 unread ↵Andrew Dolgov
articles
2013-05-14mark older than two weeks: fix typoAndrew Dolgov
2013-05-02remove splash before freshfeed is loadedAndrew Dolgov
2013-04-24add a simple JS-based hook hostAndrew Dolgov