-
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 restore functionality to decomposedfs Signed-off-by: jkoberg <jkoberg@owncloud.com> * add changelog item Signed-off-by: jkoberg <jkoberg@owncloud.com> * find trashed spaces Signed-off-by: jkoberg <jkoberg@owncloud.com> * add includeTrashed paramter to ListSpaces call Signed-off-by: jkoberg <jkoberg@owncloud.com> * only add * if neccessary Signed-off-by: jkoberg <jkoberg@owncloud.com> * move instead delete to make restore possible Signed-off-by: jkoberg <jkoberg@owncloud.com> * pass trashed information via Opaque Signed-off-by: jkoberg <jkoberg@owncloud.com> * don't return trashed space for non owners Signed-off-by: jkoberg <jkoberg@owncloud.com> * revert includeTrashed hack Signed-off-by: jkoberg <jkoberg@owncloud.com> * no need to symlink trashed spaces any more Signed-off-by: jkoberg <jkoberg@owncloud.com> * bad solution - just wanna paint it green Signed-off-by: jkoberg <jkoberg@owncloud.com> * allow listing of deleted spaces Signed-off-by: jkoberg <jkoberg@owncloud.com>
- Loading branch information
Showing
3 changed files
with
116 additions
and
39 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,7 @@ | ||
Enhancement: Restore spaces that were previously deleted | ||
|
||
After the first step of the two step delete process an admin can decide to restore | ||
the space instead of deleting it. This will undo the deletion and | ||
all files and shares are accessible again | ||
|
||
https://github.com/cs3org/reva/pull/2457 |
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