Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize common assets with CDN | Yukai Huang | 2016-10-13 | 9 | -27/+25 |
| | | | | | | | * jquery * lodash * socket.io * boostrap | ||||
* | Refactor webpack module | Yukai Huang | 2016-10-13 | 6 | -100/+134 |
| | |||||
* | Config CDN for viz.js | Yukai Huang | 2016-10-13 | 5 | -1/+8 |
| | |||||
* | Fix typo | Yukai Huang | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-12 | 4 | -17/+32 |
|\ | |||||
| * | Fix to handle undefined document on update history | Wu Cheng-Han | 2016-10-12 | 1 | -2/+2 |
| | | |||||
| * | 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 to handle checkAllNotesRevision might return null notes | Wu Cheng-Han | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | Use customized jquery-textcomplete | Yukai Huang | 2016-10-12 | 1 | -1/+2 |
| | | |||||
* | | Fix stylesheet ordering | Yukai Huang | 2016-10-12 | 2 | -8/+1 |
| | | |||||
* | | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-12 | 2 | -78/+100 |
|\| | |||||
| * | Fix note extract tags might get encoded HTML entity | Wu Cheng-Han | 2016-10-12 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | | | | | | | of the pagination visible | ||||
* | | Remove slide.ejs style tag | Yukai Huang | 2016-10-12 | 1 | -1/+0 |
| | | |||||
* | | Enable production assets hash | Yukai Huang | 2016-10-12 | 10 | -11/+75 |
| | | |||||
* | | Load more scripts using webpack | Yukai Huang | 2016-10-12 | 5 | -4/+9 |
| | | |||||
* | | Load custom markdown-it-regex plugin with script-loader | Yukai Huang | 2016-10-12 | 1 | -16/+16 |
| | | |||||
* | | Revert 56c5378 | Yukai Huang | 2016-10-12 | 2 | -3/+1 |
| | | | | | | | | viz.js still has problem with split chunk | ||||
* | | Cleanup webpack production config | Yukai Huang | 2016-10-12 | 1 | -3/+0 |
| | | |||||
* | | Load customized vendor script through script-loader | Yukai Huang | 2016-10-12 | 3 | -5/+15 |
| | | |||||
* | | Fix engine.io-client webpack load dependency | Yukai Huang | 2016-10-12 | 2 | -5/+3 |
| | | |||||
* | | Fix module export | Yukai Huang | 2016-10-11 | 5 | -19/+26 |
| | | |||||
* | | Fix webpack production config | Yukai Huang | 2016-10-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into webpack-frontend | Yukai Huang | 2016-10-11 | 527 | -600/+2583 |
|\| | |||||
| * | Update to support pagination for history list | Wu Cheng-Han | 2016-10-11 | 3 | -2/+9 |
| | | |||||
| * | Fix history time should save in UNIX timestamp to avoid time offset issue | Wu Cheng-Han | 2016-10-11 | 2 | -7/+8 |
| | | |||||
| * | Update bower.json | Max Wu | 2016-10-11 | 1 | -1/+1 |
| | | | | | | update string.js to 3.3.3 to fix missing file issue | ||||
| * | Update README.md | Max Wu | 2016-10-11 | 1 | -1/+1 |
| | | |||||
| * | Update bower.json | Max Wu | 2016-10-11 | 1 | -1/+1 |
| | | | | | | hold back string.js version to 3.3.1 because 3.3.2 missing required string.min.js file | ||||
| * | Mark as 0.4.5 | Wu Cheng-Han | 2016-10-11 | 4 | -4/+64 |
| | | |||||
| * | Fix new note with empty content not saving to history and remove debug code | Wu Cheng-Han | 2016-10-11 | 1 | -4/+1 |
| | | |||||
| * | Fix doc updating revision not stringify and compress authorship before save | Wu Cheng-Han | 2016-10-11 | 1 | -1/+1 |
| | | |||||
| * | Update AUTHORS list for new contributors | Wu Cheng-Han | 2016-10-10 | 1 | -0/+16 |
| | | |||||
| * | Add more environment variables for server configuration, update related ↵ | Wu Cheng-Han | 2016-10-10 | 2 | -22/+59 |
| | | | | | | | | section in README.md | ||||
| * | 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 | 8 | -41/+39 |
| | | |||||
| * | Try to fix memory leaks by clear OT server before disconnect note | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
| | | |||||
| * | Remove unused npm dependency | Wu Cheng-Han | 2016-10-10 | 1 | -1/+0 |
| | | |||||
| * | 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 | 5 | -1/+77 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix fatal error should throw instead of return | Wu Cheng-Han | 2016-10-10 | 1 | -2/+2 |
| | | |||||
| * | Update to send note title on emit check and refresh event | Wu Cheng-Han | 2016-10-10 | 1 | -1/+4 |
| | | |||||
| * | Update to make note history count in server-side when user logged | Wu Cheng-Han | 2016-10-10 | 3 | -3/+96 |
| | | |||||
| * | Update to improve history api error and bad request handling | Wu Cheng-Han | 2016-10-10 | 1 | -0/+3 |
| | | |||||
| * | Update to add post history by note id with data, delete all history and ↵ | Wu Cheng-Han | 2016-10-10 | 1 | -0/+6 |
| | | | | | | | | delete history by id and rename methods | ||||
| * | Update to add cache to history | Wu Cheng-Han | 2016-10-10 | 2 | -51/+233 |
| | |