summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2023-04-13add Headlines.default_move_on_expand tunableAndrew Dolgov
2023-04-09add window.requestIdleCallback polyfill for safariAndrew Dolgov
2023-04-06add simple autocompleter for tagsAndrew Dolgov
2023-04-01Make edit feed dialog's 'remove icon' button a regular button.wn_
Previously it was of type 'submit', and hitting Enter anywhere in the modal triggered its action (rather than the other submit button for saving).
2023-03-07Change 'FEED_NOTHING' to 'FEED_DASHBOARD'.wn_
2023-03-05Also use friendly names for special feed+cat IDs in the frontend.wn_
2023-03-01tags display: instead of limiting to 5 tags, limit by container width %Andrew Dolgov
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
* DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
2022-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2022-06-06feeds-tree: move external onClick dojo/method to PrefFeedTree classAndrew Dolgov
2022-06-06filter-tree: move external dojo/method to PrefFilterTree classAndrew Dolgov
2022-06-05prefs: move external filter tree onload method (which checks for inactive ↵Andrew Dolgov
feeds, etc.) to FilterTree class
2022-06-05pref-filters: add a button to hide or show rules in the filter listAndrew Dolgov
2022-02-25actions dropdown: add context-sensitive UI layout labelsAndrew Dolgov
2022-02-24 * add actions dropdown to toggle combined modeAndrew Dolgov
* hide 'toggle widescreen' menu item when in combined mode * unify some mode toggling code in App
2022-01-25make sure notification is closed when saving/creating filterAndrew Dolgov
2022-01-13Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2022-01-13Headlines: fix multiple article ids not passed to setScore as an arrayAndrew Dolgov
2021-12-20filters:Andrew Dolgov
* add filter action to ignore feed-provided tags * simplify handling of various filter-provided tags * bump schema to 146
2021-12-14 * fox.form.Select: add several properties allowing it to betterAndrew Dolgov
imitate other controls like DropDownButton, etc. * rework several main toolbar items to use fox.form.Select instead of other controls * replace HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM with HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 because of markup change (option instead of menuitem) * PluginHost: add some explicit typecasts to make intellephense shut up
2021-12-14PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2Andrew Dolgov
2021-11-29combined mode: limit feed title element to 25% widthAndrew Dolgov
2021-11-15when uninstall plugins, refresh plugins index instead of reloading entire ↵Andrew Dolgov
prefs pane
2021-11-14prefs: properly report failures when loading plugin listAndrew Dolgov
2021-11-14show safe mode warning dialog in prefsAndrew Dolgov
2021-11-14xhr.json: properly pass failure callback to xhr.post()Andrew Dolgov
2021-11-14xhr.json: don't call resolve() on failed to parse dataAndrew Dolgov
2021-11-10add two helper account access levels:Andrew Dolgov
- read only - can't subscribe to more feeds, feed updates are skipped - disabled - can't login define used access levels as UserHelper constants and refactor code to use them instead of hardcoded numbers
2021-10-18add data-orig-feed-title to generated headline markupAndrew Dolgov
2021-10-11fix vfeed menu in three panel modeAndrew Dolgov
2021-10-10headlines: attach context menu to vfeed title nodeAndrew Dolgov
2021-10-10feed tree context menu: add an entry to open originating websiteAndrew Dolgov
2021-06-16add settings profile cloningAndrew Dolgov
2021-05-20add hotkeys J/K to move between unread feedsAndrew Dolgov
2021-05-06fix combined/three panel transition to expandable modeAndrew Dolgov
2021-04-22fix for previous changeset that broke expanded modeAndrew Dolgov
2021-04-22Article.pack: add no-op for three panel modeAndrew Dolgov
2021-04-22 * cdm: render enclosures into content elementAndrew Dolgov
* deprecate cdm.intermediate * implement lazy-load for rendered enclosures * simplify pack/unpack logic for articles
2021-04-12Fix `getCategory` method.Rodney Stromlund
2021-04-12getPreviousFeed/getNextFeed: implement wrap aroundAndrew Dolgov
2021-03-26Fix automatically showing next feed on catchupwn_
2021-03-24don't use css-defined .svg files because firefoxAndrew Dolgov
2021-03-23Revert "clip max displayed counter value to 9999 because of container node ↵Andrew Dolgov
width" This reverts commit c34a4c85bde242c991baf1f383694e9a4fa82940.
2021-03-23clip max displayed counter value to 9999 because of container node widthAndrew Dolgov
2021-03-22yet another flex feedtree attemptexp-flex-feedtreeAndrew Dolgov
2021-03-22Revert "Revert "another attempt at flex-based feed tree""Andrew Dolgov
This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924.
2021-03-22don't try to j/k move to nonexistant feedAndrew Dolgov
2021-03-22unify return values for getPreviousFeed and usages of both prev/nextAndrew Dolgov
2021-03-22 * Feeds.openNextUnread: fixAndrew Dolgov
* model.getNextFeed: make sure return values are consistent, stop wrapping back to starred
2021-03-21Revert "another attempt at flex-based feed tree"Andrew Dolgov
This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d.