summaryrefslogtreecommitdiff
path: root/app.js (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-04Add serbian languageSheogorath1-1/+1
2018-11-19Fix wrong maxAgeSeconds multiplicationSheogorath1-1/+1
2018-11-16Fix streaming for winstonSheogorath1-1/+1
2018-11-12Enforce disabled index for static assetsSheogorath1-1/+1
2018-11-11Add full version stringSheogorath1-0/+1
2018-11-07Fix menu for github and dropboxCédric Couralet1-1/+5
2018-11-07Fix menu when gitlab is enabledCédric Couralet1-0/+1
2018-11-03removing global site layout vars from individual routers, putting them into a...Claudius1-0/+23
2018-09-26removing superfluous config parameters for template filesClaudius1-1/+1
2018-09-26app.js: add missing routes for configurable pathsWilliButz1-0/+3
2018-09-23Add indonesian language to CodiMDSheogorath1-1/+1
2018-09-18Replace `uws` with `ws` packageSheogorath1-1/+1
2018-07-27Support 'host' & 'path' config optionsMiranda Kastemaa1-3/+13
2018-06-24Do final internal renameingSheogorath1-0/+1
2018-06-24Rebrand HackMD to CodiMDSheogorath1-1/+1
2018-06-24Move config out of statics pathSheogorath1-16/+0
2018-06-23Remove unused zh.json from repoSheogorath1-1/+1
2018-06-07Add korean translationSheogorath1-1/+1
2018-06-05Fix i18n writing locale files in productionSheogorath1-1/+2
2018-05-16Removing google drive integrationSheogorath1-2/+0
2018-05-16Revert "Workaround Google API problems"Christoph (Sheogorath) Kern1-1/+1
2018-04-13Use API key instead of clientSecretSheogorath1-1/+1
2018-03-25Change config to camel case with backwards compatibilitySheogorath1-17/+17
2018-02-12Add referrer policySheogorath1-0/+7
2018-01-20Allow more detailed configuration of upload mime typesSheogorath1-1/+2
2018-01-19Fix not passing app key correctly in dropbox configWu Cheng-Han1-1/+1
2017-10-23support Simplified Chinese and rename original zh to Traditional ChineseRwing1-1/+1
2017-10-22Move CSP logic to new file, Fix boolean config examplesLiterallie1-73/+4
2017-10-22Add dirty workaround for speakers view inline scriptLiterallie1-0/+4
2017-10-22Allow any connect-src in CSPLiterallie1-1/+1
2017-10-22Don't add nonce to CSP if unsafe-inline is onLiterallie1-1/+3
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