diff options
author | fnuesse <felix.nuesse@t-online.de> | 2018-06-27 10:40:32 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-12 16:49:39 +0200 |
commit | c9995de2db2072960144163d62e2507e393d32b6 (patch) | |
tree | fda20d08557ae40604a799e45de35ddbcb313d0e /apps/files/appinfo | |
parent | 55ebdc9344dc8edb665491bf89595f406cfc4d62 (diff) | |
download | nextcloud-server-c9995de2db2072960144163d62e2507e393d32b6.tar.gz nextcloud-server-c9995de2db2072960144163d62e2507e393d32b6.zip |
Added drop-animation to sortable-list
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Added icon-change on drag
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Fixed Navbar-closing in app when favorites-list is toggled on mobile
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Refactored Code
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Changed to alphabetical sorting
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Fixed deletion of folder with identical names
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Removed ability to add files to the quickaccess
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Fixed wrong path-generation when added from favorites-star
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Removed Element from navbar when favorite-star in detailview is toggled off
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Changed Quota-Text to prevent boundarybreaks
Reverted last commit
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/routes.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index ec8c3e03b7e..a9d8ba0a1b9 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -131,6 +131,11 @@ $application->registerRoutes( 'url' => '/api/v1/quickaccess/get/CustomSortingOrder', 'verb' => 'GET', ], + [ + 'name' => 'API#getNodeType', + 'url' => '/api/v1/quickaccess/get/NodeType', + 'verb' => 'GET', + ], ] ] ); |