summaryrefslogtreecommitdiff
path: root/lib/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #506 from erasys/minioChristoph (Sheogorath) Kern2018-01-232-0/+14
|\ \ | | | | | | Add support for minio
| * | Add support for minioMarc Deop2017-08-302-0/+14
| | |
* | | Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-222-0/+10
|\ \ \ | | | | | | | | Implement basic CSP support
| * | | Change CSP config format to be more intuitiveLiterallie2017-10-222-9/+4
| | | |
| * | | CSP: Allow more content typesLiterallie2017-10-221-3/+7
| | | |
| * | | CSP: Upgrade insecure requests if possibleLiterallie2017-10-221-2/+3
| | | | | | | | | | | | | | | | Config option; default is to only upgrade if usessl
| * | | Add basic CSP supportLiterallie2017-10-221-0/+10
| | | |
* | | | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-203-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/configVersionChristoph (Sheogorath) Kern2018-01-191-1/+3
|\ \ \ | | | | | | | | Load version from package.json
| * | | Load version from package.jsonSheogorath2018-01-191-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-193-3/+6
|/ / /
* | | Release 1.0.0-ceSheogorath2018-01-181-1/+1
| | |
* | | Merge pull request #636 from laysdra7265/fix/sslcapathChristoph (Sheogorath) Kern2018-01-182-2/+5
|\ \ \ | | | | | | | | Fix sslcapath bug
| * | | Update index.jsChristoph (Sheogorath) Kern2017-12-221-1/+1
| | | |
| * | | Simplify loopChristoph (Sheogorath) Kern2017-12-221-8/+3
| | | |
| * | | fixed sslcapath bugLaysDragon2017-12-052-2/+10
| | | |
* | | | Merge branch 'master' into ldap-username-fieldChristoph (Sheogorath) Kern2017-12-122-5/+12
|\ \ \ \
| * | | | parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2017-12-092-5/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alec WM <firstcontact@owls.io>
* | | | | Add setting `ldap.usernameField`Lukas Kalbertodt2017-12-092-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 settingsNorihito Nakae2017-12-042-2/+0
| | | |
* | | | added environment variables for SAMLNorihito Nakae2017-11-291-1/+12
| | | |
* | | | fixed the SAML callback URL to unconfigurable.Norihito Nakae2017-11-291-1/+0
| | | |
* | | | Initial support for SAML authenticationNorihito Nakae2017-11-283-0/+21
|/ / /
* | | Add mattermost authenticationChristoph Witzany2017-10-314-0/+15
| | |
* | | Adds PDF export via configgeekyd2017-10-253-3/+7
|/ /
* | Add env vars for extra HSTS optionsLiterallie2017-10-131-0/+3
| |
* | Add on/off env var for HSTSLiterallie2017-10-131-0/+3
| |
* | Make HSTS behaviour configurable; Fixes #584Literallie2017-10-131-0/+6
| |
* | Fix missing boolean setting for HMD_URL_ADDPORTSheogorath2017-10-111-1/+1
|/ | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Read to correct tlsca file pathtkykm2017-06-011-2/+2
|
* fix(config): ssl environment configs not parse properlyRaccoon Li2017-05-083-7/+20
|
* fix(config): some environment config not parse properlyRaccoon Li2017-05-082-7/+7
|
* refactor(config.js): Extract config fileBoHong Li2017-05-087-0/+360
* Separate different config source to each files * Freeze config object