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
2020-02-21
hide read feeds / hide read shows special: use CSS instead of JS-based hiding
Andrew Dolgov
2020-01-25
default password warning: fix close button, don't crash if dialog is recreate...
Andrew Dolgov
2020-01-24
apply Has_Marked css class to feed tree elements with marked articles
Andrew Dolgov
2019-12-12
show current unread counter on headlines toolbar if sidebar is hidden
Andrew Dolgov
2019-12-10
remove unnecessary "== 1" when checking for init params
Andrew Dolgov
2019-05-20
previous: remove unused debugging line
Andrew Dolgov
2019-05-20
search dialog: display active query if searching already
Andrew Dolgov
2019-05-07
_active_feed_id: set to undefined on startup to prevent unneeded Feed.open() ...
Andrew Dolgov
2019-05-06
restore feed from URL hash after feedlist init
Andrew Dolgov
2019-05-06
js: add PluginHost.HOOK_COUNTERS_PROCESSED
Andrew Dolgov
2019-05-06
js: add PluginHost.HOOK_COUNTERS_RECEIVED
Andrew Dolgov
2019-03-11
Refactor hotkeys to use keypress instead of keydown
Michael Kuhn
2019-02-20
use separate id for default password warning dialog
Andrew Dolgov
2018-12-16
append headline buffer if requested, don't just use offset
Andrew Dolgov
2018-12-12
requestCounters: remove cooldown
Andrew Dolgov
2018-12-10
sync unread state to server via mutation observer
Andrew Dolgov
2018-12-09
catchupFeedInGroup: overhaul
Andrew Dolgov
2018-12-07
viewfeed: general code cleanup
Andrew Dolgov
2018-12-07
implement feed grouping display, remove unneeded server vgrlf passing
Andrew Dolgov
2018-12-07
json-viewfeed updates
Andrew Dolgov
2018-12-06
call Headlines.scrollhandler() on window resize
Andrew Dolgov
2018-12-06
Feeds.updateRandom: fix calling wrong RPC method
Andrew Dolgov
2018-12-05
rename main toolbar elements to be more consistent
Andrew Dolgov
2018-12-05
onkeydown handlers: fix default keyboard events not being blocked if necessary
Andrew Dolgov
2018-12-05
Headlines.click: do not set article active if it already is
Andrew Dolgov
2018-12-03
refactor error reporting to AppBase; keep exception_error() for now as a shim
Andrew Dolgov
2018-12-03
rework dojo singleton modules to better work with phpstorm completion (ugh) -...
Andrew Dolgov
2018-12-02
move Utils to AppBase where it belongs
Andrew Dolgov
2018-12-02
add AppBase as a shared ancestor for main and prefs app objects
Andrew Dolgov
2018-12-02
update notify_* calls to use Notify
Andrew Dolgov
2018-12-02
Fix 'document.onkeydown' handler
wn_
2018-12-02
move some more stuff out of common.js
Andrew Dolgov
2018-12-02
set use strict on JS modules; remove some mostly useless stuff like get_minif...
Andrew Dolgov
2018-12-02
split main objects to dojo modules
Andrew Dolgov