aboutsummaryrefslogtreecommitdiffhomepage
path: root/database
Commit message (Collapse)AuthorAge
* Add option to enable/disable keyboard shortcutsGravatar Frédéric Guillot2019-04-28
|
* Sort search results by relevanceGravatar Jebbs2019-02-11
|
* 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.
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Create database package (refactoring)Gravatar Frédéric Guillot2018-08-01