Commit graph

74903 commits

Author SHA1 Message Date
John Molakvoæ
e60dd69fda
Merge pull request #47867 from nextcloud/backport/47858/stable29
[stable29] fix(preview): gracefully handle file not being opened in ProviderV2
2024-09-15 22:55:11 +02:00
John Molakvoæ
95c3012ca9
Merge pull request #48033 from nextcloud/backport/48013/stable29
[stable29] fix(BaseResponse): Cast XML element values to string
2024-09-15 22:54:29 +02:00
John Molakvoæ
6a46dad143
Merge pull request #47871 from nextcloud/backport/47834/stable29
[stable29] fix(appstore): return if appstore is manually disabled
2024-09-15 22:54:19 +02:00
John Molakvoæ
8cf7ab105e
Merge pull request #47918 from nextcloud/backport/47914/stable29
[stable29] fix(LDAP): check index before accessing it
2024-09-15 22:54:05 +02:00
John Molakvoæ
038eff0b60
Merge pull request #47795 from nextcloud/backport/47756/stable29
[stable29] fix(files): Check if target path is a descendant of the shared folder
2024-09-15 22:17:41 +02:00
John Molakvoæ
74597ecbb1
Merge pull request #47812 from nextcloud/backport/47649/stable29
[stable29] fix: Fix inaccessible content on public pages due to overlapping footer
2024-09-15 22:17:29 +02:00
John Molakvoæ
cde8cd074b
Merge pull request #47850 from nextcloud/backport/47807/stable29
[stable29] fix(files_sharing): password checkbox and labels in link share
2024-09-15 22:16:52 +02:00
John Molakvoæ
9bd55710fe
Merge pull request #47877 from nextcloud/backport/47848/stable29
[stable29] fix(files): Reset context menu position on close
2024-09-15 22:15:11 +02:00
John Molakvoæ
21a37d79f1
Merge pull request #47873 from nextcloud/backport/47853/stable29
[stable29] fix: make swift connect exception message more informative
2024-09-15 22:14:49 +02:00
John Molakvoæ
16abf05bfd
Merge pull request #47895 from nextcloud/backport/47339/stable29
[stable29] fix: Display 'Leave share' instead of 'Delete'
2024-09-15 22:14:34 +02:00
John Molakvoæ
ef298a8687
Merge pull request #47903 from nextcloud/backport/47881/stable29
[stable29] fix(settings): Add back create group icon
2024-09-15 22:14:06 +02:00
John Molakvoæ
d792bc5a07
Merge pull request #48034 from nextcloud/backport/48016/stable29
[stable29] fix(S3ConfigTrait): Allow proxy field to take false
2024-09-15 22:12:26 +02:00
Kate
c29f1c9abb
Merge pull request #47987 from nextcloud/automated/noid/stable29-update-psalm-baseline 2024-09-15 21:40:52 +02:00
Kate
c26bdfa67a
Merge pull request #48026 from nextcloud/backport/48014/stable29 2024-09-15 19:42:30 +02:00
John Molakvoæ
7765d4a5d1
Merge pull request #48020 from nextcloud/backport/48015/stable29 2024-09-15 19:42:13 +02:00
provokateurin
2cd8582467 fix(S3ConfigTrait): Allow proxy field to take false
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 17:18:15 +00:00
provokateurin
12afcbb022 fix(BaseResponse): Cast XML element values to string
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 17:17:36 +00:00
Kate
a8f576ce11
Merge pull request #48024 from nextcloud/backport/48017/stable29 2024-09-15 18:40:08 +02:00
provokateurin
f4d453ed8e fix(Tags): Return boolean for userHasTags()
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 15:51:07 +00:00
provokateurin
c4a44e1f4e fix(Comment): Initialize childrenCount as integer
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 15:49:47 +00:00
provokateurin
789be3c141 fix(Storage\Local): Do not call getSourcePath() on SplFileInfo
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 14:52:42 +00:00
Côme Chilliet
9b4637b09a
Merge pull request #47980 from nextcloud/backport/47971/stable29
[stable29] fix: Do not try to set HTTP response code on already closed connection
2024-09-15 09:45:08 +02:00
nextcloud-command
4fe6c26dda chore(tests): Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
2024-09-15 02:36:17 +00:00
Nextcloud bot
6530553720
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-15 00:26:52 +00:00
Côme Chilliet
66f903b5f6 fix: Do not try to set HTTP response code on already closed connection
This avoids a PHP warning in the logs about trying to set the response
 code while the output already started. It’s useless to try to print an
 error page anyway in this situation because the connection was closed
 already.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-14 19:21:24 +00:00
