| Commit message (Expand) | Author | Files | Lines |
2020-11-26 | Remove pdf export code | Tilman Vatteroth | 1 | -2/+1 |
2020-08-27 | Add config option for cookie SameSite policy | Erik Michelson | 3 | -10/+12 |
2020-06-08 | Set all cookies with sameSite: strict | David Mehren | 2 | -10/+20 |
2019-10-30 | linkifyHeaderStyle needs no string-ification; is already str. | hoijui | 1 | -1/+1 |
2019-10-22 | Allow to generate lower case header references through the config | hoijui | 1 | -0/+2 |
2019-05-31 | Fix eslint warnings | Sheogorath | 3 | -25/+25 |
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-03-25 | Move upload button into toolbar | Sheogorath | 3 | -2/+13 |
2018-11-14 | switching to eslint for code checking | Claudius Coenen | 2 | -5/+5 |
2018-07-08 | Fix some false titles | Alexander Wellbrock | 1 | -2/+2 |
2018-06-26 | Fix broken unicode urls | Sheogorath | 1 | -1/+1 |
2018-06-23 | Fix all newly introduced linting issues | Sheogorath | 1 | -10/+10 |
2018-06-23 | Fix liniting and optimize some functions | Sheogorath | 2 | -43/+72 |
2018-06-19 | Add a toolbar to Codemirror editor | Edgar Zanella Alvarenga | 3 | -0/+175 |
2018-05-16 | Removing google drive integration | Sheogorath | 3 | -6/+0 |
2018-02-24 | Allow the usage of the esc-key by codemirror | Sheogorath | 1 | -3/+3 |
2018-01-20 | Allow more detailed configuration of upload mime types | Sheogorath | 1 | -1/+3 |
2018-01-05 | :sparkles: Implemented dark theme. | Edoardo Odorico | 2 | -1/+3 |
2017-10-30 | Corrected some grammatical issues | Oliver Herrmann | 1 | -3/+3 |
2017-09-27 | Fix home and end keys behavior for windows | Wu Cheng-Han | 1 | -0/+2 |
2017-05-07 | Manage syncscroll / currentMode in appState | Yukai Huang | 3 | -14/+25 |
2017-05-07 | Move syncsroll under lib | Yukai Huang | 1 | -0/+368 |
2017-05-07 | Extract modeType | Yukai Huang | 1 | -0/+11 |
2017-05-07 | Expose internal editor config variable | Yukai Huang | 1 | -0/+1 |
2017-05-07 | Load statusbar template by string-loader | Yukai Huang | 2 | -34/+61 |
2017-03-28 | Move updateStatusBar method into editor class | Yukai Huang | 2 | -0/+28 |
2017-03-28 | Fix listener “this” context | Yukai Huang | 1 | -1/+1 |
2017-03-28 | Promisify getStatusBarTemplate method | Yukai Huang | 1 | -26/+28 |
2017-03-28 | Extract selection update from updateStatusbar | Yukai Huang | 1 | -1/+2 |
2017-03-28 | Impl multiple codemirror event listener | Yukai Huang | 1 | -0/+13 |
2017-03-20 | Update to generate front-end constants on server startup | Wu Cheng-Han | 2 | -11/+15 |
2017-03-13 | Fix variable exporting error | Yukai Huang | 1 | -3/+1 |
2017-03-09 | Use JavaScript standard style | Yukai Huang | 3 | -541/+568 |
2017-03-09 | Use JavaScript Standard Style (part 2) | BoHong Li | 2 | -79/+82 |
2017-03-08 | Extract editor related code | Yukai Huang | 2 | -0/+505 |
2017-03-07 | Extract UI jquery node | Yukai Huang | 1 | -0/+84 |
2017-01-14 | Minor style update | Yukai Huang | 1 | -1/+1 |
2017-01-13 | Add default value for config | Yukai Huang | 1 | -6/+6 |
2017-01-13 | Rename common.js to login.js | Yukai Huang | 1 | -0/+92 |
2017-01-13 | Move config variable to lib/config | Yukai Huang | 1 | -0/+19 |