]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
23 months ago24.0.8 RC2 35488/head
Arthur Schiwon [Tue, 29 Nov 2022 12:55:00 +0000 (13:55 +0100)]
24.0.8 RC2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Nov 2022 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Nov 2022 02:19:41 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Nov 2022 02:18:41 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Nov 2022 02:18:32 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35306 from nextcloud/release/24.08_rc1 v24.0.8rc1
blizzz [Fri, 25 Nov 2022 08:50:32 +0000 (09:50 +0100)]
Merge pull request #35306 from nextcloud/release/24.08_rc1

24.0.8 RC1

2 years agoMerge pull request #35334 from nextcloud/revert-34032-backport/34019/stable24
Simon L [Fri, 25 Nov 2022 08:35:21 +0000 (09:35 +0100)]
Merge pull request #35334 from nextcloud/revert-34032-backport/34019/stable24

Revert "[stable24] Fix quota type to int"

2 years agoMerge pull request #35392 from nextcloud/backport/35370/stable24
Simon L [Fri, 25 Nov 2022 08:01:24 +0000 (09:01 +0100)]
Merge pull request #35392 from nextcloud/backport/35370/stable24

[stable24] Fix UX of renaming token

2 years agoFix UX of renaming token 35392/head
Carl Schwan [Wed, 23 Nov 2022 15:45:24 +0000 (16:45 +0100)]
Fix UX of renaming token

Now this get's instant applied and escaping will reset to the previous
state

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Nov 2022 02:19:45 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35100 from nextcloud/backport/35054/stable24
blizzz [Thu, 24 Nov 2022 20:18:34 +0000 (21:18 +0100)]
Merge pull request #35100 from nextcloud/backport/35054/stable24

[stable24] Fix HTML entities not decoded in comment just added

2 years agoUpdate baseline for some unrelated errors 35334/head
Vincent Petry [Thu, 24 Nov 2022 19:55:50 +0000 (20:55 +0100)]
Update baseline for some unrelated errors

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoFloat the quota
Vincent Petry [Wed, 23 Nov 2022 10:24:53 +0000 (11:24 +0100)]
Float the quota

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoRevert "[stable24] Fix quota type to int"
Vincent Petry [Tue, 22 Nov 2022 14:39:00 +0000 (15:39 +0100)]
Revert "[stable24] Fix quota type to int"

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #35409 from nextcloud/backport/35398/stable24
Simon L [Thu, 24 Nov 2022 18:24:43 +0000 (19:24 +0100)]
Merge pull request #35409 from nextcloud/backport/35398/stable24

[stable24] Do not check quota for non Node

2 years agoCompile assets 35100/head
nextcloud-command [Thu, 24 Nov 2022 17:17:08 +0000 (17:17 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoFix HTML entities not decoded in comment just added
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:27:15 +0000 (00:27 +0100)]
Fix HTML entities not decoded in comment just added

The XML data received from the comments endpoint has an inconsistent
encoding; some entities are encoded once and others are encoded twice.
When the comment list is loaded the comments are fetched using
GetComments, which handles all that, and therefore shows the messages
and author names as expected.

However, when a new comment is posted the list is not got again; instead
the new comment is loaded from the comment data returned after posting
it. This is done in NewComment, which did not decode the messages nor
the author names, and therefore showed, for example, "&amp;" instead of
"&".

To solve that now the same decoding logic used in GetComments is applied
too in NewComment.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoExtract "decodeHtmlEntities" function to its own file
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:26:04 +0000 (00:26 +0100)]
Extract "decodeHtmlEntities" function to its own file

This will make possible to use it from files other than
"GetComments.js".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2 years agoDo not check quota for non Node 35409/head
Louis Chemineau [Thu, 24 Nov 2022 10:35:02 +0000 (11:35 +0100)]
Do not check quota for non Node

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #35395 from nextcloud/stable24-audit-fix
Vincent Petry [Thu, 24 Nov 2022 15:20:09 +0000 (16:20 +0100)]
Merge pull request #35395 from nextcloud/stable24-audit-fix

[stable24] Update some libs

