Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Move CSP logic to new file, Fix boolean config examples | Literallie | 2017-10-22 | 1 | -0/+80 | |
| * | | | Change CSP config format to be more intuitive | Literallie | 2017-10-22 | 2 | -9/+4 | |
| * | | | CSP: Allow more content types | Literallie | 2017-10-22 | 1 | -3/+7 | |
| * | | | CSP: Add nonce to slide view inline JS | Literallie | 2017-10-22 | 1 | -1/+2 | |
| * | | | CSP: Upgrade insecure requests if possible | Literallie | 2017-10-22 | 1 | -2/+3 | |
| * | | | Add basic CSP support | Literallie | 2017-10-22 | 1 | -0/+10 | |
* | | | | Merge pull request #673 from fooker/master | Christoph (Sheogorath) Kern | 2018-01-20 | 3 | -1/+13 | |
|\ \ \ \ | ||||||
| * | | | | Allow posting new note with content | Dustin Frisch | 2018-01-18 | 3 | -1/+13 | |
* | | | | | Add option to enable `freely` permission in closed instance | Dario Ernst | 2018-01-20 | 5 | -2/+6 | |
| |_|_|/ |/| | | | ||||||
* | | | | Merge pull request #686 from SISheogorath/feature/configVersion | Christoph (Sheogorath) Kern | 2018-01-19 | 1 | -1/+3 | |
|\ \ \ \ | ||||||
| * | | | | Load version from package.json | Sheogorath | 2018-01-19 | 1 | -1/+3 | |
* | | | | | 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 | |
* | | | | Ignore empty values for revision. | Sheogorath | 2018-01-18 | 1 | -2/+2 | |
* | | | | Merge pull request #636 from laysdra7265/fix/sslcapath | Christoph (Sheogorath) Kern | 2018-01-18 | 2 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | 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 pull request #567 from ccoenen/fix-mysql-text-length | Christoph (Sheogorath) Kern | 2018-01-18 | 3 | -4/+20 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix #521 by converting content fields to LONGTEXT in MySQL, to prevent trunca... | Claudius Coenen | 2017-10-16 | 3 | -4/+20 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Fix minor typos | Max Wu | 2018-01-16 | 1 | -3/+3 | |
| |_|/ / |/| | | | ||||||
* | | | | Fix file permission, remove useless executable | Peter Dave Hello | 2017-12-14 | 1 | -0/+0 | |
* | | | | 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 | |
* | | | | | Add setting `ldap.usernameField` | Lukas Kalbertodt | 2017-12-09 | 3 | -1/+9 | |
|/ / / / | ||||||
* | | | | added guide for SAML settings | Norihito Nakae | 2017-12-04 | 3 | -3/+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 | 2 | -2/+1 | |
* | | | | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 7 | -0/+129 | |
| |/ / |/| | | ||||||
* | | | Fix mattermost breaking notes | Sheogorath | 2017-10-31 | 1 | -0/+1 | |
* | | | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 8 | -0/+75 | |
* | | | Merge pull request #562 from SISheogorath/fix/LDAP | Sheogorath | 2017-10-27 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * | | | Fix LDAP problem about missing uidNumber | Sheogorath | 2017-10-12 | 1 | -2/+3 | |
| | |/ | |/| | ||||||
* | | | Adds 403 response if PDF export is disabled | geekyd | 2017-10-25 | 1 | -1/+6 | |
* | | | Adds PDF export via config | geekyd | 2017-10-25 | 4 | -4/+10 | |
| |/ |/| | ||||||
* | | 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 | |
* | | Merge pull request #581 from SISheogorath/fix/HMD_URL_ADDPORT | Sheogorath | 2017-10-12 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fix missing boolean setting for HMD_URL_ADDPORT | Sheogorath | 2017-10-11 | 1 | -1/+1 | |
* | | | createdAt DESC with quotation marks did not work with MySQL fixes #565 | Claudius Coenen | 2017-10-09 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #550 from SISheogorath/fix/gitlabAvatar | Sheogorath | 2017-10-08 | 1 | -2/+6 | |
|\ \ | ||||||
| * | | Fix broken profile images | Sheogorath | 2017-09-22 | 1 | -2/+6 | |
| |/ | ||||||
* / | Give google the correct name. | Kaiyu Shi | 2017-09-04 | 1 | -3/+3 | |
|/ | ||||||
* | fix s3 us-east-1 region endpoint | Kotaro Yamamoto | 2017-06-14 | 1 | -1/+4 | |
* | Fix typo in the db config | Wu Cheng-Han | 2017-06-05 | 1 | -1/+1 | |
* | Fix slide might not provide slideOptions meta | Wu Cheng-Han | 2017-06-05 | 1 | -1/+1 | |
* | Merge pull request #471 from butlerx/reveal/theme | Max Wu | 2017-06-03 | 2 | -0/+11 | |
|\ | ||||||
| * | switch to __dirname | butlerx | 2017-06-02 | 1 | -1/+1 | |
| * | check if reveal theme exists | butlerx | 2017-06-01 | 2 | -1/+11 |