]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 weeks agofix(transfer-ownership): Improve comments according to code review 47781/head
Côme Chilliet [Tue, 3 Sep 2024 07:46:36 +0000 (09:46 +0200)]
fix(transfer-ownership): Improve comments according to code review

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofeat(transfer-ownership): Correctly react to encrypted files
Côme Chilliet [Tue, 27 Aug 2024 10:53:38 +0000 (12:53 +0200)]
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>
5 weeks agoMerge pull request #47484 from nextcloud/backport/46013/stable30
Arthur Schiwon [Thu, 5 Sep 2024 08:49:06 +0000 (10:49 +0200)]
Merge pull request #47484 from nextcloud/backport/46013/stable30

[stable30] fix: write object to the correct urn when moving from another storage to object store

5 weeks agoMerge pull request #47753 from nextcloud/backport/47745/stable30
Andy Scherzinger [Thu, 5 Sep 2024 07:23:33 +0000 (09:23 +0200)]
Merge pull request #47753 from nextcloud/backport/47745/stable30

[stable30] fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 apps

5 weeks agoMerge pull request #47764 from nextcloud/backport/47754/stable30
Andy Scherzinger [Thu, 5 Sep 2024 07:18:52 +0000 (09:18 +0200)]
Merge pull request #47764 from nextcloud/backport/47754/stable30

[stable30] fix(appstore): Cache apps.json also on dev instances

5 weeks agofix(appstore): Cache apps.json also on dev instances 47764/head
Marcel Müller [Wed, 4 Sep 2024 19:13:29 +0000 (21:13 +0200)]
fix(appstore): Cache apps.json also on dev instances

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
5 weeks agochore(assets): Recompile assets 47753/head
nextcloud-command [Wed, 4 Sep 2024 21:52:59 +0000 (21:52 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agofix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 apps
skjnldsv [Wed, 4 Sep 2024 14:42:18 +0000 (16:42 +0200)]
fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 apps

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 5 Sep 2024 00:23:58 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agofix: write object to the correct urn when moving from another storage to object store 47484/head
Robin Appelman [Thu, 20 Jun 2024 13:57:59 +0000 (15:57 +0200)]
fix: write object to the correct urn when moving from another storage to object store

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 weeks agoMerge pull request #47733 from nextcloud/backport/46859/stable30
Andy Scherzinger [Wed, 4 Sep 2024 21:12:26 +0000 (23:12 +0200)]
Merge pull request #47733 from nextcloud/backport/46859/stable30

[stable30] Fix status check and saving of external storages

5 weeks agoMerge pull request #47751 from nextcloud/backport/47417/stable30
Andy Scherzinger [Wed, 4 Sep 2024 21:11:18 +0000 (23:11 +0200)]
Merge pull request #47751 from nextcloud/backport/47417/stable30

[stable30] fix(files): Create non-existent parents of mountpoints

5 weeks agofix(files): Create non-existent parents of mountpoints 47751/head
provokateurin [Thu, 22 Aug 2024 10:04:31 +0000 (12:04 +0200)]
fix(files): Create non-existent parents of mountpoints

Signed-off-by: provokateurin <kate@provokateurin.de>
6 weeks agoMerge pull request #47748 from nextcloud/backport/47738/stable30
John Molakvoæ [Wed, 4 Sep 2024 16:08:18 +0000 (18:08 +0200)]
Merge pull request #47748 from nextcloud/backport/47738/stable30

6 weeks agochore(assets): Recompile assets 47748/head
nextcloud-command [Wed, 4 Sep 2024 14:33:03 +0000 (14:33 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(files): undefined sidebar
skjnldsv [Wed, 4 Sep 2024 12:10:37 +0000 (14:10 +0200)]
fix(files): undefined sidebar

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
6 weeks agofix: Hide status tooltip in row to add a new mount point 47733/head
Daniel Calviño Sánchez [Wed, 21 Aug 2024 19:26:23 +0000 (21:26 +0200)]
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>
6 weeks agofix: Fix unmodified placeholder replacing the actual value when updating
Daniel Calviño Sánchez [Tue, 30 Jul 2024 01:05:27 +0000 (03:05 +0200)]
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>
6 weeks agotest: Add integration tests for saving external userglobal storages
Daniel Calviño Sánchez [Tue, 30 Jul 2024 01:04:40 +0000 (03:04 +0200)]
test: Add integration tests for saving external userglobal storages

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>
6 weeks agofix: Reset selected backend when adding a new storage
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:21:13 +0000 (12:21 +0200)]
fix: Reset selected backend when adding a new storage

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>
6 weeks agofix: Add missing translation for UI string
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:20:18 +0000 (12:20 +0200)]
fix: Add missing translation for UI string

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 weeks agofix: Restore default status tooltip when no status message is provided
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:18:12 +0000 (12:18 +0200)]
fix: Restore default status tooltip when no status message is provided

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>
6 weeks agofix: Set status tooltip to error message on failed actions
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:15:50 +0000 (12:15 +0200)]
fix: Set status tooltip to error message on failed actions

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>
6 weeks agofix: Set status tooltip to status message when saving an storage
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:15:18 +0000 (12:15 +0200)]
fix: Set status tooltip to status message when saving an storage

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>
6 weeks agofix: Remove status check when configuration was changed
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:13:21 +0000 (12:13 +0200)]
fix: Remove status check when configuration was changed

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>
6 weeks agofix: Recheck userglobal storages when loaded
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:09:38 +0000 (12:09 +0200)]
fix: Recheck userglobal storages when loaded

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>
6 weeks agorefactor: Store result in its own variable
Daniel Calviño Sánchez [Mon, 29 Jul 2024 10:08:55 +0000 (12:08 +0200)]
refactor: Store result in its own variable

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
6 weeks agoMerge pull request #47728 from nextcloud/backport/47155/stable30
Andy Scherzinger [Wed, 4 Sep 2024 09:34:26 +0000 (11:34 +0200)]
Merge pull request #47728 from nextcloud/backport/47155/stable30

