| Commit message (Expand) | Author | Files | Lines |
2017-05-05 | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2 | -2/+3 |
2017-04-24 | Fix fb message link might not available for public | Max Wu | 1 | -1/+1 |
2017-04-18 | Fix indent in views, shouldn't mix tabs with spaces | Peter Dave Hello | 5 | -20/+20 |
2017-04-18 | Use abcjs on cdnjs, cc @jackycute | Peter Dave Hello | 3 | -0/+3 |
2017-04-18 | Remove executable permission from static files | Peter Dave Hello | 4 | -0/+0 |
2017-04-11 | Fix link regex should filter protocol with case insensitive flag [Security Is... | Wu Cheng-Han | 1 | -1/+1 |
2017-04-05 | Update body.ejs | Ian Dees | 1 | -2/+2 |
2017-04-05 | Clarify permission language | Ian Dees | 1 | -3/+3 |
2017-03-28 | Fix indentations | Yukai Huang | 1 | -52/+48 |
2017-03-28 | Drop global variable ui exposing | Yukai Huang | 2 | -5/+6 |
2017-03-28 | Update to es6 module import style | Yukai Huang | 1 | -7/+6 |
2017-03-28 | Update cm instance in changes event argument | Yukai Huang | 1 | -1/+1 |
2017-03-28 | Move updateStatusBar method into editor class | Yukai Huang | 3 | -27/+35 |
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 | Add cm instance to cursorActivity argument | Yukai Huang | 1 | -2/+2 |
2017-03-28 | Update focus argument with cm instance | Yukai Huang | 1 | -1/+1 |
2017-03-28 | Rewrite cursorActivity with multi listener style | Yukai Huang | 1 | -17/+17 |
2017-03-28 | Extract selection update from updateStatusbar | Yukai Huang | 3 | -28/+38 |
2017-03-28 | Impl multiple codemirror event listener | Yukai Huang | 2 | -9/+22 |
2017-03-28 | Change minor TODO to FIXME | Yukai Huang | 1 | -2/+2 |
2017-03-26 | Update to change makefile syntax highlighting to Prism | Wu Cheng-Han | 1 | -0/+6 |
2017-03-26 | Update to add abc in support charts of textcomplete | Wu Cheng-Han | 1 | -1/+1 |
2017-03-26 | Fix code style | Wu Cheng-Han | 1 | -1/+1 |
2017-03-26 | Add support of abcjs | Wu Cheng-Han | 5 | -6/+65 |
2017-03-23 | Fix text complete of extra tags for list not triggered properly | Wu Cheng-Han | 1 | -14/+14 |
2017-03-23 | Fix google drive file picker not initialize properly | Wu Cheng-Han | 1 | -1/+3 |
2017-03-23 | Mark as 0.5.1 | Wu Cheng-Han | 1 | -0/+46 |
2017-03-22 | Fix XSS vulnerability in link regex [Security Issue] | Wu Cheng-Han | 1 | -2/+2 |
2017-03-22 | Fix render.js code styles | Wu Cheng-Han | 1 | -6/+6 |
2017-03-22 | Fix front-end index.js code styles | Wu Cheng-Han | 1 | -24/+34 |
2017-03-22 | Fix todo list item class might add in wrong element | Wu Cheng-Han | 1 | -1/+5 |
2017-03-22 | Fix unnecessary global calling of ownerui | Wu Cheng-Han | 1 | -1/+1 |
2017-03-21 | Fix duplicated loading of reveal markdown plugin | Wu Cheng-Han | 1 | -14/+11 |
2017-03-21 | Update to use CDN css for emojify.js when applicable | Wu Cheng-Han | 3 | -3/+3 |
2017-03-20 | Add support of Catalan locale | Wu Cheng-Han | 1 | -0/+1 |
2017-03-20 | Update to make removeDOMEvents only process once in slide mode | Wu Cheng-Han | 1 | -2/+1 |
2017-03-20 | Update to generate front-end constants on server startup | Wu Cheng-Han | 3 | -11/+16 |
2017-03-14 | Update to fix pagination error in list.js over v1.5.0 | Wu Cheng-Han | 1 | -5/+3 |
2017-03-14 | Add config option for gitlab api scope and auto adapt gitlab snippet feature ... | Wu Cheng-Han | 1 | -4/+4 |
2017-03-14 | Fix export html to replace fallen cdn tortue.me to cdnjs | Wu Cheng-Han | 1 | -1/+1 |
2017-03-14 | Fix rendering might result XSS attribute on self closing tag [Security Issue] | Wu Cheng-Han | 4 | -1/+20 |
2017-03-13 | Fix variable exporting error | Yukai Huang | 2 | -3/+4 |
2017-03-13 | Update facebook message link in features doc | Wu Cheng-Han | 1 | -1/+1 |
2017-03-09 | Use JavaScript standard style | Yukai Huang | 3 | -541/+568 |
2017-03-09 | Use JavaScript Standard Style (part 2) | BoHong Li | 16 | -6628/+6386 |
2017-03-08 | Extract editor related code | Yukai Huang | 3 | -569/+536 |
2017-03-07 | Extract UI jquery node | Yukai Huang | 1 | -0/+84 |
2017-02-18 | Fix out of sync when deleting on same cursor position on several clients | Wu Cheng-Han | 2 | -2/+4 |
2017-02-18 | Fix not determine OT have pending operations properly | Wu Cheng-Han | 1 | -5/+10 |