index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
js
/
App.js
Age
Commit message (
Expand
)
Author
2025-10-14
Remove 'App.find()', which was essentially an alias of 'document.querySelecto...
supahgreg
2025-10-14
Remove 'App.byId()', which was essentially an alias of 'document.getElementBy...
supahgreg
2025-10-14
Remove 'App.findAll()', which was essentially an alias of 'document.querySele...
supahgreg
2025-10-14
Remove various Element and Array prototype extensions (and similar).
supahgreg
2025-10-14
Fix 'App.select_tag()' again.
supahgreg
2025-10-14
Fix default selection for 'App.select_tag()' and 'App.select_hash()'.
supahgreg
2025-10-14
Fix some more issues related to ESLint 'eqeqeq' changes (again).
supahgreg
2025-10-13
Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.
supahgreg
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 'es...
supahgreg
2025-10-12
Address ESLint rule 'no-prototype-builtins'.
supahgreg
2025-10-12
Address ESLint rule 'eqeqeq'.
supahgreg
2025-10-10
Improve 'App.getSelectedText()'.
supahgreg
2025-10-10
Fix a potential double-unescaping issue, tweak 'App.escapeHtml()'.
supahgreg
2025-08-14
bump amount of retries when trying to auto-switch theme
Andrew Dolgov
2025-08-08
check if backend is reachable when handling night mode change instead of rely...
Andrew Dolgov
2025-08-01
make default light/dark themes configurable, add support for main application...
Andrew Dolgov
2025-07-27
attempt to retry night mode switch if we're offline
Andrew Dolgov
2025-05-02
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Andrew Dolgov
2024-10-15
properly support search queries in viewfeed debugger, improve some debugging ...
Andrew Dolgov
2023-11-03
add wip UI/backend stuff to filter feed tree
Andrew Dolgov
2023-10-25
move to psr-4 autoloader
Andrew Dolgov
2023-06-01
keep two sets of content-insert size cookies for wide & normal mode
Andrew Dolgov
2023-03-05
Also use friendly names for special feed+cat IDs in the frontend.
wn_
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
2021-11-14
show safe mode warning dialog in prefs
Andrew Dolgov
2021-11-10
add two helper account access levels:
Andrew Dolgov
2021-05-20
add hotkeys J/K to move between unread feeds
Andrew Dolgov
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-11
continuation of the css cleanup
Andrew Dolgov
2021-03-11
grid: add a header icon (and a hotkey) to toggle article span entire row
Andrew Dolgov
2021-03-10
* it feels weird for requireIdleCallback() to be optional while more
Andrew Dolgov
2021-03-10
fix crash in preferences due to headlines-frame missing
Andrew Dolgov
2021-03-10
fix headlines-spacer height in grid mode
Andrew Dolgov
2021-03-10
add hotkey to toggle grid view
Andrew Dolgov
2021-03-08
minor cleanup related to toolbar-main (use dijit methods, etc)
Andrew Dolgov
2021-03-06
reduce overhead in hash set/get
Andrew Dolgov
2021-03-02
store widescreen mode setting in preferences instead of a cookie
Andrew Dolgov
2021-02-27
add plugin updates checker into normal updates checker
Andrew Dolgov
2021-02-26
Merge pull request 'fix-mysql-support' (#10) from klatch/tt-rss:fix-mysql-sup...
fox
2021-02-26
check if client-presented URL scheme is different from one configured in SELF...
Andrew Dolgov
2021-02-26
pass translations to frontend as a json object
Andrew Dolgov
2021-02-25
fix checkboxes shown as checked when they're not with mysql
Frenck Lutke
2021-02-24
decouple runtime-info object from counters
Andrew Dolgov
2021-02-24
try to calculate counters conditionally based on feed ids
Andrew Dolgov
2021-02-23
drop errors.php and simplify error handling
Andrew Dolgov
2021-02-20
prevent filter selected text dialog from opening in wrong order
Andrew Dolgov
2021-02-20
haven't i fixed this already
Andrew Dolgov
[next]