| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-09 | add window.requestIdleCallback polyfill for safari | Andrew Dolgov | |
| 2023-04-06 | add simple autocompleter for tags | Andrew Dolgov | |
| 2023-04-01 | Make 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-07 | Change 'FEED_NOTHING' to 'FEED_DASHBOARD'. | wn_ | |
| 2023-03-05 | Also use friendly names for special feed+cat IDs in the frontend. | wn_ | |
| 2023-03-01 | tags 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 timestamp | Andrew Dolgov | |
| * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag | |||
| 2022-11-24 | rework favicon storage to use DiskCache | Andrew Dolgov | |
| 2022-06-06 | feeds-tree: move external onClick dojo/method to PrefFeedTree class | Andrew Dolgov | |
| 2022-06-06 | filter-tree: move external dojo/method to PrefFilterTree class | Andrew Dolgov | |
| 2022-06-05 | prefs: move external filter tree onload method (which checks for inactive ↵ | Andrew Dolgov | |
| feeds, etc.) to FilterTree class | |||
| 2022-06-05 | pref-filters: add a button to hide or show rules in the filter list | Andrew Dolgov | |
| 2022-02-25 | actions dropdown: add context-sensitive UI layout labels | Andrew Dolgov | |
| 2022-02-24 | * add actions dropdown to toggle combined mode | Andrew Dolgov | |
| * hide 'toggle widescreen' menu item when in combined mode * unify some mode toggling code in App | |||
| 2022-01-25 | make sure notification is closed when saving/creating filter | Andrew Dolgov | |
| 2022-01-13 | Merge branch 'master' of git.fakecake.org:fox/tt-rss | Andrew Dolgov | |
| 2022-01-13 | Headlines: fix multiple article ids not passed to setScore as an array | Andrew Dolgov | |
| 2021-12-20 | filters: | 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 better | Andrew 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-14 | PluginHost: add run_until() and HOOK_HEADLINE_TOOLBAR_SELECT_MENU_ITEM2 | Andrew Dolgov | |
| 2021-11-29 | combined mode: limit feed title element to 25% width | Andrew Dolgov | |
| 2021-11-15 | when uninstall plugins, refresh plugins index instead of reloading entire ↵ | Andrew Dolgov | |
| prefs pane | |||
| 2021-11-14 | prefs: properly report failures when loading plugin list | Andrew Dolgov | |
| 2021-11-14 | show safe mode warning dialog in prefs | Andrew Dolgov | |
| 2021-11-14 | xhr.json: properly pass failure callback to xhr.post() | Andrew Dolgov | |
| 2021-11-14 | xhr.json: don't call resolve() on failed to parse data | Andrew Dolgov | |
| 2021-11-10 | add 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-18 | add data-orig-feed-title to generated headline markup | Andrew Dolgov | |
| 2021-10-11 | fix vfeed menu in three panel mode | Andrew Dolgov | |
| 2021-10-10 | headlines: attach context menu to vfeed title node | Andrew Dolgov | |
| 2021-10-10 | feed tree context menu: add an entry to open originating website | Andrew Dolgov | |
| 2021-06-16 | add settings profile cloning | Andrew Dolgov | |
| 2021-05-20 | add hotkeys J/K to move between unread feeds | Andrew Dolgov | |
| 2021-05-06 | fix combined/three panel transition to expandable mode | Andrew Dolgov | |
| 2021-04-22 | fix for previous changeset that broke expanded mode | Andrew Dolgov | |
| 2021-04-22 | Article.pack: add no-op for three panel mode | Andrew Dolgov | |
| 2021-04-22 | * cdm: render enclosures into content element | Andrew Dolgov | |
| * deprecate cdm.intermediate * implement lazy-load for rendered enclosures * simplify pack/unpack logic for articles | |||
| 2021-04-12 | Fix `getCategory` method. | Rodney Stromlund | |
| 2021-04-12 | getPreviousFeed/getNextFeed: implement wrap around | Andrew Dolgov | |
| 2021-03-26 | Fix automatically showing next feed on catchup | wn_ | |
| 2021-03-24 | don't use css-defined .svg files because firefox | Andrew Dolgov | |
| 2021-03-23 | Revert "clip max displayed counter value to 9999 because of container node ↵ | Andrew Dolgov | |
| width" This reverts commit c34a4c85bde242c991baf1f383694e9a4fa82940. | |||
| 2021-03-23 | clip max displayed counter value to 9999 because of container node width | Andrew Dolgov | |
| 2021-03-22 | yet another flex feedtree attempt | Andrew Dolgov | |
| 2021-03-22 | Revert "Revert "another attempt at flex-based feed tree"" | Andrew Dolgov | |
| This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924. | |||
| 2021-03-22 | don't try to j/k move to nonexistant feed | Andrew Dolgov | |
| 2021-03-22 | unify return values for getPreviousFeed and usages of both prev/next | Andrew Dolgov | |
| 2021-03-22 | * Feeds.openNextUnread: fix | Andrew Dolgov | |
| * model.getNextFeed: make sure return values are consistent, stop wrapping back to starred | |||
| 2021-03-21 | Revert "another attempt at flex-based feed tree" | Andrew Dolgov | |
| This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d. | |||
| 2021-03-21 | another attempt at flex-based feed tree | Andrew Dolgov | |