-
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.
* Move sync responsibility into the caches. Make sure to initialize. * Fix preventing overwriting changed resources * map status to correct error Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Fix deadlock * Set MTime of uploaded files * Add comment about the X-OC-Mtime header * make tests compile again Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Add changelog * Check errors * Get rid of PersistWithTime. We always set time.Now() anyway * Add note to make Sync private * Fix tests * Fix linter issue * Fix tests --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
- Loading branch information
Showing
9 changed files
with
270 additions
and
232 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: Make the jsoncs3 share manager indexes more robust | ||
|
||
We fixed a problem where the jsoncs3 share manager indexes could get out of sync. | ||
|
||
https://github.com/cs3org/reva/pull/4101 |
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.