| Commit message (Expand) | Author | Files | Lines |
2021-02-16 | Fix HTML clipboard import | David Mehren | 1 | -1/+1 |
2021-02-15 | Linter: Fix all lint errors | Philip Molares | 1 | -760/+1411 |
2021-02-12 | Update webpack config and JS import for spin.js v4 | David Mehren | 1 | -1/+2 |
2020-11-27 | Remove reference to nonexisting DOM element | David Mehren | 1 | -2/+0 |
2020-08-27 | Add config option for cookie SameSite policy | Erik Michelson | 1 | -1/+1 |
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-06-08 | Set all cookies with sameSite: strict | David Mehren | 1 | -1/+2 |
2020-02-10 | Fix revision redirect to index page | Sheogorath | 1 | -1/+1 |
2019-05-31 | Fix eslint warnings | Sheogorath | 1 | -554/+558 |
2019-05-30 | fixed styling of slides preview | Toma Tasovac | 1 | -0/+2 |
2019-04-16 | Replace js-url with wurl | Sheogorath | 1 | -2/+3 |
2019-03-25 | Move upload button into toolbar | Sheogorath | 1 | -15/+0 |
2019-02-21 | Fix CI errors for unused variables | Sheogorath | 1 | -3/+2 |
2018-11-21 | Update from to-markdown to turndown | Sheogorath | 1 | -2/+7 |
2018-11-19 | Fix wrong anchors | Sheogorath | 1 | -0/+1 |
2018-11-14 | switching to eslint for code checking | Claudius Coenen | 1 | -1/+3 |
2018-10-10 | Add autocomplete for highlight.js languages into codemirror | Sheogorath | 1 | -1/+2 |
2018-10-09 | Fix #986 : Visibility is now transmitted with gitlab V4 api | Cédric Couralet | 1 | -1/+1 |
2018-07-31 | Add possibility to choose between version v3 or v4 for the gitlab api. | Cédric Couralet | 1 | -6/+11 |
2018-06-23 | Fix liniting and optimize some functions | Sheogorath | 1 | -4/+2 |
2018-06-19 | Add a toolbar to Codemirror editor | Edgar Zanella Alvarenga | 1 | -0/+9 |
2018-05-16 | Removing google drive integration | Sheogorath | 1 | -104/+0 |
2018-03-25 | Fix night mode button after restore | Sheogorath | 1 | -0/+1 |
2018-03-23 | Persist nightmode so we can re-enable it | Sheogorath | 1 | -3/+18 |
2018-02-05 | don't require referer to find note id in socket.io connections (fixes #623) | Stefan Bühler | 1 | -0/+3 |
2018-01-05 | :sparkles: Implemented dark theme. | Edoardo Odorico | 1 | -0/+15 |
2017-11-02 | Revert "Load js-url lib using legacy-loader" | Literallie | 1 | -4/+2 |
2017-10-22 | Move CSP logic to new file, Fix boolean config examples | Literallie | 1 | -1/+0 |
2017-10-22 | Load js-url lib using legacy-loader | Literallie | 1 | -2/+5 |
2017-05-07 | Manage syncscroll / currentMode in appState | Yukai Huang | 1 | -34/+33 |
2017-05-07 | Move syncsroll under lib | Yukai Huang | 1 | -1/+1 |
2017-05-07 | Remove CodeMirror-other-cursors dom creation | Yukai Huang | 1 | -3/+0 |
2017-05-07 | Change more global var to global | Yukai Huang | 1 | -87/+87 |
2017-05-07 | Extract modeType | Yukai Huang | 1 | -11/+1 |
2017-05-07 | Change some global variables to local | Yukai Huang | 1 | -31/+31 |
2017-05-07 | Fix indentation | Yukai Huang | 1 | -6/+6 |
2017-05-07 | Expose internal editor config variable | Yukai Huang | 1 | -4/+3 |
2017-05-05 | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 1 | -1/+1 |
2017-03-28 | Fix indentations | Yukai Huang | 1 | -52/+48 |
2017-03-28 | Drop global variable ui exposing | Yukai Huang | 1 | -2/+0 |
2017-03-28 | Update to es6 module import style | Yukai Huang | 1 | -7/+6 |
2017-03-28 | Update cm instance in changes event argument | Yukai Huang | 1 | -1/+1 |
2017-03-28 | Move updateStatusBar method into editor class | Yukai Huang | 1 | -27/+7 |
2017-03-28 | Add cm instance to cursorActivity argument | Yukai Huang | 1 | -2/+2 |
2017-03-28 | Update focus argument with cm instance | Yukai Huang | 1 | -1/+1 |
2017-03-28 | Rewrite cursorActivity with multi listener style | Yukai Huang | 1 | -17/+17 |
2017-03-28 | Extract selection update from updateStatusbar | Yukai Huang | 1 | -25/+31 |
2017-03-28 | Impl multiple codemirror event listener | Yukai Huang | 1 | -9/+9 |
2017-03-28 | Change minor TODO to FIXME | Yukai Huang | 1 | -2/+2 |