Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable22] Added support for transferring incoming file shares. #28844

Merged
merged 2 commits into from
Sep 15, 2021

Commits on Sep 15, 2021

  1. Added support for transfering incoming file shares.

    - new option --transfer-incoming-shares=1 | 0
    - new config.php option 'transfer-incoming-shares' => true | false
    
    The command line option overrules the config.php option.
    
    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    Co-authored-by: Immanuel Pasanec <immanuel.pasanec@compaso.de>
    PVince81 and ipasanec committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    249582a View commit details
    Browse the repository at this point in the history
  2. Test for transfer ownership with incoming shares

    Signed-off-by: Vincent Petry <vincent@nextcloud.com>
    PVince81 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    42239fc View commit details
    Browse the repository at this point in the history