]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 weeks agochore(assets): Recompile assets backport/47881/stable29 47903/head
nextcloud-command [Wed, 11 Sep 2024 17:57:32 +0000 (17:57 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agofix(settings): Add back create group icon
Christopher Ng [Tue, 10 Sep 2024 21:11:51 +0000 (14:11 -0700)]
fix(settings): Add back create group icon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 11 Sep 2024 00:21:29 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #47843 from nextcloud/backport/47805/stable29
Stephan Orbaugh [Tue, 10 Sep 2024 09:47:24 +0000 (11:47 +0200)]
Merge pull request #47843 from nextcloud/backport/47805/stable29

[stable29] fix: Replace conflicting tags in `xml_exception` template

5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 10 Sep 2024 00:37:45 +0000 (00:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agofix: Replace conflicting tags in `xml_exception` template 47843/head
Ferdinand Thiessen [Fri, 6 Sep 2024 14:49:33 +0000 (16:49 +0200)]
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>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 9 Sep 2024 00:23:40 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 8 Sep 2024 00:36:50 +0000 (00:36 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 7 Sep 2024 00:37:14 +0000 (00:37 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 6 Sep 2024 00:25:25 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #47786 from nextcloud/backport/47770/stable29
Louis [Thu, 5 Sep 2024 20:44:37 +0000 (22:44 +0200)]
Merge pull request #47786 from nextcloud/backport/47770/stable29

[stable29] fix(dav): Always respond custom error page on exceptions

5 weeks agoMerge pull request #47758 from nextcloud/release/29.0.7_rc1 v29.0.7rc1
Arthur Schiwon [Thu, 5 Sep 2024 19:43:45 +0000 (21:43 +0200)]
Merge pull request #47758 from nextcloud/release/29.0.7_rc1

29.0.7 RC1

5 weeks agoMerge pull request #47777 from nextcloud/backport/47769/stable29
Arthur Schiwon [Thu, 5 Sep 2024 19:37:58 +0000 (21:37 +0200)]
Merge pull request #47777 from nextcloud/backport/47769/stable29

[stable29] fix: Use sha256 to hash arguments of background jobs

5 weeks agoMerge pull request #47780 from nextcloud/backport/47519/stable29
Andy Scherzinger [Thu, 5 Sep 2024 18:42:33 +0000 (20:42 +0200)]
Merge pull request #47780 from nextcloud/backport/47519/stable29

[stable29] feat(transfer-ownership): Correctly react to encrypted files

5 weeks agoMerge pull request #47774 from nextcloud/backport/46255/stable29
Andy Scherzinger [Thu, 5 Sep 2024 18:31:38 +0000 (20:31 +0200)]
Merge pull request #47774 from nextcloud/backport/46255/stable29

[stable29] fix: add option to remove the webroot for setup checks and don't chec…

5 weeks agofix(dav): Always respond custom error page on exceptions 47786/head
Louis Chemineau [Thu, 5 Sep 2024 14:17:32 +0000 (16:17 +0200)]
fix(dav): Always respond custom error page on exceptions

Signed-off-by: Louis Chemineau <louis@chmn.me>
5 weeks agofix: missing use statements 47777/head
Arthur Schiwon [Thu, 5 Sep 2024 17:11:06 +0000 (19:11 +0200)]
fix: missing use statements

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 weeks agofix: Migrate existing bg jobs to use sha256
Louis Chemineau [Wed, 28 Aug 2024 15:46:00 +0000 (17:46 +0200)]
fix: Migrate existing bg jobs to use sha256

Signed-off-by: Louis Chemineau <louis@chmn.me>
5 weeks agofix(transfer-ownership): Improve comments according to code review 47780/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 agofix: Use sha256 to hash arguments of background jobs
Louis Chemineau [Wed, 28 Aug 2024 15:03:53 +0000 (17:03 +0200)]
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>
5 weeks agofix(setupchecks): Test overwrite.cli url first, then generated one, and 47774/head
Côme Chilliet [Thu, 5 Sep 2024 09:54:45 +0000 (11:54 +0200)]
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>
5 weeks agofix: add option to remove the webroot for setup checks and don't check trusted_domains.
Daniel Kesselberg [Tue, 2 Jul 2024 18:34:07 +0000 (20:34 +0200)]
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>
5 weeks agoMerge pull request #47486 from nextcloud/backport/46013/stable29
Andy Scherzinger [Thu, 5 Sep 2024 14:23:10 +0000 (16:23 +0200)]
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

5 weeks agoMerge pull request #47284 from nextcloud/backport/47038/stable29
Arthur Schiwon [Thu, 5 Sep 2024 09:43:25 +0000 (11:43 +0200)]
Merge pull request #47284 from nextcloud/backport/47038/stable29

[stable29] fix: check for correct storage class when checking for link parent

5 weeks agoMerge pull request #47337 from nextcloud/backport/47332/stable29
Arthur Schiwon [Thu, 5 Sep 2024 09:32:58 +0000 (11:32 +0200)]
Merge pull request #47337 from nextcloud/backport/47332/stable29

[stable29] fix(caldav): allow renaming of birthday calendars

5 weeks agoMerge pull request #47765 from nextcloud/backport/47754/stable29
Marcel Müller [Thu, 5 Sep 2024 06:17:52 +0000 (08:17 +0200)]
Merge pull request #47765 from nextcloud/backport/47754/stable29

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

5 weeks agofix(appstore): Cache apps.json also on dev instances 47765/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 agoMerge pull request #47734 from nextcloud/backport/46859/stable29
Daniel Calviño Sánchez [Thu, 5 Sep 2024 02:28:36 +0000 (04:28 +0200)]
Merge pull request #47734 from nextcloud/backport/46859/stable29

[stable29] Fix status check and saving of external storages

5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 5 Sep 2024 00:24:06 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agofix: Hide status tooltip in row to add a new mount point 47734/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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 weeks agofix: check for correct storage class when checking for link parent 47284/head
Robin Appelman [Mon, 5 Aug 2024 12:51:14 +0000 (14:51 +0200)]
fix: check for correct storage class when checking for link parent

fixes #39123

Signed-off-by: Robin Appelman <robin@icewind.nl>
5 weeks agofix(caldav): allow renaming of birthday calendars 47337/head
Anna Larch [Mon, 19 Aug 2024 15:27:01 +0000 (17:27 +0200)]
fix(caldav): allow renaming of birthday calendars

Signed-off-by: Anna Larch <anna@nextcloud.com>
5 weeks agobuild(hub): 29.0.7 RC1 47758/head
Arthur Schiwon [Wed, 4 Sep 2024 21:04:12 +0000 (23:04 +0200)]
build(hub): 29.0.7 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 weeks agoMerge pull request #47750 from nextcloud/backport/47417/stable29
Kate [Wed, 4 Sep 2024 19:09:27 +0000 (21:09 +0200)]
Merge pull request #47750 from nextcloud/backport/47417/stable29

5 weeks agoMerge pull request #47745 from nextcloud/fix/undefined-displayname
John Molakvoæ [Wed, 4 Sep 2024 18:11:33 +0000 (20:11 +0200)]
Merge pull request #47745 from nextcloud/fix/undefined-displayname

5 weeks agofix(files): Create non-existent parents of mountpoints 47750/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>
5 weeks agochore(assets): Recompile assets 47745/head
nextcloud-command [Wed, 4 Sep 2024 17:05:09 +0000 (17:05 +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 agoMerge pull request #47747 from nextcloud/backport/47738/stable29
John Molakvoæ [Wed, 4 Sep 2024 16:50:09 +0000 (18:50 +0200)]
Merge pull request #47747 from nextcloud/backport/47738/stable29

5 weeks agochore(assets): Recompile assets 47747/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>
5 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>
5 weeks agoMerge pull request #47743 from nextcloud/backport/46556/stable29
John Molakvoæ [Wed, 4 Sep 2024 15:03:04 +0000 (17:03 +0200)]
Merge pull request #47743 from nextcloud/backport/46556/stable29

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

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agochore: Compile assets
Ferdinand Thiessen [Tue, 16 Jul 2024 10:23:49 +0000 (12:23 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix(files): Typo in import of `ShareType`
Ferdinand Thiessen [Tue, 16 Jul 2024 10:03:00 +0000 (12:03 +0200)]
fix(files): Typo in import of `ShareType`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoMerge pull request #47700 from nextcloud/backport/47635/stable29
Andy Scherzinger [Wed, 4 Sep 2024 11:49:28 +0000 (13:49 +0200)]
Merge pull request #47700 from nextcloud/backport/47635/stable29

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

6 weeks agoMerge pull request #47696 from nextcloud/backport/47627/stable29
Andy Scherzinger [Wed, 4 Sep 2024 09:45:04 +0000 (11:45 +0200)]
Merge pull request #47696 from nextcloud/backport/47627/stable29

[stable29] [LinkReferenceProvider] Better size check

6 weeks agoMerge pull request #47727 from nextcloud/backport/47155/stable29
John Molakvoæ [Wed, 4 Sep 2024 09:35:07 +0000 (11:35 +0200)]
Merge pull request #47727 from nextcloud/backport/47155/stable29

6 weeks agochore(assets): Recompile assets 47700/head
nextcloud-command [Wed, 4 Sep 2024 09:20:54 +0000 (09:20 +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 agofix: lint 47727/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 agoMerge pull request #47717 from nextcloud/automated/noid/stable29-fix-npm-audit
John Molakvoæ [Wed, 4 Sep 2024 07:25:49 +0000 (09:25 +0200)]
Merge pull request #47717 from nextcloud/automated/noid/stable29-fix-npm-audit

6 weeks agoMerge pull request #47721 from nextcloud/backport/47709/stable29
John Molakvoæ [Wed, 4 Sep 2024 07:24:59 +0000 (09:24 +0200)]
Merge pull request #47721 from nextcloud/backport/47709/stable29

6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 4 Sep 2024 00:22:12 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

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

6 weeks agofix: re-enable content-length header via htaccess 47620/head
Simon L. [Thu, 29 Aug 2024 07:52:08 +0000 (09:52 +0200)]
fix: re-enable content-length header via htaccess

Signed-off-by: Simon L. <szaimen@e.mail.de>
6 weeks agochore(assets): Recompile assets 47721/head
nextcloud-command [Tue, 3 Sep 2024 19:41:49 +0000 (19:41 +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
John Molakvoæ [Tue, 3 Sep 2024 19:34:16 +0000 (21:34 +0200)]
fix: only keep major as server version

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
6 weeks agofix(deps): Fix npm audit 47717/head
nextcloud-command [Tue, 3 Sep 2024 18:19:49 +0000 (18:19 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
6 weeks agofix(linkReferenceProvider): better size check 47696/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 agoMerge pull request #47715 from nextcloud/backport/47674/stable29
Kate [Tue, 3 Sep 2024 16:31:14 +0000 (18:31 +0200)]
Merge pull request #47715 from nextcloud/backport/47674/stable29

6 weeks agoMerge pull request #47623 from nextcloud/backport/47567/stable29
Andy Scherzinger [Tue, 3 Sep 2024 15:58:45 +0000 (17:58 +0200)]
Merge pull request #47623 from nextcloud/backport/47567/stable29

[stable29] fix(config): Avoid error messages for restricted opcache API

6 weeks agofix(settings): Fix sharing exclude groups from password requirement option not working 47715/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 #47247 from nextcloud/backport/47240/stable29
Ferdinand Thiessen [Tue, 3 Sep 2024 10:37:46 +0000 (12:37 +0200)]
Merge pull request #47247 from nextcloud/backport/47240/stable29

[stable29] fix(webauthn): Increase database column for public key id

6 weeks agoMerge pull request #47692 from nextcloud/fix/stable29/remote-share-parsing
Ferdinand Thiessen [Tue, 3 Sep 2024 10:34:07 +0000 (12:34 +0200)]
Merge pull request #47692 from nextcloud/fix/stable29/remote-share-parsing

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

6 weeks agochore(assets): Recompile assets 47692/head
nextcloud-command [Tue, 3 Sep 2024 09:58:52 +0000 (09:58 +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 agoMerge pull request #47705 from nextcloud/release/29.0.6 v29.0.6
Arthur Schiwon [Tue, 3 Sep 2024 08:46:22 +0000 (10:46 +0200)]
Merge pull request #47705 from nextcloud/release/29.0.6

29.0.6

6 weeks agobuild: js assets 47705/head
Arthur Schiwon [Tue, 3 Sep 2024 07:53:24 +0000 (09:53 +0200)]
build: js assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 weeks agobuild(hub): 29.0.6
Arthur Schiwon [Tue, 3 Sep 2024 07:07:01 +0000 (09:07 +0200)]
build(hub): 29.0.6

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 weeks agoMerge pull request #47706 from nextcloud/revert/47668
Arthur Schiwon [Tue, 3 Sep 2024 07:44:38 +0000 (09:44 +0200)]
Merge pull request #47706 from nextcloud/revert/47668

[stable29] Revert "fix(deps): Fix npm audit"

6 weeks agoRevert "fix(deps): Fix npm audit" 47706/head
Arthur Schiwon [Tue, 3 Sep 2024 07:24:08 +0000 (09:24 +0200)]
Revert "fix(deps): Fix npm audit"

This reverts commit 18bdb143996dfc5518c7fe65f0bedc7bddf9f28e.

6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 3 Sep 2024 00:21:11 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #47687 from nextcloud/backport/29/ui-group-mgr
Andy Scherzinger [Mon, 2 Sep 2024 20:41:38 +0000 (22:41 +0200)]
Merge pull request #47687 from nextcloud/backport/29/ui-group-mgr

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

6 weeks agochore(assets): Recompile assets 47687/head
nextcloud-command [Mon, 2 Sep 2024 18:29:02 +0000 (18:29 +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 #47668 from nextcloud/automated/noid/stable29-fix-npm-audit
Andy Scherzinger [Mon, 2 Sep 2024 16:43:05 +0000 (18:43 +0200)]
Merge pull request #47668 from nextcloud/automated/noid/stable29-fix-npm-audit

[stable29] Fix npm audit

6 weeks agofix(deps): Fix npm audit 47668/head
nextcloud-command [Sun, 1 Sep 2024 02:51:21 +0000 (02:51 +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:19 +0000 (00:21 +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 [Sun, 1 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 agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 31 Aug 2024 00:26:24 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agofix(webauthn): Increase database column for public key id 47247/head
Ferdinand Thiessen [Wed, 14 Aug 2024 16:07:51 +0000 (18:07 +0200)]
fix(webauthn): Increase database column for public key id

* Resolves https://github.com/nextcloud/server/issues/34476

There is no maximum length defined in the standard,
most common the length is between 128 and 200 characters,
but as we store it not in plain data but base64 encoded the length can grow about 1/3.
We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64.
So to be save we increase the size to 512 bytes.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 30 Aug 2024 16:32:56 +0000 (16:32 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agofix(config): Avoid error messages for restricted opcache API 47623/head
Josh [Wed, 28 Aug 2024 12:20:25 +0000 (08:20 -0400)]
fix(config): Avoid error messages for restricted opcache API

Make changes recently added via #44230 match #8188 to avoid failures in restricted hosting environments.

Fixes #47562

Signed-off-by: Josh <josh.t.richards@gmail.com>
6 weeks agoMerge pull request #47604 from nextcloud/release/29.0.6_rc1 v29.0.6rc1
Arthur Schiwon [Thu, 29 Aug 2024 16:21:29 +0000 (18:21 +0200)]
Merge pull request #47604 from nextcloud/release/29.0.6_rc1

29.0.6 RC1

6 weeks agobuild: js assets 47604/head
Arthur Schiwon [Thu, 29 Aug 2024 15:17:29 +0000 (17:17 +0200)]
build: js assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 weeks agoMerge pull request #47577 from nextcloud/backport/47525/stable29
Hamza [Thu, 29 Aug 2024 11:48:45 +0000 (13:48 +0200)]
Merge pull request #47577 from nextcloud/backport/47525/stable29

[stable29] fix: optimise `getWrongShareOwnership` query