| Commit message (Expand) | Author | Files | Lines |
2017-10-13 | Add env vars for extra HSTS options | Literallie | 1 | -0/+3 |
2017-10-13 | Add on/off env var for HSTS | Literallie | 1 | -0/+3 |
2017-10-13 | Make HSTS behaviour configurable; Fixes #584 | Literallie | 1 | -0/+6 |
2017-10-11 | Fix missing boolean setting for HMD_URL_ADDPORT | Sheogorath | 1 | -1/+1 |
2017-10-09 | createdAt DESC with quotation marks did not work with MySQL fixes #565 | Claudius Coenen | 1 | -4/+4 |
2017-09-22 | Fix broken profile images | Sheogorath | 1 | -2/+6 |
2017-09-04 | Give google the correct name. | Kaiyu Shi | 1 | -3/+3 |
2017-06-14 | fix s3 us-east-1 region endpoint | Kotaro Yamamoto | 1 | -1/+4 |
2017-06-05 | Fix typo in the db config | Wu Cheng-Han | 1 | -1/+1 |
2017-06-05 | Fix slide might not provide slideOptions meta | Wu Cheng-Han | 1 | -1/+1 |
2017-06-02 | switch to __dirname | butlerx | 1 | -1/+1 |
2017-06-01 | Read to correct tlsca file path | tkykm | 1 | -2/+2 |
2017-06-01 | check if reveal theme exists | butlerx | 2 | -1/+11 |
2017-05-31 | add the ability to set slide theme in slide options | butlerx | 1 | -0/+1 |
2017-05-17 | fix: export to gist occurred 404 not found | Max Wu | 1 | -0/+4 |
2017-05-08 | fix(config): ssl environment configs not parse properly | Raccoon Li | 3 | -7/+20 |
2017-05-08 | fix(config): some environment config not parse properly | Raccoon Li | 2 | -7/+7 |
2017-05-08 | Rename checkURiValid.js to checkURIValid.js | Max Wu | 1 | -0/+0 |
2017-05-08 | fix(imageRouter): import missing dependency: getImageMimeType | Raccoon Li | 1 | -1/+1 |
2017-05-08 | refactor(config.js): Extract config file | BoHong Li | 12 | -251/+390 |
2017-05-08 | refactor: Remove `require` extension filename | BoHong Li | 9 | -22/+21 |
2017-05-08 | refactor(baseRouter.js): Adjust style fit standard | BoHong Li | 1 | -1/+0 |
2017-05-08 | refactor(auth.js): Remove base path | BoHong Li | 1 | -8/+8 |
2017-05-08 | refactor(app.js): Move passport serialize and deserialize to auth module | BoHong Li | 1 | -0/+22 |
2017-05-08 | refactor(app.js): Extract tooBusy | BoHong Li | 1 | -0/+13 |
2017-05-08 | refactor(app.js): Extract upload image | BoHong Li | 1 | -0/+95 |
2017-05-08 | refactor(app.js): Extract note action | BoHong Li | 1 | -0/+24 |
2017-05-08 | refactor(app.js): Extract /me page | BoHong Li | 1 | -0/+36 |
2017-05-08 | refactor(app.js): Extract history api | BoHong Li | 1 | -0/+19 |
2017-05-08 | refactor(app.js, auth.js): Extract all auth method to individual modules | BoHong Li | 11 | -194/+405 |
2017-05-08 | refactor(app.js): Extract status pages | BoHong Li | 1 | -0/+92 |
2017-05-08 | refactor(app.js): Extract index, 403, 404, 500 pages | BoHong Li | 1 | -0/+23 |
2017-05-08 | refactor(app.js): Extract urlencodedParser to utils module | BoHong Li | 1 | -0/+9 |
2017-05-08 | refactor(app.js): Extract middleware to module | BoHong Li | 2 | -0/+31 |
2017-05-08 | refactor(logger): Refactor logger.js | BoHong Li | 1 | -11/+11 |
2017-05-08 | Use single quotes | LluisArevalo | 1 | -11/+11 |
2017-05-08 | Add Content-Type to the images uploaded to AWS S3 | LluisArevalo | 1 | -0/+20 |
2017-03-28 | fix: Other dialect duplicated add index problem | BoHong Li | 2 | -3/+14 |
2017-03-28 | fix: Support SQlite | BoHong Li | 3 | -7/+25 |
2017-03-27 | fix: Add missing migration | BoHong Li | 7 | -0/+139 |
2017-03-24 | fix: Fixed sequelize-cli db:migration cannot stop when occur error | BoHong Li | 5 | -41/+51 |
2017-03-23 | Fix front-end constants generation not getting config properly | Wu Cheng-Han | 1 | -0/+2 |
2017-03-23 | Mark as 0.5.1 | Wu Cheng-Han | 1 | -1/+1 |
2017-03-20 | Update to generate front-end constants on server startup | Wu Cheng-Han | 1 | -1/+2 |
2017-03-15 | Fix strip null byte in model should cast to string to use replace function | Wu Cheng-Han | 1 | -0/+1 |
2017-03-14 | Add config option for gitlab api scope and auto adapt gitlab snippet feature ... | Wu Cheng-Han | 2 | -2/+4 |
2017-03-14 | Fix update doc from filesystem cause redundant authorship stringify | Wu Cheng-Han | 1 | -1/+1 |
2017-03-14 | Use strict mode in all backend files | BoHong Li | 19 | -0/+19 |
2017-03-08 | Use JavaScript Standard Style | BoHong Li | 19 | -3139/+3069 |
2017-03-04 | Fixed Syntax Error | BoHong Li | 1 | -1/+5 |