Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to enable `freely` permission in closed instance | Dario Ernst | 2018-01-20 | 1 | -0/+1 |
| | | | | | | | | Before, closed disallowed guest edits completely, by removing the `freely` permission. This makes it possible to explicitely bring back guest-editing, but not guest-note-creation, to closed instances. Signed-off-by: Dario Ernst <dario@kanojo.de> | ||||
* | Fix not passing app key correctly in dropbox config | Wu Cheng-Han | 2018-01-19 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | fixed the SAML callback URL to unconfigurable. | Norihito Nakae | 2017-11-29 | 1 | -1/+0 |
| | |||||
* | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 1 | -0/+16 |
| | |||||
* | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 1 | -0/+5 |
| | |||||
* | Adds PDF export via config | geekyd | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | Make HSTS behaviour configurable; Fixes #584 | Literallie | 2017-10-13 | 1 | -0/+6 |
| | |||||
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 1 | -0/+92 |
* Separate different config source to each files * Freeze config object |