summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-22Move CSP logic to new file, Fix boolean config examplesLiterallie1-1/+0
2017-10-22Load js-url lib using legacy-loaderLiterallie2-4/+9
2017-10-22Fix MathJax CSP issuesLiterallie1-0/+8
2017-10-21Fix markdown-it gist plugin code closing tagYukai Huang1-1/+1
2017-10-05Fix to filter @import CSS syntax in style tag to prevent XSS [Security Issue]Wu Cheng-Han1-4/+9
2017-10-05Fix unescape > symbol inside the style tags to make the CSS worksWu Cheng-Han1-0/+4
2017-10-05Fix blockquote not parse correctly in slide modeWu Cheng-Han2-3/+1
2017-09-27Fix home and end keys behavior for windowsWu Cheng-Han1-0/+2
2017-09-27Fix the < and > symbols are doubly escaped which affected by executing preven...Wu Cheng-Han1-0/+2
2017-09-27Fix slide mode contains unclosed tags might cause XSS [Security Issue]Wu Cheng-Han1-1/+2
2017-09-27Fix unclosed tags might cause XSS [Security Issue]Wu Cheng-Han1-1/+1
2017-06-14Fix slide mode might hide scrollbar on some linuxMax Wu1-2/+2
2017-06-05Fix speaker note separator regex should only take effect on the line startWu Cheng-Han1-1/+1
2017-05-08style: Fixed variable already declaredBoHong Li1-2/+2
2017-05-07Manage syncscroll / currentMode in appStateYukai Huang4-48/+58
2017-05-07Move syncsroll under libYukai Huang2-3/+3
2017-05-07Remove CodeMirror-other-cursors dom creationYukai Huang1-3/+0
2017-05-07Change more global var to globalYukai Huang1-87/+87
2017-05-07Extract modeTypeYukai Huang3-13/+15
2017-05-07Change some global variables to localYukai Huang1-31/+31
2017-05-07Fix indentationYukai Huang1-6/+6
2017-05-07Expose internal editor config variableYukai Huang2-4/+4
2017-05-07Load statusbar template by string-loaderYukai Huang2-34/+61
2017-05-05Update to support code block syntax highlighting of gherkinWu Cheng-Han2-2/+3
2017-04-11Fix link regex should filter protocol with case insensitive flag [Security Is...Wu Cheng-Han1-1/+1
2017-03-28Fix indentationsYukai Huang1-52/+48
2017-03-28Drop global variable ui exposingYukai Huang2-5/+6
2017-03-28Update to es6 module import styleYukai Huang1-7/+6
2017-03-28Update cm instance in changes event argumentYukai Huang1-1/+1
2017-03-28Move updateStatusBar method into editor classYukai Huang3-27/+35
2017-03-28Fix listener “this” contextYukai Huang1-1/+1
2017-03-28Promisify getStatusBarTemplate methodYukai Huang1-26/+28
2017-03-28Add cm instance to cursorActivity argumentYukai Huang1-2/+2
2017-03-28Update focus argument with cm instanceYukai Huang1-1/+1
2017-03-28Rewrite cursorActivity with multi listener styleYukai Huang1-17/+17
2017-03-28Extract selection update from updateStatusbarYukai Huang2-26/+33
2017-03-28Impl multiple codemirror event listenerYukai Huang2-9/+22
2017-03-28Change minor TODO to FIXMEYukai Huang1-2/+2
2017-03-26Update to change makefile syntax highlighting to PrismWu Cheng-Han1-0/+6
2017-03-26Update to add abc in support charts of textcompleteWu Cheng-Han1-1/+1
2017-03-26Fix code styleWu Cheng-Han1-1/+1
2017-03-26Add support of abcjsWu Cheng-Han1-0/+22
2017-03-23Fix text complete of extra tags for list not triggered properlyWu Cheng-Han1-14/+14
2017-03-23Fix google drive file picker not initialize properlyWu Cheng-Han1-1/+3
2017-03-22Fix XSS vulnerability in link regex [Security Issue]Wu Cheng-Han1-2/+2
2017-03-22Fix render.js code stylesWu Cheng-Han1-6/+6
2017-03-22Fix front-end index.js code stylesWu Cheng-Han1-24/+34
2017-03-22Fix todo list item class might add in wrong elementWu Cheng-Han1-1/+5
2017-03-22Fix unnecessary global calling of owneruiWu Cheng-Han1-1/+1
2017-03-21Fix duplicated loading of reveal markdown pluginWu Cheng-Han1-14/+11