diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-29 12:22:15 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-12-02 15:28:47 +0100 |
commit | 5274c5426818270460ce05ee0071aa9f189281e6 (patch) | |
tree | 5686820b9f0493ddc2a7005c39eee648849b9d79 /package.json | |
parent | b99134d0a37269b263eef019d1a58317b1d943ed (diff) | |
download | nextcloud-server-5274c5426818270460ce05ee0071aa9f189281e6.tar.gz nextcloud-server-5274c5426818270460ce05ee0071aa9f189281e6.zip |
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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 448fc6aaed8..4b1c4a8e649 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,10 @@ "@chenfengyuan/vue-qrcode": "^1.0.1", "@nextcloud/auth": "^0.3.1", "@nextcloud/axios": "^0.5.0", + "@nextcloud/dialogs": "^0.1.1", "@nextcloud/event-bus": "^0.2.1", "@nextcloud/initial-state": "^0.2.0", + "@nextcloud/logger": "^0.1.0", "@nextcloud/paths": "^0.2.0", "@nextcloud/router": "^0.1.0", "autosize": "^4.0.2", |