aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/feed/handler.go
Commit message (Collapse)AuthorAge
* Normalize URL query string before executing HTTP requestsGravatar Frédéric Guillot2019-12-26
| | | | | | | - Make sure query strings parameters are encoded - As opposed to the standard library, do not append equal sign for query parameters with empty value - Strip URL fragments like Web browsers
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Add function storage.UpdateFeedError()Gravatar Frédéric Guillot2018-12-15
|
* Refactor manual entry scraperGravatar Frédéric Guillot2018-12-02
|
* Add entries storage error to feed errors countGravatar Frédéric Guillot2018-10-21
|
* Simplify feed entries filteringGravatar Frédéric Guillot2018-10-14
| | | | | - Rename processor package to filter - Remove boilerplate code
* Simplify feed fetcherGravatar Frédéric Guillot2018-10-14
| | | | | - Add browser package to handle HTTP errors - Reduce code duplication
* Simplify feed parser and format detectionGravatar Frédéric Guillot2018-10-14
| | | | | - Avoid doing multiple buffer copies - Move parser and format detection logic to its own package
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* 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
|
* Remove period for feed errorsGravatar 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
|
* 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
|
* Make sure XML feeds are always encoded in UTF-8Gravatar Frédéric Guillot2017-11-20
|
* First commitGravatar Frédéric Guillot2017-11-19