summaryrefslogtreecommitdiff
path: root/public/js/index.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix HTML clipboard importDavid Mehren2021-02-161-1/+1
* Linter: Fix all lint errorsPhilip Molares2021-02-151-760/+1411
* Update webpack config and JS import for spin.js v4David Mehren2021-02-121-1/+2
* Remove reference to nonexisting DOM elementDavid Mehren2020-11-271-2/+0
* Merge pull request #486 from codimd/feature/cookie-policyDavid Mehren2020-09-251-1/+1
|\
| * Add config option for cookie SameSite policyErik Michelson2020-08-271-1/+1
* | Add prevent default to export button tooErik Michelson2020-08-231-1/+2
* | Add dropbox CSP directive if configured and make button clickableErik Michelson2020-08-231-1/+2
|/
* Set all cookies with sameSite: strictDavid Mehren2020-06-081-1/+2
* Fix revision redirect to index pageSheogorath2020-02-101-1/+1
* Merge pull request #97 from SISheogorath/fix/lintingSheogorath2019-06-041-554/+558
|\
| * Fix eslint warningsSheogorath2019-05-311-554/+558
* | fixed styling of slides previewToma Tasovac2019-05-301-0/+2
|/
* Replace js-url with wurlSheogorath2019-04-161-2/+3
* Move upload button into toolbarSheogorath2019-03-251-15/+0
* Fix CI errors for unused variablesSheogorath2019-02-211-3/+2
* Update from to-markdown to turndownSheogorath2018-11-211-2/+7
* Merge pull request #1043 from SISheogorath/fix/tocEmptyHeadChristoph (Sheogorath) Kern2018-11-191-0/+1
|\
| * Fix wrong anchorsSheogorath2018-11-191-0/+1
* | switching to eslint for code checkingClaudius Coenen2018-11-141-1/+3
|/
* Add autocomplete for highlight.js languages into codemirrorSheogorath2018-10-101-1/+2
* Fix #986 : Visibility is now transmitted with gitlab V4 apiCédric Couralet2018-10-091-1/+1
* Add possibility to choose between version v3 or v4 for the gitlab api.Cédric Couralet2018-07-311-6/+11
* Fix liniting and optimize some functionsSheogorath2018-06-231-4/+2
* Add a toolbar to Codemirror editorEdgar Zanella Alvarenga2018-06-191-0/+9
* Removing google drive integrationSheogorath2018-05-161-104/+0
* Fix night mode button after restoreSheogorath2018-03-251-0/+1
* Persist nightmode so we can re-enable itSheogorath2018-03-231-3/+18
* don't require referer to find note id in socket.io connections (fixes #623)Stefan Bühler2018-02-051-0/+3
* :sparkles: Implemented dark theme.Edoardo Odorico2018-01-051-0/+15
* Manage syncscroll / currentMode in appStateYukai Huang2017-05-071-34/+33
* Move syncsroll under libYukai Huang2017-05-071-1/+1
* Remove CodeMirror-other-cursors dom creationYukai Huang2017-05-071-3/+0
* Change more global var to globalYukai Huang2017-05-071-87/+87
* Extract modeTypeYukai Huang2017-05-071-11/+1
* Change some global variables to localYukai Huang2017-05-071-31/+31
* Fix indentationYukai Huang2017-05-071-6/+6
* Expose internal editor config variableYukai Huang2017-05-071-4/+3
* Update to support code block syntax highlighting of gherkinWu Cheng-Han2017-05-051-1/+1
* Fix indentationsYukai Huang2017-03-281-52/+48
* Drop global variable ui exposingYukai Huang2017-03-281-2/+0
* Update to es6 module import styleYukai Huang2017-03-281-7/+6
* Update cm instance in changes event argumentYukai Huang2017-03-281-1/+1
* Move updateStatusBar method into editor classYukai Huang2017-03-281-27/+7
* Add cm instance to cursorActivity argumentYukai Huang2017-03-281-2/+2
* Update focus argument with cm instanceYukai Huang2017-03-281-1/+1
* Rewrite cursorActivity with multi listener styleYukai Huang2017-03-281-17/+17
* Extract selection update from updateStatusbarYukai Huang2017-03-281-25/+31
* Impl multiple codemirror event listenerYukai Huang2017-03-281-9/+9
* Change minor TODO to FIXMEYukai Huang2017-03-281-2/+2