@@ -42,7 +42,7 @@ public static function davPermissionsProvider(): array {
4242 [Constants::PERMISSION_ALL , 'file ' , true , Constants::PERMISSION_ALL , true , '' , 'SRMGDNVW ' ],
4343 [Constants::PERMISSION_ALL , 'file ' , true , Constants::PERMISSION_ALL - Constants::PERMISSION_UPDATE , true , '' , 'SRMGDNV ' ],
4444 [Constants::PERMISSION_ALL - Constants::PERMISSION_SHARE , 'file ' , true , Constants::PERMISSION_ALL , false , 'test ' , 'SGDNVW ' ],
45- [Constants::PERMISSION_ALL - Constants::PERMISSION_UPDATE , 'file ' , false , Constants::PERMISSION_ALL , false , 'test ' , 'RGD ' ],
45+ [Constants::PERMISSION_ALL - Constants::PERMISSION_UPDATE , 'file ' , false , Constants::PERMISSION_ALL , false , 'test ' , 'RGDN ' ],
4646 [Constants::PERMISSION_ALL - Constants::PERMISSION_DELETE , 'file ' , false , Constants::PERMISSION_ALL , false , 'test ' , 'RGNVW ' ],
4747 [Constants::PERMISSION_ALL - Constants::PERMISSION_CREATE , 'file ' , false , Constants::PERMISSION_ALL , false , 'test ' , 'RGDNVW ' ],
4848 [Constants::PERMISSION_ALL - Constants::PERMISSION_READ , 'file ' , false , Constants::PERMISSION_ALL , false , 'test ' , 'RDNVW ' ],
0 commit comments