Skip to content

fix(operation): groupfolder path is user independent #218

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

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

blizzz
Copy link
Member

@blizzz blizzz commented Nov 15, 2023

getPath returns the relativ to the user, i.e.
$userid/files/$groupFolderInternalPath which is then used to contstruct the absolute path and keeping this information. By using getInernalPath() we only receive the groupfolder relativ path and can construct the correct and expected Nextcloud relative path as advertised.

Fixes #38

getPath returns the relativ to the user, i.e.
$userid/files/$groupFolderInternalPath which is then used to contstruct
the absolute path and keeping this information. By using getInernalPath()
we only receive the groupfolder relativ path and can construct the correct
and expected Nextcloud relative path as advertised.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz
Copy link
Member Author

blizzz commented Nov 15, 2023

/backport to stable27

@blizzz
Copy link
Member Author

blizzz commented Nov 15, 2023

/backport to stable26

@Nils160988
Copy link

Also fixes #113, thanks a lot :)

@blizzz
Copy link
Member Author

blizzz commented Nov 15, 2023

Also fixes #113, thanks a lot :)

Ah, great, thanks for double checking :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External script does not work on files in group folders.
3 participants