Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(config): some environment config not parse properly | Raccoon Li | 2017-05-08 | 2 | -7/+7 |
| | |||||
* | Fix import module name typo in app.js | Wu Cheng-Han | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Rename checkURiValid.js to checkURIValid.js | Max Wu | 2017-05-08 | 1 | -0/+0 |
| | |||||
* | fix(imageRouter): import missing dependency: getImageMimeType | Raccoon Li | 2017-05-08 | 2 | -4/+1 |
| | |||||
* | refactor: Rename checkURiVaild to checkURIValid to fit coding standard | BoHong Li | 2017-05-08 | 1 | -2/+1 |
| | |||||
* | style: Fixed variable already declared | BoHong Li | 2017-05-08 | 1 | -2/+2 |
| | |||||
* | fix(app.js): Change config.maintenance to realtime.maintenance | BoHong Li | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | refactor(config.js): Extract config file | BoHong Li | 2017-05-08 | 15 | -618/+767 |
| | | | | | * Separate different config source to each files * Freeze config object | ||||
* | fix: Add 'use strict' on app.js | BoHong Li | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | refactor: Remove `require` extension filename | BoHong Li | 2017-05-08 | 10 | -25/+24 |
| | |||||
* | chore(eslint): Remove eslint configuration files | BoHong Li | 2017-05-08 | 2 | -269/+0 |
| | |||||
* | refactor(baseRouter.js): Adjust style fit standard | BoHong Li | 2017-05-08 | 1 | -1/+0 |
| | |||||
* | refactor(auth.js): Remove base path | BoHong Li | 2017-05-08 | 1 | -8/+8 |
| | |||||
* | refactor(app.js): Move passport serialize and deserialize to auth module | BoHong Li | 2017-05-08 | 2 | -19/+22 |
| | |||||
* | refactor(app.js): Extract tooBusy | BoHong Li | 2017-05-08 | 2 | -8/+15 |
| | |||||
* | refactor(app.js): Extract upload image | BoHong Li | 2017-05-08 | 2 | -84/+97 |
| | |||||
* | fix(app.js): Fixed typo | BoHong Li | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | refactor(app.js): Extract note action | BoHong Li | 2017-05-08 | 2 | -17/+28 |
| | |||||
* | refactor(app.js): Extract /me page | BoHong Li | 2017-05-08 | 2 | -28/+37 |
| | |||||
* | refactor(app.js): Remove unused modules | BoHong Li | 2017-05-08 | 1 | -1/+0 |
| | |||||
* | refactor(app.js): Extract history api | BoHong Li | 2017-05-08 | 2 | -11/+20 |
| | |||||
* | refactor(app.js): Remove unused import modules | BoHong Li | 2017-05-08 | 1 | -2/+0 |
| | |||||
* | refactor(app.js, auth.js): Extract all auth method to individual modules | BoHong Li | 2017-05-08 | 12 | -351/+406 |
| | |||||
* | refactor(app.js): Extract status pages | BoHong Li | 2017-05-08 | 2 | -78/+93 |
| | |||||
* | refactor(app.js): Extract index, 403, 404, 500 pages | BoHong Li | 2017-05-08 | 2 | -14/+24 |
| | |||||
* | refactor(app.js): Extract urlencodedParser to utils module | BoHong Li | 2017-05-08 | 2 | -6/+10 |
| | |||||
* | refactor(app.js): Extract middleware to module | BoHong Li | 2017-05-08 | 3 | -20/+33 |
| | | | | extract check URi is valid, redirect without trailing slashes | ||||
* | fix(app.js): Stream log | BoHong Li | 2017-05-08 | 1 | -1/+1 |
| | | | | use logger instead of logger.stream | ||||
* | refactor(logger): Refactor logger.js | BoHong Li | 2017-05-08 | 1 | -11/+11 |
| | | | | Use class style implement write interface | ||||
* | Merge pull request #452 from LluisArevalo/master | Max Wu | 2017-05-08 | 2 | -0/+26 |
|\ | | | | | Image Upload to S3 - ContentType not set | ||||
| * | Use single quotes | LluisArevalo | 2017-05-08 | 1 | -11/+11 |
| | | |||||
| * | Add reference to utils library | LluisArevalo | 2017-05-08 | 1 | -0/+3 |
| | | |||||
| * | Add Content-Type to the images uploaded to AWS S3 | LluisArevalo | 2017-05-08 | 2 | -0/+23 |
|/ | |||||
* | Merge pull request #450 from hackmdio/heroku-recovery | Max Wu | 2017-05-07 | 2 | -5/+0 |
|\ | | | | | Fix heroku deployment | ||||
| * | Remove postdeploy migration | Yukai Huang | 2017-05-07 | 1 | -3/+0 |
| | | |||||
| * | Remove npm install in heroku build | Yukai Huang | 2017-05-07 | 1 | -2/+0 |
|/ | | | | since heroku detects yarn.lock automatically | ||||
* | Update to support code block syntax highlighting of gherkin | Wu Cheng-Han | 2017-05-05 | 2 | -2/+3 |
| | |||||
* | Fix fb message link might not available for public | Max Wu | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #428 from PeterDaveHello/travis-ci-optimize | Max Wu | 2017-04-19 | 1 | -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-on | Peter Dave Hello | 2017-04-18 | 1 | -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-indent | Max Wu | 2017-04-18 | 5 | -20/+20 |
|\ | | | | | Fix indent in views, shouldn't mix tabs with spaces | ||||
| * | Fix indent in views, shouldn't mix tabs with spaces | Peter Dave Hello | 2017-04-18 | 5 | -20/+20 |
| | | |||||
* | | Merge pull request #426 from PeterDaveHello/cdnjs-integration | Max Wu | 2017-04-18 | 4 | -3/+3 |
|\ \ | | | | | | | Use abcjs on cdnjs | ||||
| * | | Use abcjs on cdnjs, cc @jackycute | Peter Dave Hello | 2017-04-18 | 4 | -3/+3 |
| |/ | |||||
* | | Merge pull request #425 from PeterDaveHello/fix-file-permission | Max Wu | 2017-04-18 | 4 | -0/+0 |
|\ \ | |/ |/| | Remove executable permission from static files | ||||
| * | Remove executable permission from static files | Peter Dave Hello | 2017-04-18 | 4 | -0/+0 |
|/ | |||||
* | Fix link regex should filter protocol with case insensitive flag [Security ↵ | Wu Cheng-Han | 2017-04-11 | 1 | -1/+1 |
| | | | | Issue] | ||||
* | Enable source map in development build | Yukai Huang | 2017-04-11 | 1 | -1/+3 |
| | |||||
* | Merge pull request #417 from hackmdio/refactor | Max Wu | 2017-04-10 | 6 | -158/+191 |
|\ | | | | | Refactor editor cont. | ||||
| * | Update editorconfig | Yukai Huang | 2017-03-31 | 1 | -1/+5 |
| | |