summaryrefslogtreecommitdiff
path: root/lib/config/default.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed the SAML callback URL to unconfigurable.Norihito Nakae2017-11-291-1/+0
|
* Initial support for SAML authenticationNorihito Nakae2017-11-281-0/+16
|
* Add mattermost authenticationChristoph Witzany2017-10-311-0/+5
|
* Adds PDF export via configgeekyd2017-10-251-1/+2
|
* Make HSTS behaviour configurable; Fixes #584Literallie2017-10-131-0/+6
|
* refactor(config.js): Extract config fileBoHong Li2017-05-081-0/+92
* Separate different config source to each files * Freeze config object