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
/
Feeds.js
Age
Commit message (
Expand
)
Author
2025-10-14
Fix some more issues related to ESLint 'eqeqeq' changes.
supahgreg
2025-10-13
Address remaining ESLint 'no-undef' and 'no-unused-vars' occurrences.
supahgreg
2025-10-12
Fix 'Feed.setActive()' allowing a string 'id'.
supahgreg
2025-10-12
Address rule 'no-redeclare' for 'dojo' and 'dijit' (defined as globals in 'es...
supahgreg
2025-10-12
Address ESLint rule 'eqeqeq'.
supahgreg
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-30
implement special counter display when viewing by published, similar to marked
Andrew Dolgov
2025-05-02
drop SIMPLE_UPDATE_MODE, limit housekeeping and updates to background processes
Andrew Dolgov
2025-03-30
Include the search query+language as part of the URL hash.
wn_
2024-08-14
Remove unused 'dashboard feed' code.
wn_
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-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_
2022-12-19
* bring back cache-busting for feed icons based on timestamp
Andrew Dolgov
2022-11-24
rework favicon storage to use DiskCache
Andrew Dolgov
2021-12-14
* fox.form.Select: add several properties allowing it to better
Andrew Dolgov
2021-11-14
show safe mode warning dialog in prefs
Andrew Dolgov
2021-05-20
add hotkeys J/K to move between unread feeds
Andrew Dolgov
2021-04-12
Fix `getCategory` method.
Rodney Stromlund
2021-03-26
Fix automatically showing next feed on catchup
wn_
2021-03-23
Revert "clip max displayed counter value to 9999 because of container node wi...
Andrew Dolgov
2021-03-23
clip max displayed counter value to 9999 because of container node width
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
2021-03-19
remove model.getNextUnreadFeed; unify code with feedTree.getNextFeed
Andrew Dolgov
2021-03-16
simplify feed tree expando/loading/feed icon handling
Andrew Dolgov
2021-03-10
* it feels weird for requireIdleCallback() to be optional while more
Andrew Dolgov
2021-03-10
add hotkey to toggle grid view
Andrew Dolgov
2021-03-10
experimental: add preference to show combined mode headlines as a 2 column grid
Andrew Dolgov
2021-03-09
add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCED
Andrew Dolgov
2021-03-08
search dialog: add button icon
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-02-24
add hide/show events for feeds sidebar
Andrew Dolgov
2021-02-24
request label counters conditionally
Andrew Dolgov
2021-02-24
pass a bunch of related arrays properly to backend
Andrew Dolgov
2021-02-24
no special counter handling for catchupAll
Andrew Dolgov
2021-02-24
try to calculate counters conditionally based on feed ids
Andrew Dolgov
2021-02-23
App.requestCounters() is not a thing
Andrew Dolgov
2021-02-21
Open the default feed after unsubscribing.
wn_
2021-02-19
render feed icon markup on the client
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
cleanup some unused code, fix App.byId() invoked by wrong name
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-17
* App: rename hidden to hidden_tag
Andrew Dolgov
[next]