Added an option to download a attachment via URL. Implemented secure attachments, which can not be accessed by URL and requires authentication.

This commit is contained in:
Jan Böhmer 2019-10-19 18:42:06 +02:00
parent d382021fee
commit 27a001b1d2
10 changed files with 266 additions and 5 deletions

View file

@ -414,6 +414,12 @@
"./src/Kernel.php"
]
},
"symfony/http-client": {
"version": "v4.3.5"
},
"symfony/http-client-contracts": {
"version": "v1.1.7"
},
"symfony/http-foundation": {
"version": "v4.2.3"
},