summaryrefslogtreecommitdiffstats
path: root/lib/Fetcher
AgeCommit message (Expand)Author
2023-10-22Merge remote-tracking branch 'nextcloud/master' into master-mergeDevlin Junker
2023-10-11Log more useful things when checking a logoBenjamin Brahmer
2023-08-26use unique name for cache folderBenjamin Brahmer
2023-08-25Check available compression types of curl (#2328)Benjamin Brahmer
2023-08-09upmerged from masterDevlin Junker
2023-08-09Upgrade feed-io to v5.1.3Benjamin Brahmer
2023-03-23If timestamp is null use timestamp "one year ago"Benjamin Brahmer
2023-03-23Use httpLastModified field for If-Modified-Since header when fetching feed up...Robert Wunderer
2023-03-23store useragent in one placeBenjamin Brahmer
2023-02-14fix: do not request favicon for empty base URLSean Molenaar
2023-01-12don't process link if it's nullBenjamin Brahmer
2022-11-17upmerging master into vue-rewriteDevlin Junker
2022-08-19Fix deprecationsBenjamin Brahmer
2022-05-31If items of feed do not provide an author fallback to feed author (#1803)Benjamin Brahmer
2022-05-24Use Feed Link as GUID when Feed omits Guid. (#1785)Accalia Elementia
2022-04-18Fix malformed feeds (without GUIDs) stopping the update process (fixes #1738)nextcloud486153
2022-02-27Use rawurlencode as it encodes spaces correctly as %20Benjamin Brahmer
2021-11-30Fix catching connect exceptions while fetching feed logos #1570Michael Hamann
2021-11-14Catch network errors while fetching feed logos, fixes #1570Benjamin Brahmer
2021-10-18Smarter error logging Benjamin Brahmer
2021-10-18make use of constant Benjamin Brahmer
2021-10-18make use of base_url to handle relative urlsBenjamin Brahmer
2021-10-18Download feed logos via guzzle to have better error handlingBenjamin Brahmer
2021-05-03[Backport] Prevent some of the favicon fetching errorsBenjamin Brahmer
2021-04-24replace deprecated getDescription callanoy
2021-04-08Null check category label before trying to decode (#1282)Chris Danser
2021-03-25Make PHPstan stricterSean Molenaar
2021-03-17🎨 Item: store categories as json & add helper fnsMarco Nassabain
2021-03-17♻️ Renaming 'tags' into 'categories'Jimmy Huynh
2021-03-17✨ Update FeedFetcher: import 'tags' to 'item'Jimmy Huynh
2021-02-16remove unused lastModified from feed fetcherBenjamin Brahmer
2021-02-16prefer the feeds logo over the faviconBenjamin Brahmer
2021-02-13Remove V1 item APISean Molenaar
2021-01-20Fetcher: Update client and add testSean Molenaar
2021-01-12Fix psalm issuesSean Molenaar
2020-12-30Remove PHPunit integration testsSean Molenaar
2020-12-15Remove LastModified-based cursor when updating feedsKevin Decherf
2020-11-07remove deprecated YouTube playlist APIanoy
2020-10-12Allow titles to be nullSean Molenaar
2020-09-29Add feed autodiscoverySean Molenaar
2020-09-29OPML export command and fixesSean Molenaar
2020-09-29Fix repair step and test itSean Molenaar
2020-09-27Create V2 mapper, Service and management commandsSean Molenaar
2020-09-25Move to nextcloud config and update phpunitSean Molenaar
2020-08-31Fix crash if full-text is enabled and the news item does not provide an URL t...Gioele Falcetti
2020-04-28fix 'If-Modified-Since' causing BAD REQUEST (#684)Chris Noxz
2020-02-16Basic Media-RSS support (#599)Éloi Rivard
2019-12-27Update httpLastModified from the feed response (#594)kesselb
2019-12-24Reimplement full-text scraping (#563)DriverXX
2019-11-16Get content:encoded of item if available (#565)b_b