summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-03-20Update to make removeDOMEvents only process once in slide modeWu Cheng-Han1-2/+1
2017-03-20Update to generate front-end constants on server startupWu Cheng-Han2-11/+15
2017-03-14Update to fix pagination error in list.js over v1.5.0Wu Cheng-Han1-5/+3
2017-03-14Fix export html to replace fallen cdn tortue.me to cdnjsWu Cheng-Han1-1/+1
2017-03-14Fix rendering might result XSS attribute on self closing tag [Security Issue]Wu Cheng-Han4-1/+20
2017-03-13Fix variable exporting errorYukai Huang2-3/+4
2017-03-09Use JavaScript standard styleYukai Huang3-541/+568
2017-03-09Use JavaScript Standard Style (part 2)BoHong Li15-6518/+6282
2017-03-08Extract editor related codeYukai Huang3-569/+536