2 years agoRecompile 35395/head
Vincent Petry [Thu, 24 Nov 2022 10:00:25 +0000 (11:00 +0100)]
Recompile

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoUpdate some libs
Vincent Petry [Thu, 24 Nov 2022 09:23:17 +0000 (10:23 +0100)]
Update some libs

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #35351 from nextcloud/backport/35327/stable24
blizzz [Thu, 24 Nov 2022 08:41:57 +0000 (09:41 +0100)]
Merge pull request #35351 from nextcloud/backport/35327/stable24

[stable24] Handle badly named version files more gracefully and log information

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Nov 2022 02:17:51 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35332 from nextcloud/backport/35232/stable24
blizzz [Wed, 23 Nov 2022 20:02:49 +0000 (21:02 +0100)]
Merge pull request #35332 from nextcloud/backport/35232/stable24

[stable24] Check quota on file copy

2 years agoMerge pull request #35367 from nextcloud/backport/35353/stable24
Louis [Wed, 23 Nov 2022 18:39:59 +0000 (19:39 +0100)]
Merge pull request #35367 from nextcloud/backport/35353/stable24

[stable24] Update cache when file size === 0

2 years agoMerge pull request #35349 from nextcloud/backport/35299/stable24
Julius Härtl [Wed, 23 Nov 2022 17:33:02 +0000 (18:33 +0100)]
Merge pull request #35349 from nextcloud/backport/35299/stable24

2 years agoMerge pull request #35356 from nextcloud/backport/35206/stable24
blizzz [Wed, 23 Nov 2022 17:28:05 +0000 (18:28 +0100)]
Merge pull request #35356 from nextcloud/backport/35206/stable24

[stable24] Fix forwarding the object id when searching comments

2 years agoMerge pull request #35018 from nextcloud/backport/35000/stable24
blizzz [Wed, 23 Nov 2022 17:25:40 +0000 (18:25 +0100)]
Merge pull request #35018 from nextcloud/backport/35000/stable24

[stable24] Only show cron warning after 24h due to time insensitive jobs

2 years agoUpdate cache when file size === 0 35367/head
Louis Chemineau [Wed, 23 Nov 2022 11:43:57 +0000 (12:43 +0100)]
Update cache when file size === 0

The conditions were false when $result === 0.
$results here contains the number of written bits.
The correct way of checking for operation success is to check if $result === false

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #35321 from nextcloud/backport/stable24/35187
Louis [Wed, 23 Nov 2022 12:17:33 +0000 (13:17 +0100)]
Merge pull request #35321 from nextcloud/backport/stable24/35187

[stable24] Fix mentions rendering in comment editor

2 years agoFix forwarding the object id when searching comments 35356/head
Joas Schilling [Wed, 16 Nov 2022 11:07:46 +0000 (12:07 +0100)]
Fix forwarding the object id when searching comments

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoHandle badly named version files more gracefully and log information 35351/head
Côme Chilliet [Tue, 11 Oct 2022 08:10:49 +0000 (10:10 +0200)]
Handle badly named version files more gracefully and log information

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35328 from nextcloud/backport/35009/stable24
Greta [Wed, 23 Nov 2022 09:39:04 +0000 (10:39 +0100)]
Merge pull request #35328 from nextcloud/backport/35009/stable24

[stable24] Check quota on file copy

2 years agoPrevent selection of encrypted folders 35349/head
kavita.sonawane@t-systems.com [Mon, 21 Nov 2022 06:25:25 +0000 (11:55 +0530)]
Prevent selection of encrypted folders

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2 years agoPrevents the selection of encrypted folder on next page load
kavita.sonawane@t-systems.com [Fri, 18 Nov 2022 09:16:50 +0000 (14:46 +0530)]
Prevents the selection of encrypted folder on next page load

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2 years agoPrevents the selection of encrypted folder on scroll page
kavita.sonawane@t-systems.com [Thu, 17 Nov 2022 06:01:07 +0000 (11:31 +0530)]
Prevents the selection of encrypted folder on scroll page

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2 years agoDeactivates the possiblility to checkmark or click on the encrypted folder
kavita.sonawane@t-systems.com [Wed, 16 Nov 2022 06:12:50 +0000 (11:42 +0530)]
Deactivates the possiblility to checkmark or click on the encrypted folder

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2 years agoAdd comments for prevents the selection of encrypted folders
kavita.sonawane@t-systems.com [Tue, 15 Nov 2022 12:28:57 +0000 (17:58 +0530)]
Add comments for prevents the selection of encrypted folders

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2 years agoFilelist:-Deselecting all files checkboxes within cells of encrypted folder
kavita.sonawane@t-systems.com [Tue, 15 Nov 2022 05:57:46 +0000 (11:27 +0530)]
Filelist:-Deselecting all files checkboxes within cells of encrypted folder

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 23 Nov 2022 02:18:27 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoApply the same fix as on beforeCopy on beforeMove 35332/head
Côme Chilliet [Tue, 15 Nov 2022 17:11:15 +0000 (18:11 +0100)]
Apply the same fix as on beforeCopy on beforeMove

