summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-02-24add a hack to position labels on a dijit toolbar betterAndrew Dolgov
2021-02-24decouple runtime-info object from countersAndrew Dolgov
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-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-23rename TTRSS_SESSION_NAME to SESSION_NAMEAndrew Dolgov
2021-02-23config: add a type hint systemAndrew Dolgov
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-22allow adding custom config optionsAndrew Dolgov
2021-02-22finalize config:: migration; make config.php optionalAndrew 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-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