summaryrefslogtreecommitdiff
path: root/app.js (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-14Replace CodiMD with HedgeDocErik Michelson1-2/+2
2020-11-11Fix deprecation warning of "includeSubDomains"Tilman Vatteroth1-1/+1
2020-09-09Add Malayalam translationSheogorath1-1/+1
2020-08-27Add config option for cookie SameSite policyErik Michelson1-1/+1
2020-06-10Relax cookie restrictions to 'lax' to allow frontend to workSheogorath1-1/+1
2020-06-10Fix broken cookie handling due to missing proxy awarenessSheogorath1-0/+7
2020-06-08Remove unused socket.io cookieSheogorath1-1/+1
2020-06-08Ensure session cookies are secureSheogorath1-1/+3
2020-06-08Disable unneeded 'io' cookie.David Mehren1-1/+1
2020-06-08Set all cookies with sameSite: strictDavid Mehren1-1/+2
2019-10-27Move note actions to their own file.David Mehren1-3/+3
2019-10-05Slovak localeMartin Turoci1-1/+1
2019-10-03Added Czech translationPetrTodorov1-1/+1
2019-09-18Fixed #179 (redirect loop with a trailing slash)Erik Michelson1-3/+3
2019-08-15Add arabian translationSheogorath1-1/+1
2019-05-26Add vietnamese languageSheogorath1-1/+1
2019-04-16fix unix socket not removed on shutdown (#50)naimo1-0/+3
2019-04-04specifying the locale jsons to be in the exact style of poeditor should cut d...Claudius1-0/+1
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