summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-28add type hint for FeedEnclosureHEADmasterAndrew Dolgov
2024-01-28switch to FeedEnclosure being passed instead of array in HOOK_ARTICLE_FILTER,...Andrew Dolgov
2023-08-28only create flagfile if not existsAndrew Dolgov
2023-06-29add domain blacklist (imgur likes to 429 aggressively)Andrew Dolgov
2023-04-02use gitlab ciAndrew Dolgov
2022-12-19use DiskCache::instance methodAndrew Dolgov
2022-12-11update r/w registry URLAndrew Dolgov
2022-11-26pass article link in hook_article_imageAndrew Dolgov
2022-11-26rewrite_url_if_needed: allow null referrerAndrew Dolgov
2022-11-26pass http referrer when downloading mediaAndrew Dolgov
2022-11-24remove pointless exists() checkAndrew Dolgov
2022-11-24Merge branch 'master' of git.tt-rss.org:tt-rss/ttrss-api-resizeAndrew Dolgov
2022-11-24stop using DiskCache->touch()Andrew Dolgov
2022-10-02add JenkinsfileAndrew Dolgov
2022-07-26imagecopy: force typecast widths as integer to silence php81 warningAndrew Dolgov
2022-05-30update external linksAndrew Dolgov
2022-02-23 * ignore magnet: schemeAndrew Dolgov
2021-11-14fix phpstan warningsAndrew Dolgov
2021-11-10silence phpstan 1.0 warningsAndrew Dolgov
2021-09-01rewrite_url_if_needed: properly enforce MAX_WIDTHAndrew Dolgov
2021-09-01prevent repeated failures when working with cached media (OOM, etc)Andrew Dolgov
2021-09-01update prepare_widths tooltipAndrew Dolgov
2021-09-01optionally prepare images of specific widths in HOOK_ARTICLE_FILTERAndrew Dolgov
2021-05-07allow quality 0Andrew Dolgov
2021-05-07finish adding configurable webp qualityAndrew Dolgov
2021-05-07Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resizeAndrew Dolgov
2021-05-07add configurable quality settingAndrew Dolgov
2021-04-09Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resizeAndrew Dolgov
2021-04-09set force_width to current profile onlyAndrew Dolgov
2021-03-05Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resizeAndrew Dolgov
2021-03-05add a more info linkAndrew Dolgov
2021-03-01show version from gitAndrew Dolgov
2021-02-28updates for core changesAndrew Dolgov
2021-02-22updates for config::Andrew Dolgov
2021-02-18markup cleanupAndrew Dolgov
2021-02-17Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resizeAndrew Dolgov
2021-02-17updates for new helperAndrew Dolgov
2021-02-17don't try to resize to 0Andrew Dolgov
2021-02-16updates for core changesAndrew Dolgov
2021-02-16move to new-style controlsAndrew Dolgov
2021-02-15Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resizeAndrew Dolgov
2021-02-15fixes for tt-rss changesAndrew Dolgov
2021-02-15fix php8 warningAndrew Dolgov
2021-02-11fix warningAndrew Dolgov
2021-02-09fix php8 warningAndrew Dolgov
2020-09-15never print received data directly, always redirect to cached_urlAndrew Dolgov
2020-09-15report errors in plain textAndrew Dolgov
2020-09-14Merge branch 'master' of git.tt-rss.org:fox/ttrss-api-resizeAndrew Dolgov
2020-09-14pass source URLs through validate_url()Andrew Dolgov
2020-08-19handle enclosures in web uiAndrew Dolgov