aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/feed.go
Commit message (Collapse)AuthorAge
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Display list of feeds per categoryGravatar Frédéric Guillot2019-11-17
|
* Improve storage moduleGravatar Frédéric Guillot2019-10-29
|
* Show unread counters on feeds pageGravatar Maxim Baz2019-10-29
|
* Avoid constraint error when having duplicate entriesGravatar Frédéric Guillot2019-09-18
| | | | | | During feed creation, duplicated entries will generate an SQL contraint error. This change ignore the duplicated entry to avoid showing an error.
* Add option to disable feedsGravatar Frédéric Guillot2019-07-26
|
* Remove debug timer from most storage functionsGravatar Frédéric Guillot2019-04-28
|
* Make the feed list order case-insensitiveGravatar Peter De Wachter2019-01-07
|
* Add function storage.UpdateFeedError()Gravatar Frédéric Guillot2018-12-15
|
* Add more details in feed storage errors to facilitate debuggingGravatar Frédéric Guillot2018-10-21
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Show count of feeds with permanent errors in header menuGravatar Dave Z2018-08-26
| | | Only for feeds that reach `maxParsingError` are counted (so transient errors do not trigger counter).
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add cli flag to reset all feed errorsGravatar Frédéric Guillot2018-06-30
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Entries date should contains user timezone (API)Gravatar Frédéric Guillot2018-03-01
|
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Improve timezone handlingGravatar Frédéric Guillot2017-12-28
|
* Show feeds with errors firstGravatar Frédéric Guillot2017-12-26
|
* Improve APIGravatar Frédéric Guillot2017-12-24
|
* 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
|
* Add scraper rulesGravatar Frédéric Guillot2017-12-10
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* Add integration tests for feed creationGravatar Frédéric Guillot2017-11-25
|
* Improve APIGravatar Frédéric Guillot2017-11-24
|
* Add feature to refresh all feeds from the user interfaceGravatar Frédéric Guillot2017-11-21
|
* First commitGravatar Frédéric Guillot2017-11-19