aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/config_test.go
Commit message (Collapse)AuthorAge
* Rename cleanup config variablesGravatar Ty Cobb2019-09-15
| | | | | | The config parser logs a warning when the user uses a deprecated variable. It also ignores the value from a deprecated variable if it has already been set using the corresponding non-deprecated variable (and logs another warning). - CLEANUP_FREQUENCY_HOURS instead of CLEANUP_FREQUENCY - CLEANUP_ARCHIVE_READ_DAYS instead of ARCHIVE_READ_DAYS
* Make configurable the number of days to remove old sessionsGravatar Ty Cobb2019-09-11
|
* Add optional config file parser in addition to environment variablesGravatar Frédéric Guillot2019-06-02
|
* Make HTTP Client timeout and max body size configurableGravatar 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
|
* Add more unit tests for config packageGravatar Frédéric Guillot2018-09-23
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add base URL validationGravatar Frédéric Guillot2018-07-07
|
* 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