Uploaded (non secure) attachments live now in public/

That way the attachment files can now be loaded much quicker (without invoking a controller). Also added thumbnailing for pictures in tables.
This commit is contained in:
Jan Böhmer 2019-10-05 20:30:27 +02:00
parent 1b28006267
commit 4fe10b6169
21 changed files with 552 additions and 21 deletions

View file

@ -141,9 +141,25 @@
"guzzlehttp/psr7": {
"version": "1.6.1"
},
"imagine/imagine": {
"version": "1.2.2"
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
"liip/imagine-bundle": {
"version": "1.8",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "master",
"version": "1.8",
"ref": "1d42bc3f713130582e6e0c475c49bc327ab0a2a2"
},
"files": [
"./config/packages/liip_imagine.yaml",
"./config/routes/liip_imagine.yaml"
]
},
"monolog/monolog": {
"version": "1.24.0"
},
@ -550,6 +566,9 @@
"./config/packages/test/swiftmailer.yaml"
]
},
"symfony/templating": {
"version": "v4.3.4"
},
"symfony/test-pack": {
"version": "v1.0.5"
},