| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix lastchangeui and moment timestamps | Yukai Huang | 2016-10-13 | 7 | -28/+10 |
* | Fix syncscroll | Yukai Huang | 2016-10-13 | 1 | -1/+2 |
* | Fix scrollspy | Yukai Huang | 2016-10-13 | 2 | -1/+3 |
* | Optimize common assets with CDN | Yukai Huang | 2016-10-13 | 8 | -22/+17 |
* | Refactor webpack module | Yukai Huang | 2016-10-13 | 4 | -72/+53 |
* | Config CDN for viz.js | Yukai Huang | 2016-10-13 | 4 | -1/+4 |
* | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-12 | 2 | -14/+29 |
|\ |
|
| * | Fix getCaretPosition in text complete might get undefined position error | Wu Cheng-Han | 2016-10-12 | 1 | -10/+25 |
| * | Fix to handle name or color might get undefined error | Wu Cheng-Han | 2016-10-12 | 1 | -4/+4 |
* | | Fix stylesheet ordering | Yukai Huang | 2016-10-12 | 2 | -8/+1 |
* | | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-12 | 1 | -77/+99 |
|\| |
|
| * | Fix history list not parse and bind events properly on change pagination | Wu Cheng-Han | 2016-10-12 | 1 | -76/+92 |
| * | Update to make history refresh have better UX and keep the beginning and end ... | Wu Cheng-Han | 2016-10-12 | 1 | -1/+7 |
* | | Remove slide.ejs style tag | Yukai Huang | 2016-10-12 | 1 | -1/+0 |
* | | Enable production assets hash | Yukai Huang | 2016-10-12 | 7 | -10/+14 |
* | | Load more scripts using webpack | Yukai Huang | 2016-10-12 | 3 | -4/+1 |
* | | Load custom markdown-it-regex plugin with script-loader | Yukai Huang | 2016-10-12 | 1 | -16/+16 |
* | | Revert 56c5378 | Yukai Huang | 2016-10-12 | 1 | -3/+0 |
* | | Load customized vendor script through script-loader | Yukai Huang | 2016-10-12 | 1 | -4/+0 |
* | | Fix module export | Yukai Huang | 2016-10-11 | 5 | -19/+26 |
* | | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-11 | 509 | -387/+1582 |
|\| |
|
| * | Update to support pagination for history list | Wu Cheng-Han | 2016-10-11 | 2 | -1/+7 |
| * | Fix history time should save in UNIX timestamp to avoid time offset issue | Wu Cheng-Han | 2016-10-11 | 1 | -6/+7 |
| * | Mark as 0.4.5 | Wu Cheng-Han | 2016-10-11 | 2 | -1/+61 |
| * | Update CodeMirror to 5.19.0 and rename jade to pug | Wu Cheng-Han | 2016-10-10 | 30 | -209/+341 |
| * | Update npm and bower dependencies with related patch | Wu Cheng-Han | 2016-10-10 | 6 | -16/+14 |
| * | Cancel update history on page unload | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| * | Update to support delete note | Wu Cheng-Han | 2016-10-10 | 2 | -1/+36 |
| * | Update to make history delete and pin function call to new APIs | Wu Cheng-Han | 2016-10-10 | 1 | -28/+58 |
| * | Fix some incorrect redirects | Wu Cheng-Han | 2016-10-10 | 1 | -4/+4 |
| * | Update to make note history count in server-side when user logged | Wu Cheng-Han | 2016-10-10 | 1 | -1/+27 |
| * | Fix get or set history on server ajax should not fallback to browser storage ... | Wu Cheng-Han | 2016-10-10 | 1 | -6/+6 |
| * | Fix saveHistoryToStorage not correctly fallback to cookie | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| * | Add more comments in the code and remove unused code file | Wu Cheng-Han | 2016-10-10 | 1 | -45/+0 |
| * | Update to make editor mode setting to a default variable | Wu Cheng-Han | 2016-10-10 | 1 | -7/+8 |
| * | Update to use modified editor markdown mode to make mathjax expression displa... | Wu Cheng-Han | 2016-10-10 | 1 | -0/+864 |
| * | Update default indent to use spaces instead of tabs | Wu Cheng-Han | 2016-10-10 | 1 | -1/+0 |
| * | Improve syntax highlighting performance by moving it to finish view | Wu Cheng-Han | 2016-10-10 | 2 | -15/+32 |
| * | Update to make OT error, client reconnect handling better and refactor client... | Wu Cheng-Han | 2016-10-10 | 1 | -16/+11 |
| * | Fix potential error | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| * | Fix OT socket io reconnect should resend last operation | Wu Cheng-Han | 2016-10-10 | 2 | -2/+2 |
| * | Fix broken link id reference | Wu Cheng-Han | 2016-10-10 | 1 | -1/+1 |
| * | Update to remind note max length limit on the status bar length div | Wu Cheng-Han | 2016-10-10 | 1 | -1/+12 |
| * | Update to support showing owner on the infobar | Wu Cheng-Han | 2016-10-10 | 5 | -8/+49 |
| * | Remove unused code | Wu Cheng-Han | 2016-10-10 | 1 | -2/+0 |
| * | Update to support Ukrainian locale | Wu Cheng-Han | 2016-10-10 | 1 | -0/+1 |
| * | Merge pull request #196 from PeterDaveHelloKitchen/image-optimize | Max Wu | 2016-10-10 | 462 | -0/+0 |
| |\ |
|
| | * | optimize png images using zopflipng | Peter Dave Hello | 2016-10-10 | 462 | -0/+0 |
| * | | Add support of Italian, Turkish, Russian, Dutch, Croatian, Polish locales | Wu Cheng-Han | 2016-10-10 | 1 | -0/+6 |
| * | | Extract config.js from common.js to make client setting file clean and also m... | Wu Cheng-Han | 2016-10-10 | 6 | -10/+14 |
| |/ |
|