Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ldap-username-field | Christoph (Sheogorath) Kern | 2017-12-12 | 1 | -5/+5 |
|\ | |||||
| * | parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array | alecdwm | 2017-12-09 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io> | ||||
* | | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 1 | -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 settings | Norihito Nakae | 2017-12-04 | 1 | -1/+0 |
| | |||||
* | added environment variables for SAML | Norihito Nakae | 2017-11-29 | 1 | -1/+12 |
| | |||||
* | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 1 | -0/+4 |
| | |||||
* | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 1 | -0/+5 |
| | |||||
* | Adds PDF export via config | geekyd | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | Add env vars for extra HSTS options | Literallie | 2017-10-13 | 1 | -0/+3 |
| | |||||
* | Add on/off env var for HSTS | Literallie | 2017-10-13 | 1 | -0/+3 |
| | |||||
* | Fix missing boolean setting for HMD_URL_ADDPORT | Sheogorath | 2017-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | fix(config): ssl environment configs not parse properly | Raccoon Li | 2017-05-08 | 1 | -6/+9 |
| | |||||
* | fix(config): some environment config not parse properly | Raccoon Li | 2017-05-08 | 1 | -6/+6 |
| | |||||
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -0/+64 |
* Separate different config source to each files * Freeze config object |