aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/config.go
Commit message (Collapse)AuthorAge
* Add optional config file parser in addition to environment variablesGravatar Frédéric Guillot2019-06-02
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Make configurable the number of days to archive read itemsGravatar Jebbs2018-12-05
|
* Add config options to disable HTTP and scheduler servicesGravatar Frédéric Guillot2018-11-11
|
* Change default database connection stringGravatar Frédéric Guillot2018-11-09
|
* Add more unit tests for config packageGravatar Frédéric Guillot2018-09-23
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Create database package (refactoring)Gravatar Frédéric Guillot2018-08-01
|
* 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
* Add base URL validationGravatar Frédéric Guillot2018-07-07
|
* Offer the possibility to set Pocket Consumer Key as environment variableGravatar Frédéric Guillot2018-05-21
|
* Archive read entries automatically after 60 daysGravatar Frédéric Guillot2018-05-19
|
* Simplify Heroku deploymentGravatar Frédéric Guillot2018-04-15
|
* Print info message if DATABASE_URL is not setGravatar Frédéric Guillot2018-02-23
|
* Add support for HTTP Strict Transport Security headerGravatar Frédéric Guillot2018-02-03
|
* Add support for base URLs with subfoldersGravatar Frédéric Guillot2018-02-03
|
* Show API URL endpoints in user interfaceGravatar Frédéric Guillot2018-01-31
|
* Add the possiblity to enable debug mode with an environment variableGravatar Frédéric Guillot2018-01-29
|
* Move environment variables to config packageGravatar Frédéric Guillot2018-01-20
|
* Add functions to get config valuesGravatar Frédéric Guillot2018-01-15
|
* Add configurable HTTPS flag for secure cookie flagGravatar Frédéric Guillot2017-12-28
|
* Add scheduler to clean old sessionsGravatar Frédéric Guillot2017-12-16
|
* Add Let's Encrypt integrationGravatar Frédéric Guillot2017-11-22
|
* Add the possibility to use TLSGravatar Frédéric Guillot2017-11-22
|
* Set all default config values in config packageGravatar Frédéric Guillot2017-11-21
|
* Add bookmarkletGravatar Frédéric Guillot2017-11-21
|
* First commitGravatar Frédéric Guillot2017-11-19