Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-29 14:22:15 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-12-02 17:28:47 +0300
commit5274c5426818270460ce05ee0071aa9f189281e6 (patch)
tree5686820b9f0493ddc2a7005c39eee648849b9d79 /.gitattributes
parentb99134d0a37269b263eef019d1a58317b1d943ed (diff)
Add a transfer ownership background job
This job can be initiated by a user to transfer a file/folder to a target user. The target user will have to accept the job. Once that is done the transfers is initiated in the background. Both parties get notified when the job is done. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 4e522fbd42f..fbcb8a02f0d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,6 +5,8 @@
/apps/accessibility/js/accessibility.js.map binary
/apps/comments/js/*.js binary
/apps/comments/js/*.js.map binary
+/apps/files/js/dist/*.js binary
+/apps/files/js/dist/*.js.map binary
/apps/files_sharing/js/dist/*.js binary
/apps/files_sharing/js/dist/*.js.map binary
/apps/files_versions/js/files_versions.js binary