summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update yarn.lockSheogorath2018-01-291-3/+3
| | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Merge pull request #704 from SISheogorath/fix/ldapProviderNameChristoph (Sheogorath) Kern2018-01-292-1/+3
|\ | | | | Fix ldap provider name in template
| * Fix ldap provider name in templateSheogorath2018-01-262-1/+3
| | | | | | | | | | | | | | | | Before this fix it's impossible to set the provider name in the sign-model since `ldap` is a boolean there and this way not able to have an attribute like `ldap.providerName`. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #705 from SISheogorath/fix/camelcaseConfigChristoph (Sheogorath) Kern2018-01-297-13/+21
|\ \ | | | | | | Remove camel case from `imageuploadtype` in config
| * | Remove camel case from `imageuploadtype` in configSheogorath2018-01-277-13/+21
| |/ | | | | | | | | | | | | | | | | | | | | | | | | This removes the only camel cased option of the config options **we** added to the config.json. In auth provider's config parts are a lot of camel cased options provided. We shouldn't touch them to keep them as similar as possible to the examples. Fixes #315 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #710 from hackmdio/feature/upgradeRevealJSChristoph (Sheogorath) Kern2018-01-292-6/+5
|\ \ | | | | | | Upgrade reveal.js to 3.6.0 and useCDN option for CSS include
| * | Upgrade reveal.js to 3.6.0 and useCDN option for CSS includeWu Cheng-Han2018-01-292-6/+5
|/ /
* / Add recommendation for 2GB RAMSheogorath2018-01-261-0/+1
|/ | | | | | | | | | We noticed on multiple places that machines with less than 2GB of RAM fail their build and result in missing files and unexpected errors. Sadly we can't really solve this right now since it's a webpack related bug. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Extend README changes for minioSheogorath2018-01-261-3/+3
|
* Merge pull request #698 from SISheogorath/docs/minioChristoph (Sheogorath) Kern2018-01-268-1/+97
|\ | | | | Adding some docs for new Minio Feature
| * Add README and `config.json.example` contentSheogorath2018-01-232-1/+14
| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
| * Add minio guideSheogorath2018-01-236-0/+83
| | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | Merge pull request #694 from SISheogorath/refactor/socialmediaChristoph (Sheogorath) Kern2018-01-254-9/+12
|\ \ | | | | | | Reorganize social media links and footer
| * | Reorganize social media links and footerSheogorath2018-01-244-9/+12
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Update yarn.lockSheogorath2018-01-241-7/+50
| | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #700 from hackmdio/fix-toggle-todoChristoph (Sheogorath) Kern2018-01-241-2/+2
|\ \ \ | | | | | | | | Fix task todo might not toggle
| * | | Fix task todo might not toggleMax Wu2018-01-241-2/+2
|/ / / | | | | | | which caused by not matching syntax with double dashes correctly
* | | Merge pull request #691 from SISheogorath/feature/uploadChristoph (Sheogorath) Kern2018-01-234-11/+29
|\ \ \ | | | | | | | | Allow more detailed configuration of upload mime types
| * | | Allow more detailed configuration of upload mime typesSheogorath2018-01-204-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #637 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #697 from SISheogorath/fix/minioChristoph (Sheogorath) Kern2018-01-231-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix broken port config
| * | | Fix broken port configSheogorath2018-01-231-1/+1
|/ / / | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | Merge pull request #506 from erasys/minioChristoph (Sheogorath) Kern2018-01-234-0/+49
|\ \ \ | | | | | | | | Add support for minio
| * | | Add support for minioMarc Deop2017-08-304-0/+49
| | | |
* | | | Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-2212-15/+132
|\ \ \ \ | |_|_|/ |/| | | Implement basic CSP support
| * | | Revert "Load js-url lib using legacy-loader"Literallie2017-11-024-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 upLiterallie2017-10-221-1/+1
| | | | | | | | | | | | | | | | thanks standard
| * | | Move CSP logic to new file, Fix boolean config examplesLiterallie2017-10-225-81/+91
| | | | | | | | | | | | | | | | Not sure why I was quoting these in the first place
| * | | Add dirty workaround for speakers view inline scriptLiterallie2017-10-221-0/+4
| | | |
| * | | Allow any connect-src in CSPLiterallie2017-10-221-1/+1
| | | | | | | | | | | | | | | | Managing these for all the integrations seems like a lot of effort
| * | | Don't add nonce to CSP if unsafe-inline is onLiterallie2017-10-221-1/+3
| | | | | | | | | | | | | | | | Browsers ignore unsafe-inline if a nonce is sent
| * | | Change CSP config format to be more intuitiveLiterallie2017-10-225-14/+48
| | | |
| * | | Load js-url lib using legacy-loaderLiterallie2017-10-224-7/+17
| | | | | | | | | | | | | | | | Doesn't use eval, plus no window object access
| * | | CSP: Workaround for ws:// protocolLiterallie2017-10-221-2/+12
| | | | | | | | | | | | | | | | The spec allows wss:// for 'self', but not ws:// :(
| * | | CSP: Allow more content typesLiterallie2017-10-221-3/+7
| | | |
| * | | Fix MathJax CSP issuesLiterallie2017-10-225-16/+18
| | | |
| * | | CSP: Add nonce to slide view inline JSLiterallie2017-10-224-2/+11
| | | |
| * | | CSP: Upgrade insecure requests if possibleLiterallie2017-10-222-2/+8
| | | | | | | | | | | | | | | | Config option; default is to only upgrade if usessl
| * | | Add basic CSP supportLiterallie2017-10-222-0/+35
| | | |
* | | | Merge pull request #695 from SISheogorath/translate/chineseChristoph (Sheogorath) Kern2018-01-222-2/+8
|\ \ \ \ | | | | | | | | | | Add some missing chinese translations
| * | | | Add some chinese translationsSheogorath2018-01-222-2/+8
|/ / / / | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | Merge pull request #673 from fooker/masterChristoph (Sheogorath) Kern2018-01-203-1/+13
|\ \ \ \ | | | | | | | | | | Allow posting new note with content
| * | | | Allow posting new note with contentDustin Frisch2018-01-183-1/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dustin Frisch <fooker@lab.sh>
* | | | | Merge pull request #688 from hackmdio/add-ce-text-on-indexChristoph (Sheogorath) Kern2018-01-201-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add CE text on index title
| * | | | | Update body.ejsMax Wu2018-01-201-0/+1
| | |_|_|/ | |/| | | | | | | | Add CE text on index title
* | | | | Merge pull request #690 from Nebukadneza/add_allow_anonymous_editsChristoph (Sheogorath) Kern2018-01-207-3/+9
|\ \ \ \ \ | | | | | | | | | | | | Add option to enable `freely` permission in closed instance
| * | | | | Add option to enable `freely` permission in closed instanceDario Ernst2018-01-207-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/contactChristoph (Sheogorath) Kern2018-01-206-14/+17
|\ \ \ \ \ | | | | | | | | | | | | Remove/update contact details
| * | | | | Remove/update contact detailsSheogorath2018-01-206-14/+17
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* | | | | Merge pull request #693 from SISheogorath/translate/germanChristoph (Sheogorath) Kern2018-01-201-1/+4
|\ \ \ \ \ | |/ / / / |/| | | | Extent german translation
| * | | | Extent german translationSheogorath2018-01-201-1/+4
|/ / / / | | | | | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>