aboutsummaryrefslogtreecommitdiffhomepage
path: root/database
Commit message (Collapse)AuthorAge
* Add theme variantsGravatar Frédéric Guillot2019-09-21
| | | | | | | | | - Use CSS variables instead of inherence - Rename default theme to "Light - Serif" - Rename Black theme to "Dark - Serif" - Rename "Sans-Serif" theme to "Light - Sans Serif" - Add "System" theme that use system preferences: Dark or Light - Add Serif and Sans-Serif variants for each color theme
* Add option to disable feedsGravatar Frédéric Guillot2019-07-26
|
* 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