diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-10 12:51:24 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-14 17:55:53 +0200 |
commit | c1b8cb2e210377a818daf3cf107313a3d2ac9ca2 (patch) | |
tree | 80244258f5b605cba233e26a327d28744e2453aa /apps/files_versions/appinfo | |
parent | 61661036fc986f908fe975d52b8b0cdcf5eb2272 (diff) | |
download | nextcloud-server-c1b8cb2e210377a818daf3cf107313a3d2ac9ca2.tar.gz nextcloud-server-c1b8cb2e210377a818daf3cf107313a3d2ac9ca2.zip |
Set the proper filename for version downloads
Before it just used the internalid (timestamp often) which is not really
user friendly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_versions/appinfo')
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 84c4f87cc21..eb06721c1ea 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -37,6 +37,9 @@ </commands> <sabre> + <plugins> + <plugin>OCA\Files_Versions\Sabre\Plugin</plugin> + </plugins> <collections> <collection>OCA\Files_Versions\Sabre\RootCollection</collection> </collections> |