aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/entry.go
Commit message (Collapse)AuthorAge
* Make configurable the number of days to archive read itemsGravatar Jebbs2018-12-05
|
* Archive more read entriesGravatar Frédéric Guillot2018-11-25
|
* Improve Fever middleware and handle groupID=0Gravatar Frédéric Guillot2018-10-26
|
* Add more details in feed storage errors to facilitate debuggingGravatar Frédéric Guillot2018-10-21
|
* Set arbitrary maximum size for tsvector columnGravatar Frédéric Guillot2018-10-19
| | | | | | - The max size for tsvector is 1 MiB - We index only the first million of characters, it should be enough for most feed entries.
* Improve Fever API performances when marking a feed or group as readGravatar Frédéric Guillot2018-10-07
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add full-text search for entries and add search parameter to the APIGravatar Frédéric Guillot2018-07-04
|
* Archive read entries automatically after 60 daysGravatar Frédéric Guillot2018-05-19
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Add CommentsURL to entryGravatar Ben Brooks2018-04-07
|
* Do not update entry date while refreshing a feedGravatar Frédéric Guillot2018-01-29
| | | | | | We do not update the published date because some feeds do not contains any date, in this case it default to time.Now(), which could change the order of items on the history page.
* 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 link to mark everything as readGravatar Frédéric Guillot2018-01-04
|
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Improve timezone handlingGravatar Frédéric Guillot2017-12-28
|
* Improve APIGravatar Frédéric Guillot2017-12-24
|
* Add bookmarksGravatar Frédéric Guillot2017-12-22
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add readability package to fetch original contentGravatar Frédéric Guillot2017-12-10
|
* Cleanup entries marked as removedGravatar Frédéric Guillot2017-11-21
|
* Add missing attachments while refreshing a feedGravatar Frédéric Guillot2017-11-21
|
* Add flush history featureGravatar Frédéric Guillot2017-11-21
|
* First commitGravatar Frédéric Guillot2017-11-19