Compare commits
3 Commits
202304.25.
...
add-dav-fe
Author | SHA1 | Date | |
---|---|---|---|
05d4a10a5b
|
|||
|
c06166fdc2 | ||
fb1219163e
|
@@ -111,6 +111,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 212da184e3fedeb03530cc66dbf9c8974e461e214dda5a698b11012e66e4531a
|
||||
hmac: 707a5ef589fb6320f9e9e1dec7d8d4d11b477ba09e3b2b08d6f31f98d6d3f5d0
|
||||
|
||||
...
|
||||
|
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"require": {
|
||||
"ext-redis": "*",
|
||||
"chill-project/chill-bundles": "dev-master#a539febcfea6ea164d224db48bd903e0db60077b",
|
||||
"chill-project/chill-bundles": "dev-master#00e62442ccd3695f3a418d192977672166f85427",
|
||||
"symfony/flex": "^1.9",
|
||||
"symfony/http-client": "^4.4 || ^5",
|
||||
"nelmio/alice": "^3.8",
|
||||
|
10
composer.lock
generated
10
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "ffa98f36fbba84257a9e35f57444e1ad",
|
||||
"content-hash": "4f206b49b7a5b325b0de6a3b709ed910",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@@ -227,12 +227,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@gitlab.com:Chill-Projet/chill-bundles.git",
|
||||
"reference": "a539febcfea6ea164d224db48bd903e0db60077b"
|
||||
"reference": "00e62442ccd3695f3a418d192977672166f85427"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=a539febcfea6ea164d224db48bd903e0db60077b",
|
||||
"reference": "a539febcfea6ea164d224db48bd903e0db60077b",
|
||||
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=00e62442ccd3695f3a418d192977672166f85427",
|
||||
"reference": "00e62442ccd3695f3a418d192977672166f85427",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -344,7 +344,7 @@
|
||||
"chill",
|
||||
"social worker"
|
||||
],
|
||||
"time": "2023-04-25T12:34:21+00:00"
|
||||
"time": "2023-04-25T15:09:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/package-versions-deprecated",
|
||||
|
@@ -29,6 +29,14 @@ security:
|
||||
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||||
security: false
|
||||
|
||||
dav:
|
||||
pattern: ^/dav
|
||||
provider: chain_provider
|
||||
stateless: true
|
||||
guard:
|
||||
authenticators:
|
||||
- Chill\DocStoreBundle\Security\Guard\JWTOnDavUrlAuthenticator
|
||||
|
||||
wopi:
|
||||
pattern: ^/wopi
|
||||
provider: chain_provider
|
||||
|
Reference in New Issue
Block a user