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
/
common.js
Age
Commit message (
Expand
)
Author
2025-10-14
Fix some more issues related to ESLint 'eqeqeq' changes (again).
supahgreg
2025-10-12
Fix various ESLint 'no-undef' rule instances.
supahgreg
2025-10-12
Clean up unnecessary eslint-disable directives (per ESLint).
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-10
Improve 'App.getSelectedText()'.
supahgreg
2023-04-09
add window.requestIdleCallback polyfill for safari
Andrew Dolgov
2021-11-14
xhr.json: properly pass failure callback to xhr.post()
Andrew Dolgov
2021-11-14
xhr.json: don't call resolve() on failed to parse data
Andrew Dolgov
2021-03-16
add svg loading indicators
Andrew Dolgov
2021-03-04
use computed style for element.prototype.visible
Andrew Dolgov
2021-03-03
add basic plugin installer (uses tt-rss.org)
Andrew Dolgov
2021-03-03
show timing information in xhr.post/json
Andrew Dolgov
2021-03-01
simplify internal authentication code and bump default algo to SSHA-512
Andrew Dolgov
2021-02-26
pass translations to frontend as a json object
Andrew Dolgov
2021-02-23
drop errors.php and simplify error handling
Andrew Dolgov
2021-02-21
Merge branch 'wip-filter-stuff'
Andrew Dolgov
2021-02-21
Element visible: check for offsetHeight/offsetWidth
Andrew Dolgov
2021-02-20
prevent filter selected text dialog from opening in wrong order
Andrew Dolgov
2021-02-19
modify classname helpers to use element.classList; fix feed debugger & share-...
Andrew Dolgov
2021-02-19
format note 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
add element fadeout/fadein and a shorter xhr helper
Andrew Dolgov
2021-02-19
table helpers: don't try to iterate over a single element
Andrew Dolgov
2021-02-19
use .closest() instead of .up() to lookup parent by selector
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-19
move stuff in common.js around a bit
Andrew Dolgov
2021-02-18
add $/423 shims
Andrew Dolgov
2021-02-18
compat shim fixes
Andrew Dolgov
2021-02-18
compat shim fixes
Andrew Dolgov
2021-02-18
add Element toggleClassName
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
2020-06-05
eslint-related fixes; move a few things from global context to App
Andrew Dolgov
2020-02-22
feed tree: do not mark Labels as Special
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-11
xhr helpers: wrap in promises
Andrew Dolgov
2018-12-08
render article on the client using headlines data
Andrew Dolgov
2018-12-07
popupOpenArticle: don't cause an exception if popups are blocked
Andrew Dolgov
2018-12-06
remove some bitmaps and rework stuff using it to use iconfont instead
Andrew Dolgov
2018-12-06
notify: use iconfont, update colors and increase height a bit
Andrew Dolgov
2018-12-06
add Lists.select() and make filter dialogs use it
Andrew Dolgov
2018-12-03
refactor error reporting to AppBase; keep exception_error() for now as a shim
Andrew Dolgov
2018-12-02
add AppBase as a shared ancestor for main and prefs app objects
Andrew Dolgov
2018-12-02
uploadIconHandler -> CommonDialogs
Andrew Dolgov
2018-12-02
update notify_* calls to use Notify
Andrew Dolgov
[next]