summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22add chrome configuration for debuggingAndrew Dolgov
2021-02-22add launch.json for xdebugAndrew 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-21add phpstan configAndrew Dolgov
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-21Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-02-21batch editor: comment out getChildByNameAndrew Dolgov
2021-02-21Merge pull request 'Open the default feed after unsubscribing' (#5) from wn/t...fox
2021-02-21batch feed editor: use tab layout, cleanupAndrew Dolgov
2021-02-21Open the default feed after unsubscribing.wn_
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-21Merge branch 'wip-filter-stuff'Andrew Dolgov
2021-02-21Element visible: check for offsetHeight/offsetWidthAndrew 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-20prevent filter selected text dialog from opening in wrong orderAndrew Dolgov
2021-02-20a few more methods shuffled aroundAndrew Dolgov
2021-02-20first for filter frontend overhaulAndrew Dolgov
2021-02-20haven't i fixed this alreadyAndrew 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-20Merge pull request 'Fix an undefined array key warning in 'catchupFeed'.' (#4...fox
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-19fix for startup crash because of classes containing spacesAndrew Dolgov
2021-02-19modify classname helpers to use element.classList; fix feed debugger & share-...Andrew Dolgov
2021-02-19headlines.select: maybe fix another oneAndrew Dolgov
2021-02-19af_readability: fix selectorAndrew Dolgov
2021-02-19fix height of dijit input boxes embedded into toolbarsAndrew 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-19add onTagsUpdated similar to onLabelsUpdatedAndrew Dolgov
2021-02-19render tags on the clientAndrew Dolgov
2021-02-19use template strings in a bunch of places instead of id concatenationAndrew Dolgov
2021-02-19render headline labels on the clientAndrew Dolgov
2021-02-19 * switch to xhr.post() almost everywhereAndrew Dolgov