| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #486 from codimd/feature/cookie-policy | David Mehren | 2020-09-25 | 1 | -1/+1 |
|\ |
|
| * | Add config option for cookie SameSite policy | Erik Michelson | 2020-08-27 | 1 | -1/+1 |
* | | Add prevent default to export button too | Erik Michelson | 2020-08-23 | 1 | -1/+2 |
* | | Add dropbox CSP directive if configured and make button clickable | Erik Michelson | 2020-08-23 | 1 | -1/+2 |
|/ |
|
* | Set all cookies with sameSite: strict | David Mehren | 2020-06-08 | 1 | -1/+2 |
* | Fix revision redirect to index page | Sheogorath | 2020-02-10 | 1 | -1/+1 |
* | Merge pull request #97 from SISheogorath/fix/linting | Sheogorath | 2019-06-04 | 1 | -554/+558 |
|\ |
|
| * | Fix eslint warnings | Sheogorath | 2019-05-31 | 1 | -554/+558 |
* | | fixed styling of slides preview | Toma Tasovac | 2019-05-30 | 1 | -0/+2 |
|/ |
|
* | Replace js-url with wurl | Sheogorath | 2019-04-16 | 1 | -2/+3 |
* | Move upload button into toolbar | Sheogorath | 2019-03-25 | 1 | -15/+0 |
* | Fix CI errors for unused variables | Sheogorath | 2019-02-21 | 1 | -3/+2 |
* | Update from to-markdown to turndown | Sheogorath | 2018-11-21 | 1 | -2/+7 |
* | Merge pull request #1043 from SISheogorath/fix/tocEmptyHead | Christoph (Sheogorath) Kern | 2018-11-19 | 1 | -0/+1 |
|\ |
|
| * | Fix wrong anchors | Sheogorath | 2018-11-19 | 1 | -0/+1 |
* | | switching to eslint for code checking | Claudius Coenen | 2018-11-14 | 1 | -1/+3 |
|/ |
|
* | Add autocomplete for highlight.js languages into codemirror | Sheogorath | 2018-10-10 | 1 | -1/+2 |
* | Fix #986 : Visibility is now transmitted with gitlab V4 api | Cédric Couralet | 2018-10-09 | 1 | -1/+1 |
* | Add possibility to choose between version v3 or v4 for the gitlab api. | Cédric Couralet | 2018-07-31 | 1 | -6/+11 |
* | Fix liniting and optimize some functions | Sheogorath | 2018-06-23 | 1 | -4/+2 |
* | Add a toolbar to Codemirror editor | Edgar Zanella Alvarenga | 2018-06-19 | 1 | -0/+9 |
* | Removing google drive integration | Sheogorath | 2018-05-16 | 1 | -104/+0 |
* | Fix night mode button after restore | Sheogorath | 2018-03-25 | 1 | -0/+1 |
* | Persist nightmode so we can re-enable it | Sheogorath | 2018-03-23 | 1 | -3/+18 |
* | don't require referer to find note id in socket.io connections (fixes #623) | Stefan Bühler | 2018-02-05 | 1 | -0/+3 |
* | :sparkles: Implemented dark theme. | Edoardo Odorico | 2018-01-05 | 1 | -0/+15 |
* | Manage syncscroll / currentMode in appState | Yukai Huang | 2017-05-07 | 1 | -34/+33 |
* | Move syncsroll under lib | Yukai Huang | 2017-05-07 | 1 | -1/+1 |
* | Remove CodeMirror-other-cursors dom creation | Yukai Huang | 2017-05-07 | 1 | -3/+0 |
* | Change more global var to global | Yukai Huang | 2017-05-07 | 1 | -87/+87 |
* | Extract modeType | Yukai Huang | 2017-05-07 | 1 | -11/+1 |
* | Change some global variables to local | Yukai Huang | 2017-05-07 | 1 | -31/+31 |
* | Fix indentation | Yukai Huang | 2017-05-07 | 1 | -6/+6 |
* | Expose internal editor config variable | Yukai Huang | 2017-05-07 | 1 | -4/+3 |
* | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2017-05-05 | 1 | -1/+1 |
* | Fix indentations | Yukai Huang | 2017-03-28 | 1 | -52/+48 |
* | Drop global variable ui exposing | Yukai Huang | 2017-03-28 | 1 | -2/+0 |
* | Update to es6 module import style | Yukai Huang | 2017-03-28 | 1 | -7/+6 |
* | Update cm instance in changes event argument | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
* | Move updateStatusBar method into editor class | Yukai Huang | 2017-03-28 | 1 | -27/+7 |
* | Add cm instance to cursorActivity argument | Yukai Huang | 2017-03-28 | 1 | -2/+2 |
* | Update focus argument with cm instance | Yukai Huang | 2017-03-28 | 1 | -1/+1 |
* | Rewrite cursorActivity with multi listener style | Yukai Huang | 2017-03-28 | 1 | -17/+17 |
* | Extract selection update from updateStatusbar | Yukai Huang | 2017-03-28 | 1 | -25/+31 |
* | Impl multiple codemirror event listener | Yukai Huang | 2017-03-28 | 1 | -9/+9 |
* | Change minor TODO to FIXME | Yukai Huang | 2017-03-28 | 1 | -2/+2 |
* | Update to add abc in support charts of textcomplete | Wu Cheng-Han | 2017-03-26 | 1 | -1/+1 |
* | Fix text complete of extra tags for list not triggered properly | Wu Cheng-Han | 2017-03-23 | 1 | -14/+14 |
* | Fix google drive file picker not initialize properly | Wu Cheng-Han | 2017-03-23 | 1 | -1/+3 |
* | Fix front-end index.js code styles | Wu Cheng-Han | 2017-03-22 | 1 | -24/+34 |