aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | fix(files): Adjust Cache::searchQuery() parameter name to match interfacebackport/47954/stable28provokateurin2024-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 #47952 from nextcloud/backport/47945/stable28John Molakvoæ2024-09-137-45/+125
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | [stable28] fix(files_external): broken credentials dialog
| * | | | | | 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]
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1332-8/+118
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #47886 from nextcloud/release/28.0.10v28.0.10Benjamin Gaussorgues2024-09-121-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | build(hub): 28.0.10Benjamin 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 #47797 from nextcloud/backport/47692/stable28Stephan Orbaugh2024-09-104-11/+68
|\ \ \ \ | |_|_|/ |/| | | [stable28] fix(files): Correctly parse external shares for files UI
| * | | chore(assets): Recompile assetsnextcloud-command2024-09-102-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | fix(files): Correctly parse external shares for files UIFerdinand Thiessen2024-09-102-8/+65
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47785 from nextcloud/backport/47770/stable28Stephan Orbaugh2024-09-1010-75/+113
|\ \ \ | |/ / |/| | [stable28] fix(dav): Always respond custom error page on exceptions
| * | 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(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-0910-75/+113
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | 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 #47759 from nextcloud/release/28.0.10_rc1v28.0.10rc1Arthur Schiwon2024-09-051-2/+2
|\ | | | | 28.0.10 RC1
| * build(hub): 28.0.10 RC1Arthur Schiwon2024-09-041-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #47776 from nextcloud/backport/47769/stable28Arthur Schiwon2024-09-054-5/+85
|\ \ | | | | | | [stable28] 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 #47779 from nextcloud/backport/47519/stable28Arthur Schiwon2024-09-051-20/+43
|\ \ \ | |/ / |/| | [stable28] 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 #46483 from ↵dependabot[bot]2024-09-055-84/+84
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable28/jquery-ui-dist-1.13.3
| * | build(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3dependabot[bot]2024-09-055-84/+84
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3) --- updated-dependencies: - dependency-name: jquery-ui-dist dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #47749 from nextcloud/backport/47417/stable28Arthur Schiwon2024-09-052-0/+40
|\ \ | | | | | | [stable28] fix(files): Create non-existent parents of mountpoints
| * | fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-042-0/+40
| |/ | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #47735 from nextcloud/backport/46859/stable28Arthur Schiwon2024-09-0512-19/+214
|\ \ | | | | | | [stable28] 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-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | fix: Fix unmodified placeholder replacing the actual value when updatingDaniel Calviño Sánchez2024-09-053-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-055-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-051-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>
| * | fix: Add missing translation for UI stringDaniel Calviño Sánchez2024-09-051-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fix: Restore default status tooltip when no status message is providedDaniel Calviño Sánchez2024-09-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the status is updated but no explicit message is provided (for example, if the status check succeeded) the default tooltip (from the template) is now set to prevent a mismatch between the status and the tooltip (for example, if the configuration is fixed after a failed status check). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fix: Set status tooltip to error message on failed actionsDaniel Calviño Sánchez2024-09-051-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | When saving, updating and rechecking an storage fails (which is different to the soft-fail when the action itself succeeds but the status check does not) further details are provided in the error message of the response, which is now set as the tooltip. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fix: Set status tooltip to status message when saving an storageDaniel Calviño Sánchez2024-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | When a storage is saved the status check can fail even if saving the storage succeeds. In those cases further details are provided in the status message of the storage, which is now set as the tooltip, similarly to how it is done when rechecking the storage. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fix: Remove status check when configuration was changedDaniel Calviño Sánchez2024-09-054-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting a null status was supposed to remove the status check, but nothing was changed in that case. Now the status check is properly removed, and doing that by hiding the element rather than just turning it invisible also prevents that clicking on the invisible status triggers a check, as until the new configuration is saved the check will still be performed with the old configuration, which could be misleading for the user. Additionally, an explicit width is set to the parent of the span element to prevent its width from changing when the span is shown and hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fix: Recheck userglobal storages when loadedDaniel Calviño Sánchez2024-09-051-0/+7
| | | | | | | | | | | | | | | | | | | | | Userglobal storages are now automatically recheck when loaded, similarly to how it is done for global storages. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | refactor: Store result in its own variableDaniel Calviño Sánchez2024-09-051-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | fix: Remove broken jQuery tooltipDaniel Calviño Sánchez2024-09-051-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Nextcloud 29 and later the tooltip usage threw an error that caused the UI to be unusable, so it was removed. In Nextcloud 28 there is no error, but using the jQuery tooltip call causes the tooltip to be unreadable, so it was removed as well (which makes the native tooltip to be shown instead). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #47766 from nextcloud/backport/47754/stable28Marcel Müller2024-09-051-8/+9
|\ \ \ | | | | | | | | [stable28] 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>
* | / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-05310-116/+546
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>