Skip to content

Commit

Permalink
Merge pull request #2134 from nextcloud/backport/2121/stable19
Browse files Browse the repository at this point in the history
[stable19] documentation for user invoked ownership transfer
  • Loading branch information
rullzer authored Jun 5, 2020
2 parents 7199ebe + 3fb8d1b commit 9d31c2a
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Trashbin contents are not transferred::
(See :doc:`../configuration_server/occ_command` for a complete ``occ``
reference.)

Users may also transfer files or folders selectively by themselves.
See `user documentation <https://docs.nextcloud.com/server/latest/user_manual/files/transfer_ownership.html>`_ for details.


Creating persistent file Shares
-------------------------------
Expand Down
3 changes: 3 additions & 0 deletions admin_manual/configuration_server/occ_command.rst
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,9 @@ It is also possible to transfer only one directory along with it's contents. Thi

sudo -u www-data php occ files:transfer-ownership --path="path_to_dir" <source-user> <destination-user>

Users may also transfer files or folders selectively by themselves.
See `user documentation <https://docs.nextcloud.com/server/latest/user_manual/files/transfer_ownership.html>`_ for details.

.. _files_external_label:

Files external
Expand Down
1 change: 1 addition & 0 deletions user_manual/files/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Files & synchronization
quota
version_control
projects
transfer_ownership

25 changes: 25 additions & 0 deletions user_manual/files/transfer_ownership.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
==================
Transfer Ownership
==================

Users can transfer the ownership of files and folders to other users. Share
ownerships of those transfered files/folders will also be transferred.

#. Navigate to *Settings* > *Personal* > *Sharing* > *Files*
#. Click on *Choose file or folder to transfer* >> A file picker opens, showing all files and folders in the user's account
#. Pick a file or folder and click on *Choose* >> The chosen file or folder name gets displayed
#. Click on *Change* to change the choice if necessary
#. Pick a new owner by typing their name into the search field next to *New owner*
#. Click on *Transfer*

.. note:: The username autocompletion or listing may be limited due to administrative visibility configuration.
See `admin documentation <https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/file_sharing_configuration.html>`_ for details.

#. The target user receives a notification where they are being asked whether to
accept or reject the incoming transfer.

.. figure:: ../images/transfer_ownership-accept.png

#. If accepted, the target user finds the transferred files and folders in their
root under a folder *Transferred from [user] on [timestamp]*
#. The source user gets informed about the acceptance or rejection by a notification
Binary file added user_manual/images/transfer_ownership-accept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d31c2a

Please sign in to comment.