summaryrefslogtreecommitdiff
path: root/app.js (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-22Change CSP config format to be more intuitiveLiterallie1-5/+35
2017-10-22CSP: Workaround for ws:// protocolLiterallie1-2/+12
2017-10-22Fix MathJax CSP issuesLiterallie1-7/+7
2017-10-22CSP: Add nonce to slide view inline JSLiterallie1-0/+7
2017-10-22CSP: Upgrade insecure requests if possibleLiterallie1-0/+5
2017-10-22Add basic CSP supportLiterallie1-0/+25
2017-10-13Make HSTS behaviour configurable; Fixes #584Literallie1-5/+10
2017-06-11Add support of Danish localeWu Cheng-Han1-1/+1
2017-05-08Fix import module name typo in app.jsWu Cheng-Han1-1/+1
2017-05-08fix(imageRouter): import missing dependency: getImageMimeTypeRaccoon Li1-3/+0
2017-05-08refactor: Rename checkURiVaild to checkURIValid to fit coding standardBoHong Li1-2/+1
2017-05-08fix(app.js): Change config.maintenance to realtime.maintenanceBoHong Li1-1/+1
2017-05-08refactor(config.js): Extract config fileBoHong Li1-8/+5
2017-05-08fix: Add 'use strict' on app.jsBoHong Li1-0/+1
2017-05-08refactor: Remove `require` extension filenameBoHong Li1-3/+3
2017-05-08refactor(app.js): Move passport serialize and deserialize to auth moduleBoHong Li1-19/+0
2017-05-08refactor(app.js): Extract tooBusyBoHong Li1-8/+2
2017-05-08refactor(app.js): Extract upload imageBoHong Li1-84/+2
2017-05-08fix(app.js): Fixed typoBoHong Li1-1/+1
2017-05-08refactor(app.js): Extract note actionBoHong Li1-17/+4
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