aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage/entry.go
Commit message (Collapse)AuthorAge
* Correct spelling of “toggle”HEADmasterGravatar Benjamin Barenblat2020-01-29
|
* Improve storage moduleGravatar Frédéric Guillot2019-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.
* Remove debug timer from most storage functionsGravatar Frédéric Guillot2019-04-28
|
* Allow users to disable auto-removeGravatar Jacob Wahlgren2019-03-10
| | | Adds ARCHIVE_READ_DAYS="-1"
* Use feed ID instead of user ID to check entry URLs presenceGravatar Frédéric Guillot2019-02-28
|
* Sort search results by relevanceGravatar Jebbs2019-02-11
|
* 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