summaryrefslogtreecommitdiff
path: root/js/CommonDialogs.js
AgeCommit message (Collapse)Author
4 daysAdd option to debug feeds in 'Feeds with update errors' dialog.wn_
Also, prevent opening that dialog from modifying the URL.
2023-12-23Ensure the feed name is easily visible when looking at the feeds with errors ↵wn_
list.
2023-10-26Fix class names in some more places.wn_
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
2023-10-25move to psr-4 autoloaderAndrew Dolgov
2023-04-01Make edit feed dialog's 'remove icon' button a regular button.wn_
Previously it was of type 'submit', and hitting Enter anywhere in the modal triggered its action (rather than the other submit button for saving).
2021-11-14show safe mode warning dialog in prefsAndrew Dolgov
2021-11-10add two helper account access levels:Andrew Dolgov
- read only - can't subscribe to more feeds, feed updates are skipped - disabled - can't login define used access levels as UserHelper constants and refactor code to use them instead of hardcoded numbers
2021-03-16use svg icon for the subscribe dialogAndrew Dolgov
2021-03-06add some more dialog iconsAndrew Dolgov
2021-03-06some small layout fixes, remove a few inline stylesAndrew Dolgov
2021-03-06 * don't try to update custom set feed faviconsAndrew Dolgov
* cleanup update_rss_feed() a bit, use ORM
2021-03-05add a bunch of button iconsAndrew Dolgov
2021-03-03reduce Amount of Caps Used in Multiple DialogsAndrew Dolgov
2021-02-21move published opml JS code to pref helpersAndrew Dolgov
2021-02-21Open the default feed after unsubscribing.wn_
Previously the UI appeared to hang, even though the backend request had already completed successfully.
2021-02-20feed editor: use client dialogAndrew Dolgov
2021-02-20wip: feed editor client-sideAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
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-19properly validate feed editor dialogAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-17 * App: rename hidden to hidden_tagAndrew Dolgov
* search: use client dialog * add some form field helpers
2021-02-16CommonDialogs.addLabel: remove long unused parametersAndrew Dolgov
2021-02-15subscribe to feed: use client dialogAndrew Dolgov
2021-02-15shared opml and feed dialogs: remove unique target element id, move ↵Andrew Dolgov
associated methods into dialog
2021-02-14render headline-specific toolbar on the clientAndrew Dolgov
2021-02-13feeds with errors: use client dialogAndrew Dolgov
2021-02-12silence some more eslint warningsAndrew Dolgov
2021-02-12prefs: fix published shared URL dialogAndrew Dolgov
2021-02-12move some dialogs to xhr loadingAndrew Dolgov
2021-02-12more dialog-related cleanupAndrew Dolgov
2021-02-12* OPML import: don't reload everything, just feed treeAndrew Dolgov
* dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually * some general dialog-related cleanup
2021-02-12* customizeCSS: client dialogAndrew Dolgov
* remove hardcoded width from most dialogs (move to css) * add helper to easily get dialog from its widget * rework some dialog buttons to use current object instead of calling dialog by name
2021-02-11generated feed: use client dialogAndrew Dolgov
2021-02-11publishedOPML: use client dialogAndrew Dolgov
2021-01-17remove CommonDialogs.feedBrowser()Andrew Dolgov
2020-09-15editFeed: only try to reload feed tree in preferences if its actually thereAndrew Dolgov
2020-09-15Feeds: load quickaddfeed and search dialogs via XHR w/ CSRF protectionAndrew Dolgov
2020-06-05eslint-related fixes; move a few things from global context to AppAndrew Dolgov
2020-06-04fix various minor issues reported by eslintAndrew Dolgov
2020-06-04don't use declare() for static objects with no inheritance because ↵Andrew Dolgov
apparently it's not actually needed by AMD
2020-02-28fix typoAndrew Dolgov
2020-02-28filter test dialog: pass contents via xhr POSTAndrew Dolgov
2019-12-10remove unnecessary "== 1" when checking for init paramsAndrew Dolgov
unsubscribeFeed: check for undefined title correctly
2019-03-14fix feed icon upload not working, rework form to use FormData/ajaxAndrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
remove a few other unnecessary css classes/ids
2018-12-03CommonDialogs: refresh proper elements after feed operations in preferencesAndrew Dolgov
2018-12-03refactor error reporting to AppBase; keep exception_error() for now as a shimAndrew Dolgov