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
/
Article.js
Age
Commit message (
Expand
)
Author
2020-09-15
don't pass csrf token as a GET parameter to Article
Andrew Dolgov
2020-09-15
require CSRF token for Article/redirect
Andrew Dolgov
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
2020-06-04
fix various minor issues reported by eslint
Andrew Dolgov
2020-06-04
don't use declare() for static objects with no inheritance because apparently...
Andrew Dolgov
2020-05-22
- RIP smooth scrolling and associated hacks
Andrew Dolgov
2020-05-17
rename Headlines.correctHeadlinesOffset() to scrollToArticleId()
Andrew Dolgov
2020-05-17
Headlines.move: maybe glitch less when moving back to top, etc
Andrew Dolgov
2020-05-17
implement keyboard-related changes discussed in https://community.tt-rss.org/...
Andrew Dolgov
2020-05-13
remove floating title, use position: sticky for cdm headers instead
Andrew Dolgov
2020-05-09
Article.cdmMoveToId: don't crash if params is not given
Andrew Dolgov
2020-05-09
rename cdmScrollToId to cdmMoveToId
Andrew Dolgov
2020-04-17
Article.pack: dispose of unpacked content properly
Andrew Dolgov
2020-04-17
Headlines.renderAgain: scroll instantly to active article when going back to ...
Andrew Dolgov
2020-04-17
in combined non-expanded mode, pack headline rows as they are unfocused to sa...
Andrew Dolgov
2020-04-07
if comment URL is not specified but comment count is non-zero, show comments ...
Andrew Dolgov
2020-02-27
af_readability: add article button to embed content of a specific article
Andrew Dolgov
2020-01-18
properly escape quotes when rendering article data to html attributes via tem...
Andrew Dolgov
2019-12-11
- update descriptions of changed hotkeys
Andrew Dolgov
2019-12-10
Article.cdmScrollToId: disable smooth scrolling in collapsed combined mode
Andrew Dolgov
2019-12-10
Article.cdmScrollToId: disable smooth scrolling on repeated events
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-09
pgup/pgdn; increase scroll distance to almost entire viewport height (from 90%)
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-08-29
setScore, selectionSetScore: check for numerical values properly
Andrew Dolgov
2018-12-12
Article.unpack: add placeholder if data-content is empty
Andrew Dolgov
2018-12-11
sync modified scores via mutation observer
Andrew Dolgov
2018-12-11
score: get correct classes for rows/score icons on the client
Andrew Dolgov
2018-12-10
sync article selected status via mutation observer
Andrew Dolgov
2018-12-10
remove _active_article_id; use selector instead
Andrew Dolgov
2018-12-10
sync unread state to server via mutation observer
Andrew Dolgov
2018-12-10
keep track of selected prompt and floating title status using headline row mu...
Andrew Dolgov
2018-12-10
add Headlines.renderAgain() to switch between combined/expanded modes faster
Andrew Dolgov
2018-12-09
Article.openInNewWindow: do not crash if window is null
Andrew Dolgov
2018-12-08
render article on the client using headlines data
Andrew Dolgov
2018-12-06
rework scoring display, JS processing and icons
Andrew Dolgov
2018-12-05
floatingTitle-related fixes
Andrew Dolgov
2018-12-04
remove 4px margin of cdm.expanded
Andrew Dolgov
2018-12-04
Headlines.openInNewWindow: don't set article active, just window.open() it an...
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
update notify_* calls to use Notify
Andrew Dolgov
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
[prev]