summaryrefslogtreecommitdiff
path: root/lib/config/environment.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-191-1/+2
|
* Merge branch 'master' into ldap-username-fieldChristoph (Sheogorath) Kern2017-12-121-5/+5
|\
| * parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2017-12-091-5/+5
| | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io>
* | Add setting `ldap.usernameField`Lukas Kalbertodt2017-12-091-0/+1
|/ | | | | | | | This determines which ldap field is used as the username on HackMD. By default, the "id" is used as username, too. The id is taken from the fields `uidNumber`, `uid` or `sAMAccountName`. To give the user more flexibility, they can now choose the field used for the username instead.
* added guide for SAML settingsNorihito Nakae2017-12-041-1/+0
|
* added environment variables for SAMLNorihito Nakae2017-11-291-1/+12
|
* Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+4
|
* Add mattermost authenticationChristoph Witzany2017-10-311-0/+5
|
* Adds PDF export via configgeekyd2017-10-251-1/+2
|
* Add env vars for extra HSTS optionsLiterallie2017-10-131-0/+3
|
* Add on/off env var for HSTSLiterallie2017-10-131-0/+3
|
* Fix missing boolean setting for HMD_URL_ADDPORTSheogorath2017-10-111-1/+1
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* fix(config): ssl environment configs not parse properlyRaccoon Li2017-05-081-6/+9
|
* fix(config): some environment config not parse properlyRaccoon Li2017-05-081-6/+6
|
* refactor(config.js): Extract config fileBoHong Li2017-05-081-0/+64
* Separate different config source to each files * Freeze config object