-
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.
read owner information in ReadRecycleItem (#1348)
we have to read the owner information in ReadRecycleItem because the lookup would return the origin node path instead of the deleted node path Fixes owncloud/ocis#551
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 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 @@ | ||
Bugfix: Fix purging deleted files with the ocis storage | ||
|
||
The ocis storage could load the owner information of a deleted file. This caused the storage to not be able to purge deleted files. | ||
|
||
https://github.com/owncloud/ocis/issues/551 |
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