summaryrefslogtreecommitdiff
path: root/js/App.js
AgeCommit message (Expand)Author
2025-10-12Clean up unnecessary eslint-disable directives (per ESLint).supahgreg
2025-10-12Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...supahgreg
2025-10-12Address ESLint rule 'no-prototype-builtins'.supahgreg
2025-10-12Address ESLint rule 'eqeqeq'.supahgreg
2025-10-10Improve 'App.getSelectedText()'.supahgreg
2025-10-10Fix a potential double-unescaping issue, tweak 'App.escapeHtml()'.supahgreg
2025-08-14bump amount of retries when trying to auto-switch themeAndrew Dolgov
2025-08-08check if backend is reachable when handling night mode change instead of rely...Andrew Dolgov
2025-08-01make default light/dark themes configurable, add support for main application...Andrew Dolgov
2025-07-27attempt to retry night mode switch if we're offlineAndrew Dolgov
2025-05-02drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processesAndrew Dolgov
2024-10-15properly support search queries in viewfeed debugger, improve some debugging ...Andrew Dolgov
2023-11-03add wip UI/backend stuff to filter feed treeAndrew Dolgov
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-06-01keep two sets of content-insert size cookies for wide & normal modeAndrew Dolgov
2023-03-05Also use friendly names for special feed+cat IDs in the frontend.wn_
2022-02-25actions dropdown: add context-sensitive UI layout labelsAndrew Dolgov
2022-02-24 * add actions dropdown to toggle combined modeAndrew Dolgov
2021-11-14show safe mode warning dialog in prefsAndrew Dolgov
2021-11-10add two helper account access levels:Andrew Dolgov
2021-05-20add hotkeys J/K to move between unread feedsAndrew Dolgov
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-11continuation of the css cleanupAndrew Dolgov
2021-03-11grid: add a header icon (and a hotkey) to toggle article span entire rowAndrew Dolgov
2021-03-10 * it feels weird for requireIdleCallback() to be optional while moreAndrew Dolgov
2021-03-10fix crash in preferences due to headlines-frame missingAndrew Dolgov
2021-03-10fix headlines-spacer height in grid modeAndrew Dolgov
2021-03-10add hotkey to toggle grid viewAndrew Dolgov
2021-03-08minor cleanup related to toolbar-main (use dijit methods, etc)Andrew Dolgov
2021-03-06reduce overhead in hash set/getAndrew Dolgov
2021-03-02store widescreen mode setting in preferences instead of a cookieAndrew Dolgov
2021-02-27add plugin updates checker into normal updates checkerAndrew Dolgov
2021-02-26Merge pull request 'fix-mysql-support' (#10) from klatch/tt-rss:fix-mysql-sup...fox
2021-02-26check if client-presented URL scheme is different from one configured in SELF...Andrew Dolgov
2021-02-26pass translations to frontend as a json objectAndrew Dolgov
2021-02-25fix checkboxes shown as checked when they're not with mysqlFrenck Lutke
2021-02-24decouple runtime-info object from countersAndrew Dolgov
2021-02-24try to calculate counters conditionally based on feed idsAndrew Dolgov
2021-02-23drop errors.php and simplify error handlingAndrew Dolgov
2021-02-20prevent filter selected text dialog from opening in wrong orderAndrew Dolgov
2021-02-20haven't i fixed this alreadyAndrew Dolgov
2021-02-20wip: feed editor client-sideAndrew Dolgov
2021-02-19use template strings in a bunch of places instead of id concatenationAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
2021-02-19migrate a bunch of xhrPost invocationsAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-19fix some eslint-related stuffAndrew Dolgov
2021-02-19cleanup some unused code, fix App.byId() invoked by wrong nameAndrew Dolgov
2021-02-18add Element toggleClassNameAndrew Dolgov