WIP: gitlab-ci
Andrew Dolgov
2023-04-01 07:19:16 +0300
269c0f53b8Merge pull request 'isLoggedIn adds a message to the system log when it returns false, fix for php8+' (#106) from rodneys_mission/tt-rss:master into master
fox
2023-04-01 06:36:57 +0300
80bd26b3b1isLoggedIn adds a message to the system log when it returns false, fix for php8+, removed empty test for bool conversion.
Rodney Stromlund
2023-03-31 20:26:36 -0500
combined mode: prevent left part of footer pushing right part out of viewport
Andrew Dolgov
2023-03-20 18:33:29 +0300
cddbf5bf5aMerge pull request 'Replace special feed and category numbers with constants.' (#104) from wn/tt-rss:feature/special-feed-and-cat-consts into master
fox
2023-03-07 20:13:10 +0300
b14a8a76ebChange 'FEED_NOTHING' to 'FEED_DASHBOARD'.
wn_
2023-03-07 15:45:07 +0000
c4026b408bMerge pull request 'Bump PHPStan to 1.10.3, address some new warnings' (#103) from wn/tt-rss:feature/bump-phpstan into master
fox
2023-03-07 16:50:13 +0300
c923fda8c9Also use friendly names for special feed+cat IDs in the frontend.
wn_
2023-03-05 20:03:35 +0000
fe08299ec4Replace special feed and category numbers with constants.
wn_
2023-03-05 19:14:08 +0000
API: - sharedToPublished: add optional sanitize parameter (defaults to true) if disabled, allows inserting HTML into shared article content; - clean() already invokes strip_tags() so it's pointless to do both;
Andrew Dolgov
2023-03-05 08:07:55 +0300
require PHP to have support for flock()
Andrew Dolgov
2023-02-25 19:30:41 +0300
33c20d42dfMerge pull request 'add override links to utility views' (#102) from levito/tt-rss:add-override-links-to-util-views into master
fox
2023-02-24 07:10:28 +0300
API: add getFeedIcon endpoint, bump version
Andrew Dolgov
2023-02-23 17:08:25 +0300
fcfcb69a2eMerge pull request 'Handle fetch issues in 'RSSUtils::update_basic_info'.' (#101) from wn/tt-rss:bugfix/handle-failed-basic-info-fetch into master
fox
2023-02-19 12:03:49 +0300
fd55e492c3Handle fetch issues in 'RSSUtils::update_basic_info'.
wn_
2023-02-17 12:10:51 +0000
7bbe71b818Merge pull request 'Fix calculating average color for *.ico' (#100) from yan12125/tt-rss:fix-ico-avg-color into master
fox
2023-02-13 20:43:04 +0300
40afee5d12Fix calculating average color for *.ico
Chih-Hsuan Yen
2023-02-10 18:20:42 +0800
0cd4abe4ebMerge pull request 'Attempt calculating custom favicon avg color, only try calculating once' (#99) from wn/tt-rss:feature/custom-favicon-detect-color into master
fox
2023-02-04 10:56:21 +0300
1646aba944Minor tweak to favicon avg color debug log message.
wn_
2023-02-03 01:30:35 +0000
b28d339bf2Don't set 'favicon_avg_color' on feed obj unless it's valid.
wn_
2023-02-03 01:28:15 +0000
f484988967Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'.
wn_
2023-02-03 01:17:50 +0000
380624a484Persist failure to detect favicon average color.
wn_
2023-02-03 01:02:38 +0000
f0f7a5f958Ensure custom favicon color detection happens.
wn_
2023-02-03 00:45:04 +0000
deal with type errors in batch feed editor properly, un-deprecate PDO wrapper functions and document them for posterity
v2023.01
Andrew Dolgov
2022-12-30 19:51:34 +0300
batch feed editor: - fix some field changes not applying because of DB type errors - rework to use bound vars instead of sql query concatenation deprecate: checkbox_to_sql_bool(), bool_to_sql_bool()
Andrew Dolgov
2022-12-30 19:07:15 +0300
Merge branch 'weblate-integration'
Andrew Dolgov
2022-12-28 12:35:07 +0300
b64ec219b9Translated using Weblate (German)
Eike
2022-12-27 08:50:03 +0000
22f8a22748Merge pull request 'Fix getting active feeds with errors.' (#97) from wn/tt-rss:bugfix/feeds-with-errors-default-interval into master
fox
2022-12-25 08:42:44 +0300
371af1a39cFix getting active feeds with errors.
wn_
2022-12-24 21:22:16 +0000
fb4bc2615eMerge pull request 'Only count updating (i.e. enabled) feeds when determining active feeds with errors.' (#96) from wn/tt-rss:feature/only-warn-for-updating-feeds into master
fox
2022-12-22 00:13:04 +0300
46e2635869Only count updating (i.e. enabled) feeds when determining active feeds with errors.
wn_
2022-12-21 21:03:38 +0000
423b26afc5Merge pull request 'Only touch on send for expirable cache files.' (#95) from wn/tt-rss:bugfix/local-cache-feed-icons-ts into master
fox
2022-12-20 08:22:21 +0300
8b129626cdOnly touch on send for expirable cache files.
wn_
2022-12-20 02:03:46 +0000
* bring back cache-busting for feed icons based on timestamp * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag
Andrew Dolgov
2022-12-19 21:36:50 +0300
move af_readability out of master tree
Andrew Dolgov
2022-12-13 20:08:43 +0300
313f12ae93Merge pull request 'Bump af_readability 'html5-php' dependency to latest.' (#94) from wn/tt-rss:feature/bump-af_readability-masterminds-html5 into master
fox
2022-12-13 19:45:50 +0300
fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed icons
Andrew Dolgov
2022-12-02 07:34:51 +0300
292ca86665Merge pull request 'Consistently get the self URL.' (#92) from wn/tt-rss:bugfix/config-self-url-consistency into master
fox
2022-11-28 20:43:10 +0300
a355221e7fConsistently get the self URL.
wn_
2022-11-28 17:40:42 +0000