Merge pull request #1155 from nextcloud/feat/faces-ui

This commit is contained in:
Marcel Klehr 2022-08-23 14:51:44 +02:00 committed by GitHub
commit 07a960d420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
213 changed files with 1557 additions and 8 deletions

View File

@ -46,6 +46,22 @@ return [
'path' => '',
]
],
['name' => 'page#index', 'url' => '/folders/{path}', 'verb' => 'GET', 'postfix' => 'folders',
'requirements' => [
'path' => '.*',
],
'defaults' => [
'path' => '',
]
],
['name' => 'page#index', 'url' => '/faces/{path}', 'verb' => 'GET', 'postfix' => 'faces',
'requirements' => [
'path' => '.*',
],
'defaults' => [
'path' => '',
]
],
['name' => 'page#index', 'url' => '/shared/{path}', 'verb' => 'GET', 'postfix' => 'shared',
'requirements' => [
'path' => '.*',

View File

@ -20,8 +20,5 @@
"vimeo/psalm": "^4.22",
"christophwurst/nextcloud": "dev-master",
"sabre/dav": "^4.2.1"
},
"require": {
"doctrine/dbal": "^3.4"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More