summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTML exportingYukai Huang2016-10-134-2/+8
|
* Fix history deletionYukai Huang2016-10-133-3/+7
|
* Expose parseMeta functionYukai Huang2016-10-133-1/+4
|
* Fix cheatsheet renderingYukai Huang2016-10-131-1/+1
| | | | do not process help-modal markdown-body
* Remove jquery-scrollspy dependencyYukai Huang2016-10-132-2/+0
| | | | scrollspy is bootstrap built-in plugin
* Fix lastchangeui and moment timestampsYukai Huang2016-10-137-28/+10
|
* Fix syncscrollYukai Huang2016-10-131-1/+2
|
* Fix scrollspyYukai Huang2016-10-132-1/+3
|
* Optimize common assets with CDNYukai Huang2016-10-138-22/+17
| | | | | | | * jquery * lodash * socket.io * boostrap
* Refactor webpack moduleYukai Huang2016-10-134-72/+53
|
* Config CDN for viz.jsYukai Huang2016-10-134-1/+4
|
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-122-14/+29
|\
| * Fix getCaretPosition in text complete might get undefined position errorWu Cheng-Han2016-10-121-10/+25
| |
| * Fix to handle name or color might get undefined errorWu Cheng-Han2016-10-121-4/+4
| |
* | Fix stylesheet orderingYukai Huang2016-10-122-8/+1
| |
* | Merge branch 'master' into webpack-frontendYukai Huang2016-10-121-77/+99
|\|
| * Fix history list not parse and bind events properly on change paginationWu Cheng-Han2016-10-121-76/+92
| |
| * Update to make history refresh have better UX and keep the beginning and end ↵Wu Cheng-Han2016-10-121-1/+7
| | | | | | | | of the pagination visible
* | Remove slide.ejs style tagYukai Huang2016-10-121-1/+0
| |
* | Enable production assets hashYukai Huang2016-10-127-10/+14
| |
* | Load more scripts using webpackYukai Huang2016-10-123-4/+1
| |
* | Load custom markdown-it-regex plugin with script-loaderYukai Huang2016-10-121-16/+16
| |
* | Revert 56c5378Yukai Huang2016-10-121-3/+0
| | | | | | | | viz.js still has problem with split chunk
* | Load customized vendor script through script-loaderYukai Huang2016-10-121-4/+0
| |
* | Fix module exportYukai Huang2016-10-115-19/+26
| |
* | Merge branch 'master' into webpack-frontendYukai Huang2016-10-11509-387/+1582
|\|
| * Update to support pagination for history listWu Cheng-Han2016-10-112-1/+7
| |
| * Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han2016-10-111-6/+7
| |
| * Mark as 0.4.5Wu Cheng-Han2016-10-112-1/+61
| |
| * Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han2016-10-1030-209/+341
| |
| * Update npm and bower dependencies with related patchWu Cheng-Han2016-10-106-16/+14
| |
| * Cancel update history on page unloadWu Cheng-Han2016-10-101-1/+1
| |
| * Update to support delete noteWu Cheng-Han2016-10-102-1/+36
| |
| * Update to make history delete and pin function call to new APIsWu Cheng-Han2016-10-101-28/+58
| |
| * Fix some incorrect redirectsWu Cheng-Han2016-10-101-4/+4
| |
| * Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-101-1/+27
| |
| * Fix get or set history on server ajax should not fallback to browser storage ↵Wu Cheng-Han2016-10-101-6/+6
| | | | | | | | to avoid some internet edge cases
| * Fix saveHistoryToStorage not correctly fallback to cookieWu Cheng-Han2016-10-101-1/+1
| |
| * Add more comments in the code and remove unused code fileWu Cheng-Han2016-10-101-45/+0
| |
| * Update to make editor mode setting to a default variableWu Cheng-Han2016-10-101-7/+8
| |
| * Update to use modified editor markdown mode to make mathjax expression ↵Wu Cheng-Han2016-10-101-0/+864
| | | | | | | | display correctly
| * Update default indent to use spaces instead of tabsWu Cheng-Han2016-10-101-1/+0
| |
| * Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han2016-10-102-15/+32
| |
| * Update to make OT error, client reconnect handling better and refactor ↵Wu Cheng-Han2016-10-101-16/+11
| | | | | | | | client "doc" event
| * Fix potential errorWu Cheng-Han2016-10-101-1/+1
| |
| * Fix OT socket io reconnect should resend last operationWu Cheng-Han2016-10-102-2/+2
| |
| * Fix broken link id referenceWu Cheng-Han2016-10-101-1/+1
| |
| * Update to remind note max length limit on the status bar length divWu Cheng-Han2016-10-101-1/+12
| |
| * Update to support showing owner on the infobarWu Cheng-Han2016-10-105-8/+49
| |
| * Remove unused codeWu Cheng-Han2016-10-101-2/+0
| |