Let’s be safe

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agofix dirname usage
Robin Appelman [Mon, 14 Nov 2022 13:19:47 +0000 (14:19 +0100)]
fix dirname usage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoFix psalm issues
Côme Chilliet [Tue, 8 Nov 2022 16:13:45 +0000 (17:13 +0100)]
Fix psalm issues

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoCheck quota on file copy
Côme Chilliet [Mon, 7 Nov 2022 16:25:42 +0000 (17:25 +0100)]
Check quota on file copy

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoApply the same fix as on beforeCopy on beforeMove 35328/head
Côme Chilliet [Tue, 15 Nov 2022 17:11:15 +0000 (18:11 +0100)]
Apply the same fix as on beforeCopy on beforeMove

Let’s be safe

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agofix dirname usage
Robin Appelman [Mon, 14 Nov 2022 13:19:47 +0000 (14:19 +0100)]
fix dirname usage

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoFix psalm issues
Côme Chilliet [Tue, 8 Nov 2022 16:13:45 +0000 (17:13 +0100)]
Fix psalm issues

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoCheck quota on file copy
Côme Chilliet [Mon, 7 Nov 2022 16:25:42 +0000 (17:25 +0100)]
Check quota on file copy

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35297 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3...
Côme Chilliet [Tue, 22 Nov 2022 10:21:38 +0000 (11:21 +0100)]
Merge pull request #35297 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3.0-in-stable24

Bump swiftmailer/swiftmailer to 6.3.0 in stable24

2 years agoFix mentions rendering in comment editor 35321/head
Louis Chemineau [Tue, 15 Nov 2022 17:30:17 +0000 (18:30 +0100)]
Fix mentions rendering in comment editor

NcRichContentEditable needs an index of users to properly display them. This commit adds a caching logic and provides it to NcRichContentEditable.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 years agoMerge pull request #35313 from nextcloud/stable24-user-mgmt-quota-no-cache
Simon L [Tue, 22 Nov 2022 09:46:41 +0000 (10:46 +0100)]
Merge pull request #35313 from nextcloud/stable24-user-mgmt-quota-no-cache

[stable24] Don't use quota cache through user management

2 years agoMerge pull request #35162 from nextcloud/backport/35157/stable24
Côme Chilliet [Tue, 22 Nov 2022 09:09:45 +0000 (10:09 +0100)]
Merge pull request #35162 from nextcloud/backport/35157/stable24

[stable24] Make sure to not pass null to DateTime::createFromFormat

2 years agoAlign 3rdparty with stable24 35297/head
Côme Chilliet [Tue, 22 Nov 2022 07:50:50 +0000 (08:50 +0100)]
Align 3rdparty with stable24

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix version string 35306/head
John Molakvoæ [Tue, 22 Nov 2022 07:42:15 +0000 (08:42 +0100)]
Fix version string

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 22 Nov 2022 02:19:35 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoDon't use quota cache through user management 35313/head
Vincent Petry [Mon, 21 Nov 2022 15:21:25 +0000 (16:21 +0100)]
Don't use quota cache through user management

When querying the free space through user management APIs, don't use the
cached quota value. The latter is only there to accelerate PROPFINDs.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #35250 from nextcloud/bugfix/noid/quota-zero
Simon L [Mon, 21 Nov 2022 17:39:49 +0000 (18:39 +0100)]
Merge pull request #35250 from nextcloud/bugfix/noid/quota-zero

[stable24] Properly compare quota against both float/int values

2 years agoMerge pull request #34966 from nextcloud/backport/34963/stable24
blizzz [Mon, 21 Nov 2022 14:50:03 +0000 (15:50 +0100)]
Merge pull request #34966 from nextcloud/backport/34963/stable24

[stable24] Fix invalid date in security.txt

