Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove camel case from `imageuploadtype` in config | Sheogorath | 2018-01-27 | 1 | -1/+3 |
| | | | | | | | | | | | | | This removes the only camel cased option of the config options **we** added to the config.json. In auth provider's config parts are a lot of camel cased options provided. We shouldn't touch them to keep them as similar as possible to the examples. Fixes #315 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Merge pull request #506 from erasys/minio | Christoph (Sheogorath) Kern | 2018-01-23 | 1 | -0/+7 |
|\ | | | | | Add support for minio | ||||
| * | Add support for minio | Marc Deop | 2017-08-30 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #598 from xxyy/feature/csp | Christoph (Sheogorath) Kern | 2018-01-22 | 1 | -0/+7 |
|\ \ | | | | | | | Implement basic CSP support | ||||
| * | | Change CSP config format to be more intuitive | Literallie | 2017-10-22 | 1 | -9/+1 |
| | | | |||||
| * | | CSP: Allow more content types | Literallie | 2017-10-22 | 1 | -3/+7 |
| | | | |||||
| * | | CSP: Upgrade insecure requests if possible | Literallie | 2017-10-22 | 1 | -2/+3 |
| | | | | | | | | | | | | Config option; default is to only upgrade if usessl | ||||
| * | | Add basic CSP support | Literallie | 2017-10-22 | 1 | -0/+10 |
| | | | |||||
* | | | 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 |