Skip to content

Conversation

@rawe0
Copy link
Member

@rawe0 rawe0 commented Sep 16, 2025

This PR includes the following:

  • Adapating the LibreGraph implementation to also list OCM shares
  • Bugfix for uploading (e.g. editing files) through OCM, headers had to be updated
  • Bugfix where stating a non existing file did not return a not found error - this made CreateDir and Touch fail since reva could not determine if the file exists.
  • Bugfix for creating files and directories through OCM, essentially the old logic was to try and stat the file to test different the different authentication methods basic and bearer, however this doesn't work for Touch and CreateDir since the stat is meant the fail here, the logic needs to be looked over. Further the OCM basic auth over webdav is broken and this causes these two operations to fail - since the stat fails and it reverts to basic auth which fails since it is currently broken.

@update-docs
Copy link

update-docs bot commented Sep 16, 2025

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@rawe0 rawe0 force-pushed the ocm-fixes-list-share branch from 025c226 to 6a22cea Compare September 18, 2025 13:36
@jessegeens jessegeens self-requested a review September 18, 2025 13:47
@rawe0 rawe0 merged commit aed956d into master Sep 18, 2025
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants