Dominique Fuchs [Thu, 5 Sep 2019 18:31:23 +0000 (20:31 +0200)]
Merge branch 'master' into gitignore
John Molakvoæ [Thu, 5 Sep 2019 05:12:36 +0000 (07:12 +0200)]
Use newer digest algorithms in TLS error dialog (#1404)
Use newer digest algorithms in TLS error dialog
Dominique Fuchs [Thu, 5 Sep 2019 05:00:13 +0000 (07:00 +0200)]
Merge branch 'master' into gitignore
John Molakvoæ [Thu, 5 Sep 2019 04:44:19 +0000 (06:44 +0200)]
Merge branch 'master' into ssl-error-digests
Nextcloud bot [Thu, 5 Sep 2019 03:09:38 +0000 (03:09 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Wed, 4 Sep 2019 23:07:20 +0000 (01:07 +0200)]
Merge branch 'master' into ssl-error-digests
Roeland Jago Douma [Wed, 4 Sep 2019 21:06:08 +0000 (23:06 +0200)]
Merge pull request #1256 from meskobalazs/master
Marking unused strings as unstranslatable
Martin Sucha [Sun, 1 Sep 2019 09:11:59 +0000 (11:11 +0200)]
Use newer digest algorithms in TLS error dialog
MD5 has been broken for a long time now and SHA1 has been
deprecated as well. SHA1 is not used when issuing new
publicly trusted certificates since 1 January 2016[1] and
there are more and more effective attacks[2][3] against it,
so display SHA1 fingerprint only for old certificates
to encourage use of safer digests by users.
So, we display SHA-256 and SHA-512 fingerprints instead in
the common case.
[1] https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.6.5.pdf
[2] https://shattered.io/static/shattered.pdf
[3] https://eprint.iacr.org/2019/459.pdf
Signed-off-by: Martin Sucha <git@mm.ms47.eu>
Michael Schuster [Wed, 4 Sep 2019 19:12:48 +0000 (21:12 +0200)]
Merge branch 'master' into gitignore
Roeland Jago Douma [Wed, 4 Sep 2019 18:04:45 +0000 (20:04 +0200)]
Merge pull request #1394 from nextcloud/webflow-client-ssl-ca-chain
Windows: Workaround for CredWriteW used by QtKeychain
Michael Schuster [Wed, 4 Sep 2019 10:56:22 +0000 (12:56 +0200)]
Merge branch 'master' into webflow-client-ssl-ca-chain
Nextcloud bot [Wed, 4 Sep 2019 03:07:24 +0000 (03:07 +0000)]
[tx-robot] updated from transifex
Dominique Fuchs [Tue, 3 Sep 2019 08:56:47 +0000 (10:56 +0200)]
Updated .gitignore to integrate unwanted files when working with VSC or VS2019
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Nextcloud bot [Tue, 3 Sep 2019 03:04:22 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 Sep 2019 03:03:47 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 1 Sep 2019 03:09:08 +0000 (03:09 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 31 Aug 2019 03:03:58 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 30 Aug 2019 03:38:07 +0000 (05:38 +0200)]
Merge branch 'master' into webflow-client-ssl-ca-chain
Michael Schuster [Fri, 30 Aug 2019 03:35:36 +0000 (05:35 +0200)]
fix indents, add comment
Signed-off-by: Michael Schuster <michael@schuster.ms>
Nextcloud bot [Fri, 30 Aug 2019 03:06:24 +0000 (03:06 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Fri, 30 Aug 2019 02:56:01 +0000 (04:56 +0200)]
Windows: Workaround for CredWriteW used by QtKeychain
Saving all client CA's within one credential may result in:
Error: "Credential size exceeds maximum size of 2560"
Client CA certificates are now being stored in separate slots
within the keychain and are being processed by a queue mechanism.
IMPORTANT TODO:
forgetSensitiveData(): Invoked by "Log out" & "Remove account"
- Remove client CA certs and KEY!
(uncomment "//deleteKeychainEntries();" )
Disabled as long as selecting another cert is not supported by the UI.
Signed-off-by: Michael Schuster <michael@schuster.ms>
Nextcloud bot [Thu, 29 Aug 2019 03:03:24 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 28 Aug 2019 05:40:39 +0000 (07:40 +0200)]
Merge pull request #1389 from nextcloud/webflow-client-ssl
Adds SSL client cert storage to webflow + Login Flow v2
Nextcloud bot [Wed, 28 Aug 2019 03:10:20 +0000 (03:10 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Tue, 27 Aug 2019 22:30:36 +0000 (00:30 +0200)]
Merge branch 'master' into webflow-client-ssl
Roeland Jago Douma [Tue, 27 Aug 2019 07:55:41 +0000 (09:55 +0200)]
Also store the CACertificates of the client side certificate
Else authentication will still fail in setups that have a chain of
certificates supplied.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Tue, 27 Aug 2019 03:04:46 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Michael Schuster [Tue, 27 Aug 2019 01:32:21 +0000 (03:32 +0200)]
Adds SSL client cert storage to webflow + Login Flow v2
The previous commit
50cd6af394f666065f386d1d55e7d6a90e0d9c9e - Build a webflowcredentials
changed:
src/gui/wizard/flow2authcredspage.cpp in line 135 to use WebFlowCredentials
instead of HttpCredentials.
But the WebFlowCredentials class didn't include code to store and load SSL client
certificates and keys from the keychain.
This commit migrates the useful stuff from the old HttpCredentials class
into WebFlowCredentials.
Successfully tested on Windows. Please test on other systems and verify it's safe! :)
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Mon, 26 Aug 2019 19:48:40 +0000 (21:48 +0200)]
Merge pull request #1384 from nextcloud/login-flow-v2
Login flow v2
Roeland Jago Douma [Mon, 26 Aug 2019 18:41:14 +0000 (20:41 +0200)]
Fix some compiler warnings
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 26 Aug 2019 18:04:23 +0000 (20:04 +0200)]
Build a webflowcredentials
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Michael Schuster [Sat, 24 Aug 2019 14:21:44 +0000 (16:21 +0200)]
Login Flow V2: adds re-auth upon logout, improvements
- Implements re-auth upon logout -> login
- Improves UI and security
TODO:
- SSL: Client certificate login is possible at the first time only but missing after relaunch
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 23 Aug 2019 09:42:12 +0000 (11:42 +0200)]
UI: don't let Flow2 and OAuth hide the wizard
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 23 Aug 2019 09:04:30 +0000 (11:04 +0200)]
fix comment typo in httpcredentials.cpp
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Fri, 23 Aug 2019 08:25:34 +0000 (10:25 +0200)]
fix comment typo in webflowcredentials.cpp
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Mon, 19 Aug 2019 18:40:30 +0000 (20:40 +0200)]
Login Flow V2: remove static test url
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sun, 18 Aug 2019 23:41:42 +0000 (01:41 +0200)]
Login Flow V2: 1st implementation, cleanup
This is the first draft of the Login Flow V2 authorization method.
See: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#login-flow-v2
- Adds the Login Fĺow V2 auth method
- Adds ability to reinitiate a new request via UI
TODO:
- Implement re-auth upon logout -> login
- Improve UI
- SSL: Client certificate login is possible at the first time only but missing after relaunch
Signed-off-by: Michael Schuster <michael@schuster.ms>
Michael Schuster [Sat, 17 Aug 2019 00:37:04 +0000 (02:37 +0200)]
Login Flow V2: 1st test-implementation
Signed-off-by: Michael Schuster <michael@schuster.ms>
Nextcloud bot [Mon, 26 Aug 2019 03:00:53 +0000 (03:00 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 25 Aug 2019 03:03:22 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 24 Aug 2019 03:03:25 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 21 Aug 2019 03:04:55 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Aug 2019 03:04:04 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 19 Aug 2019 13:39:10 +0000 (15:39 +0200)]
Merge pull request #1225 from edent/patch-1
Typo
Nextcloud bot [Sun, 18 Aug 2019 03:08:13 +0000 (03:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Aug 2019 03:06:09 +0000 (03:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Aug 2019 03:01:55 +0000 (03:01 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Aug 2019 03:02:27 +0000 (03:02 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Aug 2019 03:05:59 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Mon, 12 Aug 2019 13:20:23 +0000 (15:20 +0200)]
Merge pull request #1376 from nextcloud/updates-changelog
Update ChangeLog.
Camila San [Mon, 12 Aug 2019 13:13:05 +0000 (15:13 +0200)]
Updates ChangeLog.
Signed-off-by: Camila San <hello@camila.codes>
Nextcloud bot [Mon, 12 Aug 2019 03:03:59 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Aug 2019 03:06:12 +0000 (03:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Aug 2019 03:05:46 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Fri, 9 Aug 2019 09:42:24 +0000 (11:42 +0200)]
Merge pull request #1372 from ivaradi/remove-libgnome-keyring
Remove dependency on libgnome-keyring0 on Eoan
István Váradi [Thu, 8 Aug 2019 17:55:07 +0000 (19:55 +0200)]
Remove dependency on libgnome-keyring0 on Eoan
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Fri, 9 Aug 2019 03:04:25 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Aug 2019 03:04:58 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Aug 2019 03:03:54 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Aug 2019 03:03:52 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Aug 2019 03:01:25 +0000 (03:01 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Aug 2019 03:06:07 +0000 (03:06 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Aug 2019 03:04:01 +0000 (03:04 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Fri, 2 Aug 2019 16:38:27 +0000 (18:38 +0200)]
Merge pull request #1366 from nextcloud/fix/client_side_cert
Add proper CA to client side certificate connection
Camila Ayres [Fri, 2 Aug 2019 12:40:20 +0000 (14:40 +0200)]
Merge branch 'master' into fix/client_side_cert
Roeland Jago Douma [Fri, 2 Aug 2019 12:19:37 +0000 (14:19 +0200)]
Add proper CA
If the cert has a chain of certs we should send them all properly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Fri, 2 Aug 2019 03:05:09 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Aug 2019 03:08:11 +0000 (03:08 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 31 Jul 2019 03:08:42 +0000 (03:08 +0000)]
[tx-robot] updated from transifex
István Váradi [Tue, 30 Jul 2019 05:07:53 +0000 (07:07 +0200)]
Merge pull request #1360 from ivaradi/ubuntu-eoan
Remove Ubuntu Cosmic and add Eoan package
István Váradi [Tue, 30 Jul 2019 04:50:19 +0000 (06:50 +0200)]
Merge branch 'master' into ubuntu-eoan
István Váradi [Tue, 30 Jul 2019 04:49:59 +0000 (06:49 +0200)]
Merge pull request #1359 from ivaradi/qt55-update
Update Qt 5.5 compatibility patch for Xenial
István Váradi [Tue, 30 Jul 2019 04:36:44 +0000 (06:36 +0200)]
Merge branch 'master' into ubuntu-eoan
István Váradi [Tue, 30 Jul 2019 04:36:24 +0000 (06:36 +0200)]
Merge branch 'master' into qt55-update
Nextcloud bot [Tue, 30 Jul 2019 03:05:57 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
István Váradi [Mon, 29 Jul 2019 17:05:13 +0000 (19:05 +0200)]
Merge branch 'master' into ubuntu-eoan
István Váradi [Mon, 29 Jul 2019 17:04:43 +0000 (19:04 +0200)]
Merge branch 'master' into qt55-update
Nextcloud bot [Mon, 29 Jul 2019 03:03:27 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 28 Jul 2019 03:05:54 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
István Váradi [Sat, 27 Jul 2019 09:11:17 +0000 (11:11 +0200)]
Remove Ubuntu Cosmic and add Eoan package
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Sat, 27 Jul 2019 03:03:03 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
István Váradi [Fri, 26 Jul 2019 18:52:32 +0000 (20:52 +0200)]
Update Qt 5.5 compatibility patch for Xenial
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Fri, 26 Jul 2019 03:03:02 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
István Váradi [Thu, 25 Jul 2019 16:58:29 +0000 (18:58 +0200)]
Merge pull request #1222 from ivaradi/new-drone-debian
Reinstate Debian build in the new Drone config
István Váradi [Sat, 27 Apr 2019 09:03:05 +0000 (11:03 +0200)]
Fix the Debian changelog generator
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
István Váradi [Sat, 27 Apr 2019 08:46:58 +0000 (10:46 +0200)]
Reinstate Debian build in the new Drone config
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Nextcloud bot [Thu, 25 Jul 2019 03:03:32 +0000 (03:03 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Wed, 24 Jul 2019 17:07:10 +0000 (19:07 +0200)]
Merge pull request #1354 from nextcloud/minorchange/link-to-help-text
Minor text change in the link to help in the tab 'General'.
Camila San [Wed, 24 Jul 2019 13:22:15 +0000 (15:22 +0200)]
Minor text change in the link to help in the tab 'General'.
Also uses helpUrl() retrieve the correct APPLICATION_HELP_URL
instead of APPLICATION_DOMAIN.
Signed-off-by: Camila San <hello@camila.codes>
Nextcloud bot [Wed, 24 Jul 2019 03:05:55 +0000 (03:05 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 23 Jul 2019 03:09:01 +0000 (03:09 +0000)]
[tx-robot] updated from transifex
Camila Ayres [Mon, 22 Jul 2019 20:04:14 +0000 (22:04 +0200)]
Merge pull request #1342 from gt-h6k/fixes-1187
Fixes issue #1187
Camila Ayres [Mon, 22 Jul 2019 18:45:50 +0000 (20:45 +0200)]
Merge branch 'master' into fixes-1187
Camila Ayres [Mon, 22 Jul 2019 18:45:28 +0000 (20:45 +0200)]
Merge pull request #1275 from ivyclare/pr/607
Fixes #607
Camila Ayres [Mon, 22 Jul 2019 17:38:56 +0000 (19:38 +0200)]
Merge branch 'master' into pr/607
Camila Ayres [Mon, 22 Jul 2019 17:38:36 +0000 (19:38 +0200)]
Merge pull request #1278 from ivyclare/pr/878
Fixes issue #878
Camila Ayres [Mon, 22 Jul 2019 14:46:45 +0000 (16:46 +0200)]
Merge branch 'master' into pr/607
Camila Ayres [Mon, 22 Jul 2019 14:09:52 +0000 (16:09 +0200)]
Merge branch 'master' into pr/878
Camila Ayres [Mon, 22 Jul 2019 14:09:40 +0000 (16:09 +0200)]
Merge branch 'master' into fixes-1187
Camila Ayres [Mon, 22 Jul 2019 14:09:27 +0000 (16:09 +0200)]
Merge pull request #1347 from caugner/965-file-folder-ignored-as-info
Displays FileIgnored activities with an info icon