[stable30] fix(jobs): Switch to executeStatement() while deleting rows

6 weeks agoMerge pull request #47726 from nextcloud/backport/47285/stable30
Andy Scherzinger [Wed, 4 Sep 2024 09:33:51 +0000 (11:33 +0200)]
Merge pull request #47726 from nextcloud/backport/47285/stable30

[stable30] fix: Do not throw if appstore is unavailable during upgrade

6 weeks agoMerge pull request #47729 from nextcloud/artonge/backport/stable30/47511
Andy Scherzinger [Wed, 4 Sep 2024 08:54:32 +0000 (10:54 +0200)]
Merge pull request #47729 from nextcloud/artonge/backport/stable30/47511

[stable30] chore: Improve isEncrypted description

6 weeks agochore: Improve isEncrypted description 47729/head
Louis Chemineau [Tue, 27 Aug 2024 08:52:35 +0000 (10:52 +0200)]
chore: Improve isEncrypted description

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agofix: lint 47728/head
Git'Fellow [Fri, 9 Aug 2024 20:47:32 +0000 (22:47 +0200)]
fix: lint

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
6 weeks agofix(jobs): Swicth to executeStatement() while deleting rows
Git'Fellow [Fri, 9 Aug 2024 20:38:33 +0000 (22:38 +0200)]
fix(jobs): Swicth to executeStatement() while deleting rows

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
6 weeks agofix: Do not throw if appstore is unavailable during upgrade 47726/head
Julius Härtl [Fri, 16 Aug 2024 16:21:42 +0000 (18:21 +0200)]
fix: Do not throw if appstore is unavailable during upgrade

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 4 Sep 2024 00:22:03 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #47720 from nextcloud/backport/47709/stable30
John Molakvoæ [Tue, 3 Sep 2024 19:44:14 +0000 (21:44 +0200)]
Merge pull request #47720 from nextcloud/backport/47709/stable30

6 weeks agoMerge pull request #47719 from nextcloud/backport/stable30/47158
John Molakvoæ [Tue, 3 Sep 2024 19:44:03 +0000 (21:44 +0200)]
Merge pull request #47719 from nextcloud/backport/stable30/47158

