| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-14 | Remove 'App.byId()', which was essentially an alias of ↵ | supahgreg | |
| 'document.getElementById()'. | |||
| 2025-10-12 | Clean up unnecessary eslint-disable directives (per ESLint). | supahgreg | |
| 2025-10-12 | Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in ↵ | supahgreg | |
| 'eslint.config.js'). Also take care of 2 'no-prototype-builtins' and a 'no-useless-escape'. * https://eslint.org/docs/latest/rules/no-redeclare * https://eslint.org/docs/latest/rules/no-prototype-builtins * https://eslint.org/docs/latest/rules/no-useless-escape | |||
| 2025-10-12 | Address ESLint rule 'no-prototype-builtins'. | supahgreg | |
| https://eslint.org/docs/latest/rules/no-prototype-builtins | |||
| 2025-10-12 | Address ESLint rule 'eqeqeq'. | supahgreg | |
| https://eslint.org/docs/latest/rules/eqeqeq | |||
| 2025-10-06 | Switch links to the 'tt-rss' GitHub organization. | supahgreg | |
| 2025-10-05 | Switch from 'tt-rss-web-static' links to wiki links. | supahgreg | |
| 2025-10-03 | Remove references to, and integrations with, 'tt-rss.org'. | supahgreg | |
| 2025-07-06 | Separate feed type detection from init, don't subscribe on failures. | wn_ | |
| Also some FeedParser tweaks. | |||
| 2025-06-19 | Clean up displaying subscription error info, log more detailed info to the ↵ | wn_ | |
| event log. | |||
| 2025-06-17 | Remove unused subscription return code 6 | wn_ | |
| 2025-06-17 | Escape error content displayed when subscribing fails (as it might contain ↵ | wn_ | |
| HTML). | |||
| 2025-06-17 | Show some HTML content as a hover tip when the 'feed URL' returned HTML ↵ | wn_ | |
| without feeds. Also tweak the 'Feeds::_subscribe()' documentation a bit. | |||
| 2025-03-19 | allow setting update interval in subcribe to feed dialog | Andrew Dolgov | |
| 2024-05-16 | Add option to debug feeds in 'Feeds with update errors' dialog. | wn_ | |
| Also, prevent opening that dialog from modifying the URL. | |||
| 2023-12-23 | Ensure the feed name is easily visible when looking at the feeds with errors ↵ | wn_ | |
| list. | |||
| 2023-10-26 | Fix class names in some more places. | wn_ | |
| Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f | |||
| 2023-10-25 | move to psr-4 autoloader | 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). | |||
| 2021-11-14 | show safe mode warning dialog in prefs | 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-03-16 | use svg icon for the subscribe dialog | Andrew Dolgov | |
| 2021-03-06 | add some more dialog icons | Andrew Dolgov | |
| 2021-03-06 | some small layout fixes, remove a few inline styles | Andrew Dolgov | |
| 2021-03-06 | * don't try to update custom set feed favicons | Andrew Dolgov | |
| * cleanup update_rss_feed() a bit, use ORM | |||
| 2021-03-05 | add a bunch of button icons | Andrew Dolgov | |
| 2021-03-03 | reduce Amount of Caps Used in Multiple Dialogs | Andrew Dolgov | |
| 2021-02-21 | move published opml JS code to pref helpers | Andrew Dolgov | |
| 2021-02-21 | Open the default feed after unsubscribing. | wn_ | |
| Previously the UI appeared to hang, even though the backend request had already completed successfully. | |||
| 2021-02-20 | feed editor: use client dialog | Andrew Dolgov | |
| 2021-02-20 | wip: feed editor client-side | Andrew Dolgov | |
| 2021-02-19 | * switch to xhr.post() almost everywhere | Andrew Dolgov | |
| * call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs | |||
| 2021-02-19 | migrate a bunch of xhrPost invocations | Andrew Dolgov | |
| 2021-02-19 | migrate xhrJson invocations to the new helper | Andrew Dolgov | |
| 2021-02-19 | fix some eslint-related stuff | Andrew Dolgov | |
| 2021-02-19 | properly validate feed editor dialog | Andrew Dolgov | |
| 2021-02-18 | initial for RIP prototype/scriptaculous | Andrew Dolgov | |
| 2021-02-17 | * App: rename hidden to hidden_tag | Andrew Dolgov | |
| * search: use client dialog * add some form field helpers | |||
| 2021-02-16 | CommonDialogs.addLabel: remove long unused parameters | Andrew Dolgov | |
| 2021-02-15 | subscribe to feed: use client dialog | Andrew Dolgov | |
| 2021-02-15 | shared opml and feed dialogs: remove unique target element id, move ↵ | Andrew Dolgov | |
| associated methods into dialog | |||
| 2021-02-14 | render headline-specific toolbar on the client | Andrew Dolgov | |
| 2021-02-13 | feeds with errors: use client dialog | Andrew Dolgov | |
| 2021-02-12 | silence some more eslint warnings | Andrew Dolgov | |
| 2021-02-12 | prefs: fix published shared URL dialog | Andrew Dolgov | |
| 2021-02-12 | move some dialogs to xhr loading | Andrew Dolgov | |
| 2021-02-12 | more dialog-related cleanup | Andrew Dolgov | |
| 2021-02-12 | * OPML import: don't reload everything, just feed tree | Andrew Dolgov | |
| * dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually * some general dialog-related cleanup | |||
| 2021-02-12 | * customizeCSS: client dialog | Andrew Dolgov | |
| * remove hardcoded width from most dialogs (move to css) * add helper to easily get dialog from its widget * rework some dialog buttons to use current object instead of calling dialog by name | |||
| 2021-02-11 | generated feed: use client dialog | Andrew Dolgov | |