-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to disable E2EE #5167
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5167 +/- ##
==========================================
+ Coverage 57.38% 57.99% +0.61%
==========================================
Files 139 139
Lines 17697 17728 +31
==========================================
+ Hits 10155 10281 +126
+ Misses 7542 7447 -95
|
2eac458
to
40e5289
Compare
8997e72
to
4471553
Compare
4471553
to
b6bbe1b
Compare
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FolderManTest
test is crashing
can you have a look ?
b6bbe1b
to
db6284c
Compare
fixed |
I will try to have another look today |
db6284c
to
3e302c9
Compare
3e302c9
to
ab25ee5
Compare
c2ff0de
to
57752bb
Compare
ab1e11f
to
6d6e9be
Compare
b5ce4ab
to
1ecb2c0
Compare
@claucambra there are build issues in the drone check and sonarcloud analysis failed due to failing tests |
1ecb2c0
to
1441295
Compare
Fixed |
4b5a9d4
to
394fc05
Compare
394fc05
to
544f15b
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…ng done Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…operly process blacklisted e2ee folders instead of ignoring them. Signed-off-by: alex-z <blackslayer4@gmail.com>
…te lines Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…hey are encrypted Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
…y cause failure Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
544f15b
to
3e00df4
Compare
SonarCloud Quality Gate failed. |
AppImage file: nextcloud-PR-5167-3e00df4732c7cad76e800827588ba57530370fec-x86_64.AppImage |
This PR adds the ability to disable E2EE through the account settings. It deletes encrypted files that are locally synced when E2EE is disabled.
Screen.Recording.2022-11-11.at.21.38.57.mov
Part of #5126