-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make StatHandler dumb again Signed-off-by: jkoberg <jkoberg@owncloud.com> * add changelog Signed-off-by: jkoberg <jkoberg@owncloud.com> * use findAndUnwrap instead find Signed-off-by: jkoberg <jkoberg@owncloud.com> * kinda fix integration tests Signed-off-by: jkoberg <jkoberg@owncloud.com> * remove ListContainer logic Signed-off-by: jkoberg <jkoberg@owncloud.com> * decomposedfs: don't check id's containing "/" Signed-off-by: jkoberg <jkoberg@owncloud.com> * fix linting and integration tests Signed-off-by: jkoberg <jkoberg@owncloud.com> * make ListRecycle dumb again Signed-off-by: jkoberg <jkoberg@owncloud.com> * make RestoreRecycleItem dumb again Signed-off-by: jkoberg <jkoberg@owncloud.com> * don't allow cross storage restore Signed-off-by: jkoberg <jkoberg@owncloud.com> * make Move dumb again Signed-off-by: jkoberg <jkoberg@owncloud.com> * make GetPath dumb again Signed-off-by: jkoberg <jkoberg@owncloud.com> * try changing dav report response Signed-off-by: jkoberg <jkoberg@owncloud.com> * add missing import Signed-off-by: jkoberg <jkoberg@owncloud.com> * blind mans fix for favorites Signed-off-by: jkoberg <jkoberg@owncloud.com> * remove commented code and nasty bug Signed-off-by: jkoberg <jkoberg@owncloud.com> * Update internal/http/services/owncloud/ocdav/propfind/propfind.go Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Update internal/http/services/owncloud/ocdav/report.go Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Update internal/http/services/owncloud/ocdav/report.go Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
- Loading branch information
Showing
8 changed files
with
133 additions
and
561 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,5 @@ | ||
Change: Remove logic from gateway | ||
|
||
The gateway will now hold no logic except forwarding the requests to other services. | ||
|
||
https://github.com/cs3org/reva/pull/2394 |
Large diffs are not rendered by default.
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
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