-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add folder id to dav mkcol responses
Adds the `OC-FileId` header to dav `mkcol` responses, containing the id of the newly created folder. This is necessary for clients that work with ids and want to fetch a folder immediately after creating.
- Loading branch information
1 parent
11ee452
commit 503b208
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Folder id in mkcol dav responses | ||
|
||
`mkcol` dav responses now have the `OC-FileId` header containing the id of the created folder. | ||
|
||
https://github.com/cs3org/reva/pull/4767 | ||
https://github.com/owncloud/ocis/issues/9618 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters