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
/
tt-rss.js
Age
Commit message (
Expand
)
Author
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
2021-03-06
reduce overhead in hash set/get
Andrew Dolgov
2021-02-21
prevent creation of filter rules matching no feeds
Andrew Dolgov
2021-02-19
fix some eslint-related stuff
Andrew Dolgov
2021-02-19
bring back hash functions
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-12
silence (or fix) a bunch of eslint warnings
Andrew Dolgov
2021-02-12
* OPML import: don't reload everything, just feed tree
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
2020-06-04
unify prefs/main App objects, remove fake classes, use single static App obje...
Andrew Dolgov
2020-06-04
don't use declare() for static objects with no inheritance because apparently...
Andrew Dolgov
2020-06-02
move isCombinedMode to AppBase so we wouldn't crash in preferences
Andrew Dolgov
2020-05-22
- RIP smooth scrolling and associated hacks
Andrew Dolgov
2020-05-17
implement keyboard-related changes discussed in https://community.tt-rss.org/...
Andrew Dolgov
2020-05-09
add hotkey "\" to cancel current search
Andrew Dolgov
2020-05-03
Allow setting Insert (45) and Delete (46) as hotkeys
ltGuillaume
2020-02-28
source validationtextarea in main UI
Andrew Dolgov
2020-02-28
af_readability: allow get full text button to work as a toggle; in cdm, scrol...
Andrew Dolgov
2020-02-27
update toggle_embed_original hotkey to invoke readability embed instead of re...
Andrew Dolgov
2020-01-24
onViewModeChanged: set view mode value as a custom body attribute
Andrew Dolgov
2019-12-15
workaround for a race condition between dojo.parse() and tt-rss loading prope...
Andrew Dolgov
2019-12-14
show alert() if fatal exception happens while initializing base app objects a...
Andrew Dolgov
2019-12-12
implement automatic night mode detection using MQL
Andrew Dolgov
2019-12-11
- update descriptions of changed hotkeys
Andrew Dolgov
2019-12-09
fix fatal error in previous because of event not being passed via Headlines.m...
Andrew Dolgov
2019-12-09
exp: auto-disable smooth scrolling for repeat hotkey events
Andrew Dolgov
2019-12-05
pgup/pgdown hotkey normalization:
Andrew Dolgov
2019-12-04
add hotkeys to scroll headlines/articles (whichever is active) by one page
Andrew Dolgov
2019-05-06
restore feed from URL hash after feedlist init
Andrew Dolgov
2019-04-14
Fix button focus issues
Michael Kuhn
2019-04-13
Fix focus issues with hotkeys
Michael Kuhn
2019-04-12
Add keyboard shortcut 'g r': Go to Recently read
ltGuillaume
2019-03-11
Refactor hotkeys to use keypress instead of keydown
Michael Kuhn
2018-12-16
rework git update checking to be initiated by frontend, outside of runtime in...
Andrew Dolgov
2018-12-11
requestIdleCallback: remove hard dependency for now
Andrew Dolgov
2018-12-11
remove old fatalError(), move everything to App.Error
Andrew Dolgov
2018-12-11
bring back frontend sanity check w/ App.checkBrowserFeatures()
Andrew Dolgov
2018-12-10
sync article selected status via mutation observer
Andrew Dolgov
2018-12-10
add Headlines.renderAgain() to switch between combined/expanded modes faster
Andrew Dolgov
2018-12-09
add qmcToggleNightMode to actions dropdown
Andrew Dolgov
2018-12-09
add hotkey (a N) to toggle night.css
Andrew Dolgov
2018-12-08
add PluginHost.HOOK_INIT_COMPLETE (and make no_title_counters use it)
Andrew Dolgov
2018-12-08
switchPanelMode: allow modifying layout in combined mode so that widescreen s...
Andrew Dolgov
2018-12-08
render article on the client using headlines data
Andrew Dolgov
2018-12-05
rename main toolbar elements to be more consistent
Andrew Dolgov
2018-12-03
fix collapse_sidebar hotkey action
Andrew Dolgov
2018-12-03
plugins: mail, mailto: remove code from global context
Andrew Dolgov
2018-12-03
refactor error reporting to AppBase; keep exception_error() for now as a shim
Andrew Dolgov
2018-12-03
remove cookie set check
Andrew Dolgov
[next]