summaryrefslogtreecommitdiff
path: root/lib/config (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-16Revert "Workaround Google API problems"Christoph (Sheogorath) Kern2-2/+0
2018-04-13Use API key instead of clientSecretSheogorath2-0/+2
2018-04-10Fix typos for `allowAnonymousEdits`Sheogorath1-1/+1
2018-03-30Fix CSP for disqus and Google AnalyticsSheogorath1-0/+2
2018-03-29Add session data to env varsSheogorath1-0/+2
2018-03-26Fix logical error in legacy config expressionSheogorath1-2/+2
2018-03-26Rename forgotten valuesSheogorath1-4/+4
2018-03-26Automatically generate a session secret if default is usedSheogorath2-0/+10
2018-03-25Change config to camel case with backwards compatibilitySheogorath4-78/+131
2018-03-20Refactoring imageRouter to modularitySheogorath1-0/+7
2018-03-16Add helper function to fix number problemsSheogorath2-3/+10
2018-03-15Convert HMD_MINIO_PORT into Number type.vazontang1-1/+1
2018-03-14Add config option for report URI in CSPSheogorath2-2/+4
2018-03-05Remove unused LDAP option `tokenSecret`Felix Schäfer2-2/+0
2018-03-01Introduce ldap.useridFieldDustin Frisch2-0/+2
2018-01-27Remove camel case from `imageuploadtype` in configSheogorath3-4/+12
2018-01-23Fix broken port configSheogorath1-1/+1
2018-01-20Allow more detailed configuration of upload mime typesSheogorath1-0/+20
2018-01-20Add option to enable `freely` permission in closed instanceDario Ernst3-1/+3
2018-01-19Load version from package.jsonSheogorath1-1/+3
2018-01-19Fix not passing app key correctly in dropbox configWu Cheng-Han3-3/+6
2018-01-18Release 1.0.0-ceSheogorath1-1/+1
2017-12-22Update index.jsChristoph (Sheogorath) Kern1-1/+1
2017-12-22Simplify loopChristoph (Sheogorath) Kern1-8/+3
2017-12-09parse HMD_LDAP_SEARCHATTRIBUTES env var as a comma-separated arrayalecdwm2-5/+12
2017-12-09Add setting `ldap.usernameField`Lukas Kalbertodt2-0/+2
2017-12-05fixed sslcapath bugLaysDragon2-2/+10
2017-12-04added guide for SAML settingsNorihito Nakae2-2/+0
2017-11-29added environment variables for SAMLNorihito Nakae1-1/+12
2017-11-29fixed the SAML callback URL to unconfigurable.Norihito Nakae1-1/+0
2017-11-28Initial support for SAML authenticationNorihito Nakae3-0/+21
2017-10-31Add mattermost authenticationChristoph Witzany4-0/+15
2017-10-25Adds PDF export via configgeekyd3-3/+7
2017-10-22Change CSP config format to be more intuitiveLiterallie2-9/+4
2017-10-22CSP: Allow more content typesLiterallie1-3/+7
2017-10-22CSP: Upgrade insecure requests if possibleLiterallie1-2/+3
2017-10-22Add basic CSP supportLiterallie1-0/+10
2017-10-13Add env vars for extra HSTS optionsLiterallie1-0/+3
2017-10-13Add on/off env var for HSTSLiterallie1-0/+3
2017-10-13Make HSTS behaviour configurable; Fixes #584Literallie1-0/+6
2017-10-11Fix missing boolean setting for HMD_URL_ADDPORTSheogorath1-1/+1
2017-08-30Add support for minioMarc Deop2-0/+14
2017-06-01Read to correct tlsca file pathtkykm1-2/+2
2017-05-08fix(config): ssl environment configs not parse properlyRaccoon Li3-7/+20
2017-05-08fix(config): some environment config not parse properlyRaccoon Li2-7/+7
2017-05-08refactor(config.js): Extract config fileBoHong Li7-0/+360