aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/feed
Commit message (Collapse)AuthorAge
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add specific 404 and 401 error messagesGravatar Frédéric Guillot2018-06-30
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28
|
* Improve parser error messagesGravatar Frédéric Guillot2018-02-27
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Improve error handling for HTTP clientGravatar Frédéric Guillot2018-02-08
|
* Strip invalid XML characters to avoid parsing errorsGravatar Frédéric Guillot2018-02-07
|
* Remove period for feed errorsGravatar Frédéric Guillot2018-02-07
|
* Improve error handling when the response is emptyGravatar Frédéric Guillot2018-02-07
|
* Show API URL endpoints in user interfaceGravatar Frédéric Guillot2018-01-31
|
* Do not override existing entries when the crawler is enabledGravatar Frédéric Guillot2018-01-20
|
* Handle more encoding edge casesGravatar Frédéric Guillot2018-01-20
| | | | | | - Feeds with charset specified only in Content-Type header and not in XML document - Feeds with charset specified in both places - Feeds with charset specified only in XML document and not in HTTP header
* Do not crawl existing entry URLsGravatar Frédéric Guillot2018-01-20
|
* Add content length check when refreshing feedsGravatar Frédéric Guillot2018-01-04
|
* If the website URL is empty, assign the feed URLGravatar Frédéric Guillot2018-01-03
|
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to enable crawler for feedsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot2017-12-11
|
* Move packages http and urlGravatar Frédéric Guillot2017-12-02
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* Improve APIGravatar Frédéric Guillot2017-11-24
|
* Move feed parsers packages in reader packageGravatar Frédéric Guillot2017-11-20
|
* Export only necessary structs in JsonFeed packageGravatar Frédéric Guillot2017-11-20
|
* Use more idiomatic code for Atom parserGravatar Frédéric Guillot2017-11-20
|
* Add parser for RDF feedsGravatar Frédéric Guillot2017-11-20
|
* Make sure XML feeds are always encoded in UTF-8Gravatar Frédéric Guillot2017-11-20
|
* Ensure that LocalizedError are returned by parsersGravatar Frédéric Guillot2017-11-20
|
* Handle RSS entries with Atom linksGravatar Frédéric Guillot2017-11-20
|
* Handle RSS feeds without entry linksGravatar Frédéric Guillot2017-11-20
|
* First commitGravatar Frédéric Guillot2017-11-19