summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-124-17/+32
|\
| * Fix to handle undefined document on update historyWu Cheng-Han2016-10-121-2/+2
| |
| * 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 to handle checkAllNotesRevision might return null notesWu Cheng-Han2016-10-121-1/+1
| |
* | Use customized jquery-textcompleteYukai Huang2016-10-121-1/+2
| |
* | Fix stylesheet orderingYukai Huang2016-10-122-8/+1
| |
* | Merge branch 'master' into webpack-frontendYukai Huang2016-10-122-78/+100
|\|
| * Fix note extract tags might get encoded HTML entityWu Cheng-Han2016-10-121-1/+1
| |
| * 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-1210-11/+75
| |
* | Load more scripts using webpackYukai Huang2016-10-125-4/+9
| |
* | Load custom markdown-it-regex plugin with script-loaderYukai Huang2016-10-121-16/+16
| |
* | Revert 56c5378Yukai Huang2016-10-122-3/+1
| | | | | | | | viz.js still has problem with split chunk
* | Cleanup webpack production configYukai Huang2016-10-121-3/+0
| |
* | Load customized vendor script through script-loaderYukai Huang2016-10-123-5/+15
| |
* | Fix engine.io-client webpack load dependencyYukai Huang2016-10-122-5/+3
| |
* | Fix module exportYukai Huang2016-10-115-19/+26
| |
* | Fix webpack production configYukai Huang2016-10-111-1/+1
| |
* | Merge branch 'master' into webpack-frontendYukai Huang2016-10-11527-600/+2583
|\|
| * Update to support pagination for history listWu Cheng-Han2016-10-113-2/+9
| |
| * Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han2016-10-112-7/+8
| |
| * Update bower.jsonMax Wu2016-10-111-1/+1
| | | | | | update string.js to 3.3.3 to fix missing file issue
| * Update README.mdMax Wu2016-10-111-1/+1
| |
| * Update bower.jsonMax Wu2016-10-111-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.5Wu Cheng-Han2016-10-114-4/+64
| |
| * Fix new note with empty content not saving to history and remove debug codeWu Cheng-Han2016-10-111-4/+1
| |
| * Fix doc updating revision not stringify and compress authorship before saveWu Cheng-Han2016-10-111-1/+1
| |
| * Update AUTHORS list for new contributorsWu Cheng-Han2016-10-101-0/+16
| |
| * Add more environment variables for server configuration, update related ↵Wu Cheng-Han2016-10-102-22/+59
| | | | | | | | section in README.md
| * 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-108-41/+39
| |
| * Try to fix memory leaks by clear OT server before disconnect noteWu Cheng-Han2016-10-101-0/+3
| |
| * Remove unused npm dependencyWu Cheng-Han2016-10-101-1/+0
| |
| * Cancel update history on page unloadWu Cheng-Han2016-10-101-1/+1
| |
| * Update to support delete noteWu Cheng-Han2016-10-105-1/+77
| |
| * 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
| |
| * Fix fatal error should throw instead of returnWu Cheng-Han2016-10-101-2/+2
| |
| * Update to send note title on emit check and refresh eventWu Cheng-Han2016-10-101-1/+4
| |
| * Update to make note history count in server-side when user loggedWu Cheng-Han2016-10-103-3/+96
| |
| * Update to improve history api error and bad request handlingWu Cheng-Han2016-10-101-0/+3
| |
| * Update to add post history by note id with data, delete all history and ↵Wu Cheng-Han2016-10-101-0/+6
| | | | | | | | delete history by id and rename methods
| * Update to add cache to historyWu Cheng-Han2016-10-102-51/+233
| |
| * 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-102-45/+3
| |
| * Update to make editor mode setting to a default variableWu Cheng-Han2016-10-101-7/+8
| |