summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-12Fix stylesheet orderingYukai Huang1-6/+0
2016-10-12Fix to handle name or color might get undefined errorWu Cheng-Han1-4/+4
2016-10-12Load custom markdown-it-regex plugin with script-loaderYukai Huang1-16/+16
2016-10-12Revert 56c5378Yukai Huang1-3/+0
2016-10-12Fix history list not parse and bind events properly on change paginationWu Cheng-Han1-76/+92
2016-10-12Update to make history refresh have better UX and keep the beginning and end ...Wu Cheng-Han1-1/+7
2016-10-11Fix module exportYukai Huang5-19/+26
2016-10-11CleanupYukai Huang2-20/+0
2016-10-11Revert customized markdown-it-mathjax pluginYukai Huang3-27/+1
2016-10-11Optimize viz.js async rendering through webpack chunkYukai Huang2-20/+18
2016-10-11Update to support pagination for history listWu Cheng-Han1-1/+5
2016-10-11Fix history time should save in UNIX timestamp to avoid time offset issueWu Cheng-Han1-6/+7
2016-10-11Remove unused viz.js requireYukai Huang1-1/+0
2016-10-11Manage more packages with npm and webpackYukai Huang4-7/+6
2016-10-11Split common vendor javascript into chunksYukai Huang2-9/+0
2016-10-11Fix common.js.exampleYukai Huang1-1/+0
2016-10-11Mark as 0.4.5Wu Cheng-Han1-1/+1
2016-10-10Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han1-1/+1
2016-10-10Update npm and bower dependencies with related patchWu Cheng-Han1-2/+0
2016-10-10Cancel update history on page unloadWu Cheng-Han1-1/+1
2016-10-10Update to support delete noteWu Cheng-Han1-1/+14
2016-10-10Update to make history delete and pin function call to new APIsWu Cheng-Han1-28/+58
2016-10-10Fix some incorrect redirectsWu Cheng-Han1-4/+4
2016-10-10Update to make note history count in server-side when user loggedWu Cheng-Han1-1/+27
2016-10-10Fix get or set history on server ajax should not fallback to browser storage ...Wu Cheng-Han1-6/+6
2016-10-10Fix saveHistoryToStorage not correctly fallback to cookieWu Cheng-Han1-1/+1
2016-10-10Add more comments in the code and remove unused code fileWu Cheng-Han1-45/+0
2016-10-10Update to make editor mode setting to a default variableWu Cheng-Han1-7/+8
2016-10-10Update default indent to use spaces instead of tabsWu Cheng-Han1-1/+0
2016-10-10Improve syntax highlighting performance by moving it to finish viewWu Cheng-Han2-15/+32
2016-10-10Update to make OT error, client reconnect handling better and refactor client...Wu Cheng-Han1-16/+11
2016-10-10Fix potential errorWu Cheng-Han1-1/+1
2016-10-10Update to remind note max length limit on the status bar length divWu Cheng-Han1-1/+12
2016-10-10Update to support showing owner on the infobarWu Cheng-Han2-5/+27
2016-10-10Remove unused codeWu Cheng-Han1-2/+0
2016-10-10Extract config.js from common.js to make client setting file clean and also m...Wu Cheng-Han2-10/+10
2016-10-10Cover page is now workingYukai Huang3-6/+29
2016-10-10Slide mode is now workingYukai Huang1-0/+73
2016-10-10More function expose workaround for reveal-markdown.jsYukai Huang2-0/+3
2016-10-10Remove redundant entry pointYukai Huang1-1/+0
2016-10-09Revert some bower assetsYukai Huang2-2/+2
2016-10-09Fix history and edit mode changeYukai Huang1-3/+3
2016-10-09Update common.js.exampleYukai Huang1-1/+30
2016-10-09Fix scrollToTop/Buttom in previewYukai Huang1-1/+1
2016-10-09Finish public note view js loadingYukai Huang1-0/+60
2016-10-09Workaround for circular requireYukai Huang1-2/+6
2016-10-09Fix more js errorsYukai Huang1-0/+1
2016-10-09Revert to customized codemirrorYukai Huang1-6/+0
2016-10-09Fix pdfobject requireYukai Huang2-15/+19
2016-10-09Fix function exportYukai Huang2-1/+3