summaryrefslogtreecommitdiff
path: root/lib/web/imageRouter.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove camel case from `imageuploadtype` in configSheogorath2018-01-271-2/+2
| | | | | | | | | | | | | This removes the only camel cased option of the config options **we** added to the config.json. In auth provider's config parts are a lot of camel cased options provided. We shouldn't touch them to keep them as similar as possible to the examples. Fixes #315 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
* Add support for minioMarc Deop2017-08-301-0/+34
|
* fix s3 us-east-1 region endpointKotaro Yamamoto2017-06-141-1/+4
|
* fix(imageRouter): import missing dependency: getImageMimeTypeRaccoon Li2017-05-081-1/+1
|
* refactor(app.js): Extract upload imageBoHong Li2017-05-081-0/+95