summaryrefslogtreecommitdiff
path: root/public/js (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-26Fix slide might able to add unsafe attribute on section tag which cause XSS ↵Wu Cheng-Han2-1/+5
[Security Issue]
2016-11-26Fix slide might trigger script when processing markdown which cause XSS ↵Wu Cheng-Han1-4/+10
[Security Issue]
2016-11-26Fix published note won't scroll to hash on loadWu Cheng-Han1-0/+2
2016-11-18Fix mathjax with blockquote might have race conditionWu Cheng-Han1-11/+13
2016-11-18Update to support haskell syntax highlighting in code blockWu Cheng-Han2-1/+7
2016-11-14Remove uesless executable permission for static filesPeter Dave Hello1-0/+0
2016-11-07Fix syntax highlighting not apply correctly in slidesWu Cheng-Han3-1/+4
2016-11-03Add google font css for exported htmlYukai Huang1-0/+1
2016-11-03Fix server reconnect might not resend pending operationsWu Cheng-Han1-1/+4
2016-11-02Config extra entry for html.min.cssYukai Huang2-1/+6
2016-11-02Require slide mode stylesheetsYukai Huang1-0/+3
2016-11-02Require pretty stylesheetsYukai Huang1-0/+4
2016-11-02Require cover stylesheetsYukai Huang1-0/+3
2016-11-02Require index stylesheetsYukai Huang1-1/+6
2016-11-01Fix viewAjaxCallback might be called on nullWu Cheng-Han3-4/+3
2016-10-29Update to support summary tagWu Cheng-Han1-0/+2
2016-10-29Fix viewAjaxCallback not able to be assignedWu Cheng-Han1-0/+1
2016-10-29Fix generateCleanHTML not remove smoothhashscroll attribute properlyWu Cheng-Han1-3/+3
2016-10-26Fix possible unclose HTML and leaked html tags when fail to parse diagramsWu Cheng-Han1-2/+9
2016-10-23Update to retry when anytime the socket io disconnectWu Cheng-Han1-4/+1
2016-10-23Fix socket io doc event should setDoc when revision mismatch and no ↵Wu Cheng-Han1-1/+1
outstanding operation
2016-10-23Fix passing markdown-it-emoji incorrect parameter typeWu Cheng-Han1-1/+1
2016-10-23Fix code block syntax highlighting might not process properly because the ↵Wu Cheng-Han1-2/+2
HTML is escaped
2016-10-23Update locale.jsPeter Dave Hello1-0/+2
Should change the lang been selected in the lang select/option menu.
2016-10-22Fix index.js isValidURL is not defined errorWu Cheng-Han2-0/+2
2016-10-22Fix ReferenceError of scollToTop and scollToBottom in index.jsWu Cheng-Han1-0/+3
2016-10-20Fix gapi not able to reference callback function onGoogleClientLoadedWu Cheng-Han1-0/+1
2016-10-19Try to remove unused front-end dependencyWu Cheng-Han6-53/+10
2016-10-19Fix to use bower version emojify.jsWu Cheng-Han2-4/+0
2016-10-19Update to make history not depends on extraWu Cheng-Han3-50/+51
2016-10-19Update to make pretty use same method as slide to unescape markdown contentWu Cheng-Han1-1/+4
2016-10-18Update emoji parser using markdown-it-emoji instead of emojify to solve ↵Wu Cheng-Han2-16/+22
issue #217
2016-10-18Optimize finishView selector performance by avoid using universal selector, ↵Wu Cheng-Han1-50/+49
fix finishView code indentation and remove empty line
2016-10-18Fix finishView mermaid might select and replace whole markdown-body issueWu Cheng-Han1-2/+2
2016-10-18Fix code block which in deeper level will not be parsed issueWu Cheng-Han2-5/+7
2016-10-17Change to raise socket io reconnection attempts and make editor only ↵Wu Cheng-Han1-4/+4
available after refresh event received
2016-10-17Remove auto linkify image since it might print out unwanted url and it can ↵Wu Cheng-Han1-11/+1
be achieved by reference syntax, issue #214
2016-10-17Fix code block highlighting html not escaped when no languages specifiedWu Cheng-Han1-2/+5
2016-10-14Fix client socket on delete event might not delete corresponding history ↵Wu Cheng-Han1-3/+14
record correctly
2016-10-14Update to support wrap syntax for code blockWu Cheng-Han2-3/+6
2016-10-14Move gist-embed to CDNYukai Huang1-2/+0
2016-10-14Fix sync scroll not handle properly on area resizeWu Cheng-Han1-2/+2
2016-10-14Fix require orderingYukai Huang2-7/+7
2016-10-13Fix ownership displayYukai Huang2-4/+2
2016-10-13Remove uneccesasry serverurl exportingYukai Huang1-24/+23
2016-10-13Fix spellcheckYukai Huang6-6/+1
* also fix spaces width
2016-10-13Fix HTML exportingYukai Huang2-2/+6
2016-10-13Fix history deletionYukai Huang2-2/+4
2016-10-13Expose parseMeta functionYukai Huang3-1/+4
2016-10-13Fix cheatsheet renderingYukai Huang1-1/+1
do not process help-modal markdown-body