summaryrefslogtreecommitdiff
path: root/js/common.js
AgeCommit message (Expand)Author
2023-04-09add window.requestIdleCallback polyfill for safariAndrew Dolgov
2021-11-14xhr.json: properly pass failure callback to xhr.post()Andrew Dolgov
2021-11-14xhr.json: don't call resolve() on failed to parse dataAndrew Dolgov
2021-03-16add svg loading indicatorsAndrew Dolgov
2021-03-04use computed style for element.prototype.visibleAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03show timing information in xhr.post/jsonAndrew Dolgov
2021-03-01simplify internal authentication code and bump default algo to SSHA-512Andrew Dolgov
2021-02-26pass translations to frontend as a json objectAndrew Dolgov
2021-02-23drop errors.php and simplify error handlingAndrew Dolgov
2021-02-21Merge branch 'wip-filter-stuff'Andrew Dolgov
2021-02-21Element visible: check for offsetHeight/offsetWidthAndrew Dolgov
2021-02-20prevent filter selected text dialog from opening in wrong orderAndrew Dolgov
2021-02-19modify classname helpers to use element.classList; fix feed debugger & share-...Andrew Dolgov
2021-02-19format note on the clientAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
2021-02-19migrate a bunch of xhrPost invocationsAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-19add element fadeout/fadein and a shorter xhr helperAndrew Dolgov
2021-02-19table helpers: don't try to iterate over a single elementAndrew Dolgov
2021-02-19use .closest() instead of .up() to lookup parent by selectorAndrew Dolgov
2021-02-19fix some eslint-related stuffwip-no-prototypeAndrew Dolgov
2021-02-19cleanup some unused code, fix App.byId() invoked by wrong nameAndrew Dolgov
2021-02-19move stuff in common.js around a bitAndrew Dolgov
2021-02-18add $/423 shimsAndrew Dolgov
2021-02-18compat shim fixesAndrew Dolgov
2021-02-18compat shim fixesAndrew Dolgov
2021-02-18add Element toggleClassNameAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
2020-06-05eslint-related fixes; move a few things from global context to AppAndrew Dolgov
2020-02-22feed tree: do not mark Labels as SpecialAndrew Dolgov
2018-12-11remove old fatalError(), move everything to App.ErrorAndrew Dolgov
2018-12-11bring back frontend sanity check w/ App.checkBrowserFeatures()Andrew Dolgov
2018-12-11xhr helpers: wrap in promisesAndrew Dolgov
2018-12-08render article on the client using headlines dataAndrew Dolgov
2018-12-07popupOpenArticle: don't cause an exception if popups are blockedAndrew Dolgov
2018-12-06remove some bitmaps and rework stuff using it to use iconfont insteadAndrew Dolgov
2018-12-06notify: use iconfont, update colors and increase height a bitAndrew Dolgov
2018-12-06add Lists.select() and make filter dialogs use itAndrew Dolgov
2018-12-03refactor error reporting to AppBase; keep exception_error() for now as a shimAndrew Dolgov
2018-12-02add AppBase as a shared ancestor for main and prefs app objectsAndrew Dolgov
2018-12-02uploadIconHandler -> CommonDialogsAndrew Dolgov
2018-12-02update notify_* calls to use NotifyAndrew Dolgov
2018-12-02add Notify objectAndrew Dolgov
2018-12-02move some more stuff out of common.jsAndrew Dolgov
2018-12-02set use strict on JS modules; remove some mostly useless stuff like get_minif...Andrew Dolgov