summaryrefslogtreecommitdiff
path: root/lib/config/index.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-20Add option to enable `freely` permission in closed instanceDario Ernst1-1/+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>
2018-01-19Load version from package.jsonSheogorath1-1/+3
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
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-05fixed sslcapath bugLaysDragon1-1/+9
2017-11-28Initial support for SAML authenticationNorihito Nakae1-0/+1
2017-10-31Add mattermost authenticationChristoph Witzany1-0/+1
2017-10-25Adds PDF export via configgeekyd1-1/+3
2017-06-01Read to correct tlsca file pathtkykm1-2/+2
2017-05-08refactor(config.js): Extract config fileBoHong Li1-0/+112
* Separate different config source to each files * Freeze config object