SuccessChanges

Summary

  1. Refactored collision creation in order to fix dysfunctional collision sync.
Revision 403 by Marco Nguitragool-Schulze:
Refactored collision creation in order to fix dysfunctional collision sync.
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/CryptoChangeSetDto.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/HistoCryptoRepoFileDto.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/repo/local/CollisionFilter.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/repo/local/HistoFrameFilter.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/repo/local/SsLocalRepoMetaData.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/CryptreeImpl.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/CryptreeNode.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/SsLocalRepoMetaDataImpl.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/dto/CollisionDtoConverter.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/Collision.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CollisionDao.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoCryptoRepoFile.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoFileChunk.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoFrame.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/InvitationUserRepoKeyPublicKey.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/PreliminaryCollision.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/transport/CryptreeFileRepoTransportImpl.java
The file was modified/trunk/org.subshare/org.subshare.rest.client/src/main/java/org/subshare/rest/client/transport/CryptreeRestRepoTransportImpl.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/CollisionRepoToRepoSyncIT.java