mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
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:
parent
d382021fee
commit
27a001b1d2
10 changed files with 266 additions and 5 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue