summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | | | | | | | | | | | | | | | | | | | * Separate different config source to each files * Freeze config object
| | | * 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
| | | |
| | | * refactor(app.js): Extract index, 403, 404, 500 pagesBoHong Li2017-05-082-14/+24
| | | |
| | | * refactor(app.js): Extract urlencodedParser to utils moduleBoHong Li2017-05-082-6/+10
| | | |
| | | * refactor(app.js): Extract middleware to moduleBoHong Li2017-05-083-20/+33
| | | | | | | | | | | | | | | | extract check URi is valid, redirect without trailing slashes
| | | * fix(app.js): Stream logBoHong Li2017-05-081-1/+1
| | | | | | | | | | | | | | | | use logger instead of logger.stream
| | | * refactor(logger): Refactor logger.jsBoHong Li2017-05-081-11/+11
| | |/ | |/| | | | | | | Use class style implement write interface
| * | Merge pull request #452 from LluisArevalo/masterMax Wu2017-05-082-0/+26
| |\ \ | | |/ | |/| Image Upload to S3 - ContentType not set
| | * Use single quotesLluisArevalo2017-05-081-11/+11
| | |
| | * Add reference to utils libraryLluisArevalo2017-05-081-0/+3
| | |
| | * Add Content-Type to the images uploaded to AWS S3LluisArevalo2017-05-082-0/+23
| |/
| * Merge pull request #450 from hackmdio/heroku-recoveryMax Wu2017-05-072-5/+0
|/| | | | | Fix heroku deployment
| * Remove postdeploy migrationYukai Huang2017-05-071-3/+0
| |
| * Remove npm install in heroku buildYukai Huang2017-05-071-2/+0
|/ | | | since heroku detects yarn.lock automatically
* Update to support code block syntax highlighting of gherkinWu Cheng-Han2017-05-052-2/+3
|
* Fix fb message link might not available for publicMax Wu2017-04-241-1/+1
|
* Merge pull request #428 from PeterDaveHello/travis-ci-optimizeMax Wu2017-04-191-6/+1
|\ | | | | Move to Ubuntu Trusty on Travis CI and remove apt add-on
| * Move to Ubuntu Trusty on Travis CI and remove apt add-onPeter Dave Hello2017-04-181-6/+1
|/ | | | | | | | | | | | Two reasons here: 1) Ubuntu Precise is reaching EOL, though Travis CI may take care of it. we still can move to Trusty earlier as I didn't see any dependency of Precise here. 2) g++4.8 is built-in in Travis CI's Ubuntu Trusty environment, which means we don't need to spend time on adding ppa repository, apt update and apt install, could save time on the CI.
* Merge pull request #427 from PeterDaveHello/fix-indentMax Wu2017-04-185-20/+20
|\ | | | | Fix indent in views, shouldn't mix tabs with spaces