SuccessChanges

Summary

  1. Completed first part (actually most) of refactoring needed for history.
Revision 370 by Marco Nguitragool-Schulze:
Completed first part (actually most) of refactoring needed for history.
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/Cryptree.java
The file was removed/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/context
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/CryptoChangeSetDto.java
The file was removed/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/CryptoRepoFileOnServerDto.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/CurrentHistoCryptoRepoFileDto.java
The file was added/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/dto/HistoFrameDto.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/RepoFileDtoWithCryptoRepoFileOnServerDto.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/jaxb/CloudStoreJaxbContextProviderImpl.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/repo/transport/CryptreeServerFileRepoTransport.java
The file was removed/trunk/org.subshare/org.subshare.local.dbrepo/src/main/java/org/subshare/local/dbrepo/persistence
The file was modified/trunk/org.subshare/org.subshare.local.dbrepo/src/main/java/org/subshare/local/dbrepo/transport/DbFileRepoTransportImpl.java
The file was removed/trunk/org.subshare/org.subshare.local.dbrepo/src/main/resources/META-INF/services/co.codewizards.cloudstore.core.repo.local.LocalRepoTransactionListener
The file was removed/trunk/org.subshare/org.subshare.local.dbrepo/src/main/resources/META-INF/services/co.codewizards.cloudstore.local.persistence.CloudStorePersistenceCapableClassesProvider
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/SsLocalRepoSync.java
The file was removed/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/dto/CryptoRepoFileOnServerDtoConverter.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/dto/CurrentHistoCryptoRepoFileDtoConverter.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/dto/HistoCryptoRepoFileDtoConverter.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/dto/HistoFrameDtoConverter.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CloudStorePersistenceCapableClassesProviderImpl.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CryptoRepoFile.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CryptoRepoFileDao.java
The file was removed/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CryptoRepoFileOnServer.java
The file was removed/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CryptoRepoFileOnServerDao.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CurrentHistoCryptoRepoFile.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/CurrentHistoCryptoRepoFileDao.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/DeleteFileChunkListener.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/DeleteTempFileChunkListener.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/FileChunkPayload.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/FileChunkPayloadDao.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoCryptoRepoFile.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoCryptoRepoFileDao.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoFileChunk.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoFrame.java
The file was added/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/persistence/HistoFrameDao.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/resources/META-INF/services/co.codewizards.cloudstore.core.repo.local.LocalRepoTransactionListener
The file was modified/trunk/org.subshare/org.subshare.rest.client/src/main/java/org/subshare/rest/client/transport/CryptreeRestRepoTransportImpl.java
The file was added/trunk/org.subshare/org.subshare.rest.client/src/main/java/org/subshare/rest/client/transport/request/PutHistoFrameDto.java
The file was modified/trunk/org.subshare/org.subshare.rest.server/src/main/java/org/subshare/rest/server/SubShareRest.java
The file was added/trunk/org.subshare/org.subshare.rest.server/src/main/java/org/subshare/rest/server/service/HistoFrameDtoService.java
The file was modified/trunk/org.subshare/org.subshare.rest.server/src/main/java/org/subshare/rest/server/service/SsEndPutFileService.java
The file was modified/trunk/org.subshare/org.subshare.rest.server/src/main/java/org/subshare/rest/server/service/SsMakeDirectoryService.java