Commit graph

69458 commits

Author SHA1 Message Date
Julius Härtl
fb08724486
perf: Avoid updating the folder size if we know the size difference
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2024-04-09 15:45:05 +02:00
Benjamin Gaussorgues
d8c5f1c9a5
Merge pull request #44749 from nextcloud/backport/44730/stable27 2024-04-09 14:07:49 +02:00
Robin Appelman
85d7620033
test: add test for jail watcher
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-04-09 13:20:42 +02:00
Robin Appelman
93cc59c5df
fix: use proper jailed patch in watcher
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-04-09 13:20:38 +02:00
Ferdinand Thiessen
ad2c84118e
Merge pull request #44739 from nextcloud/backport/stable27/44736
[stable27] fix: Fix avatar images
2024-04-09 12:23:37 +02:00
Nextcloud bot
95dc78d276
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-09 00:20:34 +00:00
Christopher Ng
99a1e299f6 test: Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-08 17:10:31 -07:00
Christopher Ng
0a873c068d fix: Fix avatar images
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-08 17:10:31 -07:00
Eduardo Morales
b7988cb20a
Merge pull request #44491 from nextcloud/backport/44291/stable27
[stable27] enh: Send empty expireDate when not expireDate set
2024-04-08 08:38:32 -05:00
nextcloud-command
b3c996a6ae chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-08 11:46:53 +00:00
fenn-cs
9f84e723eb fix(share): Send empty expireDate when not expireDate set
When creating a new share, if the user unchecks "Set expiry date"

no `expireDate` is sent to the server.

However, the server then assumes the default configured, hence better

to send an empty value.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-04-08 12:25:48 +01:00
Nextcloud bot
4c7e817d33
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-08 00:20:30 +00:00
Nextcloud bot
2382edd78c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-07 00:20:39 +00:00
Joas Schilling
9fe7865e2e
Merge pull request #44690 from nextcloud/backport/44678/stable27
[stable27] fix(3rdparty): Add a CI job to check 3rdparty integrity
2024-04-06 15:11:51 +02:00
Nextcloud bot
f7d80a6248
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-06 00:21:08 +00:00
Joas Schilling
1c3e49ac9c
Merge pull request #44673 from nextcloud/backport/44662/stable27
[stable27] fix(deps): Update phpseclib from 2.0.45 to 2.0.47
2024-04-05 23:00:37 +02:00
Joas Schilling
63e4a354f9 fix(3rdparty): Add a CI job to check 3rdparty integrity
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-05 15:19:45 +00:00
Ferdinand Thiessen
3366dd3270
fix(deps): Update phpseclib to 2.0.47
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-05 14:28:37 +02:00
Ferdinand Thiessen
6eeabad8c7
fix: Update psalm baseline to ignore setKey being internal of phpseclib
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-05 13:22:39 +02:00
Nextcloud bot
4fe9fe5489
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-05 00:20:14 +00:00
John Molakvoæ
4436964baa
Merge pull request #44656 from nextcloud/backport/44332/stable27 2024-04-04 16:31:57 +02:00
Côme Chilliet
06c713d590 chore(dav): Fix tests for length headers on upload
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-04 12:50:31 +00:00
Côme Chilliet
a007651d20 fix(dav): Fix quota check for chunk upload
Do not ignore OC-Total-Length when Content-Length and
 X-Expected-Entity-Length are missing

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-04 12:50:31 +00:00
Stephan Orbaugh
adea4af91e
Merge pull request #44632 from nextcloud/backport/44604/stable27
[stable27] fix(encryption): Clicking default module in UI sets bogus value
2024-04-04 11:30:58 +02:00
Louis Chemineau
fe869641f5 fix(encryption): Clicking default module in UI sets bogus value
Fixes #44532

Likely fixes #43123

Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-04-04 10:08:47 +02:00
John Molakvoæ
f9aac6b0c9
Merge pull request #44602 from nextcloud/backport/44512/stable27 2024-04-04 09:20:43 +02:00
Nextcloud bot
70dd53fd2c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-04 00:20:31 +00:00
Christopher Ng
cb5a7f0b17 chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-04-03 11:38:54 -07:00
Christopher Ng
9b96007e21 feat(trashbin): Show original location of deleted file
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 1ae78095c8)
2024-04-03 11:38:54 -07:00
Ferdinand Thiessen
96bf602d33
Merge pull request #44569 from nextcloud/fix/stable27-mail-share
[stable27] fix(files_sharing): Create passwords when enforced for mail shares
2024-04-03 19:46:18 +02:00
nextcloud-command
bd2059a5f1 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-03 18:47:24 +02:00
Ferdinand Thiessen
f23e010831 fix(files_sharing): Create passwords when enforced for mail shares
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-03 18:47:24 +02:00
Robin Appelman
f85ce2d803
Merge pull request #44508 from nextcloud/backport/39367/stable27
[stable27] handle more exceptions in AmazonS3::fopen
2024-04-03 13:33:32 +02:00
Nextcloud bot
7b445897c4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-03 00:20:15 +00:00
Joas Schilling
68ec45cef1
Merge pull request #44614 from nextcloud/backport/44612/stable27
[stable27] fix(tests): Fix tests when daytime saving time change happened recently
2024-04-02 15:17:39 +02:00
Côme Chilliet
606f25871e fix(tests): Fix tests when daytime saving time change happened recently
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-04-02 11:14:22 +00:00
Nextcloud bot
f59aa618ef
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-02 00:19:57 +00:00
Nextcloud bot
0b8625b5e8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-01 00:20:00 +00:00
Nextcloud bot
84e1ccba52
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-31 00:20:00 +00:00
Nextcloud bot
af4c9391c8
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-30 00:20:58 +00:00
Nextcloud bot
e81ad0ce58
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-29 00:25:02 +00:00
Louis
98362bd0bc
Merge pull request #44550 from nextcloud/backport/44504/stable27
[stable27] Add retry logic to cover deadlock situations during move operations
2024-03-28 16:43:44 +01:00
Louis Chemineau
ee14e2f965 feat(files)): Add retry logic to cover deadlock situations when moving many files
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-03-28 15:29:03 +01:00
Joas Schilling
f2063bf775
Merge pull request #44536 from nextcloud/backport/44530/stable27
[stable27] fix(security): Update expiration date in security.txt
2024-03-28 14:03:10 +01:00
Joas Schilling
d459a545f3 fix(security): Update expiration date in security.txt
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-03-28 11:04:16 +00:00
John Molakvoæ
7442a88ac8
Merge pull request #44524 from nextcloud/release/27.1.8 2024-03-28 09:02:39 +01:00
skjnldsv
f3c1ae99f5 build(hub): 27.1.8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-03-28 08:36:17 +01:00
Joas Schilling
503622e002
Merge pull request #44518 from nextcloud/automated/noid/stable27-update-code-signing-crl
[stable27] fix(security): Update code signing revocation list
2024-03-28 07:49:38 +01:00
nextcloud-command
d1b2ff7902 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2024-03-28 02:15:21 +00:00
Nextcloud bot
8138e890fe
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-28 00:19:31 +00:00