-
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.
* add index for user filter Signed-off-by: Christian Richter <crichter@owncloud.com> * implement filter & refactor spacetypes handling Signed-off-by: Christian Richter <crichter@owncloud.com> * bump go-cs3apis Signed-off-by: Christian Richter <crichter@owncloud.com> * fix wrong call to storageSpaceFromNode Signed-off-by: Christian Richter <crichter@owncloud.com> * fix tests Signed-off-by: Christian Richter <crichter@owncloud.com> * remove empty spacetypes folder Signed-off-by: Christian Richter <crichter@owncloud.com> * add missing error output Signed-off-by: Christian Richter <crichter@owncloud.com> * fix nil in error case Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * fix typo Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * only try clean up if spacetypes dir is empty Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * simplify checkNodePermissions logic Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * incorporate requested changes Signed-off-by: Christian Richter <crichter@owncloud.com> Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
- Loading branch information
1 parent
0d02777
commit 8de5c01
Showing
15 changed files
with
345 additions
and
108 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
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 @@ | ||
Enhancement: Add user filter | ||
|
||
This PR adds the ability to filter spaces by user-id | ||
|
||
https://github.com/owncloud/ocis/pull/4072 |
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
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.