Commit graph

61505 commits

Author SHA1 Message Date
Nextcloud bot
408359fda2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-13 02:27:48 +00:00
Simon L
c11682d0c7
Merge pull request #34025 from nextcloud/backport/34021/stable23
[stable23] Do not empty config.php file if reading failed for any reason
2022-09-12 16:46:35 +02:00
szaimen
5851c265a1 Do not empty config.php file if reading failed for any reason
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-09-12 11:01:38 +02:00
Nextcloud bot
66a4ee9968
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-11 02:31:37 +00:00
Nextcloud bot
55828c8413
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10 02:30:46 +00:00
Nextcloud bot
da3dfc7c58
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09 02:26:51 +00:00
blizzz
19ac8fd167
Merge pull request #33911 from nextcloud/release/23.0.9
23.0.9
2022-09-08 10:59:27 +02:00
Nextcloud bot
fe8ffd26ed
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-08 02:26:30 +00:00
blizzz
6f665743fa
Merge pull request #33936 from nextcloud/revert-33922-backport/33813/stable23
Revert "[stable23] Compare lowercase email when updating from ldap"
2022-09-07 18:12:37 +02:00
blizzz
fe0756a7e1
Revert "[stable23] Compare lowercase email when updating from ldap" 2022-09-07 12:27:37 +02:00
Carl Schwan
2e41435795
Merge pull request #33922 from nextcloud/backport/33813/stable23
[stable23] Compare lowercase email when updating from ldap
2022-09-07 12:17:29 +02:00
Nextcloud bot
e2925bf893
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-07 02:26:08 +00:00
Louis Chemineau
0b5619f132 I dug into it again, and the issue is much simpler than I previously though.
- LDAP has an email address with capital letters
- NC store this address in lower case
- When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want.
- We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204), they won't match, so the user will receive an email signaling an email change every time he logs in.

The fix is to compare the old email with the new lower case email before sending the event.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-09-06 15:24:01 +00:00
Arthur Schiwon
9d194b84de
23.0.9
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-09-06 10:27:20 +02:00
Nextcloud bot
b09750c379
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-06 02:25:32 +00:00
Nextcloud bot
d66809efce
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-05 02:25:16 +00:00
Nextcloud bot
da126a86d6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-04 02:24:41 +00:00
Nextcloud bot
8f74c14c6b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-03 02:30:51 +00:00
Nextcloud bot
8aaf389e82
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-02 02:25:08 +00:00
blizzz
7f02be6010
Merge pull request #33760 from nextcloud/release/23.0.9_rc1
23.0.9 RC1
2022-09-01 09:49:51 +02:00
blizzz
55f07a4d46
Merge pull request #32985 from nextcloud/backport/32242/stable23
[stable23] Fix logging data context to file
2022-09-01 09:47:35 +02:00
Nextcloud bot
314ed26e39
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-01 02:38:07 +00:00
blizzz
9d9d5cb458
Merge pull request #33763 from nextcloud/backport/33603/stable23
[stable23] optimize search post-processing for jail wrapper
2022-08-31 16:46:46 +02:00
Nextcloud bot
1ff9b1472b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-31 02:24:32 +00:00
Simon L
985e41f778
Merge pull request #33645 from nextcloud/backport/32216/stable23
[stable23] Respect user settings in php.ini if they are big enough
2022-08-31 01:15:02 +02:00
Joas Schilling
67ec2f4d8b
Merge pull request #32751 from nextcloud/backport/32744/stable23
[stable23] Always log errors from sending federation api requests to ease debugging
2022-08-30 20:36:14 +02:00
Thomas Citharel
54b0b53295
Fix logging data context to file
It was only logged when an exception was provided or when using
logData (which is not being much used).

We make sure the interpolated parameters are not logged.

Only tested with file write logger, but shouldn't work differently.

Crash reporters always had the context.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-08-30 18:58:20 +02:00
szaimen
356c732904 fix the backport
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-08-30 18:36:50 +02:00
Robin Appelman
d7858bfcf3 optimize search post-processing for jail wrapper
don't both asking the wrapped cache if we know it's not in our jail anyway

Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-08-30 15:51:29 +00:00
blizzz
1e80b33fa7
Merge pull request #33515 from nextcloud/backport/33513/stable23
[stable23] Recover installation when creating the database user fails and improve password strength
2022-08-30 17:37:29 +02:00
Arthur Schiwon
b45d13270f
23.0.9 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-30 17:28:03 +02:00
Nextcloud bot
518378b461
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-30 02:25:07 +00:00
Nextcloud bot
f6f219cddd
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-29 02:25:08 +00:00
Nextcloud bot
6190806f26
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-28 02:24:25 +00:00
Nextcloud bot
8b597e3902
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-27 02:24:23 +00:00
blizzz
952b6d6810
Merge pull request #33701 from nextcloud/backport/33689/stable23
[stable23] logger ignore args of sharepoint-related methods
2022-08-26 09:29:28 +02:00
Nextcloud bot
14383a566b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-26 02:25:16 +00:00
Arthur Schiwon
71394fc8cb logger ignore args of sharepoint-related methods
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-25 14:31:32 +00:00
blizzz
6bc3b234db
Merge pull request #33677 from nextcloud/backport/33624/stable23
[stable23] Update CRL
2022-08-25 13:09:34 +02:00
blizzz
7e6f33df6f
Merge pull request #33683 from nextcloud/backport/33667/stable23
[stable23] Fix plural usage in LDAP wizard
2022-08-25 09:26:42 +02:00
Nextcloud bot
7657d9b9e8
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-25 02:25:27 +00:00
Joas Schilling
2d748c928e Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-24 17:27:47 +00:00
Joas Schilling
3af407f364 Fix plural usage in LDAP wizard
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-24 17:27:45 +00:00
Arthur Schiwon
ece10fb6b7
Update CRL
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-24 17:32:18 +02:00
Nextcloud bot
af1412dde2
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-24 02:27:49 +00:00
Joas Schilling
5786db5040
Merge pull request #33661 from nextcloud/backport/33651/stable23
[stable23] [stable24] Fix carddav activities
2022-08-23 23:35:31 +02:00
Joas Schilling
2666155994 Fix carddav activities
The settings where combined last minute but at the same time the activities
where not adjusted to map an existing setting so the filter was not possible
to even limit it to the types that the activities had.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-23 18:45:24 +00:00
Simon L
c0da67ccdd
Merge pull request #33606 from nextcloud/enh/noid/mariadb10.6-stable23
[stable23] Add testing for mariadb10.6
2022-08-23 11:17:41 +02:00
John Molakvoæ
a206e74edd
Merge pull request #33649 from nextcloud/backport/33643/stable23 2022-08-23 08:49:30 +02:00
Nextcloud bot
a848bc7eae
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-23 02:25:07 +00:00