2 years ago24.08 RC1
Arthur Schiwon [Mon, 21 Nov 2022 14:37:14 +0000 (15:37 +0100)]
24.08 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoBump swiftmailer/swiftmailer to 6.3.0 in stable24
Côme Chilliet [Mon, 21 Nov 2022 10:03:05 +0000 (11:03 +0100)]
Bump swiftmailer/swiftmailer to 6.3.0 in stable24

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35141 from nextcloud/backport/34160/stable24
Côme Chilliet [Mon, 21 Nov 2022 08:33:17 +0000 (09:33 +0100)]
Merge pull request #35141 from nextcloud/backport/34160/stable24

[stable24] Detect weird local ips

2 years agoMerge pull request #35292 from nextcloud/backport/35185/stable24
Vincent Petry [Mon, 21 Nov 2022 08:32:48 +0000 (09:32 +0100)]
Merge pull request #35292 from nextcloud/backport/35185/stable24

[stable24] Hide warning about missing apps for when shipped in the next version

2 years agoHide warning about missing apps for when shipped in the next version 35292/head
Joas Schilling [Tue, 15 Nov 2022 16:40:26 +0000 (17:40 +0100)]
Hide warning about missing apps for when shipped in the next version

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 21 Nov 2022 02:15:45 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Nov 2022 02:16:05 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35245 from nextcloud/backport/32288/stable24
Joas Schilling [Sat, 19 Nov 2022 19:44:09 +0000 (20:44 +0100)]
Merge pull request #35245 from nextcloud/backport/32288/stable24

[stable24] Fix JSON error when comment has no reactions

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Nov 2022 02:17:53 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35266 from nextcloud/backport/35259/stable24
Simon L [Fri, 18 Nov 2022 20:16:41 +0000 (21:16 +0100)]
Merge pull request #35266 from nextcloud/backport/35259/stable24

[stable24] Also cancel XHR when cancelling uploads

2 years agoAlso cancel XHR when cancelling uploads 35266/head
Vincent Petry [Fri, 18 Nov 2022 14:47:19 +0000 (15:47 +0100)]
Also cancel XHR when cancelling uploads

Fixes issue when cancelling a long list of uploads.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoMerge pull request #35258 from nextcloud/backport/35218/stable24
Simon L [Fri, 18 Nov 2022 16:42:49 +0000 (17:42 +0100)]
Merge pull request #35258 from nextcloud/backport/35218/stable24

[stable24] delay updating setup providers untill we register the mounts

2 years agodelay updating setup providers untill we register the mounts 35258/head
Robin Appelman [Wed, 16 Nov 2022 16:47:52 +0000 (17:47 +0100)]
delay updating setup providers untill we register the mounts

otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition

