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 <[email protected]> * add changelog Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * update unit test Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * lint Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * reduce stat requests Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * update propfind unit tests Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix moq propfind comparison in propfind tests Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * lint Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * error handling and response codes Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * remove commented code Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * typos, mimic oc10 not found error message Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * add fieldmask to ListContainer and Stat Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * mimic oc10 not found error message Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * mimic oc10 not found error message in more places Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix oc:permissions Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix test compile Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix nc tests Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * lint Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * small cleanup Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * decomposedfs: add space if fieldmask is empty, * or has 'space' Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * fix propfind root resource path Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * update tests & changelog Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * storageprovidercache: use stringbuffer to build statKey Signed-off-by: Jörn Friedrich Dreyer <[email protected]> * comment cleanup Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
- 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.