summaryrefslogtreecommitdiff
path: root/lib/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-18Release 1.0.0-ceSheogorath1-1/+1
2017-12-22Update index.jsChristoph (Sheogorath) Kern1-1/+1
2017-12-22Simplify loopChristoph (Sheogorath) Kern1-8/+3
2017-12-09parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2-5/+12
Signed-off-by: Alec WM <firstcontact@owls.io>
2017-12-09Add setting `ldap.usernameField`Lukas Kalbertodt2-0/+2
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.
2017-12-05fixed sslcapath bugLaysDragon2-2/+10
2017-12-04added guide for SAML settingsNorihito Nakae2-2/+0
2017-11-29added environment variables for SAMLNorihito Nakae1-1/+12
2017-11-29fixed the SAML callback URL to unconfigurable.Norihito Nakae1-1/+0
2017-11-28Initial support for SAML authenticationNorihito Nakae3-0/+21
2017-10-31Add mattermost authenticationChristoph Witzany4-0/+15
2017-10-25Adds PDF export via configgeekyd3-3/+7
2017-10-22Change CSP config format to be more intuitiveLiterallie2-9/+4
2017-10-22CSP: Allow more content typesLiterallie1-3/+7
2017-10-22CSP: Upgrade insecure requests if possibleLiterallie1-2/+3
Config option; default is to only upgrade if usessl
2017-10-22Add basic CSP supportLiterallie1-0/+10
2017-10-13Add env vars for extra HSTS optionsLiterallie1-0/+3
2017-10-13Add on/off env var for HSTSLiterallie1-0/+3
2017-10-13Make HSTS behaviour configurable; Fixes #584Literallie1-0/+6
2017-10-11Fix missing boolean setting for HMD_URL_ADDPORTSheogorath1-1/+1
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2017-08-30Add support for minioMarc Deop2-0/+14
2017-06-01Read to correct tlsca file pathtkykm1-2/+2
2017-05-08fix(config): ssl environment configs not parse properlyRaccoon Li3-7/+20
2017-05-08fix(config): some environment config not parse properlyRaccoon Li2-7/+7
2017-05-08refactor(config.js): Extract config fileBoHong Li7-0/+360
* Separate different config source to each files * Freeze config object