forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocdav: skip space lookup on spaces propfind (cs3org#2977)
* ocdav: skip space lookup on spaces propfind Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * add changelog Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * update unit test Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * lint Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * reduce stat requests Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * update propfind unit tests Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * fix moq propfind comparison in propfind tests Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * lint Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * error handling and response codes Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * remove commented code Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * typos, mimic oc10 not found error message Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * add fieldmask to ListContainer and Stat Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * mimic oc10 not found error message Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * mimic oc10 not found error message in more places Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * fix oc:permissions Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * fix test compile Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * fix nc tests Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * lint Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * small cleanup Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * decomposedfs: add space if fieldmask is empty, * or has 'space' Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * fix propfind root resource path Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * update tests & changelog Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * storageprovidercache: use stringbuffer to build statKey Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * comment cleanup Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
- Loading branch information
Showing
36 changed files
with
723 additions
and
395 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,8 @@ | ||
Enhancement: skip space lookup on space propfind | ||
|
||
We now construct the space id from the /dav/spaces URL intead of making a request to the registry. | ||
|
||
https://github.com/cs3org/reva/pull/2977 | ||
https://github.com/owncloud/ocis/issues/1277 | ||
https://github.com/owncloud/ocis/issues/2144 | ||
https://github.com/owncloud/ocis/issues/3073 |
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
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
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
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
Oops, something went wrong.