John Molakvoæ
5f28aaa603
Merge pull request #47975 from nextcloud/backport/47968/stable29 2024-09-14 20:24:47 +02:00
Git'Fellow
61684129e1 fix(files_external): Check key exists before accessing it
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2024-09-14 16:56:05 +00:00
Kate
250e0a939d
Merge pull request #47958 from nextcloud/backport/47954/stable29 2024-09-14 17:39:56 +02:00
Nextcloud bot
392c0f568e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-14 00:21:35 +00:00
provokateurin
f1817dc82b fix(files): Adjust Cache::searchQuery() parameter name to match interface
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-13 20:12:49 +00:00
John Molakvoæ
6cdb280e9e
Merge pull request #47953 from nextcloud/backport/47945/stable29 2024-09-13 18:02:35 +02:00
nextcloud-command
cb50aa1f26 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-13 15:32:50 +00:00
John Molakvoæ (skjnldsv)
be1bc08061 fix(files_external): broken credentials dialog
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>

[skip ci]
2024-09-13 15:20:43 +00:00
Ferdinand Thiessen
4e50fbb482
Merge pull request #47922 from nextcloud/backport/47527/stable29
[stable29] fix(files_external): Handling in SFTP UI for custom ports
2024-09-13 13:24:56 +02:00
Josh Richards
dc65c37af4 fix: custom port handling in UI for SFTP
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-09-13 03:10:27 +02:00
Nextcloud bot
a73e38b498
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-13 00:21:01 +00:00
Benjamin Gaussorgues
873a4d0e1d
Merge pull request #47887 from nextcloud/release/29.0.7 2024-09-12 14:28:35 +02:00
Arthur Schiwon
89cfc7c2a5 fix(LDAP): check index before accessing it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-12 10:55:34 +00:00
Nextcloud bot
2b9fc3b19e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-12 00:20:34 +00:00
nextcloud-command
0be2457d6d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-11 17:57:32 +00:00
Christopher Ng
69faba6da7 fix(settings): Add back create group icon
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2024-09-11 10:45:09 -07:00
skjnldsv
b9ef97260d fix(files_sharing): adjust permissions from custom edit and delete check methods
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2024-09-11 13:55:06 +02:00
Marcel Klehr
c80dd9dfec fix: Display 'Leave share' instead of 'Delete'
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2024-09-11 11:54:35 +00:00
nextcloud-command
02544427ba chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-11 10:27:49 +00:00
Ferdinand Thiessen
eb897b112e
fix(files): Make openMenu watcher null safe
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-11 11:53:15 +02:00
Benjamin Gaussorgues
b4f74256a3
build(hub): 29.0.7
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-09-11 11:15:22 +02:00
Ferdinand Thiessen
2a5d6bb713 fix(files): Reset context menu position on close
* Resolves https://github.com/nextcloud/server/issues/46934

Ensure that after a right-click the context menu position is resetted,
so that pressing the "actions"-menu button it is displayed on the correct location.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-11 09:15:41 +02:00
Nextcloud bot
87605dd358
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-11 00:21:29 +00:00
Robin Appelman
ab283f7b1b fix: make swift connect exception message more informative
Signed-off-by: Robin Appelman <robin@icewind.nl>
2024-09-10 14:46:21 +00:00
John Molakvoæ
ed80a9ffa9 fix(appstore): disabled appstore log level bump from debug to info
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2024-09-10 14:33:22 +00:00