summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to move dropbox app key setting to common.js and will auto load client...Cheng-Han, Wu2016-05-157-43/+39
* Merge branch 'janniklorenz-master'Cheng-Han, Wu2016-05-156-29/+65
|\
| * Merge PR #101Cheng-Han, Wu2016-05-156-29/+65
|/|
| * Fix google drive configJannik Lorenz2016-04-231-6/+6
| * Fix error page (missing googleDrive config)Jannik Lorenz2016-04-231-1/+2
| * Hide Dropbox and Google Drive in Import/ Export when disabledJannik Lorenz2016-04-235-12/+43
| * Show Sign In button only when enabledJannik Lorenz2016-04-231-23/+27
* | 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-115-5/+5
* | Try to fix potential toolbar layout glitchCheng-Han, Wu2016-05-111-2/+2
* | Update to exit app when an uncaughtException occured.Cheng-Han, Wu2016-05-101-0/+3
* | Fix possible glitch of layoutCheng-Han, Wu2016-05-091-1/+1
* | Workaround imgur api only provide non-https image url which will cause mix-co...Cheng-Han, Wu2016-05-081-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
* | Merge pull request #102 from Zankio/masterMax Wu2016-04-241-4/+5
|\ \ | |/ |/|
| * 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
* Update to support when domain not provided will use relative pathCheng-Han, Wu2016-04-221-4/+7
* Update to support DOMAIN and URL_PATH environment variablesCheng-Han, Wu2016-04-222-2/+4
* Remove trivial logCheng-Han, Wu2016-04-201-1/+0
* 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-203-2/+64
* 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 t...Cheng-Han, Wu2016-04-201-4/+6
* 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 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-2035-2122/+1879
* 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 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