summaryrefslogtreecommitdiffstats
path: root/lib/Fetcher/FeedFetcher.php
AgeCommit message (Expand)Author
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
2020-12-15Remove LastModified-based cursor when updating feedsKevin Decherf
2020-10-12Allow titles to be nullSean Molenaar
2020-09-29Add feed autodiscoverySean 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-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
2019-03-26Fix xkcd commicsSean Molenaar
2019-03-22Stop assuming encoding of xml, let simplexml throw silently (#457)Sean Molenaar
2019-03-21Allow empty-ish lastmodified and clean up FeedFetcher Test (#458)Sean Molenaar
2019-03-20reset modified since filter when updating feedsJasper Knockaert
2019-03-17fix/allow CDATA encoding (#428)Sean Molenaar
2019-03-12Fix email and password not being encodedSean Molenaar
2019-02-23Allow empty update timeSean Molenaar
2019-01-31Fix mismatched interfaceSean Molenaar
2019-01-31Make feed failing more verboseSean Molenaar
2019-01-30Parser: Switch to feedIO for parsing instead of picoFeedSean Molenaar
2018-12-14Define an official codestyle and adhere to it.Sean Molenaar
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean Molenaar
2017-08-14Split binary to booleans (#203)Daniel Opitz
2017-07-13Rakekniven patch 1 (#204)rakekniven
2017-07-09Update FeedFetcher.php (#200)rakekniven
2017-01-04Add postprocessor for getting lwn subscriber articles (#72)Robin Appelman
2017-01-04Add updatedDate to item model (#81)Daniel Schaal
2016-10-02revertBernhard Posselt
2016-10-01Add updatedDate to item model (#43)Daniel Schaal
2016-07-23Adjust copyright headerBernhard Posselt
2016-07-23Move to new directory structureBernhard Posselt