Skip to content

Federated shares should use share_folder config setting #540

@ghost

Description

Expected behavior

Remote shares should use the "default folder for shared files and folders other than root".
The received file should be stored in the defined folder.

https://github.com/nextcloud/server/blob/stable9/config/config.sample.php#L1066-L1069

Actual behavior

The received files stored in the root.

Steps to reproduce the behavior

  1. Create a federated file share on server one.
  2. Accept the remote file share on server two.
  3. On server two, take a look into the share folder, defined in config.php.

Server configuration

Nextcloud version:
9.0.53 (stable)

Updated from an older Nextcloud/ownCloud or fresh install:
ownCloud 9.0.3 -> Nextcloud 9.0.50 -> … -> 9.0.53

List of activated apps:

App list

  …
  - federatedfilesharing: 0.1.0
  - federation: 0.0.4
  - files: 1.4.4
  …
  - files_sharing: 0.9.1
  …

The content of config/config.php:

Config report

  …
  'share_folder' => '/Shared',
  …

Is it a bug, a feature, or by design?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions