summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update LICENSE yearCheng-Han, Wu2016-04-201-1/+1
|
* Update to support octicon and change header anchor stylesCheng-Han, Wu2016-04-208-44/+35
|
* Merge client index.js settings to common.jsCheng-Han, Wu2016-04-202-5/+4
|
* Update to response not found if no any route matches the urlCheng-Han, Wu2016-04-201-0/+4
|
* Update to redirect url with trailing slashesCheng-Han, Wu2016-04-201-0/+11
|
* 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 package dependenciesCheng-Han, Wu2016-04-202-11/+11
|
* Fix server session not set correctlyCheng-Han, Wu2016-04-201-2/+1
|
* Updated app.js to move static file routes before use sessions which no need ↵Cheng-Han, Wu2016-04-201-4/+6
| | | | to have session and may gain performance
* Update .gitignoreCheng-Han, Wu2016-04-201-1/+4
|
* 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 ↵Cheng-Han, Wu2016-04-208-0/+49151
| | | | the YAML meta option
* 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 ↵Cheng-Han, Wu2016-04-2035-2122/+1879
| | | | note status (created or updated) and support docs (note alias)
* Updated to support ioniconsCheng-Han, Wu2016-04-204-0/+6
|
* 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 ↵Cheng-Han, Wu2016-04-201-0/+8
| | | | knob position when editor height changed
* 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
|
* Update README.mdMax Wu2016-03-151-5/+5
|
* Updated README.mdCheng-Han, Wu2016-03-151-1/+9
|
* Added .gitignoreCheng-Han, Wu2016-03-151-0/+15
|
* Updated dependenciesCheng-Han, Wu2016-03-152-23/+23
|
* Updated html.min.cssCheng-Han, Wu2016-03-151-1/+1
|
* Improved checkCursorMenu and checkCursorTag performance and fully rewrite ↵Cheng-Han, Wu2016-03-151-48/+82
| | | | its position method for UX and verified
* Fixed editor should not try to programmatically focus on mobile without ↵Cheng-Han, Wu2016-03-151-6/+6
| | | | click, touch or mouse events
* 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-156-0/+28
|
* Updated index wording and make features link and styles more obviousCheng-Han, Wu2016-03-151-8/+4
|
* Updated to add headers to prevent search engine crawl some unnecessary pathsCheng-Han, Wu2016-03-151-1/+3
|
* Updated to handle user address when server behind other servicesCheng-Han, Wu2016-03-151-1/+1
|
* Updated to support mathjax without cdnCheng-Han, Wu2016-03-153-9/+12
|
* Added protocol use ssl option in configCheng-Han, Wu2016-03-152-4/+8
|
* Improved update last info methods, only change DOM when necessaryCheng-Han, Wu2016-03-153-17/+31
|
* Updated to support tls session resumptionCheng-Han, Wu2016-03-151-0/+10
|
* Updated to send hsts in https headerCheng-Han, Wu2016-03-152-0/+9
|
* Supported ssl dhparamCheng-Han, Wu2016-03-153-0/+3
|
* 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 ↵Cheng-Han, Wu2016-03-0410-23/+354
| | | | method and styles
* Support YAML meta disable mathjaxCheng-Han, Wu2016-03-041-0/+6
|
* Fixed list_item_open rules of markdown-it rules in syncscoll should now ↵Cheng-Han, Wu2016-03-041-1/+7
| | | | check level number
* 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
|