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-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
2021-02-20
wip: feed editor client-side
Andrew Dolgov
2021-02-19
use template strings in a bunch of places instead of id concatenation
Andrew Dolgov
2021-02-19
* switch to xhr.post() almost everywhere
Andrew Dolgov
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
cleanup some unused code, fix App.byId() invoked by wrong name
Andrew Dolgov
2021-02-18
add Element toggleClassName
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-18
fix hotkey help toolbar action
Andrew Dolgov
2021-02-18
* use es5 (?) default parameter values for some functions
Andrew Dolgov
2021-02-18
Merge branch 'master' of git.fakecake.org:fox/tt-rss
Andrew Dolgov
2021-02-18
profiles: use client dialog; move related methods to pref-prefs
Andrew Dolgov
2021-02-17
* add (disabled) shortcut syntax for plugin methods
Andrew Dolgov
2021-02-17
* App: rename hidden to hidden_tag
Andrew Dolgov
2021-02-16
remove backend helper and move its only function to rpc for the time being
Andrew Dolgov
2021-02-15
remove the rest of db.php; rename some leftover methods in feeds
Andrew Dolgov
2021-02-15
subscribe to feed: use client dialog
Andrew Dolgov
[next]