summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-22add config.phpAndrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-22dirname(__FILE__) -> __DIR__Andrew Dolgov
2021-02-22Merge pull request 'Let 'RSSUtils::check_feed_favicon' update existing favico...fox
2021-02-22Remove check against the old file in 'RSSUtils::check_feed_favicon'.wn_
2021-02-22fix several issues reported by phpstanAndrew Dolgov
2021-02-22reinstate HOOK_RENDER_ENCLOSUREAndrew Dolgov
2021-02-21Try to limit max favicon size, don't store current/old in a var.wn_
2021-02-21pref-prefs: switch to new control shorthand in a few placesAndrew Dolgov
2021-02-21Let 'RSSUtils::check_feed_favicon' update existing favicons.wn_
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