summaryrefslogtreecommitdiff
path: root/public (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add avatar to History page.Jason Croft2016-05-123-0/+8
* Add help and help modal with contacts, documents, cheatsheetCheng-Han, Wu2016-05-115-6/+139
* Update font-awesome to 4.6.2Cheng-Han, Wu2016-05-114-4/+4
* Try to fix potential toolbar layout glitchCheng-Han, Wu2016-05-111-2/+2
* Fix possible glitch of layoutCheng-Han, Wu2016-05-091-1/+1
* Fix missusing for CodeMirror.PassCheng-Han, Wu2016-04-281-5/+5
* Fix code stylesCheng-Han, Wu2016-04-241-213/+212
* Change fullScreen toggle to F10Cheng-Han, Wu2016-04-241-1/+1
* Fix some indentationCheng-Han, Wu2016-04-241-3/+3
* Fix other CodeMirror.Pass usageCheng-Han, Wu2016-04-241-3/+3
* Fix Esc in Vim modeZankio2016-04-231-4/+5
* Fix home href link should specify root pathCheng-Han, Wu2016-04-221-1/+1
* Update to support when client domain not provided will use window.location va...Cheng-Han, Wu2016-04-221-2/+2
* Fix view scroll position might lost when editor changes the last line and mig...Cheng-Han, Wu2016-04-201-6/+11
* Mark as 0.4.0Cheng-Han, Wu2016-04-202-1/+63
* Update to support octicon and change header anchor stylesCheng-Han, Wu2016-04-207-43/+33
* Merge client index.js settings to common.jsCheng-Han, Wu2016-04-202-5/+4
* Update filter XSS to allow attr href starts with '.' or '/'Cheng-Han, Wu2016-04-201-0/+6
* Fix that error page no need to load foot templateCheng-Han, Wu2016-04-201-2/+1
* Fix raphael source file nameCheng-Han, Wu2016-04-202-2/+2
* Update CodeMirror to 5.13.5Cheng-Han, Wu2016-04-2084-502/+2835
* Fix XSS HTML replace might get wrong on the HTML comments in the code tagsCheng-Han, Wu2016-04-201-0/+4
* Support experimental spell checking feature (en-US only), can be enabled by t...Cheng-Han, Wu2016-04-208-0/+49151
* Support import from gist, fix some minor typo and issuesCheng-Han, Wu2016-04-203-6/+84
* Refactor server with Sequelize ORM, refactor server configs, now will show no...Cheng-Han, Wu2016-04-2016-313/+516
* Updated to support ioniconsCheng-Han, Wu2016-04-203-0/+5
* Updated to support mermaid and moment use cdn sourceCheng-Han, Wu2016-04-202-4/+8
* Workaround editor might have wrong doc height and wrong simple scroll bar kno...Cheng-Han, Wu2016-04-201-0/+8
* Updated to add statusPanel variableCheng-Han, Wu2016-04-201-1/+2
* Fixed editor changes will cause syncScrollToViewCheng-Han, Wu2016-04-202-6/+5
* Fixed minor bugsCheng-Han, Wu2016-03-162-4/+13
* Updated html.min.cssCheng-Han, Wu2016-03-151-1/+1
* Improved checkCursorMenu and checkCursorTag performance and fully rewrite its...Cheng-Han, Wu2016-03-151-48/+82
* Fixed editor should not try to programmatically focus on mobile without click...Cheng-Han, Wu2016-03-151-6/+6
* Fixed mobile layout issues and improved editor layout stylesCheng-Han, Wu2016-03-153-34/+47
* Updated to handle Mac shortcut keys of "Cmd-Left" and "Cmd-Right"Cheng-Han, Wu2016-03-151-1/+3
* Improved overall textcomplete performance and more cases and UX handlingCheng-Han, Wu2016-03-152-23/+49
* Updated to support containers syntax textcompleteCheng-Han, Wu2016-03-151-0/+37
* Updated to support container syntax and stylesCheng-Han, Wu2016-03-155-0/+27
* Updated index wording and make features link and styles more obviousCheng-Han, Wu2016-03-151-8/+4
* Updated to support mathjax without cdnCheng-Han, Wu2016-03-152-8/+10
* Improved update last info methods, only change DOM when necessaryCheng-Han, Wu2016-03-153-17/+31
* Manual patch CodeMirror for highlight only works on top item of the list issueCheng-Han, Wu2016-03-042-32/+41
* Support mermaid in code block diagram and updated all diagram rendering metho...Cheng-Han, Wu2016-03-049-22/+352
* Support YAML meta disable mathjaxCheng-Han, Wu2016-03-041-0/+6
* Fixed list_item_open rules of markdown-it rules in syncscoll should now check...Cheng-Han, Wu2016-03-041-1/+7
* Changed all parsing exception console message type to warningCheng-Han, Wu2016-03-041-5/+5
* Fixed filter XSS should allow ordered list specify start numberCheng-Han, Wu2016-03-041-0/+4
* Support export to and import from Google DriveCheng-Han, Wu2016-03-047-5/+526
* Fixed logout url not correctCheng-Han, Wu2016-03-041-1/+1