From e823bc9f0c11f4a3eaaf29f52f2627dfa8eefea1 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sun, 30 Nov 2014 00:12:33 +0100 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cab756f9..9a9dd60b2 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Multiplatform transparent client-side encryption of your files in the cloud. You - Support for HTTP range requests ### UI -- Automount of WebDAV volumes for Win/Mac/Tux -- App icon and drive icons in WebDAV volumes +- Automount of WebDAV volumes for Win/Tux +- Drive icons in WebDAV volumes - Change password functionality - Better explanations on UI From b2f20f9a15a8a8d62026b8061fb2598f1eb71908 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sun, 30 Nov 2014 00:24:16 +0100 Subject: [PATCH 2/5] added download link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a9dd60b2..595d734c2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Cryptomator Multiplatform transparent client-side encryption of your files in the cloud. You need Java 8 in order to run the application. Get the runtime environment here: http://www.oracle.com/technetwork/java/javase/downloads/index.html +If you run OS X and want to take a look at the current alpha version, go ahead and [download Cryptomator.dmg](https://github.com/totalvoidness/cryptomator/releases/download/v0.1.0/Cryptomator.dmg). + ## Features - Totally transparent: Just work on the encrypted volume, as if it was an USB drive - Works with Dropbox, OneDrive (Skydrive), Google Drive and any other cloud storage, that syncs with a local directory From 891e79cdae7b24030113ab70c2822acf6d5efbbe Mon Sep 17 00:00:00 2001 From: markus Date: Sun, 30 Nov 2014 18:50:28 +0100 Subject: [PATCH 3/5] Moved logging and junit dependencies to parent pom --- main/core/pom.xml | 6 ------ main/crypto-aes/pom.xml | 13 ------------- main/pom.xml | 35 +++++++++++++++++++++++------------ 3 files changed, 23 insertions(+), 31 deletions(-) diff --git a/main/core/pom.xml b/main/core/pom.xml index d23e756e7..e83bd5a7e 100644 --- a/main/core/pom.xml +++ b/main/core/pom.xml @@ -30,12 +30,6 @@ crypto-api - - - org.slf4j - slf4j-log4j12 - - org.eclipse.jetty diff --git a/main/crypto-aes/pom.xml b/main/crypto-aes/pom.xml index c05dee070..777ccc5c2 100644 --- a/main/crypto-aes/pom.xml +++ b/main/crypto-aes/pom.xml @@ -24,12 +24,6 @@ crypto-api - - - org.slf4j - slf4j-log4j12 - - commons-io @@ -48,18 +42,11 @@ commons-codec - com.fasterxml.jackson.core jackson-databind - - - - junit - junit - diff --git a/main/pom.xml b/main/pom.xml index 3c66b30fb..e1fa487ab 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -1,25 +1,21 @@ - - + + 4.0.0 org.cryptomator main 0.1.0 pom Cryptomator - + cryptomator.org http://cryptomator.org - + Sebastian Stenzel @@ -64,7 +60,7 @@ ui ${project.version} - + log4j @@ -121,6 +117,21 @@ + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + + junit + junit + + + crypto-api crypto-aes From 75f49b88d61c51a9577f27d16724f3c793c2a160 Mon Sep 17 00:00:00 2001 From: markus Date: Sun, 30 Nov 2014 18:56:17 +0100 Subject: [PATCH 4/5] switched to log4j 2.1 --- main/pom.xml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index e1fa487ab..2202b4e12 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -28,8 +28,7 @@ UTF-8 - 1.2.16 - 1.7.5 + 2.1 4.11 2.4 4.0 @@ -63,19 +62,19 @@ - log4j - log4j + org.apache.logging.log4j + log4j-core ${log4j.version} - org.slf4j - slf4j-api - ${slf4j.version} + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} - org.slf4j - slf4j-log4j12 - ${slf4j.version} + org.apache.logging.log4j + log4j-jul + ${log4j.version} @@ -119,12 +118,16 @@ - log4j - log4j + org.apache.logging.log4j + log4j-core - org.slf4j - slf4j-log4j12 + org.apache.logging.log4j + log4j-slf4j-impl + + + org.apache.logging.log4j + log4j-jul junit From 047e1fe1d644455a995f99a4209f209b5fc37aab Mon Sep 17 00:00:00 2001 From: markus Date: Sun, 30 Nov 2014 20:21:52 +0100 Subject: [PATCH 5/5] added log4j 2 configuration --- main/core/src/main/resources/log4j.xml | 48 ------------------------- main/core/src/main/resources/log4j2.xml | 30 ++++++++++++++++ 2 files changed, 30 insertions(+), 48 deletions(-) delete mode 100644 main/core/src/main/resources/log4j.xml create mode 100644 main/core/src/main/resources/log4j2.xml diff --git a/main/core/src/main/resources/log4j.xml b/main/core/src/main/resources/log4j.xml deleted file mode 100644 index 9583a53e2..000000000 --- a/main/core/src/main/resources/log4j.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/main/core/src/main/resources/log4j2.xml b/main/core/src/main/resources/log4j2.xml new file mode 100644 index 000000000..249d75093 --- /dev/null +++ b/main/core/src/main/resources/log4j2.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + +