-
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 <[email protected]> * add changelog item Signed-off-by: jkoberg <[email protected]> * find trashed spaces Signed-off-by: jkoberg <[email protected]> * add includeTrashed paramter to ListSpaces call Signed-off-by: jkoberg <[email protected]> * only add * if neccessary Signed-off-by: jkoberg <[email protected]> * move instead delete to make restore possible Signed-off-by: jkoberg <[email protected]> * pass trashed information via Opaque Signed-off-by: jkoberg <[email protected]> * don't return trashed space for non owners Signed-off-by: jkoberg <[email protected]> * revert includeTrashed hack Signed-off-by: jkoberg <[email protected]> * no need to symlink trashed spaces any more Signed-off-by: jkoberg <[email protected]> * bad solution - just wanna paint it green Signed-off-by: jkoberg <[email protected]> * allow listing of deleted spaces Signed-off-by: jkoberg <[email protected]>
- Loading branch information
Showing
3 changed files
with
120 additions
and
37 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