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
c4a44e1f4e
fix(Comment): Initialize childrenCount as integer
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-09-15 15:49:47 +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 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
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
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
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
Stephan Orbaugh
b359a650e5
Merge pull request #47843 from nextcloud/backport/47805/stable29
...
[stable29] fix: Replace conflicting tags in `xml_exception` template
2024-09-10 11:47:24 +02:00
Nextcloud bot
33ccc430cf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-10 00:37:45 +00:00
Ferdinand Thiessen
8efd5f4d61
fix: Replace conflicting tags in xml_exception template
...
The `<?xml` tag is interpreted as PHP short tags, so this causes errors.
Instead just print that part of the template.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-09 11:46:36 +00:00
Nextcloud bot
789ccf8798
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-09 00:23:40 +00:00
Nextcloud bot
8668546e5e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-08 00:36:50 +00:00
Nextcloud bot
f6dae38968
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-07 00:37:14 +00:00
Nextcloud bot
7ec40bfe35
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-06 00:25:25 +00:00
Louis
8f28394a06
Merge pull request #47786 from nextcloud/backport/47770/stable29
...
[stable29] fix(dav): Always respond custom error page on exceptions
2024-09-05 22:44:37 +02:00
Arthur Schiwon
dd9f749342
Merge pull request #47758 from nextcloud/release/29.0.7_rc1
...
29.0.7 RC1
2024-09-05 21:43:45 +02:00
Arthur Schiwon
3c9abb09e5
Merge pull request #47777 from nextcloud/backport/47769/stable29
...
[stable29] fix: Use sha256 to hash arguments of background jobs
2024-09-05 21:37:58 +02:00
Andy Scherzinger
3bc5ea4fd9
Merge pull request #47780 from nextcloud/backport/47519/stable29
...
[stable29] feat(transfer-ownership): Correctly react to encrypted files
2024-09-05 20:42:33 +02:00
Andy Scherzinger
98a0a8cdcb
Merge pull request #47774 from nextcloud/backport/46255/stable29
...
[stable29] fix: add option to remove the webroot for setup checks and don't chec…
2024-09-05 20:31:38 +02:00
Louis Chemineau
987840592e
fix(dav): Always respond custom error page on exceptions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-05 18:15:51 +00:00
Arthur Schiwon
0b6ec1b1f0
fix: missing use statements
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-09-05 19:11:06 +02:00
Louis Chemineau
8552ac461e
fix: Migrate existing bg jobs to use sha256
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-05 18:06:00 +02:00
Côme Chilliet
4a9d5851ab
fix(transfer-ownership): Improve comments according to code review
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-05 16:01:31 +00:00
Côme Chilliet
adcb5da338
feat(transfer-ownership): Correctly react to encrypted files
...
For E2EE encrypted files, we abort the transfer.
For SSE encrypted files, we abort only if not using master key.
Also fixed the check for when the path to a single file is used.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-05 16:01:31 +00:00
Louis Chemineau
1362dbda22
fix: Use sha256 to hash arguments of background jobs
...
This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database.
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-09-05 15:57:28 +00:00
Côme Chilliet
48c807e667
fix(setupchecks): Test overwrite.cli url first, then generated one, and
...
trusted domains as last fallback.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-09-05 15:53:45 +00:00
Daniel Kesselberg
e004fb7042
fix: add option to remove the webroot for setup checks and don't check trusted_domains.
...
1) The checks for well-known urls should always run against the root domain and therefore the option to remove the webroot.
2) For trusted domains, the available protocol is unknown, and thus some guesswork would be needed to make that work. I've decided for now to not consider them anymore to reduce false-positives.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-09-05 15:53:45 +00:00
Andy Scherzinger
473c9d8249
Merge pull request #47486 from nextcloud/backport/46013/stable29
...
[stable29] fix: write object to the correct urn when moving from another storage to object store
2024-09-05 16:23:10 +02:00
Arthur Schiwon
3fbca06e19
Merge pull request #47284 from nextcloud/backport/47038/stable29
...
[stable29] fix: check for correct storage class when checking for link parent
2024-09-05 11:43:25 +02:00
Arthur Schiwon
35085228dc
Merge pull request #47337 from nextcloud/backport/47332/stable29
...
[stable29] fix(caldav): allow renaming of birthday calendars
2024-09-05 11:32:58 +02:00
Marcel Müller
33d6aac06a
Merge pull request #47765 from nextcloud/backport/47754/stable29
...
[stable29] fix(appstore): Cache apps.json also on dev instances
2024-09-05 08:17:52 +02:00
Marcel Müller
1ad173ce05
fix(appstore): Cache apps.json also on dev instances
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2024-09-05 05:49:39 +00:00
Daniel Calviño Sánchez
c514a73fd3
Merge pull request #47734 from nextcloud/backport/46859/stable29
...
[stable29] Fix status check and saving of external storages
2024-09-05 04:28:36 +02:00
Nextcloud bot
0249a2970d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-05 00:24:06 +00:00
Daniel Calviño Sánchez
844505023e
fix: Hide status tooltip in row to add a new mount point
...
The row to add a new mount point is cloned when a new mountpoint is
added, so it is expected that it includes a status span. However, it
should not be displayed in that row, only in the cloned row when its
status is updated.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-09-04 23:19:37 +02:00
Daniel Calviño Sánchez
5ed377e003
fix: Fix unmodified placeholder replacing the actual value when updating
...
When updating global storages and user storages a property is not
updated by "StoragesService::updateStorage()" if the value matches the
unmodified placeholder. However, userglobal storages are not updated
through the "StoragesService"; as only the authentication mechanism is
updated it is directly done with "saveBackendOptions()" in
"IUserProvided" or "UserGlobalAuth". Due to this the unmodified
placeholder value needs to be explicitly checked in those cases and
replaced by the actual value (note that in this case it is not possible
to just skip updating a specific property).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-09-04 23:19:37 +02:00