summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update en.jsonCrazyPython2017-05-251-1/+1
* file -> noteCrazyPython2017-05-251-1/+1
* Update en.jsonCrazyPython2017-05-191-2/+2
* Incorporate feedbackCrazyPython2017-05-191-2/+2
* This is a alert area -> this is an alert areaCrazyPython2017-05-171-1/+1
* "Todo List" -> "Checklist" and "Marked text" -> "Highlighted text"CrazyPython2017-05-161-3/+3
* "Collaborate with URL" sounds like a command to an English nativeCrazyPython2017-05-161-1/+1
* Fix grammar and use best English standardsCrazyPython2017-05-161-12/+12
* fix: export to gist occurred 404 not foundMax Wu2017-05-171-0/+4
* Merge pull request #458 from hackmdio/fix-heroku-port-bindingMax Wu2017-05-151-5/+0
|\
| * Remove redundant HMD_PORT config from app.jsonYukai Huang2017-05-141-5/+0
|/
* Merge pull request #421 from hackmdio/BackendRefactorMax Wu2017-05-1445-1556/+1590
|\
| * Merge branch 'master' into BackendRefactorMax Wu2017-05-1410-220/+246
| |\ | |/ |/|
* | Merge pull request #429 from hackmdio/refactor-part-3Max Wu2017-05-139-221/+224
|\ \
| * | Manage syncscroll / currentMode in appStateYukai Huang2017-05-074-48/+58
| * | Move syncsroll under libYukai Huang2017-05-072-3/+3
| * | Remove CodeMirror-other-cursors dom creationYukai Huang2017-05-071-3/+0
| * | Change more global var to globalYukai Huang2017-05-071-87/+87
| * | Extract modeTypeYukai Huang2017-05-073-13/+15
| * | Change some global variables to localYukai Huang2017-05-071-31/+31
| * | Fix indentationYukai Huang2017-05-071-6/+6
| * | Expose internal editor config variableYukai Huang2017-05-072-4/+4
| * | Load statusbar template by string-loaderYukai Huang2017-05-075-35/+29
* | | Merge branch 'master' of https://github.com/jackycute/HackMDWu Cheng-Han2017-05-094-5/+26
|\ \ \
* | | | Fix to implement toggle of TOC in HTML templateWu Cheng-Han2017-05-091-0/+23
| | | * fix(config): ssl environment configs not parse properlyRaccoon Li2017-05-083-7/+20
| | | * fix(config): some environment config not parse properlyRaccoon Li2017-05-082-7/+7
| | | * Fix import module name typo in app.jsWu Cheng-Han2017-05-081-1/+1
| | | * Rename checkURiValid.js to checkURIValid.jsMax Wu2017-05-081-0/+0
| | | * fix(imageRouter): import missing dependency: getImageMimeTypeRaccoon Li2017-05-082-4/+1
| | | * refactor: Rename checkURiVaild to checkURIValid to fit coding standardBoHong Li2017-05-081-2/+1
| | | * style: Fixed variable already declaredBoHong Li2017-05-081-2/+2
| | | * fix(app.js): Change config.maintenance to realtime.maintenanceBoHong Li2017-05-081-1/+1
| | | * refactor(config.js): Extract config fileBoHong Li2017-05-0815-618/+767
| | | * fix: Add 'use strict' on app.jsBoHong Li2017-05-081-0/+1
| | | * refactor: Remove `require` extension filenameBoHong Li2017-05-0810-25/+24
| | | * chore(eslint): Remove eslint configuration filesBoHong Li2017-05-082-269/+0
| | | * refactor(baseRouter.js): Adjust style fit standardBoHong Li2017-05-081-1/+0
| | | * refactor(auth.js): Remove base pathBoHong Li2017-05-081-8/+8
| | | * refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li2017-05-082-19/+22
| | | * refactor(app.js): Extract tooBusyBoHong Li2017-05-082-8/+15
| | | * refactor(app.js): Extract upload imageBoHong Li2017-05-082-84/+97
| | | * fix(app.js): Fixed typoBoHong Li2017-05-081-1/+1
| | | * refactor(app.js): Extract note actionBoHong Li2017-05-082-17/+28
| | | * refactor(app.js): Extract /me pageBoHong Li2017-05-082-28/+37
| | | * refactor(app.js): Remove unused modulesBoHong Li2017-05-081-1/+0
| | | * refactor(app.js): Extract history apiBoHong Li2017-05-082-11/+20
| | | * refactor(app.js): Remove unused import modulesBoHong Li2017-05-081-2/+0
| | | * refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li2017-05-0812-351/+406
| | | * refactor(app.js): Extract status pagesBoHong Li2017-05-082-78/+93