summaryrefslogtreecommitdiff
path: root/app.js (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08refactor(app.js): Extract /me pageBoHong Li1-28/+1
2017-05-08refactor(app.js): Remove unused modulesBoHong Li1-1/+0
2017-05-08refactor(app.js): Extract history apiBoHong Li1-11/+1
2017-05-08refactor(app.js): Remove unused import modulesBoHong Li1-2/+0
2017-05-08refactor(app.js, auth.js): Extract all auth method to individual modulesBoHong Li1-157/+1
2017-05-08refactor(app.js): Extract status pagesBoHong Li1-78/+1
2017-05-08refactor(app.js): Extract index, 403, 404, 500 pagesBoHong Li1-14/+1
2017-05-08refactor(app.js): Extract urlencodedParser to utils moduleBoHong Li1-6/+1
2017-05-08refactor(app.js): Extract middleware to moduleBoHong Li1-20/+2
2017-05-08fix(app.js): Stream logBoHong Li1-1/+1
2017-05-08Add reference to utils libraryLluisArevalo1-0/+3
2017-05-08Add Content-Type to the images uploaded to AWS S3LluisArevalo1-0/+3
2017-03-23Fix front-end constants generation not getting config properlyWu Cheng-Han1-3/+7
2017-03-22Update to indicate version in status API headerWu Cheng-Han1-1/+2
2017-03-22Update to print info on exit term signals handledWu Cheng-Han1-0/+1
2017-03-22Update to handle SIGQUITWu Cheng-Han1-0/+1
2017-03-20Add support of Catalan localeWu Cheng-Han1-1/+1
2017-03-20Fix typo and possible wrong value on provider is false on generating front-en...Wu Cheng-Han1-3/+3
2017-03-20Update to generate front-end constants on server startupWu Cheng-Han1-0/+16
2017-03-14Add config option for gitlab api scope and auto adapt gitlab snippet feature ...Wu Cheng-Han1-2/+4
2017-03-08Use JavaScript Standard StyleBoHong Li1-554/+556
2017-02-09Fix image path problem when using filesystem backendNV1-1/+1
2017-02-03Update to remove history cache to lower application couplingWu Cheng-Han1-3/+3
2017-01-20Handle SIGTERM the same way SIGINT is handledJan Kunzmann1-3/+5
2017-01-12Add `allowemailregister` optionSheogorath1-25/+27
2017-01-12Fix SIGINT checkClean should only log error instead throw errorWu Cheng-Han1-1/+1
2016-12-30Added Esperanto translationJames Stephenson1-1/+1
2016-12-27Fix URL concatenationknjcode1-1/+2
2016-12-18fix #284S.Noda1-1/+1
2016-12-14LDAP login improvementsalecdwm1-3/+9
2016-12-13Initial support for LDAP server authenticationalecdwm1-0/+6
2016-12-12Fix missing dependency in app.jsWu Cheng-Han1-0/+1
2016-12-12Fix redirection to url without trailing slashes not considering about config ...Wu Cheng-Han1-2/+5
2016-12-11Remove bower occurencesYukai Huang1-2/+1
2016-12-03Update to handle request with invalid uriWu Cheng-Han1-0/+11
2016-12-03Remove preprocess image on upload image or it will losing support of image so...Wu Cheng-Han1-72/+51
2016-12-02Update to support optional email register and signinWu Cheng-Han1-1/+46
2016-11-22Handle preprocess image errorYukai Huang1-0/+4
2016-11-18Try to replace engine.io to uws in socket.io for better performanceWu Cheng-Han1-0/+4
2016-11-16Config sharp image preprocessingYukai Huang1-53/+69
2016-11-16upload image to s3Yukai Huang1-4/+32
2016-11-16Join image path with config.serverurlYukai Huang1-1/+3
2016-11-15save to upload folder only when option enabledYukai Huang1-2/+4
2016-11-14support filesystem image uploadYukai Huang1-12/+26
2016-11-14upload image to public/uploadsYukai Huang1-0/+3
2016-11-07Add to throw error when server not ready after db syncedWu Cheng-Han1-0/+2
2016-10-24Revert "html minify in production environment"Max Wu1-13/+0
2016-10-23html minify in production environmentPeter Dave Hello1-0/+13
2016-10-21Update to support Swedish localeWu Cheng-Han1-1/+1
2016-10-21Fix socket disconnect might interrupt loop issueWu Cheng-Han1-1/+3