| Commit message (Expand) | Author | Age | Files | Lines |
* | Linter: Fix all lint errors | Philip Molares | 2021-02-15 | 1 | -34/+40 |
* | Don't store mermaid diagrams in innerHTML | David Mehren | 2020-12-27 | 1 | -1/+1 |
* | Replace CodiMD with HedgeDoc | Erik Michelson | 2020-11-14 | 1 | -2/+2 |
* | Use URL constructor instead of regex to check for valid URL | David Mehren | 2020-11-10 | 1 | -9/+4 |
* | Made changed/created status translatable | Erik Michelson | 2020-08-13 | 1 | -3/+6 |
* | Restructured locale.js to be included into the editor's js bundle | Erik Michelson | 2020-08-13 | 1 | -6/+2 |
* | Fixed setting moment.js locale to user-defined language | Erik Michelson | 2020-08-13 | 1 | -1/+6 |
* | make standard conform [fix] | hoijui | 2019-10-30 | 1 | -8/+5 |
* | make `headerIds` `const` [fix] | hoijui | 2019-10-30 | 1 | -1/+1 |
* | fix gfm header link generation with respect to `deduplicatedHeaderId` | hoijui | 2019-10-30 | 1 | -19/+69 |
* | Allow to generate lower case header references through the config | hoijui | 2019-10-22 | 1 | -1/+5 |
* | slight doc comment touch-up/simplification [minor] | hoijui | 2019-10-22 | 1 | -3/+3 |
* | Fix eslint warnings | Sheogorath | 2019-05-31 | 1 | -218/+218 |
* | Fix stored XSS in the graphviz error message rendering [Security Issue] | Max Wu | 2019-04-16 | 1 | -6/+7 |
* | Fix broken HTML export with emojis | Sheogorath | 2019-03-09 | 1 | -1/+1 |
* | Remove broken speakerdeck embedding | Sheogorath | 2019-02-21 | 1 | -28/+7 |
* | Fix wrong anchors | Sheogorath | 2018-11-19 | 1 | -2/+4 |
* | Again: Replace emoji-plugin regex | Sheogorath | 2018-10-31 | 1 | -7/+6 |
* | Fix emoji regex | Sheogorath | 2018-10-29 | 1 | -1/+1 |
* | Merge pull request #1006 from SISheogorath/fix/missingEmojis | Christoph (Sheogorath) Kern | 2018-10-22 | 1 | -0/+15 |
|\ |
|
| * | Fix not rendered autocomplete emojis | Sheogorath | 2018-10-10 | 1 | -0/+15 |
* | | Remove dead package octicon | Sheogorath | 2018-10-10 | 1 | -1/+1 |
|/ |
|
* | Add rel="noopener" to target="_blank" links | Sheogorath | 2018-10-04 | 1 | -1/+3 |
* | Rebrand HackMD to CodiMD | Sheogorath | 2018-06-24 | 1 | -2/+2 |
* | Fix task todo might not toggle | Max Wu | 2018-01-24 | 1 | -2/+2 |
* | Fix image alt not render properly | Wu Cheng-Han | 2018-01-19 | 1 | -1/+2 |
* | Fix anchor id to keep uppercase characters | Max Wu | 2018-01-16 | 1 | -1/+5 |
* | Fix mermaid error handling | Sheogorath | 2017-10-30 | 1 | -2/+7 |
* | Use mermaidAPI in mermaid scope | Sheogorath | 2017-10-30 | 1 | -12/+4 |
* | Fix markdown-it gist plugin code closing tag | Yukai Huang | 2017-10-21 | 1 | -1/+1 |
* | Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue] | Wu Cheng-Han | 2017-10-05 | 1 | -4/+9 |
* | Fix unescape > symbol inside the style tags to make the CSS works | Wu Cheng-Han | 2017-10-05 | 1 | -0/+4 |
* | style: Fixed variable already declared | BoHong Li | 2017-05-08 | 1 | -2/+2 |
* | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2017-05-05 | 1 | -1/+2 |
* | Drop global variable ui exposing | Yukai Huang | 2017-03-28 | 1 | -3/+6 |
* | Update to change makefile syntax highlighting to Prism | Wu Cheng-Han | 2017-03-26 | 1 | -0/+6 |
* | Fix code style | Wu Cheng-Han | 2017-03-26 | 1 | -1/+1 |
* | Add support of abcjs | Wu Cheng-Han | 2017-03-26 | 1 | -0/+22 |
* | Fix todo list item class might add in wrong element | Wu Cheng-Han | 2017-03-22 | 1 | -1/+5 |
* | Fix unnecessary global calling of ownerui | Wu Cheng-Han | 2017-03-22 | 1 | -1/+1 |
* | Fix export html to replace fallen cdn tortue.me to cdnjs | Wu Cheng-Han | 2017-03-14 | 1 | -1/+1 |
* | Fix rendering might result XSS attribute on self closing tag [Security Issue] | Wu Cheng-Han | 2017-03-14 | 1 | -0/+13 |
* | Use JavaScript Standard Style (part 2) | BoHong Li | 2017-03-09 | 1 | -977/+967 |
* | Fix duplicated headers anchor link not been updated properly | Wu Cheng-Han | 2017-02-03 | 1 | -1/+1 |
* | Fix "[object HTMLCollection] is not iterable!" error in some browsers | Wu Cheng-Han | 2017-02-03 | 1 | -1/+2 |
* | Merge pull request #341 from nvsofts/fix_bom_utf8 | Max Wu | 2017-02-03 | 1 | -2/+2 |
|\ |
|
| * | Removed UTF-8 BOM in download function | NV | 2017-02-03 | 1 | -2/+2 |
* | | Upgrade viz.js to fix manual workaround and get smaller file size | Wu Cheng-Han | 2017-02-02 | 1 | -21/+12 |
|/ |
|
* | Rename common.js to login.js | Yukai Huang | 2017-01-13 | 1 | -1/+1 |
* | Merge branch 'master' into frontend-next | Yukai Huang | 2017-01-07 | 1 | -15/+39 |
|\ |
|