diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-05-23 14:25:51 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-06-05 10:17:22 +0200 |
commit | 608456d2a90088e551de48439038da18a4c2a037 (patch) | |
tree | 9d7616989b31a6c1bf9edafd1f7a55f8bf53ca5c /apps/files_trashbin/appinfo | |
parent | bc008f8d5f684678242f0e2f706f8f7d28f0fe10 (diff) | |
download | nextcloud-server-608456d2a90088e551de48439038da18a4c2a037.tar.gz nextcloud-server-608456d2a90088e551de48439038da18a4c2a037.zip |
Previews on for all trashbin files
* Previews possible for all files in the trashbin
* Set caching
* Use the fileid to find the file
* Fix test
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r-- | apps/files_trashbin/appinfo/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/routes.php b/apps/files_trashbin/appinfo/routes.php index 9243ee7e91c..21b4bc2d8c9 100644 --- a/apps/files_trashbin/appinfo/routes.php +++ b/apps/files_trashbin/appinfo/routes.php @@ -29,7 +29,7 @@ $application->registerRoutes($this, [ 'routes' => [ [ 'name' => 'Preview#getPreview', - 'url' => '/ajax/preview.php', + 'url' => '/preview', 'verb' => 'GET', ], ], |