summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-24request label counters conditionallyAndrew Dolgov
2021-02-24fix warning in counters::get_feeds()Andrew Dolgov
2021-02-24pass array to setScoreAndrew Dolgov
2021-02-24pass a bunch of related arrays properly to backendAndrew Dolgov
2021-02-24fix typoAndrew Dolgov
2021-02-24only request counters once for headline mutationsAndrew Dolgov
2021-02-24cats_of: enforce owner_uidAndrew Dolgov
2021-02-24no special counter handling for catchupAllAndrew Dolgov
2021-02-24_cats_of: only request parents if neededAndrew Dolgov
2021-02-24try to calculate counters conditionally based on feed idsAndrew Dolgov
2021-02-23add Errors.phpAndrew Dolgov
2021-02-23drop errors.php and simplify error handlingAndrew Dolgov
2021-02-23App.requestCounters() is not a thingAndrew Dolgov
2021-02-23rename TTRSS_SESSION_NAME to SESSION_NAMEAndrew Dolgov
2021-02-23config: add a type hint systemAndrew Dolgov
2021-02-23add some ;sAndrew Dolgov
2021-02-23floIcon: declare images propertyAndrew Dolgov
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-23Merge branch 'wip-config-object'Andrew Dolgov
2021-02-23af_redditimgur: fix an oopsieAndrew Dolgov
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