summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-02-22reinstate HOOK_RENDER_ENCLOSUREAndrew Dolgov
2021-02-21pref-prefs: switch to new control shorthand in a few placesAndrew Dolgov
2021-02-21move published opml JS code to pref helpersAndrew Dolgov
2021-02-21batch feed editor: use tab layout, cleanupAndrew Dolgov
2021-02-21move published OPML endpoint to public.phpAndrew Dolgov
2021-02-21minor filter UI layout fixAndrew Dolgov
2021-02-21prevent creation of filter rules matching no feedsAndrew Dolgov
2021-02-21deal with filter actions UIAndrew Dolgov
2021-02-21for the most part, deal with filter rules UIAndrew Dolgov
2021-02-20more filter stuffAndrew Dolgov
2021-02-20a few more methods shuffled aroundAndrew Dolgov
2021-02-20first for filter frontend overhaulAndrew Dolgov
2021-02-20also disable Article.completeTagsAndrew Dolgov
2021-02-20rpc: disable completeLabels for nowAndrew Dolgov
2021-02-20feed editor: use client dialogAndrew Dolgov
2021-02-20wip: feed editor client-sideAndrew Dolgov
2021-02-20bookmarklets: cleanup some more markupAndrew Dolgov
2021-02-19Fix an undefined array key warning in 'catchupFeed'.wn_
2021-02-19rename public.php/cached_url to cachedAndrew Dolgov
2021-02-19move bookmarklet-related methods out of public.php into the pluginAndrew Dolgov
2021-02-19modify classname helpers to use element.classList; fix feed debugger & share-...Andrew Dolgov
2021-02-19render feed icon markup on the clientAndrew Dolgov
2021-02-19format note on the clientAndrew Dolgov
2021-02-19setArticleTags: always return tags from the dbAndrew Dolgov
2021-02-19render tags on the clientAndrew Dolgov
2021-02-19render headline labels 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-19cleanup some unused code, fix App.byId() invoked by wrong nameAndrew Dolgov
2021-02-19properly validate feed editor dialogAndrew Dolgov
2021-02-18get rid of a few more prototype-ismsAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-18user details: cleanupAndrew Dolgov
2021-02-18shorten many invocations of Ajax.Request in inline form methodsAndrew Dolgov
2021-02-18Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2021-02-18profiles: use client dialog; move related methods to pref-prefsAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
2021-02-17 * App: rename hidden to hidden_tagAndrew Dolgov
2021-02-17search dialog: bring back id of language dropdownAndrew Dolgov
2021-02-17pluginhandler: reject method requests without CSRFAndrew Dolgov
2021-02-17don't show E_USER_DEPRECATED on the frontpageAndrew Dolgov
2021-02-17pluginhandlers: post notice if pluginmethod is requested without CSRF tokenAndrew Dolgov
2021-02-17* implement shortcut syntax for exposed plugin methodsAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16controls_compat: comment out most of themAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16move session-related functions to their own namespaceAndrew Dolgov
2021-02-16move rgb/hsl functions to their own namespaceAndrew Dolgov
2021-02-16rework controls to accept parameters as arrayAndrew Dolgov
2021-02-16amend previous to fix actual underlying problem (double escaping)Andrew Dolgov