summaryrefslogtreecommitdiff
path: root/js/PrefHelpers.js
AgeCommit message (Expand)Author
2021-03-08show user css editor before xhr is completedAndrew Dolgov
2021-03-07add to previous a bitAndrew Dolgov
2021-03-07check updates one plugin at a timeAndrew Dolgov
2021-03-07prevent list of enabled plugins resetting if saved while in search resultsAndrew Dolgov
2021-03-06add some more dialog iconsAndrew Dolgov
2021-03-06some small layout fixes, remove a few inline stylesAndrew Dolgov
2021-03-06render list of plugins on the clientAndrew Dolgov
2021-03-05fix plugins not shown as already installed if they have more than 1 dashAndrew Dolgov
2021-03-05don't check for plugin updates automatically on pane openAndrew Dolgov
2021-03-05plugin installer: show last commit timestampAndrew Dolgov
2021-03-04show installed plugins in the installer listAndrew Dolgov
2021-03-04a bit better search behavior for plugin installerAndrew Dolgov
2021-03-04shorten install button textAndrew Dolgov
2021-03-04reduce plugin installer entry heightAndrew Dolgov
2021-03-04add search to plugin installerAndrew Dolgov
2021-03-04use orm for settings profiles stuffAndrew Dolgov
2021-03-03add basic local plugin uninstallerAndrew Dolgov
2021-03-03add word wrap for git stdout/stderr pre elementsAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03reduce Amount of Caps Used in Multiple DialogsAndrew Dolgov
2021-03-02add digest preview button, also fix a bunch of bugsAndrew Dolgov
2021-03-02use orm for app password stuffAndrew Dolgov
2021-02-28speed up plugin updating a bit, fix some phpstan warningsAndrew Dolgov
2021-02-28some plugin updater UI improvementsAndrew Dolgov
2021-02-28plugin updater: show changes before updatingAndrew Dolgov
2021-02-27don't try to update all pluginsAndrew Dolgov
2021-02-27reload prefs when plugin updater is closedAndrew Dolgov
2021-02-27only show plugin update buttons when neededAndrew Dolgov
2021-02-27add basic updater for stuff in plugins.localAndrew Dolgov
2021-02-21move published opml JS code to pref helpersAndrew 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-19fix some eslint-related stuffwip-no-prototypeAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-18small markup adjustmentAndrew Dolgov
2021-02-18profiles: use client dialog; move related methods to pref-prefsAndrew Dolgov
2021-02-17 * App: rename hidden to hidden_tagAndrew Dolgov
2021-02-15shared opml and feed dialogs: remove unique target element id, move associate...Andrew Dolgov
2021-02-14prefs system: load phpinfo using inline methodAndrew Dolgov
2021-02-12pref helpers: move some methods to their own sectionsAndrew Dolgov
2021-02-12drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if neededAndrew Dolgov
2021-02-12silence (or fix) a bunch of eslint warningsAndrew Dolgov
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
2021-02-12various dialog-related fixes; stop referring to many dialogs by name; move fi...Andrew Dolgov
2021-02-12* customizeCSS: client dialogAndrew Dolgov
2021-02-12remove OPML.onImportCompleteAndrew Dolgov
2021-02-12opml import: no more iframe, use client dialogAndrew Dolgov
2021-02-11shorten pref tab names; make log-alert clickableAndrew Dolgov
2021-02-06event log: add paginationAndrew Dolgov