Commit graph

22260 commits

Author SHA1 Message Date
Nextcloud bot
d0155fe17a
[tx-robot] updated from transifex 2020-10-31 02:19:14 +00:00
Nextcloud bot
7fa28b6715
[tx-robot] updated from transifex 2020-10-30 02:19:35 +00:00
Roeland Jago Douma
a611b3a7b6
Merge pull request #23756 from nextcloud/backport/22018/stable18
[stable18] Harden SSE key generation
2020-10-29 10:32:12 +01:00
Nextcloud bot
b378647a1d
[tx-robot] updated from transifex 2020-10-29 02:19:43 +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
Arthur Schiwon
a5dbf38706
fixes determining whether former user is a share owner
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-28 12:49:54 +01:00
Arthur Schiwon
8b18a11948
split instantiation from business logic in OfflineUser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-28 12:48:59 +01:00
Arthur Schiwon
1f47b27a49
add test for active shares flag
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-10-28 12:48:50 +01:00
Morris Jobke
cd102359f3
Merge pull request #23735 from nextcloud/backport/23720/stable18
[stable18] save email as lower case
2020-10-28 08:48:08 +01:00
Nextcloud bot
b4207cf225
[tx-robot] updated from transifex 2020-10-28 02:19:18 +00:00
Robin Appelman
381f183d4a save email as lower case
email addresses are case insensitive

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-27 20:25:33 +00:00
Roeland Jago Douma
1acd3de40a
Merge pull request #23706 from nextcloud/backport/23680/stable18
[stable18] Enable theming background transparency
2020-10-27 20:00:04 +01:00
Roeland Jago Douma
ac180a1bdb Check if array elements exist before using them
It seems that in some recent upgrade here. Not always the entries we
expect are returned. So we should first check if they exist. As to not
spam the log.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-27 11:02:44 +00:00
Joas Schilling
88642c6504
Merge pull request #23549 from nextcloud/backport/22062/stable18
[stable18] fix display of remote users in incoming share notifications
2020-10-27 10:56:40 +01:00
John Molakvoæ (skjnldsv)
d715a63ac4
Enable theming background transparency
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-27 09:08:31 +01:00
Nextcloud bot
f41d8dc216
[tx-robot] updated from transifex 2020-10-27 02:19:02 +00:00
timm2k
a93672c738 Update CheckSetupController.php 2020-10-26 09:00:32 +00:00
Nextcloud bot
5812586081
[tx-robot] updated from transifex 2020-10-26 02:18:31 +00:00
Morris Jobke
b43bb35cf2
Merge pull request #23648 from nextcloud/backport/23627/stable18
[stable18] Fix sharing input placeholder for emails
2020-10-25 22:51:40 +01:00
John Molakvoæ (skjnldsv)
fcbf750c4b Fix sharing input placeholder for emails
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-10-25 20:49:36 +00:00
Nextcloud bot
88f0d04f44
[tx-robot] updated from transifex 2020-10-25 02:18:57 +00:00
Nextcloud bot
499c8c6dea
[tx-robot] updated from transifex 2020-10-24 02:19:12 +00:00
Morris Jobke
1b2c66a484
Merge pull request #23638 from nextcloud/backport/23630/stable18
[stable18] Bring back the restore share button
2020-10-23 13:58:04 +02:00
Nextcloud bot
bcb919da46
[tx-robot] updated from transifex 2020-10-23 02:19:15 +00:00
Vincent Petry
1def9a096c Bring back the restore share button
Fix disabled default file action to still use an anchor element, as this
is used in many other places (and potentially apps).

Adjusted anchor style to not look like it's clickable and added extras
to make sure everything inside still looks clickable as before.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-10-22 19:03:34 +00:00
Nextcloud bot
9e5dbbc6aa
[tx-robot] updated from transifex 2020-10-22 02:19:32 +00:00
Morris Jobke
d88b0befcc
Merge pull request #23567 from nextcloud/backport/23109/stable18
[stable18] dont hold a transaction during the move to trash
2020-10-21 12:28:46 +02:00
Nextcloud bot
9a76d5cef7
[tx-robot] updated from transifex 2020-10-21 02:19:09 +00:00
John Molakvoæ (skjnldsv)
cb10700cfb
Also expire share type email
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-10-20 11:41:10 +02:00
Nextcloud bot
e737d67979
[tx-robot] updated from transifex 2020-10-20 02:19:05 +00:00
Robin Appelman
c8d121a7d7
dont hold a transaction during the move to trash
because moving to trash can take a long time, keeping a transaction active for the duration can lead to issues

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-19 13:33:22 +02:00
Simon Spannagel
f3588ad49c CalDavBackend: check if timerange is array before accessing
Signed-off-by: Simon Spannagel <simonspa@kth.se>
2020-10-19 11:16:53 +00:00
Christoph Wurst
5d2537e59e
Fix display of remote users in incoming share notifications
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-19 12:18:13 +02:00
Nextcloud bot
d9c96536c8
[tx-robot] updated from transifex 2020-10-19 02:18:23 +00:00
Nextcloud bot
b1afd1260c
[tx-robot] updated from transifex 2020-10-18 02:18:08 +00:00
Morris Jobke
d544b56260
SharedMountTest.php:367 is unreliable
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-16 09:25:31 +02:00
Nextcloud bot
6627c351f8
[tx-robot] updated from transifex 2020-10-16 02:18:35 +00:00
Nextcloud bot
c391e73337
[tx-robot] updated from transifex 2020-10-15 02:18:49 +00:00
Joas Schilling
d78b5e0030
Fix pagination of contacts search
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-14 14:03:11 +02:00
Joas Schilling
d683026bda
Temporary fix contacts search
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-14 14:02:30 +02:00
Julius Härtl
b66f4cf2dc
Use paginated search for contacts
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-14 14:02:08 +02:00
Nextcloud bot
7768388816
[tx-robot] updated from transifex 2020-10-14 02:19:15 +00:00
Nextcloud bot
57002d1b39
[tx-robot] updated from transifex 2020-10-13 19:34:05 +00:00
Morris Jobke
ca39ca4e98 VersioningTest:729 is unreliable and should be disabled
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-13 07:15:35 +00:00
Nextcloud bot
b7979a422f
[tx-robot] updated from transifex 2020-10-13 02:18:57 +00:00
Nextcloud bot
c48a750ca9
[tx-robot] updated from transifex 2020-10-12 02:18:22 +00:00
Nextcloud bot
cef592b994
[tx-robot] updated from transifex 2020-10-11 02:19:00 +00:00
Nextcloud bot
1a72842f19
[tx-robot] updated from transifex 2020-10-10 02:19:01 +00:00