summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-22Merge pull request 'Only count updating (i.e. enabled) feeds when ↵fox
determining active feeds with errors.' (#96) from wn/tt-rss:feature/only-warn-for-updating-feeds into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/96
2022-12-21Only count updating (i.e. enabled) feeds when determining active feeds with ↵wn_
errors. This excludes feeds that had errors and currently have updating disabled (e.g. disabled due to the site being down for a while, getting compromised, etc.). Disabled / non-updating feeds' error states are still visible when viewed in the feed tree.
2022-12-20Merge pull request 'Only touch on send for expirable cache files.' (#95) ↵fox
from wn/tt-rss:bugfix/local-cache-feed-icons-ts into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/95
2022-12-20Only touch on send for expirable cache files.wn_
With d373b7b452c6d64b47180940ed88c99c21bd9bc3 feed icon modification times get used for cache-busting, but 'Cache_Local' updates that value on each send. This change makes it so the modification time only gets updated on files in expirable caches, keeping the value consistent between sends for files in non-expiring caches. Also, marking 'Cache_Local::send_local_file()' private since it's unique to that adapter.
2022-12-19make phpstan happyAndrew Dolgov
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
* DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
2022-12-19limit tree expando white color to prefsAndrew Dolgov
2022-12-13move af_readability out of master treeAndrew Dolgov
2022-12-13Merge pull request 'Bump af_readability 'html5-php' dependency to latest.' ↵fox
(#94) from wn/tt-rss:feature/bump-af_readability-masterminds-html5 into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/94
2022-12-12Add af_readability 'html5-php' Jenkinsfile.wn_
Got missed when updating that dependency.
2022-12-12Bump af_readability 'html5-php' dependency to latest.wn_
This is to add a couple more 'ReturnTypeWillChange' ( https://dev.tt-rss.org/main/html5-php/pulls/1 ). Composer 2.4.4 (latest release) also updated some of its files.
2022-12-11phpstan: exclude tests in lib/Andrew 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 ↵Andrew Dolgov
icons
2022-11-28Merge pull request 'Consistently get the self URL.' (#92) from ↵fox
wn/tt-rss:bugfix/config-self-url-consistency into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/92
2022-11-28Consistently get the self URL.wn_
This ensures all uses of the self URL get the same normalized/sanitized value.
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
* allow custom implementations provided by plugins
2022-11-23Merge branch 'weblate-integration'Andrew Dolgov
2022-11-23Translated using Weblate (Galician)xosé m
Currently translated at 100.0% (701 of 701 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/gl/
2022-11-12Merge pull request 'Address upcoming string interpolation deprecation (PHP ↵fox
8.2)' (#90) from wn/tt-rss:feature/php82-str-intrp-deprecation into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/90
2022-11-12Address upcoming string interpolation deprecation.wn_
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
2022-10-15Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2022-10-15fix some PHP8 warnings generated while dragging feed tree items aroundAndrew Dolgov
2022-10-15fix tree expando being invisible on selected tree nodesAndrew Dolgov
2022-10-11Merge pull request 'Return true in custom error handler for proper ↵fox
suppression' (#89) from mechnich/tt-rss:fix-error-handling into master Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/89
2022-10-10Return true in custom error handler for proper suppressionjmechnich
2022-10-02Jenkins: set discarderAndrew Dolgov
2022-10-01remove docker-on-docker hacks from JenkinsfileAndrew Dolgov
2022-10-01Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2022-10-01add Jenkinsfile to enable separate CI for pull requestsAndrew Dolgov
2022-10-01Merge pull request 'Fix handling of suppressed errors' (#85) from ↵fox
mechnich/tt-rss:master into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/85
2022-10-01Merge pull request 'Fix PHP8 strtime warning if argument is null (addendum)' ↵fox
(#86) from mechnich/tt-rss:more-strtotime-fixes into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/86
2022-10-01Fix PHP8 strtime warning if argument is null (addendum)jmechnich
2022-10-01Fix handling of suppressed errorsjmechnich
2022-09-29make phpstan happyAndrew Dolgov
2022-09-29Update 'CONTRIBUTING.md'fox
2022-09-29Merge pull request 'Added support for api plugins virtual feeds' (#84) from ↵fox
Shemi/tt-rss:master into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/84
2022-09-29Merge branch 'master' into masterShemi
2022-09-29Added support for api plugins virtual feedsShemi
2022-09-28Merge pull request 'Fix PHP8 strtime warning if argument is null' (#83) from ↵fox
mechnich/tt-rss:master into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/83
2022-09-28Fix PHP8 strtime warning if argument is nulljmechnich
2022-09-03Merge pull request 'Set user related sessions for single user mode' (#82) ↵fox
from powerivq/tt-rss:language-session into master Reviewed-on: https://dev.tt-rss.org/fox/tt-rss/pulls/82
2022-08-31Set user related sessions for single user modepowerivq