summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2019-12-17updateCurrentUnread: don't crash if counter element is not availableAndrew Dolgov
2019-12-15fix blank screen on load if custom theme is enabledAndrew Dolgov
2019-12-15workaround for a race condition between dojo.parse() and tt-rss loading prope...Andrew Dolgov
2019-12-14show alert() if fatal exception happens while initializing base app objects a...Andrew Dolgov
2019-12-13Wrap AppBase.setupNightModeDetection() in try/catch because Safari doesn't su...JustAMacUser
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-11- update descriptions of changed hotkeysAndrew Dolgov
2019-12-10re-enable updates of floating title on scroll, duhAndrew Dolgov
2019-12-10with previous change, we don't actually need to automatically track active ar...Andrew Dolgov
2019-12-10when moving next or previous and currently active article is entirely invisib...Andrew Dolgov
2019-12-10only track active article on scroll if auto catchup is enabledAndrew Dolgov
2019-12-10remove unnecessary "== 1" when checking for init paramsAndrew Dolgov
2019-12-10Article.cdmScrollToId: disable smooth scrolling in collapsed combined modeAndrew Dolgov
2019-12-10Article.cdmScrollToId: disable smooth scrolling on repeated eventsAndrew Dolgov
2019-12-10combined mode n/p behavior changes:Andrew Dolgov
2019-12-09fix fatal error in previous because of event not being passed via Headlines.m...Andrew Dolgov
2019-12-09exp: auto-disable smooth scrolling for repeat hotkey eventsAndrew Dolgov
2019-12-09pgup/pgdn; increase scroll distance to almost entire viewport height (from 90%)Andrew Dolgov
2019-12-06user css dialog: allow saving and applying CSS without closing the dialogAndrew Dolgov
2019-12-05force-disable headlines smooth scrolling when switching feedsAndrew Dolgov
2019-12-05pgup/pgdown hotkey normalization:Andrew Dolgov
2019-12-04add hotkeys to scroll headlines/articles (whichever is active) by one pageAndrew Dolgov
2019-11-01implement app password checking / management UIAndrew Dolgov
2019-08-29setScore, selectionSetScore: check for numerical values properlyAndrew Dolgov
2019-07-30scroll handler: also invoke lazy load if last article in buffer is currently ...Andrew Dolgov
2019-07-30lazy load (infinite scrolling) changes:Andrew Dolgov
2019-07-12filter dialog: add inline regexp checkerAndrew Dolgov
2019-07-12add placeholder Filters.filterDlgCheckRegExpAndrew Dolgov
2019-05-20previous: remove unused debugging lineAndrew Dolgov
2019-05-20search dialog: display active query if searching alreadyAndrew Dolgov
2019-05-07Merge branch 'master' of ltGuillaume/ttrss into masterfox
2019-05-07_active_feed_id: set to undefined on startup to prevent unneeded Feed.open() ...Andrew Dolgov
2019-05-07fix read categories not being hidden when hide read feeds is enabledAndrew Dolgov
2019-05-07Allow to unregister plugin hooksltGuillaume
2019-05-07FeedStoreModel.getFeedUnread: return -1 when value is unsetAndrew Dolgov
2019-05-06restore feed from URL hash after feedlist initAndrew Dolgov
2019-05-06js: add PluginHost.HOOK_COUNTERS_PROCESSEDAndrew Dolgov
2019-05-06js: add PluginHost.HOOK_COUNTERS_RECEIVEDAndrew Dolgov
2019-05-06feed tree: set placeholder feed unread value to -1Andrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
2019-04-13Fix focus issues with hotkeysMichael Kuhn
2019-04-12Add keyboard shortcut 'g r': Go to Recently readltGuillaume
2019-04-08FeedTree: add feed debugger to per-feed context menuAndrew Dolgov
2019-03-14Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-14fix feed icon upload not working, rework form to use FormData/ajaxAndrew Dolgov
2019-03-11Refactor hotkeys to use keypress instead of keydownMichael Kuhn
2019-03-08Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-08css: insensitive -> text-mutedAndrew Dolgov
2019-03-07Headlines.click: open original article (and mark as read) on alt click on titleAndrew Dolgov