-
Notifications
You must be signed in to change notification settings - Fork 113
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
[spaces 2/2] /dav/spaces endpoint #1803
Conversation
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. |
This pull request introduces 1 alert and fixes 18 when merging a79de7f into 9740eed - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 18 when merging 9eb6ab6 into 9740eed - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 18 when merging a80e3f0 into 567ec47 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 18 when merging 683a307 into 3a9efaa - view on LGTM.com new alerts:
fixed alerts:
|
@butonic can you also add sample expected requests and responses in the description once this PR is finished? |
This pull request introduces 1 alert and fixes 18 when merging 7058dd1 into 7d21c54 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 18 when merging 490b0c8 into 7df477f - view on LGTM.com new alerts:
fixed alerts:
|
da7108b
to
ac604bc
Compare
This pull request introduces 1 alert and fixes 18 when merging ac604bc into 7df477f - view on LGTM.com new alerts:
fixed alerts:
|
@ishank011 I rebased, please review |
This pull request fixes 30 alerts when merging b26fa94 into e11a198 - view on LGTM.com fixed alerts:
|
@butonic I'm not sure about having the new protocol in |
@ishank011 @labkode rebased and adressed review. Good to merge? |
This pull request fixes 30 alerts when merging 29c03b3 into b317948 - view on LGTM.com fixed alerts:
|
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This pull request fixes 30 alerts when merging c13d9b1 into ec4099d - view on LGTM.com fixed alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@butonic couple of minor comments, we can merge then.
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This pull request fixes 30 alerts when merging f0ecf47 into 04a1cf2 - view on LGTM.com fixed alerts:
|
I split #1776 into two PRs:
This is the second PR about spaces. It
/dav/spaces
/dav/spaces
and/(web)dav
requestsReferences
to the storage providersReferences
CreateDir
signature in thestorage.FS
interface to allow creating folders with relativeReferences
References
and at least handle absolute references for path and id only based accessExamples
When using ocis clients would use the
/graph/v1.0/me/drives
endpoint to ge a listing of the spaces/driles a user has access to (try using the/graph-explorer
that comes with ocis):The
webDavUrl
properties can then be used to browse the space using normal webdav:Navigating into subfolders happens using relative URLs:
TODO
ResourceEqual
->ResourceIDEqual
changes to dedicated PR -> Simplify resource comparison #1876