aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: Do not try to set HTTP response code on already closed connectionbackport/47971/stable29Côme Chilliet2024-09-141-1/+2
| | | | | | | | | 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>
* Merge pull request #47975 from nextcloud/backport/47968/stable29John Molakvoæ2024-09-141-4/+8
|\
| * fix(files_external): Check key exists before accessing itGit'Fellow2024-09-141-4/+8
|/ | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #47958 from nextcloud/backport/47954/stable29Kate2024-09-142-4/+4
|\
| * fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable29provokateurin2024-09-132-4/+4
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-14158-76/+430
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47953 from nextcloud/backport/47945/stable29John Molakvoæ2024-09-137-45/+125
|\
| * chore(assets): Recompile assetsnextcloud-command2024-09-134-3/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files_external): broken credentials dialogJohn Molakvoæ (skjnldsv)2024-09-133-42/+119
|/ | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> [skip ci]
* Merge pull request #47922 from nextcloud/backport/47527/stable29Ferdinand Thiessen2024-09-131-0/+2
|\ | | | | [stable29] fix(files_external): Handling in SFTP UI for custom ports
| * fix: custom port handling in UI for SFTPJosh Richards2024-09-131-0/+2
|/ | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1332-8/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47887 from nextcloud/release/29.0.7v29.0.7Benjamin Gaussorgues2024-09-121-2/+2
|\
| * build(hub): 29.0.7Benjamin Gaussorgues2024-09-111-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1258-84/+150
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-11358-6716/+6394
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47843 from nextcloud/backport/47805/stable29Stephan Orbaugh2024-09-101-1/+1
|\ | | | | [stable29] fix: Replace conflicting tags in `xml_exception` template
| * fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
| | | | | | | | | | | | | | 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>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-10152-140/+582
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0934-12/+114
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0842-28/+166
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-07240-8980/+9460
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0654-18/+528
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47786 from nextcloud/backport/47770/stable29Louis2024-09-0510-75/+113
|\ | | | | [stable29] fix(dav): Always respond custom error page on exceptions
| * fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-0510-75/+113
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #47758 from nextcloud/release/29.0.7_rc1v29.0.7rc1Arthur Schiwon2024-09-051-2/+2
|\ \ | | | | | | 29.0.7 RC1
| * | build(hub): 29.0.7 RC1Arthur Schiwon2024-09-041-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #47777 from nextcloud/backport/47769/stable29Arthur Schiwon2024-09-054-5/+85
|\ \ \ | | | | | | | | [stable29] fix: Use sha256 to hash arguments of background jobs
| * | | fix: missing use statementsArthur Schiwon2024-09-051-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-053-0/+79
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | fix: Use sha256 to hash arguments of background jobsLouis Chemineau2024-09-051-5/+4
| | |/ | |/| | | | | | | | | | | | | 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>
* | | Merge pull request #47780 from nextcloud/backport/47519/stable29Andy Scherzinger2024-09-051-20/+43
|\ \ \ | | | | | | | | [stable29] feat(transfer-ownership): Correctly react to encrypted files
| * | | fix(transfer-ownership): Improve comments according to code reviewCôme Chilliet2024-09-051-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | feat(transfer-ownership): Correctly react to encrypted filesCôme Chilliet2024-09-051-20/+43
| |/ / | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #47774 from nextcloud/backport/46255/stable29Andy Scherzinger2024-09-053-12/+51
|\ \ \ | |/ / |/| | [stable29] fix: add option to remove the webroot for setup checks and don't chec…
| * | fix(setupchecks): Test overwrite.cli url first, then generated one, andCôme Chilliet2024-09-051-16/+30
| | | | | | | | | | | | | | | | | | trusted domains as last fallback. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | fix: add option to remove the webroot for setup checks and don't check ↵Daniel Kesselberg2024-09-053-13/+38
|/ / | | | | | | | | | | | | | | | | | | 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>
* | Merge pull request #47486 from nextcloud/backport/46013/stable29Andy Scherzinger2024-09-051-0/+25
|\ \ | | | | | | [stable29] fix: write object to the correct urn when moving from another storage to object store
| * | fix: write object to the correct urn when moving from another storage to ↵Robin Appelman2024-08-261-0/+25
| | | | | | | | | | | | | | | | | | object store Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #47284 from nextcloud/backport/47038/stable29Arthur Schiwon2024-09-051-1/+2
|\ \ \ | | | | | | | | [stable29] fix: check for correct storage class when checking for link parent
| * | | fix: check for correct storage class when checking for link parentRobin Appelman2024-09-041-1/+2
| | |/ | |/| | | | | | | | | | | | | fixes #39123 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #47337 from nextcloud/backport/47332/stable29Arthur Schiwon2024-09-053-4/+8
|\ \ \ | | | | | | | | [stable29] fix(caldav): allow renaming of birthday calendars
| * | | fix(caldav): allow renaming of birthday calendarsAnna Larch2024-09-043-4/+8
| |/ / | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #47765 from nextcloud/backport/47754/stable29Marcel Müller2024-09-051-8/+9
|\ \ \ | | | | | | | | [stable29] fix(appstore): Cache apps.json also on dev instances
| * | | fix(appstore): Cache apps.json also on dev instancesMarcel Müller2024-09-051-8/+9
|/ / / | | | | | | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* | | Merge pull request #47734 from nextcloud/backport/46859/stable29Daniel Calviño Sánchez2024-09-0512-16/+214
|\ \ \ | | | | | | | | [stable29] Fix status check and saving of external storages
| * | | fix: Hide status tooltip in row to add a new mount pointDaniel Calviño Sánchez2024-09-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-043-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | test: Add integration tests for saving external userglobal storagesDaniel Calviño Sánchez2024-09-045-2/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the external storage uses the Nextcloud server itself the number of workers of the PHP process running the Nextcloud server had to be increased. Otherwise if a request is sent for the external storage while handling a request from the integration tests a deadlock would occur. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | fix: Reset selected backend when adding a new storageDaniel Calviño Sánchez2024-09-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a new storage is added by selecting a backend the selected backend needs to be reset. Otherwise it is not possible to add another storage with the same backend. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>