Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to enable `freely` permission in closed instance | Dario Ernst | 2018-01-20 | 3 | -1/+3 |
| | | | | | | | | 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> | ||||
* | Merge pull request #686 from SISheogorath/feature/configVersion | Christoph (Sheogorath) Kern | 2018-01-19 | 1 | -1/+3 |
|\ | | | | | Load version from package.json | ||||
| * | Load version from package.json | Sheogorath | 2018-01-19 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | Fix not passing app key correctly in dropbox config | Wu Cheng-Han | 2018-01-19 | 3 | -3/+6 |
|/ | |||||
* | Release 1.0.0-ce | Sheogorath | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #636 from laysdra7265/fix/sslcapath | Christoph (Sheogorath) Kern | 2018-01-18 | 2 | -2/+5 |
|\ | | | | | Fix sslcapath bug | ||||
| * | Update index.js | Christoph (Sheogorath) Kern | 2017-12-22 | 1 | -1/+1 |
| | | |||||
| * | Simplify loop | Christoph (Sheogorath) Kern | 2017-12-22 | 1 | -8/+3 |
| | | |||||
| * | fixed sslcapath bug | LaysDragon | 2017-12-05 | 2 | -2/+10 |
| | | |||||
* | | Merge branch 'master' into ldap-username-field | Christoph (Sheogorath) Kern | 2017-12-12 | 2 | -5/+12 |
|\ \ | |||||
| * | | parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated array | alecdwm | 2017-12-09 | 2 | -5/+12 |
| | | | | | | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io> | ||||
* | | | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 2 | -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. | ||||
* | | added guide for SAML settings | Norihito Nakae | 2017-12-04 | 2 | -2/+0 |
| | | |||||
* | | added environment variables for SAML | Norihito Nakae | 2017-11-29 | 1 | -1/+12 |
| | | |||||
* | | 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 | 3 | -0/+21 |
|/ | |||||
* | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 4 | -0/+15 |
| | |||||
* | Adds PDF export via config | geekyd | 2017-10-25 | 3 | -3/+7 |
| | |||||
* | 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 |
| | |||||
* | Make HSTS behaviour configurable; Fixes #584 | Literallie | 2017-10-13 | 1 | -0/+6 |
| | |||||
* | Fix missing boolean setting for HMD_URL_ADDPORT | Sheogorath | 2017-10-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Read to correct tlsca file path | tkykm | 2017-06-01 | 1 | -2/+2 |
| | |||||
* | fix(config): ssl environment configs not parse properly | Raccoon Li | 2017-05-08 | 3 | -7/+20 |
| | |||||
* | fix(config): some environment config not parse properly | Raccoon Li | 2017-05-08 | 2 | -7/+7 |
| | |||||
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 7 | -0/+360 |
* Separate different config source to each files * Freeze config object |