Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend HTML5 support by whitelisting various tags | Sheogorath | 2018-02-25 | 2 | -1/+20 |
| | | | | | | | | | | | | HTML5 provides a wide feature set of useful elements. Since Markdown usually supports HTML it should be able to use these HTML5 tags as well. As they were requested by some users and they where checked for being safe, whitelisting them isn't a problem. To make the experience the same as on GitHub when it comes to the basic look and feel of the rendered markdown, some CSS was added to make the summary and the details tag look like on GitHub. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Allow the usage of the esc-key by codemirror | Sheogorath | 2018-02-24 | 1 | -3/+3 |
| | | | | | | | | | | | | | This change allows all input modes of codemirror to use the information from an input esc-key and make this way vim and sublime more functional. To prevent this change from breaking the return from the fullscreen mode, it catches the esc-key in this case. Hopefully this is an acceptable solution. As before the vim-mode is handled different in fulltext-mode as it is esc-key heavy. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | don't require referer to find note id in socket.io connections (fixes #623) | Stefan Bühler | 2018-02-05 | 1 | -0/+3 |
| | | | | Signed-off-by: Stefan Bühler <buehler@cert.uni-stuttgart.de> | ||||
* | Update socket.io to version 2.0.4 | Sheogorath | 2018-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | Merge pull request #704 from SISheogorath/fix/ldapProviderName | Christoph (Sheogorath) Kern | 2018-01-29 | 1 | -1/+1 |
|\ | | | | | Fix ldap provider name in template | ||||
| * | Fix ldap provider name in template | Sheogorath | 2018-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | Upgrade reveal.js to 3.6.0 and useCDN option for CSS include | Wu Cheng-Han | 2018-01-29 | 1 | -5/+4 |
|/ | |||||
* | Merge pull request #694 from SISheogorath/refactor/socialmedia | Christoph (Sheogorath) Kern | 2018-01-25 | 1 | -6/+6 |
|\ | | | | | Reorganize social media links and footer | ||||
| * | Reorganize social media links and footer | Sheogorath | 2018-01-24 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | Fix task todo might not toggle | Max Wu | 2018-01-24 | 1 | -2/+2 |
| | | | | | | which caused by not matching syntax with double dashes correctly | ||||
* | | Merge pull request #691 from SISheogorath/feature/upload | Christoph (Sheogorath) Kern | 2018-01-23 | 2 | -10/+7 |
|\ \ | | | | | | | Allow more detailed configuration of upload mime types | ||||
| * | | Allow more detailed configuration of upload mime types | Sheogorath | 2018-01-20 | 2 | -10/+7 |
| | | | | | | | | | | | | | | | | | | Fixes #637 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | | Merge pull request #598 from xxyy/feature/csp | Christoph (Sheogorath) Kern | 2018-01-22 | 4 | -10/+12 |
|\ \ \ | |_|/ |/| | | Implement basic CSP support | ||||
| * | | Revert "Load js-url lib using legacy-loader" | Literallie | 2017-11-02 | 2 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+0 |
| | | | | | | | | | | | | Not sure why I was quoting these in the first place | ||||
| * | | Load js-url lib using legacy-loader | Literallie | 2017-10-22 | 2 | -4/+9 |
| | | | | | | | | | | | | Doesn't use eval, plus no window object access | ||||
| * | | Fix MathJax CSP issues | Literallie | 2017-10-22 | 4 | -9/+11 |
| | | | |||||
| * | | CSP: Add nonce to slide view inline JS | Literallie | 2017-10-22 | 1 | -1/+1 |
| | | | |||||
* | | | 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 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add option to enable `freely` permission in closed instance | ||||
| * | | | Add option to enable `freely` permission in closed instance | Dario Ernst | 2018-01-20 | 1 | -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> | ||||
* / / | Remove/update contact details | Sheogorath | 2018-01-20 | 2 | -12/+11 |
|/ / | | | | | | | Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | | Release 1.0.1-ce | Sheogorath | 2018-01-19 | 1 | -0/+14 |
| | | |||||
* | | 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 | 1 | -1/+40 |
| | | |||||
* | | Fix anchor id to keep uppercase characters | Max Wu | 2018-01-16 | 1 | -1/+5 |
| | | | | | | id shouldn’t be converted to lowercase since id attribute is case sensitive | ||||
* | | :sparkles: Implemented dark theme. | Edoardo Odorico | 2018-01-05 | 8 | -11/+197 |
| | | | | | | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com> | ||||
* | | Fix file permission, remove useless executable | Peter Dave Hello | 2017-12-14 | 2 | -0/+0 |
| | | |||||
* | | Merge pull request #609 from monoxane/master | Christoph (Sheogorath) Kern | 2017-12-12 | 1 | -3/+3 |
|\ \ | | | | | | | Correcting grammatical errors related to the document char count tooltip | ||||
| * | | Corrected some grammatical issues | Oliver Herrmann | 2017-10-30 | 1 | -3/+3 |
| | | | | | | | | | Obviously caught up in a bad translation and didn't particularly make sense for native english speakers. | ||||
* | | | Merge pull request #633 from nakaeeee/saml-auth | Christoph (Sheogorath) Kern | 2017-12-04 | 2 | -3/+8 |
|\ \ \ | | | | | | | | | Support SAML authentication | ||||
| * | | | Initial support for SAML authentication | Norihito Nakae | 2017-11-28 | 2 | -3/+8 |
| | | | | |||||
* | | | | close open tags | Thomas De Backer | 2017-12-01 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add untranslated sentences to locale | Thomas De Backer | 2017-11-30 | 1 | -2/+2 |
|/ / / | |||||
* | | | Prevent XSS vul by srcdoc in iframe | Sheogorath | 2017-11-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #606 from DoubleMalt/feature/MattermostAuth | Sheogorath | 2017-10-31 | 2 | -4/+9 |
|\ \ \ | | | | | | | | | Add Mattermost authentication strategy | ||||
| * | | | Add mattermost authentication | Christoph Witzany | 2017-10-31 | 2 | -4/+9 |
| | | | | |||||
* | | | | Fix allowpdfexport handling on error page | Sheogorath | 2017-10-31 | 1 | -2/+2 |
|/ / / | |||||
* | | | Fix mermaid error handling | Sheogorath | 2017-10-30 | 1 | -2/+7 |
| | | | |||||
* | | | Use mermaidAPI in mermaid scope | Sheogorath | 2017-10-30 | 1 | -12/+4 |
|/ / | | | | | | | | | | | | | | | Introduced by https://github.com/knsv/mermaid/commit/a5b71455271aef1180eefa1054d751dea1885e3f#diff-67ae90c5144c55348a3cbdb078240454L532 Fixes #600 Parse only throws error: https://github.com/knsv/mermaid/commit/167368d508f1e5b1606b2b45f892cdd60d479448#diff-67ae90c5144c55348a3cbdb078240454 | ||||
* | | Upgrade mermaid to v7.1.0, fix #600 | Peter Dave Hello | 2017-10-30 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #599 from xxyy/fix/inline-styles | Sheogorath | 2017-10-27 | 2 | -6/+23 |
|\ \ | | | | | | | Externalise some trivial inline styles from slide.ejs | ||||
| * | | Externalise trivial inline styles from slide.ejs | Literallie | 2017-10-23 | 2 | -6/+23 |
| |/ | | | | | | | Dynamic background images need some further work | ||||
* | | Adds PDF export via config | geekyd | 2017-10-25 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #591 from Rwing/master | Sheogorath | 2017-10-23 | 2 | -1/+5 |
|\ \ | |/ |/| | support Simplified Chinese and rename original zh to Traditional Chinese | ||||
| * | support Simplified Chinese and rename original zh to Traditional Chinese | Rwing | 2017-10-23 | 2 | -1/+5 |
| | |