Signed-off-by: Robin Appelman <robin@icewind.nl>
2 years agoProperly compare quota against both float/int values 35250/head
Julius Härtl [Fri, 18 Nov 2022 13:12:43 +0000 (14:12 +0100)]
Properly compare quota against both float/int values

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2 years agoFix JSON error when comment has no reactions 35245/head
Joas Schilling [Fri, 6 May 2022 08:35:17 +0000 (10:35 +0200)]
Fix JSON error when comment has no reactions

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 18 Nov 2022 02:13:44 +0000 (02:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate 3rdparty to latests stable24 35141/head
Côme Chilliet [Thu, 17 Nov 2022 15:53:57 +0000 (16:53 +0100)]
Update 3rdparty to latests stable24

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35200 from nextcloud/backport/35096/stable24
Joas Schilling [Thu, 17 Nov 2022 11:06:03 +0000 (12:06 +0100)]
Merge pull request #35200 from nextcloud/backport/35096/stable24

[stable24] Mark more config values as sensitive

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Nov 2022 02:14:43 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35215 from nextcloud/backport/35210/stable24
Simon L [Wed, 16 Nov 2022 22:36:36 +0000 (23:36 +0100)]
Merge pull request #35215 from nextcloud/backport/35210/stable24

[stable24] Fix settings for setting default expiration date

2 years agoFix settings for setting default expiration date 35215/head
Vincent Petry [Wed, 16 Nov 2022 12:02:31 +0000 (13:02 +0100)]
Fix settings for setting default expiration date

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMark more config values as sensitive 35200/head
Joas Schilling [Fri, 11 Nov 2022 08:02:28 +0000 (09:02 +0100)]
Mark more config values as sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Nov 2022 02:14:57 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #35114 from nextcloud/backport/33631/stable24
Simon L [Tue, 15 Nov 2022 12:25:20 +0000 (13:25 +0100)]
Merge pull request #35114 from nextcloud/backport/33631/stable24

[stable24] use the updated mariadb10.6 container in drone

2 years agoMerge pull request #35115 from nextcloud/backport/35105/stable24
Richard Steinmetz [Tue, 15 Nov 2022 09:58:32 +0000 (10:58 +0100)]
Merge pull request #35115 from nextcloud/backport/35105/stable24

[stable24] Fix distorted previews when using imaginary

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Nov 2022 02:15:46 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMake sure to not pass null to DateTime::createFromFormat 35162/head
Côme Chilliet [Mon, 14 Nov 2022 15:23:50 +0000 (16:23 +0100)]
Make sure to not pass null to DateTime::createFromFormat

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35140 from nextcloud/revert-35113-backport/35015/stable24
Joas Schilling [Mon, 14 Nov 2022 11:49:52 +0000 (12:49 +0100)]
Merge pull request #35140 from nextcloud/revert-35113-backport/35015/stable24

Revert "[stable24] Appropriate length check in Notification.php"

2 years agoMerge pull request #35134 from nextcloud/backport/35093/stable24
Simon L [Mon, 14 Nov 2022 10:51:45 +0000 (11:51 +0100)]
Merge pull request #35134 from nextcloud/backport/35093/stable24

[stable24] Run integration tests on 3rdparty bump

2 years agoAdd mlocati/ip-lib dependency
Côme Chilliet [Mon, 14 Nov 2022 10:15:39 +0000 (11:15 +0100)]
Add mlocati/ip-lib dependency

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoFix idn_to_utf8 stub signature
Côme Chilliet [Thu, 22 Sep 2022 08:16:35 +0000 (10:16 +0200)]
Fix idn_to_utf8 stub signature

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoRevert "[stable24] Appropriate length check in Notification.php" 35140/head
Joas Schilling [Mon, 14 Nov 2022 10:14:57 +0000 (11:14 +0100)]
Revert "[stable24] Appropriate length check in Notification.php"

2 years agoFix tests for nested v4 in v6
Côme Chilliet [Tue, 20 Sep 2022 10:46:22 +0000 (12:46 +0200)]
Fix tests for nested v4 in v6

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoUse new dependency to normalize IPs
Côme Chilliet [Tue, 20 Sep 2022 10:34:04 +0000 (12:34 +0200)]
Use new dependency to normalize IPs

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoAdd missing urldecode and idn_to_utf8 calls to local address checker
Côme Chilliet [Tue, 20 Sep 2022 10:20:35 +0000 (12:20 +0200)]
Add missing urldecode and idn_to_utf8 calls to local address checker

The call to idn_to_utf8 call is actually to apply normalization

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoHarden tests for local IP detection in URLs
Côme Chilliet [Tue, 20 Sep 2022 10:14:33 +0000 (12:14 +0200)]
Harden tests for local IP detection in URLs

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2 years agoMerge pull request #35131 from nextcloud/backport/35070/stable24
Simon L [Mon, 14 Nov 2022 09:42:05 +0000 (10:42 +0100)]
Merge pull request #35131 from nextcloud/backport/35070/stable24

[stable24] [LDAP] always create instance of own user manager

2 years agoRun integration tests on 3rdparty bump 35134/head
Joas Schilling [Fri, 11 Nov 2022 06:54:26 +0000 (07:54 +0100)]
Run integration tests on 3rdparty bump

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Nov 2022 02:15:45 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[LDAP] always create instance of own user manager 35131/head
Arthur Schiwon [Thu, 10 Nov 2022 09:32:01 +0000 (10:32 +0100)]
[LDAP] always create instance of own user manager

- it is config specific and cannot be shared
- because the Access instance is bound later, it is not obvious from the
  constructor

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #35113 from nextcloud/backport/35015/stable24
Simon L [Sun, 13 Nov 2022 17:26:07 +0000 (18:26 +0100)]
Merge pull request #35113 from nextcloud/backport/35015/stable24

[stable24] Appropriate length check in Notification.php