summaryrefslogtreecommitdiff
path: root/public/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimize finishView selector performance by avoid using universal selector, f...Wu Cheng-Han2016-10-181-50/+49
* Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han2016-10-181-2/+2
* Fix code block which in deeper level will not be parsed issueWu Cheng-Han2016-10-182-5/+7
* Change to raise socket io reconnection attempts and make editor only availabl...Wu Cheng-Han2016-10-171-4/+4
* Remove auto linkify image since it might print out unwanted url and it can be...Wu Cheng-Han2016-10-171-11/+1
* Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han2016-10-171-2/+5
* Fix client socket on delete event might not delete corresponding history reco...Wu Cheng-Han2016-10-141-3/+14
* Update to support wrap syntax for code blockWu Cheng-Han2016-10-142-3/+6
* Move gist-embed to CDNYukai Huang2016-10-141-2/+0
* Fix sync scroll not handle properly on area resizeWu Cheng-Han2016-10-141-2/+2
* Fix require orderingYukai Huang2016-10-142-7/+7
* Fix ownership displayYukai Huang2016-10-132-4/+2
* Remove uneccesasry serverurl exportingYukai Huang2016-10-131-24/+23
* Fix spellcheckYukai Huang2016-10-136-6/+1
* Fix HTML exportingYukai Huang2016-10-132-2/+6
* Fix history deletionYukai Huang2016-10-132-2/+4
* Expose parseMeta functionYukai Huang2016-10-133-1/+4
* Fix cheatsheet renderingYukai Huang2016-10-131-1/+1
* Fix lastchangeui and moment timestampsYukai Huang2016-10-134-28/+7
* Fix syncscrollYukai Huang2016-10-131-1/+2
* Optimize common assets with CDNYukai Huang2016-10-133-9/+2
* Refactor webpack moduleYukai Huang2016-10-134-72/+53
* Config CDN for viz.jsYukai Huang2016-10-131-0/+1
* Merge branch 'master' into webpack-frontendYukai Huang2016-10-121-4/+4
|\
| * Fix to handle name or color might get undefined errorWu Cheng-Han2016-10-121-4/+4
* | Fix stylesheet orderingYukai Huang2016-10-121-6/+0
* | 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
* | Load custom markdown-it-regex plugin with script-loaderYukai Huang2016-10-121-16/+16
* | Revert 56c5378Yukai Huang2016-10-121-3/+0
* | Fix module exportYukai Huang2016-10-115-19/+26
* | Merge branch 'master' into webpack-frontendYukai Huang2016-10-118-158/+249
|\|
| * Update to support pagination for history listWu Cheng-Han2016-10-111-1/+5
| * 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-111-1/+1
| * Update CodeMirror to 5.19.0 and rename jade to pugWu Cheng-Han2016-10-101-1/+1
| * Update npm and bower dependencies with related patchWu Cheng-Han2016-10-101-2/+0
| * Cancel update history on page unloadWu Cheng-Han2016-10-101-1/+1
| * Update to support delete noteWu Cheng-Han2016-10-101-1/+14
| * 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
| * 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 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 client...Wu Cheng-Han2016-10-101-16/+11