summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2023-03-07Merge pull request 'Replace special feed and category numbers with constants....fox
2023-03-07Change 'FEED_NOTHING' to 'FEED_DASHBOARD'.wn_
2023-03-05Replace special feed and category numbers with constants.wn_
2023-03-05Revert 7ed4fa4c1dbdd9df552cf6dd28907c6769911a0e and use @var instead.wn_
2023-03-05Remove unused 'Prefs::_delete()'.wn_
2023-03-05Address PHPStan warning about unused private method 'Prefs::_delete()'.wn_
2023-03-05Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'.wn_
2023-03-05Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'.wn_
2023-03-05Address PHPStan 'right side always true' in FeedItem_RSS.wn_
2023-03-05API:Andrew Dolgov
2023-02-25Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2023-02-25require PHP to have support for flock()Andrew Dolgov
2023-02-24add override links to utility viewsVeit Lehmann
2023-02-23API: add getFeedIcon endpoint, bump versionAndrew Dolgov
2023-02-17Handle fetch issues in 'RSSUtils::update_basic_info'.wn_
2023-02-03Minor tweak to favicon avg color debug log message.wn_
2023-02-03Don't set 'favicon_avg_color' on feed obj unless it's valid.wn_
2023-02-03Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'.wn_
2023-02-03Persist failure to detect favicon average color.wn_
2023-02-03Ensure custom favicon color detection happens.wn_
2022-12-30deal with type errors in batch feed editor properly, un-deprecate PDO wrapper...Andrew Dolgov
2022-12-30batch feed editor: silence some more php8.1 undefined field warningsAndrew Dolgov
2022-12-30batch feed editor:Andrew Dolgov
2022-12-30show full commit timestamp with version information in prefs footerAndrew Dolgov
2022-12-24Fix getting active feeds with errors.wn_
2022-12-21Only count updating (i.e. enabled) feeds when determining active feeds with e...wn_
2022-12-20Only touch on send for expirable cache files.wn_
2022-12-19make phpstan happyAndrew Dolgov
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
2022-12-02Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2022-12-02fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed i...Andrew Dolgov
2022-11-28Consistently get the self URL.wn_
2022-11-28get_self_url: strip all trailing slashesAndrew Dolgov
2022-11-26DiskCache: enforce basename() on filenames passed to cache adapterAndrew Dolgov
2022-11-24migrate favicons directly to new cacheAndrew Dolgov
2022-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2022-11-24DiskCache: tweak how expiration is invokedAndrew Dolgov
2022-11-24deprecate DiskCache->touch()Andrew Dolgov
2022-11-23update_rss_feed: use DiskCache to store feed dataAndrew Dolgov
2022-11-23 * split local cache implementation into a separate classAndrew Dolgov
2022-11-12Address upcoming string interpolation deprecation.wn_
2022-10-15fix some PHP8 warnings generated while dragging feed tree items aroundAndrew Dolgov
2022-10-01Fix PHP8 strtime warning if argument is null (addendum)jmechnich
2022-09-29make phpstan happyAndrew Dolgov
2022-09-29Merge branch 'master' into masterShemi
2022-09-29Added support for api plugins virtual feedsShemi
2022-09-28Fix PHP8 strtime warning if argument is nulljmechnich
2022-08-31Set user related sessions for single user modepowerivq
2022-08-31Merge pull request 'Fix PHP8 empty param warning' (#79) from powerivq/tt-rss:...fox
2022-08-31Add last_login to single user modepowerivq