summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-23af_redditimgur: fix an oopsiewip-config-objectAndrew Dolgov
2021-02-23cleanup config.php-distAndrew Dolgov
2021-02-22move db-prefs shortcut functions to functions.phpAndrew Dolgov
2021-02-22allow adding custom config optionsAndrew Dolgov
2021-02-22Merge branch 'master' of git.tt-rss.org:fox/tt-rss into wip-config-objectAndrew Dolgov
2021-02-22Merge pull request 'Check whether data is parsable by 'imagecreatefromstring'...fox
2021-02-22update config.php-distAndrew Dolgov
2021-02-22finalize config:: migration; make config.php optionalAndrew Dolgov
2021-02-22update gitignoreAndrew Dolgov
2021-02-22don't include config.php everywhereAndrew Dolgov
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-22Check whether data is parsable by 'imagecreatefromstring' in jimIcon.wn_
2021-02-22dirname(__FILE__) -> __DIR__Andrew Dolgov
2021-02-22do not use define_default() because it screws with static analyzersAndrew 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-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