Description
Share providers implementing IPartialShareProvider are currently removing /{user}/files from the provided path using str_replace which replaces the string from any position in the path. The wanted behaviour is to do this only at the beginning of the path.
Providers to fix:
Description
Share providers implementing
IPartialShareProviderare currently removing/{user}/filesfrom the provided path usingstr_replacewhich replaces the string from any position in the path. The wanted behaviour is to do this only at the beginning of the path.Providers to fix:
DefaultShareProvider-> fix: remove user part only at the beginning of path #58338ShareByCircleProvider-> fix: remove user part only at the beginning of path circles#2367DeckShareProvider-> fix: remove user part only at the beginning of path deck#7642RoomShareProvider-> done in [stable33] perf(sharing): Split getShareWith() and shortcut the happy path with $path spreed#17097