-
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.
* make StatHandler dumb again Signed-off-by: jkoberg <[email protected]> * add changelog Signed-off-by: jkoberg <[email protected]> * use findAndUnwrap instead find Signed-off-by: jkoberg <[email protected]> * kinda fix integration tests Signed-off-by: jkoberg <[email protected]> * remove ListContainer logic Signed-off-by: jkoberg <[email protected]> * decomposedfs: don't check id's containing "/" Signed-off-by: jkoberg <[email protected]> * fix linting and integration tests Signed-off-by: jkoberg <[email protected]> * make ListRecycle dumb again Signed-off-by: jkoberg <[email protected]> * make RestoreRecycleItem dumb again Signed-off-by: jkoberg <[email protected]> * don't allow cross storage restore Signed-off-by: jkoberg <[email protected]> * make Move dumb again Signed-off-by: jkoberg <[email protected]> * make GetPath dumb again Signed-off-by: jkoberg <[email protected]> * try changing dav report response Signed-off-by: jkoberg <[email protected]> * add missing import Signed-off-by: jkoberg <[email protected]> * blind mans fix for favorites Signed-off-by: jkoberg <[email protected]> * remove commented code and nasty bug Signed-off-by: jkoberg <[email protected]> * Update internal/http/services/owncloud/ocdav/propfind/propfind.go Co-authored-by: Jörn Friedrich Dreyer <[email protected]> * Update internal/http/services/owncloud/ocdav/report.go Co-authored-by: Jörn Friedrich Dreyer <[email protected]> * Update internal/http/services/owncloud/ocdav/report.go Co-authored-by: Jörn Friedrich Dreyer <[email protected]> Co-authored-by: Jörn Friedrich Dreyer <[email protected]>
- 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