Commit Graph

69490 Commits (c22cfa4422440bacf05024d980d5c737a0812d70)
 

Author SHA1 Message Date
Benjamin Gaussorgues c22cfa4422
Merge pull request #44875 from nextcloud/release/27.1.9_rc1 4 weeks ago
Benjamin Gaussorgues 129e9fda96
Merge pull request #44920 from nextcloud/backport/44904/stable27 4 weeks ago
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>
4 weeks ago
Benjamin Gaussorgues af18e5ff8a
Merge pull request #44052 from nextcloud/backport/43086/stable27 4 weeks ago
Robin Appelman eecd52628d fix: disable the internal s3sdk multi part copy logic
Signed-off-by: Robin Appelman <robin@icewind.nl>
4 weeks ago
Joas Schilling cb376a62a9
Merge pull request #44892 from nextcloud/backport/44889/stable27
[stable27] fix(files): Also skip cross storage move with access control
4 weeks ago
Joas Schilling 7203ce22ac
fix(CI): Suppress psalm UndefinedClass
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks ago
Nextcloud bot 02d680c0e1
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks ago
Joas Schilling 2a33e94131 fix(files): Also skip cross storage move with access control
Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks ago
Git'Fellow f60173eb59
Merge pull request #44472 from nextcloud/backport/44017/stable27
[stable27] Fix/caldav/eventcomparisionservice uses wrong array comparison
4 weeks ago
Benjamin Gaussorgues 3fb243e21c
Merge pull request #44499 from nextcloud/backport/44484/stable27 4 weeks ago
Benjamin Gaussorgues 75935b83da
Merge pull request #44803 from nextcloud/fix/smartpicker-file-picker 4 weeks ago
Benjamin Gaussorgues 591dca8530
build(hub): 27.1.9 RC1
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
4 weeks ago
Nextcloud bot 5dde6512e0
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
nextcloud-command 5b7d538831 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 month ago
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>
1 month ago
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
1 month ago
Ferdinand Thiessen c7c7b5bb19
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 month ago
Ferdinand Thiessen f8ff101977
fix(deps): Update @nextcloud/dialogs to 4.2.7
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 month ago
Ferdinand Thiessen b0a0b5b827
fix(files): Allow to pick directories using the file reference picker
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 month ago
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>
1 month ago
Nextcloud bot 45e601f8f2
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Nextcloud bot b0425cc9fc
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Nextcloud bot 886516862b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Nextcloud bot 957b03c0d4
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Arthur Schiwon c90389af6b
Merge pull request #44766 from nextcloud/backport/44350/stable27
[stable27] fix(LDAP): escape DN on check-user
1 month ago
Nextcloud bot 0c56331611
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
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
1 month ago
Arthur Schiwon ee59d6c7dc docs(LDAP): add info on stored DN form
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 month ago
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>
1 month ago
Nextcloud bot 138d847631
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
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>
1 month ago
Benjamin Gaussorgues d8c5f1c9a5
Merge pull request #44749 from nextcloud/backport/44730/stable27 1 month ago
Robin Appelman 85d7620033
test: add test for jail watcher
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 month ago
Robin Appelman 93cc59c5df
fix: use proper jailed patch in watcher
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 month ago
Ferdinand Thiessen ad2c84118e
Merge pull request #44739 from nextcloud/backport/stable27/44736
[stable27] fix: Fix avatar images
1 month ago
Nextcloud bot 95dc78d276
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Christopher Ng 99a1e299f6 test: Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 month ago
Christopher Ng 0a873c068d fix: Fix avatar images
Signed-off-by: Christopher Ng <chrng8@gmail.com>
1 month ago
Eduardo Morales b7988cb20a
Merge pull request #44491 from nextcloud/backport/44291/stable27
[stable27] enh: Send empty expireDate when not expireDate set
1 month ago
nextcloud-command b3c996a6ae chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 month ago
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>
1 month ago
Nextcloud bot 4c7e817d33
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Nextcloud bot 2382edd78c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
Joas Schilling 9fe7865e2e
Merge pull request #44690 from nextcloud/backport/44678/stable27
[stable27] fix(3rdparty): Add a CI job to check 3rdparty integrity
1 month ago
Nextcloud bot f7d80a6248
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 month ago
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
1 month ago
Joas Schilling 63e4a354f9 fix(3rdparty): Add a CI job to check 3rdparty integrity
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 month ago
Ferdinand Thiessen 3366dd3270
fix(deps): Update phpseclib to 2.0.47
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 month ago
Ferdinand Thiessen 6eeabad8c7
fix: Update psalm baseline to ignore `setKey` being internal of `phpseclib`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 month ago