SuccessChanges

Summary

  1. * Added gui/server assemblies to artifact list in order to be installed in local maven repository. * Incremented version from 0.1.0-SNAPSHOT to 0.9.0-SNAPSHOT. * Added fetching of assembly files in web-site-generation (for download area) via maven-dependency-plugin.
  2. Fixed corrupt file in test resources.
  3. Adapted to changes in underlying CloudStore: ConfigDirValueProvider was removed and instead AppId was introduced.
  4. Finalisation of PgpKeyStateRegistry and related handling.
  5. Added PgpKeyStateLockerContent, PgpKeyStateRegistryImpl etc.
  6. * Copied current version of OpenPGP-WOT (not yet in official BouncyCastle codebase). * Changed handling of TrustDb to avoid keeping file open (closing it after 10 seconds of not using anymore).
Revision 363 by Marco Nguitragool-Schulze:
* Added gui/server assemblies to artifact list in order to be installed in local maven repository.
* Incremented version from 0.1.0-SNAPSHOT to 0.9.0-SNAPSHOT.
* Added fetching of assembly files in web-site-generation (for download area) via maven-dependency-plugin.
The file was modified/trunk/org.subshare/build.gradle
The file was modified/trunk/org.subshare/org.subshare.gui/build.gradle
The file was modified/trunk/org.subshare/org.subshare.server/build.gradle
The file was modified/trunk/org.subshare/pom.xml
Revision 362 by Marco Nguitragool-Schulze:
Fixed corrupt file in test resources.
The file was modified/trunk/org.subshare/org.subshare.core/src/test/resources/org/subshare/core/gpg/pubring.gpg
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/AbstractIT.java
Revision 361 by Marco Nguitragool-Schulze:
Adapted to changes in underlying CloudStore: ConfigDirValueProvider was removed and instead AppId was introduced.
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/appid
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/appid/SubShareAppId.java
The file was removed/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/config
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/PgpRegistry.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/resources/META-INF/services/co.codewizards.cloudstore.core.appid.AppId
The file was removed/trunk/org.subshare/org.subshare.core/src/main/resources/META-INF/services/co.codewizards.cloudstore.core.config.ConfigDirDefaultValueProvider
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/AbstractRepoToRepoSyncIT.java
Revision 360 by Marco Nguitragool-Schulze:
Finalisation of PgpKeyStateRegistry and related handling.
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/PgpKeyStateLockerContent.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/PgpKeyStateRegistryImpl.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/user/UserRegistryImpl.java
Revision 359 by Marco Nguitragool-Schulze:
Added PgpKeyStateLockerContent, PgpKeyStateRegistryImpl etc.
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/PgpKeyStateDto.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/PgpKeyStateRegistryDto.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/jaxb/CloudStoreJaxbContextProviderImpl.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/jaxb/PgpKeyStateRegistryDtoIo.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/Pgp.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/PgpKeyStateLockerContent.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/PgpKeyStateRegistry.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/PgpKeyStateRegistryImpl.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/gnupg/BcWithLocalGnuPgPgp.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/gnupg/TrustDbFactory.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/sync/PgpSync.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/resources/META-INF/services/org.subshare.core.locker.LockerContent
The file was modified/trunk/org.subshare/org.subshare.gui/src/main/java/org/subshare/gui/SubShareGui.java
The file was modified/trunk/org.subshare/org.subshare.gui/src/main/java/org/subshare/gui/server/create-repository_24x24.png
The file was modified/trunk/org.subshare/org.subshare.gui/src/main/java/org/subshare/gui/userlist/UserListItem.java
The file was modified/trunk/org.subshare/org.subshare.local/src/main/java/org/subshare/local/SsLocalRepoSync.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/java/org/subshare/test/AbstractIT.java
The file was modified/trunk/org.subshare/org.subshare.test/src/test/resources/logback-test.xml
Revision 358 by Marco Nguitragool-Schulze:
* Copied current version of OpenPGP-WOT (not yet in official BouncyCastle codebase).
* Changed handling of TrustDb to avoid keeping file open (closing it after 10 seconds of not using anymore).
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/Config.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/OwnerTrust.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/TrustDb.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/TrustDbException.java
The file was removed/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/TrustDbImpl.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/TrustDbIoException.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/TrustModel.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/Validity.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/Mutex.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/PgpKeyTrust.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/PgpUserIdTrust.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/TrustDbImpl.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/TrustDbIo.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/TrustRecord.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/TrustRecordType.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/internal/Util.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpKey.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpKeyFingerprint.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpKeyId.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpKeyRegistry.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpKeyRegistryImpl.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpUserId.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/key/PgpUserIdNameHash.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/bouncycastle/openpgp/wot/package-info.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/gnupg/BcPgpKey.java
The file was modified/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/gnupg/BcWithLocalGnuPgPgp.java
The file was added/trunk/org.subshare/org.subshare.core/src/main/java/org/subshare/core/pgp/gnupg/TrustDbFactory.java