summaryrefslogtreecommitdiff
path: root/app.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong maxAgeSeconds multiplicationSheogorath2018-11-191-1/+1
* Fix streaming for winstonSheogorath2018-11-161-1/+1
* Enforce disabled index for static assetsSheogorath2018-11-121-1/+1
* Add full version stringSheogorath2018-11-111-0/+1
* Fix menu for github and dropboxCédric Couralet2018-11-071-1/+5
* Fix menu when gitlab is enabledCédric Couralet2018-11-071-0/+1
* removing global site layout vars from individual routers, putting them into a...Claudius2018-11-031-0/+23
* Merge pull request #940 from WilliButz/fix-configurable-pathsChristoph (Sheogorath) Kern2018-10-051-1/+4
|\
| * removing superfluous config parameters for template filesClaudius2018-09-261-1/+1
| * app.js: add missing routes for configurable pathsWilliButz2018-09-261-0/+3
* | Merge pull request #958 from SISheogorath/fix/uwsChristoph (Sheogorath) Kern2018-10-031-1/+1
|\ \ | |/ |/|
| * Replace `uws` with `ws` packageSheogorath2018-09-181-1/+1
* | Add indonesian language to CodiMDSheogorath2018-09-231-1/+1
|/
* Support 'host' & 'path' config optionsMiranda Kastemaa2018-07-271-3/+13
* Do final internal renameingSheogorath2018-06-241-0/+1
* Rebrand HackMD to CodiMDSheogorath2018-06-241-1/+1
* Move config out of statics pathSheogorath2018-06-241-16/+0
* Remove unused zh.json from repoSheogorath2018-06-231-1/+1
* Merge pull request #837 from SISheogorath/translate/koreanChristoph (Sheogorath) Kern2018-06-071-1/+1
|\
| * Add korean translationSheogorath2018-06-071-1/+1
* | Fix i18n writing locale files in productionSheogorath2018-06-051-1/+2
|/
* Removing google drive integrationSheogorath2018-05-161-2/+0
* Revert "Workaround Google API problems"Christoph (Sheogorath) Kern2018-05-161-1/+1
* Use API key instead of clientSecretSheogorath2018-04-131-1/+1
* Change config to camel case with backwards compatibilitySheogorath2018-03-251-17/+17
* Add referrer policySheogorath2018-02-121-0/+7
* Merge pull request #691 from SISheogorath/feature/uploadChristoph (Sheogorath) Kern2018-01-231-1/+2
|\
| * Allow more detailed configuration of upload mime typesSheogorath2018-01-201-1/+2
* | Merge pull request #598 from xxyy/feature/cspChristoph (Sheogorath) Kern2018-01-221-0/+14
|\ \ | |/ |/|
| * Move CSP logic to new file, Fix boolean config examplesLiterallie2017-10-221-73/+4
| * Add dirty workaround for speakers view inline scriptLiterallie2017-10-221-0/+4
| * Allow any connect-src in CSPLiterallie2017-10-221-1/+1
| * Don't add nonce to CSP if unsafe-inline is onLiterallie2017-10-221-1/+3
| * Change CSP config format to be more intuitiveLiterallie2017-10-221-5/+35
| * CSP: Workaround for ws:// protocolLiterallie2017-10-221-2/+12
| * Fix MathJax CSP issuesLiterallie2017-10-221-7/+7
| * CSP: Add nonce to slide view inline JSLiterallie2017-10-221-0/+7
| * CSP: Upgrade insecure requests if possibleLiterallie2017-10-221-0/+5
| * Add basic CSP supportLiterallie2017-10-221-0/+25
* | Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-191-1/+1
* | support Simplified Chinese and rename original zh to Traditional ChineseRwing2017-10-231-1/+1
|/
* Make HSTS behaviour configurable; Fixes #584Literallie2017-10-131-5/+10
* Add support of Danish localeWu Cheng-Han2017-06-111-1/+1
* Fix import module name typo in app.jsWu Cheng-Han2017-05-081-1/+1
* fix(imageRouter): import missing dependency: getImageMimeTypeRaccoon Li2017-05-081-3/+0
* refactor: Rename checkURiVaild to checkURIValid to fit coding standardBoHong Li2017-05-081-2/+1
* fix(app.js): Change config.maintenance to realtime.maintenanceBoHong Li2017-05-081-1/+1
* refactor(config.js): Extract config fileBoHong Li2017-05-081-8/+5
* fix: Add 'use strict' on app.jsBoHong Li2017-05-081-0/+1
* refactor: Remove `require` extension filenameBoHong Li2017-05-081-3/+3