| Commit message (Expand) | Author | Files | Lines |
2021-05-05 | Fix click handler for numbered task lists | Erik Michelson | 1 | -6/+6 |
2021-05-05 | Fix insertOnStartOfLines behaviour | David Mehren | 1 | -4/+7 |
2021-04-26 | Extract list of supported languages in separate file | Erik Michelson | 1 | -5/+7 |
2021-04-26 | Add support for freshly imported languages | David Mehren | 1 | -1/+2 |
2021-02-16 | Fix HTML clipboard import | David Mehren | 1 | -1/+1 |
2021-02-15 | Linter: Fix all lint errors | Philip Molares | 14 | -1040/+1707 |
2021-02-12 | Update webpack config and JS import for spin.js v4 | David Mehren | 1 | -1/+2 |
2021-02-02 | Fix wrong acces to slide options | Tilman Vatteroth | 1 | -49/+50 |
2021-01-15 | Delete slide options that are not defined | Tilman Vatteroth | 1 | -0/+6 |
2021-01-14 | added theme to the sanitization of slideOptions | Philip Molares | 1 | -0/+1 |
2021-01-14 | changed the SCRIPT_END_PLACEHOLDER regex to case insensitive | Philip Molares | 1 | -1/+1 |
2021-01-14 | added sanitation to the slideMode in frontmatter | Philip Molares | 1 | -1/+50 |
2020-12-27 | Don't store mermaid diagrams in innerHTML | David Mehren | 1 | -1/+1 |
2020-11-27 | Remove reference to nonexisting DOM element | David Mehren | 1 | -2/+0 |
2020-11-26 | Remove pdf export code | Tilman Vatteroth | 1 | -2/+1 |
2020-11-14 | Replace CodiMD with HedgeDoc | Erik Michelson | 2 | -3/+3 |
2020-11-10 | Use URL constructor instead of regex to check for valid URL | David Mehren | 1 | -9/+4 |
2020-08-27 | Add config option for cookie SameSite policy | Erik Michelson | 5 | -12/+14 |
2020-08-23 | Add prevent default to export button too | Erik Michelson | 1 | -1/+2 |
2020-08-23 | Add dropbox CSP directive if configured and make button clickable | Erik Michelson | 1 | -1/+2 |
2020-08-13 | Made changed/created status translatable | Erik Michelson | 1 | -3/+6 |
2020-08-13 | Restructured locale.js to be included into the editor's js bundle | Erik Michelson | 2 | -31/+34 |
2020-08-13 | Fixed setting moment.js locale to user-defined language | Erik Michelson | 2 | -1/+7 |
2020-06-08 | Set all cookies with sameSite: strict | David Mehren | 4 | -12/+24 |
2020-02-10 | Fix revision redirect to index page | Sheogorath | 1 | -1/+1 |
2020-01-08 | Fix #249 - Focus user field after opening login modal | Erik Michelson | 1 | -0/+14 |
2019-10-30 | make standard conform [fix] | hoijui | 1 | -8/+5 |
2019-10-30 | make `headerIds` `const` [fix] | hoijui | 1 | -1/+1 |
2019-10-30 | fix gfm header link generation with respect to `deduplicatedHeaderId` | hoijui | 1 | -19/+69 |
2019-10-30 | linkifyHeaderStyle needs no string-ification; is already str. | hoijui | 1 | -1/+1 |
2019-10-22 | Don't accept sandbox attribute | RyotaK | 1 | -1/+1 |
2019-10-22 | Allow to generate lower case header references through the config | hoijui | 2 | -1/+7 |
2019-10-22 | slight doc comment touch-up/simplification [minor] | hoijui | 1 | -3/+3 |
2019-05-31 | Fix eslint warnings | Sheogorath | 10 | -953/+958 |
2019-05-30 | fixed styling of slides preview | Toma Tasovac | 1 | -0/+2 |
2019-05-12 | Fix toolbar day mode | Pedro Ferreira | 2 | -15/+17 |
2019-05-12 | Make upload button respect night mode | Pedro Ferreira | 2 | -4/+4 |
2019-04-16 | Replace js-url with wurl | Sheogorath | 2 | -4/+6 |
2019-04-16 | Fix stored XSS in the graphviz error message rendering [Security Issue] | Max Wu | 1 | -6/+7 |
2019-03-25 | Move upload button into toolbar | Sheogorath | 4 | -17/+13 |
2019-03-09 | Fix broken HTML export with emojis | Sheogorath | 1 | -1/+1 |
2019-02-21 | Fix CI errors for unused variables | Sheogorath | 1 | -3/+2 |
2019-02-21 | Remove broken speakerdeck embedding | Sheogorath | 1 | -28/+7 |
2018-12-28 | Fix to escape html comment tag [Security Issue] | Max Wu | 1 | -1/+1 |
2018-11-21 | Update from to-markdown to turndown | Sheogorath | 1 | -2/+7 |
2018-11-19 | Fix wrong anchors | Sheogorath | 2 | -2/+5 |
2018-11-14 | switching to eslint for code checking | Claudius Coenen | 4 | -6/+9 |
2018-11-10 | Remove the xss library from webpack | Sheogorath | 2 | -4/+7 |
2018-10-31 | Again: Replace emoji-plugin regex | Sheogorath | 1 | -7/+6 |
2018-10-29 | Fix emoji regex | Sheogorath | 1 | -1/+1 |