6 weeks agochore(assets): Recompile assets 47720/head
nextcloud-command [Tue, 3 Sep 2024 16:04:29 +0000 (16:04 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix: only keep major as server version
skjnldsv [Tue, 3 Sep 2024 11:02:03 +0000 (13:02 +0200)]
fix: only keep major as server version

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
6 weeks agoMerge pull request #47716 from nextcloud/backport/47674/stable30
John Molakvoæ [Tue, 3 Sep 2024 19:10:11 +0000 (21:10 +0200)]
Merge pull request #47716 from nextcloud/backport/47674/stable30

6 weeks agochore(assets): Recompile assets 47719/head
nextcloud-command [Tue, 3 Sep 2024 18:52:50 +0000 (18:52 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(files): Fix navigating with breadcrumbs not highlighting navigation entry
Christopher Ng [Tue, 27 Aug 2024 21:28:41 +0000 (14:28 -0700)]
fix(files): Fix navigating with breadcrumbs not highlighting navigation entry

Signed-off-by: Christopher Ng <chrng8@gmail.com>
6 weeks agoMerge pull request #47699 from nextcloud/backport/47635/stable30
Andy Scherzinger [Tue, 3 Sep 2024 18:20:17 +0000 (20:20 +0200)]
Merge pull request #47699 from nextcloud/backport/47635/stable30

[stable30] [oauth2] Store hashed secret instead of encrypted

6 weeks agofix(settings): Fix sharing exclude groups from password requirement option not working 47716/head
provokateurin [Mon, 2 Sep 2024 07:55:32 +0000 (09:55 +0200)]
fix(settings): Fix sharing exclude groups from password requirement option not working

Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agoMerge pull request #47710 from nextcloud/fix/settings/admin/textprocessing2-stable30
Andy Scherzinger [Tue, 3 Sep 2024 14:45:20 +0000 (16:45 +0200)]
Merge pull request #47710 from nextcloud/fix/settings/admin/textprocessing2-stable30

[stable30] fix(settings): Don't display built-in task types in AI settings TextP…

6 weeks agochore(assets): Recompile assets 47710/head
nextcloud-command [Tue, 3 Sep 2024 14:09:16 +0000 (14:09 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(settings): Add translators note
Marcel Klehr [Mon, 2 Sep 2024 12:13:25 +0000 (14:13 +0200)]
fix(settings): Add translators note

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit c8f4967ce2a41c19ab17665e3330183b4a133dab)

6 weeks agofix(settings): Don't display built-in task types in AI settings TextProcessing
Marcel Klehr [Sat, 31 Aug 2024 08:20:08 +0000 (10:20 +0200)]
fix(settings): Don't display built-in task types in AI settings TextProcessing

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit 44a5723973ad93e340fdbc2810c975e667f1e51e)

6 weeks agochore(assets): Recompile assets 47699/head
nextcloud-command [Tue, 3 Sep 2024 01:42:40 +0000 (01:42 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(oauth2): fix tests
Julien Veyssier [Fri, 30 Aug 2024 13:10:03 +0000 (15:10 +0200)]
fix(oauth2): fix tests

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agofix(oauth2): store hashed secret instead of encrypted
Julien Veyssier [Thu, 29 Aug 2024 15:28:01 +0000 (17:28 +0200)]
fix(oauth2): store hashed secret instead of encrypted

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agoMerge pull request #47691 from nextcloud/fix/remote-share-parsing
Andy Scherzinger [Tue, 3 Sep 2024 08:48:57 +0000 (10:48 +0200)]
Merge pull request #47691 from nextcloud/fix/remote-share-parsing

[stable30] fix(files): Correctly parse external shares for files UI

6 weeks agoMerge pull request #47695 from nextcloud/backport/47627/stable30
Andy Scherzinger [Tue, 3 Sep 2024 08:26:10 +0000 (10:26 +0200)]
Merge pull request #47695 from nextcloud/backport/47627/stable30

[stable30] [LinkReferenceProvider] Better size check

6 weeks agochore(assets): Recompile assets 47691/head
nextcloud-command [Tue, 3 Sep 2024 08:22:02 +0000 (08:22 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(files): Correctly parse external shares for files UI
Ferdinand Thiessen [Sat, 31 Aug 2024 22:37:56 +0000 (00:37 +0200)]
fix(files): Correctly parse external shares for files UI

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agofix(linkReferenceProvider): better size check 47695/head
Julien Veyssier [Thu, 29 Aug 2024 13:46:55 +0000 (15:46 +0200)]
fix(linkReferenceProvider): better size check

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 3 Sep 2024 00:21:04 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #47625 from nextcloud/backport/47581/stable30
Andy Scherzinger [Mon, 2 Sep 2024 23:29:35 +0000 (01:29 +0200)]
Merge pull request #47625 from nextcloud/backport/47581/stable30

[stable30] fix: Do not fail to get internal path on NonExistingFile

6 weeks agoMerge pull request #47693 from nextcloud/backport/47617/stable30
Andy Scherzinger [Mon, 2 Sep 2024 23:28:31 +0000 (01:28 +0200)]
Merge pull request #47693 from nextcloud/backport/47617/stable30

[stable30] fix(css): make scrollbar visible again

6 weeks agochore(assets): Recompile assets 47693/head
nextcloud-command [Mon, 2 Sep 2024 22:52:32 +0000 (22:52 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(css): make scrollbar visible again
protoclown [Mon, 2 Sep 2024 20:44:53 +0000 (22:44 +0200)]
fix(css): make scrollbar visible again

Signed-off-by: protoclown <ornano@felinn.org>
6 weeks agofix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 47625/head
Julius Härtl [Wed, 28 Aug 2024 15:13:41 +0000 (17:13 +0200)]
fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder

Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 weeks agoMerge pull request #47641 from nextcloud/backport/47616/stable30
Andy Scherzinger [Mon, 2 Sep 2024 22:37:01 +0000 (00:37 +0200)]
Merge pull request #47641 from nextcloud/backport/47616/stable30

[stable30] fix(css): Adjust header styles to only add focus-visible styles to menu

6 weeks agoMerge pull request #47456 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud...
Andy Scherzinger [Mon, 2 Sep 2024 22:25:42 +0000 (00:25 +0200)]
Merge pull request #47456 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/dialogs-5.3.7

[stable30] chore(deps): bump @nextcloud/dialogs from 5.3.5 to 6.0.0

6 weeks agochore(assets): Recompile assets 47456/head
nextcloud-command [Mon, 2 Sep 2024 21:54:20 +0000 (21:54 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agotest: update snap shot for updated vue lib
Ferdinand Thiessen [Mon, 2 Sep 2024 21:11:35 +0000 (23:11 +0200)]
test: update snap shot for updated vue lib

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agochore(deps): bump @nextcloud/dialogs from 5.3.5 to 5.3.7
dependabot[bot] [Sat, 24 Aug 2024 01:08:12 +0000 (01:08 +0000)]
chore(deps): bump @nextcloud/dialogs from 5.3.5 to 5.3.7

Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.3.5 to 5.3.7.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v5.3.7/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.7)

---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
6 weeks agoMerge pull request #47644 from nextcloud/backport/47628/stable30
Andy Scherzinger [Mon, 2 Sep 2024 21:45:51 +0000 (23:45 +0200)]
Merge pull request #47644 from nextcloud/backport/47628/stable30

[stable30] fix(UnifiedSearch): Restore normal dialog size

6 weeks agochore(assets): Recompile assets 47644/head
nextcloud-command [Mon, 2 Sep 2024 20:52:16 +0000 (20:52 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(UnifiedSearch): Restore normal dialog size
fenn-cs [Fri, 30 Aug 2024 09:08:58 +0000 (10:08 +0100)]
fix(UnifiedSearch): Restore normal dialog size

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
6 weeks agoMerge pull request #47653 from nextcloud/dependabot/npm_and_yarn/stable30/ts-jest...
Andy Scherzinger [Mon, 2 Sep 2024 10:24:40 +0000 (12:24 +0200)]
Merge pull request #47653 from nextcloud/dependabot/npm_and_yarn/stable30/ts-jest-29.2.5

chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5

6 weeks agoMerge pull request #47651 from nextcloud/backport/hidden-ui-group-manager
Andy Scherzinger [Mon, 2 Sep 2024 10:14:03 +0000 (12:14 +0200)]
Merge pull request #47651 from nextcloud/backport/hidden-ui-group-manager

[stable30] fix(settings): Hide forbidden UI elements for group managers

6 weeks agochore(assets): Recompile assets 47651/head
nextcloud-command [Mon, 2 Sep 2024 09:26:18 +0000 (09:26 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(settings): Hide forbidden UI elements for group managers
Ferdinand Thiessen [Wed, 28 Aug 2024 19:56:25 +0000 (21:56 +0200)]
fix(settings): Hide forbidden UI elements for group managers

1. The "recent" accounts API only works for admin and delegated admin -> hide for group managers
2. Group managers can not create new groups -> Hide the UI to add a new group for them
3. Accounts created by group managers require one of the groups, which is managed by the group manager, assigned.
   So if the group manager only manageres a single group, we should preselect that group.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoMerge pull request #47667 from nextcloud/automated/noid/stable30-fix-npm-audit
Andy Scherzinger [Mon, 2 Sep 2024 09:11:13 +0000 (11:11 +0200)]
Merge pull request #47667 from nextcloud/automated/noid/stable30-fix-npm-audit

[stable30] Fix npm audit

6 weeks agochore(assets): Recompile assets 47667/head
nextcloud-command [Mon, 2 Sep 2024 07:46:23 +0000 (07:46 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(deps): Fix npm audit
nextcloud-command [Sun, 1 Sep 2024 02:49:21 +0000 (02:49 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 2 Sep 2024 00:21:12 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #47666 from nextcloud/backport/node-loading-a11y
Andy Scherzinger [Sun, 1 Sep 2024 11:32:26 +0000 (13:32 +0200)]
Merge pull request #47666 from nextcloud/backport/node-loading-a11y

[stable30] fix(files): Node loading information should be accessible

6 weeks agochore(assets): Recompile assets 47666/head
nextcloud-command [Sun, 1 Sep 2024 09:54:06 +0000 (09:54 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agotest: Add Cypress test for renaming loading state
Ferdinand Thiessen [Fri, 23 Aug 2024 00:16:02 +0000 (02:16 +0200)]
test: Add Cypress test for renaming loading state

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agofix(files): Node loading information should be accessible
Ferdinand Thiessen [Thu, 22 Aug 2024 23:22:33 +0000 (01:22 +0200)]
fix(files): Node loading information should be accessible

The loading icon visually informs that the node is currently loading,
but there is no non-visual information (accessible information).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 1 Sep 2024 00:20:58 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agochore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 47653/head
dependabot[bot] [Sat, 31 Aug 2024 01:11:32 +0000 (01:11 +0000)]
chore(deps-dev): bump ts-jest from 29.2.4 to 29.2.5

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.4 to 29.2.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.2.4...v29.2.5)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 31 Aug 2024 00:26:17 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 30 Aug 2024 16:32:47 +0000 (16:32 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agochore(assets): Recompile assets 47641/head
nextcloud-command [Fri, 30 Aug 2024 14:17:12 +0000 (14:17 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agofix(css): Adjust header styles to only add focus-visible styles to menu
Ferdinand Thiessen [Thu, 29 Aug 2024 21:41:56 +0000 (23:41 +0200)]
fix(css): Adjust header styles to only add focus-visible styles to menu

Only the main menu should be styles by the header styles, not the popover menus.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoMerge pull request #47626 from nextcloud/backport/47546/stable30
John Molakvoæ [Fri, 30 Aug 2024 13:56:47 +0000 (15:56 +0200)]
Merge pull request #47626 from nextcloud/backport/47546/stable30

6 weeks agoMerge pull request #47621 from nextcloud/backport/47567/stable30
John Molakvoæ [Fri, 30 Aug 2024 13:45:26 +0000 (15:45 +0200)]
Merge pull request #47621 from nextcloud/backport/47567/stable30

6 weeks agofix: Adjust filename validation messages 47626/head
Ferdinand Thiessen [Tue, 27 Aug 2024 17:42:00 +0000 (19:42 +0200)]
fix: Adjust filename validation messages

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoMerge pull request #47633 from nextcloud/backport/47601/stable30
Andy Scherzinger [Fri, 30 Aug 2024 12:47:14 +0000 (14:47 +0200)]
Merge pull request #47633 from nextcloud/backport/47601/stable30

[stable30] [TaskProcessing] Use taskprocessing in TextProcessing and STT managers

6 weeks agochore(assets): Recompile assets 47633/head
nextcloud-command [Fri, 30 Aug 2024 11:44:01 +0000 (11:44 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agochore(assets): Recompile assets
nextcloud-command [Fri, 30 Aug 2024 09:14:04 +0000 (09:14 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agoRevert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"
Marcel Klehr [Fri, 30 Aug 2024 08:01:21 +0000 (10:01 +0200)]
Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"

This reverts commit d624c8da8f0dc2eaf18d416aa15db0a2035de398.

Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agofix(TaskProcessing): Fix namespace of TaskProcessingTest.php
Marcel Klehr [Fri, 30 Aug 2024 08:00:50 +0000 (10:00 +0200)]
fix(TaskProcessing): Fix namespace of TaskProcessingTest.php

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agofix(TextProcessing): Don't run taskProcessing if task type is not available
Marcel Klehr [Fri, 30 Aug 2024 07:59:58 +0000 (09:59 +0200)]
fix(TextProcessing): Don't run taskProcessing if task type is not available

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agofix(settings): Don't show built-in textprocessing task types in textprocessing settings
Marcel Klehr [Fri, 30 Aug 2024 07:17:29 +0000 (09:17 +0200)]
fix(settings): Don't show built-in textprocessing task types in textprocessing settings

TaskProcessing is transparent to textprocessing providers and TextProcessing can use Taskprocessing providers so these are unnecessary

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agofix(settings): Remove STT admin settings
Marcel Klehr [Fri, 30 Aug 2024 07:15:59 +0000 (09:15 +0200)]
fix(settings): Remove STT admin settings

taskprocessing is transparent to STT providers so specific STT settings are obsolete

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
6 weeks agofix(SpeechToTextManager): Throw TaskProcessing Task failed
Marcel Klehr [Fri, 30 Aug 2024 06:33:06 +0000 (08:33 +0200)]
fix(SpeechToTextManager): Throw TaskProcessing Task failed

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>