Commit graph

69654 commits

Author SHA1 Message Date
Simon L.
404b3e7263 fix: chunked upload leading to 0-byte files
Signed-off-by: Simon L <szaimen@e.mail.de>
2024-04-25 15:25:37 +00:00
Benjamin Gaussorgues
a1dda4117e
Merge pull request #45004 from nextcloud/release/27.1.9 2024-04-25 10:04:19 +02:00
Nextcloud bot
d229b069f6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-25 00:21:15 +00:00
Joas Schilling
8923c37f57 fix(DAV): Migrate known exceptions to Sabre exceptions when copying
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-24 16:30:12 +00:00
Benjamin Gaussorgues
47e6586048
build(hub): 27.1.9
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-04-24 09:42:04 +02:00
Nextcloud bot
19c3ca0f26
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-24 00:20:51 +00:00
Nextcloud bot
e414701771
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-23 00:21:12 +00:00
Robin Appelman
2530337d36
feat: add request id as comment to all queries
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-04-22 13:11:50 +02:00
Nextcloud bot
277052a605
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-22 00:21:28 +00:00
Nextcloud bot
79737145e6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-21 00:20:59 +00:00
Nextcloud bot
9261a84de1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-20 00:20:33 +00:00
Git'Fellow
8e5b14cd6c
Fix backport
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-04-19 18:54:40 +02:00
Nextcloud bot
5907824827
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-19 00:20:56 +00:00
Benjamin Gaussorgues
c22cfa4422
Merge pull request #44875 from nextcloud/release/27.1.9_rc1 2024-04-18 21:32:55 +02:00
Benjamin Gaussorgues
129e9fda96
Merge pull request #44920 from nextcloud/backport/44904/stable27 2024-04-18 21:31:45 +02:00
Ferdinand Thiessen
a5e87274c5
fix(files): Also restore shares after ownership transfer for object storage
When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.
So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-18 16:05:34 +02:00
Benjamin Gaussorgues
af18e5ff8a
Merge pull request #44052 from nextcloud/backport/43086/stable27 2024-04-18 14:59:26 +02:00
Robin Appelman
eecd52628d fix: disable the internal s3sdk multi part copy logic
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-04-18 11:41:10 +02:00
Joas Schilling
cb376a62a9
Merge pull request #44892 from nextcloud/backport/44889/stable27
[stable27] fix(files): Also skip cross storage move with access control
2024-04-18 11:13:33 +02:00
Joas Schilling
7203ce22ac
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-18 09:39:39 +02:00
Nextcloud bot
02d680c0e1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-18 00:21:01 +00:00
Joas Schilling
2a33e94131 fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-04-17 14:34:13 +00:00
Git'Fellow
f60173eb59
Merge pull request #44472 from nextcloud/backport/44017/stable27
[stable27] Fix/caldav/eventcomparisionservice uses wrong array comparison
2024-04-17 14:46:01 +02:00
Benjamin Gaussorgues
3fb243e21c
Merge pull request #44499 from nextcloud/backport/44484/stable27 2024-04-17 11:31:34 +02:00
Benjamin Gaussorgues
75935b83da
Merge pull request #44803 from nextcloud/fix/smartpicker-file-picker 2024-04-17 11:28:50 +02:00
Benjamin Gaussorgues
591dca8530
build(hub): 27.1.9 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-04-17 09:54:02 +02:00
Nextcloud bot
5dde6512e0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-17 00:21:11 +00:00
nextcloud-command
5b7d538831 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-04-15 15:14:01 +00:00
fenn-cs
58db30da87 fix(share): Send correct share attributes upon share creation
- Send correct share attributes (`share.attributes`) to server upon creation.

- Delete parts of code that create or reference, `share.hasDownloadPermission`

(Not required by Share API)

Resolves : https://github.com/nextcloud/server/issues/44131

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-04-15 16:00:23 +01:00
Ferdinand Thiessen
73da60d1aa
Merge pull request #44823 from nextcloud/fix-opening-remote-shares-dialog-even-if-notifications-is-available
[stable27] Fix opening "Remote shares" dialog even if Notifications is available
2024-04-15 16:01:06 +02:00
Ferdinand Thiessen
c7c7b5bb19
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-15 12:43:48 +02:00
Ferdinand Thiessen
f8ff101977
fix(deps): Update @nextcloud/dialogs to 4.2.7
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-15 12:43:47 +02:00
Ferdinand Thiessen
b0a0b5b827
fix(files): Allow to pick directories using the file reference picker
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-04-15 12:43:47 +02:00
Daniel Calviño Sánchez
af773d5ce1 fix: Fix opening "Remote shares" dialog even if Notifications is available
The dialog is supposed to be shown only if the Notifications app is not
available, and to know whether it is available or not it is checked if
the header contains the Notifications button. However, in Nextcloud 25
the DOM of the Notifications app changed, so the button is no longer
found and thus the dialog was always shown when there are pending
shares.

Even if the correct element query was used the dialog may be still shown
anyway if "external.js" is loaded before the notifications button is
added to the header. Therefore now it is checked if the Notifications
app is available or not from the OC API.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-04-15 05:40:04 +02:00
Nextcloud bot
45e601f8f2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-15 00:20:08 +00:00
Nextcloud bot
b0425cc9fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-14 00:20:25 +00:00
Nextcloud bot
886516862b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-13 00:21:20 +00:00
Nextcloud bot
957b03c0d4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-12 00:20:38 +00:00
Arthur Schiwon
c90389af6b
Merge pull request #44766 from nextcloud/backport/44350/stable27
[stable27] fix(LDAP): escape DN on check-user
2024-04-11 15:52:59 +02:00
Nextcloud bot
0c56331611
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-11 00:21:16 +00:00
Robin Appelman
e642143683
Merge pull request #44680 from nextcloud/backport/42597/stable27
[stable27] perf: Avoid updating the folder size if we know the size difference
2024-04-10 19:48:03 +02:00
Arthur Schiwon
ee59d6c7dc docs(LDAP): add info on stored DN form
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-10 10:04:18 +00:00
Arthur Schiwon
cd725ee61a fix(LDAP): escape DN on check-user
the DN has to be escaped differently when used as a base and we were
missing it here in the search method call in the check-user command.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-04-10 10:04:17 +00:00
Nextcloud bot
138d847631
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-10 00:20:15 +00:00
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