aboutsummaryrefslogtreecommitdiffhomepage
path: root/storage
Commit message (Collapse)AuthorAge
* Improve storage moduleGravatar Frédéric Guillot2019-10-29
|
* Show unread counters on feeds pageGravatar Maxim Baz2019-10-29
|
* Compare Fever token case-insensitivelyGravatar Tony Wang2019-10-21
|
* 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.
* Make configurable the number of days to remove old sessionsGravatar Ty Cobb2019-09-11
|
* Add option to disable feedsGravatar Frédéric Guillot2019-07-26
|
* Remove debug timer from most storage functionsGravatar Frédéric Guillot2019-04-28
|
* Add option to enable/disable keyboard shortcutsGravatar 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
|
* Handle the case when application session is expired and not user sessionGravatar Frédéric Guillot2019-01-21
|
* Make the feed list order case-insensitiveGravatar Peter De Wachter2019-01-07
|
* Add function storage.UpdateFeedError()Gravatar Frédéric Guillot2018-12-15
|
* 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.
* Simplify feed fetcherGravatar Frédéric Guillot2018-10-14
| | | | | - Add browser package to handle HTTP errors - Reduce code duplication
* Fix typo in license headerGravatar Frédéric Guillot2018-10-08
|
* Improve Fever API performances when marking a feed or group as readGravatar Frédéric Guillot2018-10-07
|
* 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
|
* Create database package (refactoring)Gravatar Frédéric Guillot2018-08-01
|
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Add full-text search for entries and add search parameter to the APIGravatar Frédéric Guillot2018-07-04
|
* Add cli flag to reset all feed errorsGravatar Frédéric Guillot2018-06-30
|
* Do not ignore errored feeds when a user refresh feeds manuallyGravatar Frédéric Guillot2018-06-26
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Rewrite individual entry pagination SQL queriesGravatar Frédéric Guillot2018-06-09
|
* Simplify entry query builderGravatar Frédéric Guillot2018-06-08
|
* Convert IP field from text to inet typeGravatar Frédéric Guillot2018-05-21
|
* Add Pocket integrationGravatar Allan Reyes2018-05-20
|
* Archive read entries automatically after 60 daysGravatar Frédéric Guillot2018-05-19
|
* Do not show save link if no integration is configuredGravatar Frédéric Guillot2018-04-29
|
* Avoid people to unlink their OAuth2 account without having a local passwordGravatar Frédéric Guillot2018-04-29
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Do not return an error if the user session is not foundGravatar Frédéric Guillot2018-04-09
|
* Add CommentsURL to entryGravatar Ben Brooks2018-04-07
|
* Convert enclosure size field to bigintGravatar Frédéric Guillot2018-03-14
|
* Filter the list of timezonesGravatar Frédéric Guillot2018-03-04
|
* Show last login and session creation date in current timezoneGravatar Frédéric Guillot2018-03-04
|
* Entries date should contains user timezone (API)Gravatar Frédéric Guillot2018-03-01
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Add Nunux Keeper integrationGravatar Nicolas Carlier2018-02-25
|
* Add indexesGravatar Frédéric Guillot2018-02-10
|
* 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
|