Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #697 from SISheogorath/fix/minio | Christoph (Sheogorath) Kern | 2018-01-23 | 1 | -1/+1 |
|\ | | | | | Fix broken port config | ||||
| * | Fix broken port config | Sheogorath | 2018-01-23 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Merge pull request #506 from erasys/minio | Christoph (Sheogorath) Kern | 2018-01-23 | 4 | -0/+49 |
|\ | | | | | Add support for minio | ||||
| * | Add support for minio | Marc Deop | 2017-08-30 | 4 | -0/+49 |
| | | |||||
* | | Merge pull request #598 from xxyy/feature/csp | Christoph (Sheogorath) Kern | 2018-01-22 | 12 | -15/+132 |
|\ \ | | | | | | | Implement basic CSP support | ||||
| * | | Revert "Load js-url lib using legacy-loader" | Literallie | 2017-11-02 | 4 | -16/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Didn't work in Firefox for some reason. `[Script Loader] ReferenceError: module is not defined` This reverts commit 5b83deb043296c23ff912a2472703c1f7faddb4b. | ||||
| * | | Fix MathJax config not being picked up | Literallie | 2017-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | thanks standard | ||||
| * | | Move CSP logic to new file, Fix boolean config examples | Literallie | 2017-10-22 | 5 | -81/+91 |
| | | | | | | | | | | | | Not sure why I was quoting these in the first place | ||||
| * | | Add dirty workaround for speakers view inline script | Literallie | 2017-10-22 | 1 | -0/+4 |
| | | | |||||
| * | | Allow any connect-src in CSP | Literallie | 2017-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Managing these for all the integrations seems like a lot of effort | ||||
| * | | Don't add nonce to CSP if unsafe-inline is on | Literallie | 2017-10-22 | 1 | -1/+3 |
| | | | | | | | | | | | | Browsers ignore unsafe-inline if a nonce is sent | ||||
| * | | Change CSP config format to be more intuitive | Literallie | 2017-10-22 | 5 | -14/+48 |
| | | | |||||
| * | | Load js-url lib using legacy-loader | Literallie | 2017-10-22 | 4 | -7/+17 |
| | | | | | | | | | | | | Doesn't use eval, plus no window object access | ||||
| * | | CSP: Workaround for ws:// protocol | Literallie | 2017-10-22 | 1 | -2/+12 |
| | | | | | | | | | | | | The spec allows wss:// for 'self', but not ws:// :( | ||||
| * | | CSP: Allow more content types | Literallie | 2017-10-22 | 1 | -3/+7 |
| | | | |||||
| * | | Fix MathJax CSP issues | Literallie | 2017-10-22 | 5 | -16/+18 |
| | | | |||||
| * | | CSP: Add nonce to slide view inline JS | Literallie | 2017-10-22 | 4 | -2/+11 |
| | | | |||||
| * | | CSP: Upgrade insecure requests if possible | Literallie | 2017-10-22 | 2 | -2/+8 |
| | | | | | | | | | | | | Config option; default is to only upgrade if usessl | ||||
| * | | Add basic CSP support | Literallie | 2017-10-22 | 2 | -0/+35 |
| | | | |||||
* | | | Merge pull request #695 from SISheogorath/translate/chinese | Christoph (Sheogorath) Kern | 2018-01-22 | 2 | -2/+8 |
|\ \ \ | | | | | | | | | Add some missing chinese translations | ||||
| * | | | Add some chinese translations | Sheogorath | 2018-01-22 | 2 | -2/+8 |
|/ / / | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | | Merge pull request #673 from fooker/master | Christoph (Sheogorath) Kern | 2018-01-20 | 3 | -1/+13 |
|\ \ \ | | | | | | | | | Allow posting new note with content | ||||
| * | | | Allow posting new note with content | Dustin Frisch | 2018-01-18 | 3 | -1/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dustin Frisch <fooker@lab.sh> | ||||
* | | | | Merge pull request #688 from hackmdio/add-ce-text-on-index | Christoph (Sheogorath) Kern | 2018-01-20 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add CE text on index title | ||||
| * | | | | Update body.ejs | Max Wu | 2018-01-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Add CE text on index title | ||||
* | | | | | Merge pull request #690 from Nebukadneza/add_allow_anonymous_edits | Christoph (Sheogorath) Kern | 2018-01-20 | 7 | -3/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Add option to enable `freely` permission in closed instance | ||||
| * | | | | | Add option to enable `freely` permission in closed instance | Dario Ernst | 2018-01-20 | 7 | -3/+9 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #687 from SISheogorath/refactor/contact | Christoph (Sheogorath) Kern | 2018-01-20 | 6 | -14/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove/update contact details | ||||
| * | | | | | Remove/update contact details | Sheogorath | 2018-01-20 | 6 | -14/+17 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | | | | Merge pull request #693 from SISheogorath/translate/german | Christoph (Sheogorath) Kern | 2018-01-20 | 1 | -1/+4 |
|\ \ \ \ \ | |/ / / / |/| | | | | Extent german translation | ||||
| * | | | | Extent german translation | Sheogorath | 2018-01-20 | 1 | -1/+4 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | | | Release 1.0.1-ce | Sheogorath | 2018-01-19 | 2 | -1/+15 |
| | | | | |||||
* | | | | Merge pull request #680 from hackmdio/show-ce-on-title | Christoph (Sheogorath) Kern | 2018-01-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Update README.md | ||||
| * | | | | Update README.md | Max Wu | 2018-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | To show "Community Edition" on title. | ||||
* | | | | | 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> | ||||
* | | | | | | Merge pull request #684 from hackmdio/fixDropboxAppKey | Christoph (Sheogorath) Kern | 2018-01-19 | 4 | -4/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix not passing app key correctly in dropbox config ⚠️ Dropbox ClientSecret was leaked ⚠️ Fixes #683 | ||||
| * | | | | | | Fix not passing app key correctly in dropbox config | Wu Cheng-Han | 2018-01-19 | 4 | -4/+7 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #685 from hackmdio/fixImageAlt | Christoph (Sheogorath) Kern | 2018-01-19 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix image alt not render properly Fixes #638 | ||||
| * | | | | | | Fix image alt not render properly | Wu Cheng-Han | 2018-01-19 | 1 | -1/+2 |
| |/ / / / / | |||||
* / / / / / | It's 2018! :tada: | Sheogorath | 2018-01-19 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Release 1.0.0-ce | Sheogorath | 2018-01-18 | 3 | -3/+42 |
| | | | | | |||||
* | | | | | Merge pull request #682 from SISheogorath/extend/gitignore | Christoph (Sheogorath) Kern | 2018-01-18 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Add package-lock.json to .gitignore | ||||
| * | | | | | Add package-lock.json to .gitignore | Sheogorath | 2018-01-18 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #681 from SISheogorath/fix/420 | Christoph (Sheogorath) Kern | 2018-01-18 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Ignore empty values for revision. | ||||
| * | | | | | Ignore empty values for revision. | Sheogorath | 2018-01-18 | 1 | -2/+2 |
|/ / / / / | | | | | | | | | | | | | | | | Fixes #420 | ||||
* | | | | | 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 |
| | | | | | |