aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/functions.go
Commit message (Collapse)AuthorAge
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add more unit tests for template functionsGravatar Frédéric Guillot2018-09-20
|
* Fix invalid output when truncating Unicode text in templatesGravatar Savely Krasovsky2018-09-20
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Improve themes handlingGravatar Frédéric Guillot2018-07-18
| | | | | | - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag
* Show feed title instead of domain in items listGravatar Dave Z2018-07-17
|
* Make image proxy configurableGravatar Dave Z2018-07-12
| | | | | | | | Adds IMAGE_PROXY configuration setting to change image proxy filter behaviour: - none = No proxy - http-only = Proxy only non-HTTPS images (default) - all = Proxy everything
* Do not use shared variable to translate templatesGravatar Frédéric Guillot2018-04-27
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Move template functions outside engine (refactoring)Gravatar Frédéric Guillot2018-02-04