Nextcloud bot
de41e57524
[tx-robot] updated from transifex
2020-11-01 02:18:49 +00:00
Morris Jobke
40439140ff
Fix typo in error message
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-28 14:14:21 +00:00
Julius Härtl
a2aec20bfc
Test for locking state in key generation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-28 14:14:20 +00:00
Julius Härtl
8e3bb149f5
Harden key generation
...
There might be cases where multiple requests trigger the key generation
at the same time and the instance ends up with a non-fitting
public/private key pair. Therefore the whole key generation should be
locked. Other than that this makes sure that user key generation return
values are properly validated.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-28 14:14:19 +00:00
Nextcloud bot
7e5c65a5e2
[tx-robot] updated from transifex
2020-09-15 10:48:49 +00:00
Nextcloud bot
0d9bd1d6dd
[tx-robot] updated from transifex
2020-08-28 02:16:40 +00:00
Roeland Jago Douma
794e925125
Make legacy format opt-in
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-24 20:03:07 +00:00
Nextcloud bot
81d5e85d2b
[tx-robot] updated from transifex
2020-08-21 02:17:03 +00:00
Roeland Jago Douma
bcf66f57ee
SSE enhancement
...
Do not blind concatenate ints. Lets add a _ between them. So that we can
distrinquis them properly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-12 07:13:43 +00:00
Nextcloud bot
6f5e64c9f8
[tx-robot] updated from transifex
2020-07-31 02:17:41 +00:00
Julius Härtl
4035305088
Encryption is ready if master key is enabled
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-21 11:47:19 +00:00
Nextcloud bot
d5b55c74ad
[tx-robot] updated from transifex
2020-07-19 02:17:25 +00:00
Nextcloud bot
272a6dbf45
[tx-robot] updated from transifex
2020-07-07 02:16:50 +00:00
Nextcloud bot
b44a9ea10d
[tx-robot] updated from transifex
2020-07-03 02:17:29 +00:00
Nextcloud bot
4b567bfcf9
[tx-robot] updated from transifex
2020-06-09 02:16:14 +00:00
Nextcloud bot
802de535c6
[tx-robot] updated from transifex
2020-06-01 02:16:10 +00:00
Nextcloud bot
588fa72207
[tx-robot] updated from transifex
2020-05-22 02:17:31 +00:00
Nextcloud bot
8077ff1142
[tx-robot] updated from transifex
2020-05-10 02:16:11 +00:00
Nextcloud bot
12ca86d8e2
[tx-robot] updated from transifex
2020-04-25 02:16:13 +00:00
Nextcloud bot
2cf8fab366
[tx-robot] updated from transifex
2020-04-21 02:16:49 +00:00
Nextcloud bot
73ef2f3e86
[tx-robot] updated from transifex
2020-04-16 02:17:41 +00:00
Nextcloud bot
1d27b80ac3
[tx-robot] updated from transifex
2020-04-13 02:19:54 +00:00
Nextcloud bot
63d9341844
[tx-robot] updated from transifex
2020-03-29 02:20:24 +00:00
Nextcloud bot
8a82c4fe77
[tx-robot] updated from transifex
2020-03-19 02:20:13 +00:00
Nextcloud bot
da96dee368
[tx-robot] updated from transifex
2020-03-09 02:18:17 +00:00
Nextcloud bot
b5ba74aed5
[tx-robot] updated from transifex
2020-02-26 02:18:31 +00:00
Nextcloud bot
8308321fe1
[tx-robot] updated from transifex
2020-02-24 02:19:27 +00:00
Nextcloud bot
c383452b22
[tx-robot] updated from transifex
2020-02-22 02:18:53 +00:00
Nextcloud bot
e161be8e2a
[tx-robot] updated from transifex
2020-02-07 07:32:43 +00:00
Nextcloud bot
797b603a1f
[tx-robot] updated from transifex
2020-01-04 02:27:44 +00:00
Nextcloud bot
1d8da461d5
[tx-robot] updated from transifex
2019-12-23 02:27:33 +00:00
Nextcloud bot
c81e05db98
[tx-robot] updated from transifex
2019-12-22 02:28:34 +00:00
Daniel Kesselberg
8f403b66d1
Fix Argument 3 passed to OCA\Encryption\Recovery::__construct() must be an instance of OCA\Encryption\KeyManager
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-12-09 14:29:22 +01:00
Christoph Wurst
5bf3d1bb38
Update license headers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-05 15:38:45 +01:00
Nextcloud bot
4cbaf69bc3
[tx-robot] updated from transifex
2019-12-03 02:16:46 +00:00
Roeland Jago Douma
669302e570
Merge pull request #18064 from nextcloud/feature/php74
...
Add php7.4 support
2019-11-28 08:36:10 +01:00
Nextcloud bot
563f9153a2
[tx-robot] updated from transifex
2019-11-28 02:16:54 +00:00
Roeland Jago Douma
9761822aeb
TO REVERT LATER: fix UserHooksTest
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:27:28 +01:00
Roeland Jago Douma
3a7cf40aaa
Mode to modern phpunit
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 15:27:18 +01:00
Roeland Jago Douma
c007ca624f
Make phpunit8 compatible
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-27 13:34:41 +01:00
Nextcloud bot
123c4aa4e0
[tx-robot] updated from transifex
2019-11-26 02:15:57 +00:00
Roeland Jago Douma
68748d4f85
Some php-cs fixes
...
* Order the imports
* No leading slash on imports
* Empty line before namespace
* One line per import
* Empty after imports
* Emmpty line at bottom of file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-22 20:52:10 +01:00
Nextcloud bot
0d7f55aae9
[tx-robot] updated from transifex
2019-11-22 02:16:16 +00:00
Nextcloud bot
afa0f2c0d8
[tx-robot] updated from transifex
2019-11-20 02:16:19 +00:00
John Molakvoæ
13960b69da
Merge pull request #17509 from nextcloud/fix/application-singleton
...
Fix Application instances created multiple times
2019-11-04 18:18:32 +01:00
Nextcloud bot
e517ca0530
[tx-robot] updated from transifex
2019-11-04 02:15:26 +00:00
Nextcloud bot
d633b451df
[tx-robot] updated from transifex
2019-10-24 02:15:26 +00:00
Roeland Jago Douma
12c13b86d8
fixup! Do not create Application instances directly
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-14 22:59:16 +02:00
Christoph Wurst
543190f8b3
Do not create Application instances directly
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-11 08:33:09 +02:00
Nextcloud bot
74dcd84ee8
[tx-robot] updated from transifex
2019-10-02 02:15:09 +00:00