| Commit message (Expand) | Author | Age | Files | Lines |
* | support Simplified Chinese and rename original zh to Traditional Chinese | Rwing | 2017-10-23 | 1 | -1/+1 |
* | Make HSTS behaviour configurable; Fixes #584 | Literallie | 2017-10-13 | 1 | -5/+10 |
* | Add support of Danish locale | Wu Cheng-Han | 2017-06-11 | 1 | -1/+1 |
* | Fix import module name typo in app.js | Wu Cheng-Han | 2017-05-08 | 1 | -1/+1 |
* | fix(imageRouter): import missing dependency: getImageMimeType | Raccoon Li | 2017-05-08 | 1 | -3/+0 |
* | refactor: Rename checkURiVaild to checkURIValid to fit coding standard | BoHong Li | 2017-05-08 | 1 | -2/+1 |
* | 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 | 1 | -8/+5 |
* | 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 | 1 | -3/+3 |
* | refactor(app.js): Move passport serialize and deserialize to auth module | BoHong Li | 2017-05-08 | 1 | -19/+0 |
* | refactor(app.js): Extract tooBusy | BoHong Li | 2017-05-08 | 1 | -8/+2 |
* | refactor(app.js): Extract upload image | BoHong Li | 2017-05-08 | 1 | -84/+2 |
* | fix(app.js): Fixed typo | BoHong Li | 2017-05-08 | 1 | -1/+1 |
* | refactor(app.js): Extract note action | BoHong Li | 2017-05-08 | 1 | -17/+4 |
* | refactor(app.js): Extract /me page | BoHong Li | 2017-05-08 | 1 | -28/+1 |
* | 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 | 1 | -11/+1 |
* | 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 | 1 | -157/+1 |
* | refactor(app.js): Extract status pages | BoHong Li | 2017-05-08 | 1 | -78/+1 |
* | refactor(app.js): Extract index, 403, 404, 500 pages | BoHong Li | 2017-05-08 | 1 | -14/+1 |
* | refactor(app.js): Extract urlencodedParser to utils module | BoHong Li | 2017-05-08 | 1 | -6/+1 |
* | refactor(app.js): Extract middleware to module | BoHong Li | 2017-05-08 | 1 | -20/+2 |
* | fix(app.js): Stream log | BoHong Li | 2017-05-08 | 1 | -1/+1 |
* | 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 | 1 | -0/+3 |
* | Fix front-end constants generation not getting config properly | Wu Cheng-Han | 2017-03-23 | 1 | -3/+7 |
* | Update to indicate version in status API header | Wu Cheng-Han | 2017-03-22 | 1 | -1/+2 |
* | Update to print info on exit term signals handled | Wu Cheng-Han | 2017-03-22 | 1 | -0/+1 |
* | Update to handle SIGQUIT | Wu Cheng-Han | 2017-03-22 | 1 | -0/+1 |
* | Add support of Catalan locale | Wu Cheng-Han | 2017-03-20 | 1 | -1/+1 |
* | Fix typo and possible wrong value on provider is false on generating front-en... | Wu Cheng-Han | 2017-03-20 | 1 | -3/+3 |
* | Update to generate front-end constants on server startup | Wu Cheng-Han | 2017-03-20 | 1 | -0/+16 |
* | Add config option for gitlab api scope and auto adapt gitlab snippet feature ... | Wu Cheng-Han | 2017-03-14 | 1 | -2/+4 |
* | Use JavaScript Standard Style | BoHong Li | 2017-03-08 | 1 | -554/+556 |
* | Fix image path problem when using filesystem backend | NV | 2017-02-09 | 1 | -1/+1 |
* | Update to remove history cache to lower application coupling | Wu Cheng-Han | 2017-02-03 | 1 | -3/+3 |
* | Handle SIGTERM the same way SIGINT is handled | Jan Kunzmann | 2017-01-20 | 1 | -3/+5 |
* | Merge pull request #317 from SISheogorath/master+allowEmailRegister | Max Wu | 2017-01-12 | 1 | -25/+27 |
|\ |
|
| * | Add `allowemailregister` option | Sheogorath | 2017-01-12 | 1 | -25/+27 |
* | | Fix SIGINT checkClean should only log error instead throw error | Wu Cheng-Han | 2017-01-12 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #279 from alecdwm/ldap-auth | Max Wu | 2017-01-09 | 1 | -0/+12 |
|\ |
|
| * | LDAP login improvements | alecdwm | 2016-12-14 | 1 | -3/+9 |
| * | Initial support for LDAP server authentication | alecdwm | 2016-12-13 | 1 | -0/+6 |
* | | Added Esperanto translation | James Stephenson | 2016-12-30 | 1 | -1/+1 |
* | | Fix URL concatenation | knjcode | 2016-12-27 | 1 | -1/+2 |
* | | fix #284 | S.Noda | 2016-12-18 | 1 | -1/+1 |
|/ |
|
* | Fix missing dependency in app.js | Wu Cheng-Han | 2016-12-12 | 1 | -0/+1 |
* | Fix redirection to url without trailing slashes not considering about config ... | Wu Cheng-Han | 2016-12-12 | 1 | -2/+5 |