-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix disable depth infinity
- Loading branch information
Showing
7 changed files
with
91 additions
and
20 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,10 @@ | ||
Bugfix: Disable DEPTH infinity in PROPFIND | ||
|
||
We fixed the Disabled DEPTH infinity in PROPFIND for: | ||
Personal /remote.php/dav/files/admin | ||
Public link share /remote.php/dav/public-files/<token> | ||
Trashbin /remote.php/dav/spaces/trash-bin/<personal-space-id> | ||
|
||
https://github.com/owncloud/ocis/pull/7746 | ||
https://github.com/cs3org/reva/pull/4278 | ||
https://github.com/owncloud/ocis/issues/7359 |
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
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
43 changes: 30 additions & 13 deletions
43
vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/propfind/propfind.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
24 changes: 23 additions & 1 deletion
24
vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/publicfile.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 24 additions & 2 deletions
26
vendor/github.com/cs3org/reva/v2/internal/http/services/owncloud/ocdav/trashbin.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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