]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 weeks agoMerge pull request #47784 from nextcloud/fix/file-info
Ferdinand Thiessen [Fri, 6 Sep 2024 10:18:30 +0000 (12:18 +0200)]
Merge pull request #47784 from nextcloud/fix/file-info

fix(FileInfo): correctly implement `\ArrayAccess::offsetGet`

5 weeks agoMerge pull request #47756 from nextcloud/fixingPathShareCheck
Ferdinand Thiessen [Fri, 6 Sep 2024 01:58:24 +0000 (03:58 +0200)]
Merge pull request #47756 from nextcloud/fixingPathShareCheck

fix(files): Check if target path is a descendant of the shared folder

5 weeks agofix(FileInfo): correctly implement `\ArrayAccess::offsetGet` 47784/head
Ferdinand Thiessen [Thu, 5 Sep 2024 18:03:17 +0000 (20:03 +0200)]
fix(FileInfo): correctly implement `\ArrayAccess::offsetGet`

We are targetting PHP 8.1+, since PHP 8.0 `offsetGet` has the `mixed` types for `offset` and return value.
So this adds the types to correctly implement the interface.

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agofix(files): Check if the target path is a descendant of the shared folder path 47756/head
Git'Fellow [Wed, 4 Sep 2024 20:24:19 +0000 (22:24 +0200)]
fix(files): Check if the target path is a descendant of the shared folder path

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: tests

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: fix tests

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: add tests

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: tests

5 weeks agoMerge pull request #47789 from nextcloud/fix/cs-fixer-errors
Anna [Thu, 5 Sep 2024 20:25:34 +0000 (22:25 +0200)]
Merge pull request #47789 from nextcloud/fix/cs-fixer-errors

chore: adjust code to adhere to coding standard

5 weeks agochore: add coding standard code change to .git-blame-ignore-revs 47789/head
Anna Larch [Thu, 5 Sep 2024 19:31:05 +0000 (21:31 +0200)]
chore: add coding standard code change to .git-blame-ignore-revs

Signed-off-by: Anna Larch <anna@nextcloud.com>
5 weeks agochore: adjust code to adhere to coding standard
Anna Larch [Thu, 5 Sep 2024 19:23:38 +0000 (21:23 +0200)]
chore: adjust code to adhere to coding standard

Signed-off-by: Anna Larch <anna@nextcloud.com>
5 weeks agoMerge pull request #47770 from nextcloud/artonge/fix/always_respond_custom_error_page...
Louis [Thu, 5 Sep 2024 18:13:45 +0000 (20:13 +0200)]
Merge pull request #47770 from nextcloud/artonge/fix/always_respond_custom_error_page_on_exceptions

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

5 weeks agoMerge pull request #47761 from nextcloud/fix/missing-footer
Stephan Orbaugh [Thu, 5 Sep 2024 16:02:25 +0000 (18:02 +0200)]
Merge pull request #47761 from nextcloud/fix/missing-footer

fix: Fix missing footer on public pages

5 weeks agoMerge pull request #47519 from nextcloud/fix/transfer-ownership-encrypted-files
Stephan Orbaugh [Thu, 5 Sep 2024 15:58:44 +0000 (17:58 +0200)]
Merge pull request #47519 from nextcloud/fix/transfer-ownership-encrypted-files

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

5 weeks agoMerge pull request #47769 from nextcloud/artonge/fix/use_sha256_for_arguments_hash_fo...
Stephan Orbaugh [Thu, 5 Sep 2024 15:52:58 +0000 (17:52 +0200)]
Merge pull request #47769 from nextcloud/artonge/fix/use_sha256_for_arguments_hash_forbg_jobs

fix: Use sha256 to hash arguments of background jobs

5 weeks agoMerge pull request #46255 from nextcloud/bug/add-option-to-remove-webroot-for-setupchecks
Stephan Orbaugh [Thu, 5 Sep 2024 15:51:30 +0000 (17:51 +0200)]
Merge pull request #46255 from nextcloud/bug/add-option-to-remove-webroot-for-setupchecks

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 47770/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: Migrate existing bg jobs to use sha256 47769/head
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: 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(transfer-ownership): Improve comments according to code review 47519/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(setupchecks): Test overwrite.cli url first, then generated one, and 46255/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 #47754 from nextcloud/fix/noid/cache-appstore-on-dev-instances
Andy Scherzinger [Thu, 5 Sep 2024 07:17:40 +0000 (09:17 +0200)]
Merge pull request #47754 from nextcloud/fix/noid/cache-appstore-on-dev-instances

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agofix: Fix missing footer on public pages 47761/head
Christopher Ng [Wed, 4 Sep 2024 23:41:13 +0000 (16:41 -0700)]
fix: Fix missing footer on public pages

Signed-off-by: Christopher Ng <chrng8@gmail.com>
5 weeks agoMerge pull request #47752 from nextcloud/backport/47745/master
Andy Scherzinger [Wed, 4 Sep 2024 22:20:15 +0000 (00:20 +0200)]
Merge pull request #47752 from nextcloud/backport/47745/master

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

5 weeks agochore(assets): Recompile assets 47752/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>
6 weeks agofix(appstore): Cache apps.json also on dev instances 47754/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>
6 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>
6 weeks agoMerge pull request #47417 from nextcloud/fix/files/create-mountpoint-parents
Kate [Wed, 4 Sep 2024 18:00:24 +0000 (20:00 +0200)]
Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parents

6 weeks agoMerge pull request #47738 from nextcloud/fix/sidebar-undefined
John Molakvoæ [Wed, 4 Sep 2024 14:50:50 +0000 (16:50 +0200)]
Merge pull request #47738 from nextcloud/fix/sidebar-undefined

6 weeks agochore(assets): Recompile assets 47738/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 agoMerge pull request #46859 from nextcloud/fix-status-check-and-saving-of-external...
John Molakvoæ [Wed, 4 Sep 2024 09:33:30 +0000 (11:33 +0200)]
Merge pull request #46859 from nextcloud/fix-status-check-and-saving-of-external-storages

6 weeks agoMerge pull request #47724 from nextcloud/automated/noid/master-update-psalm-baseline
github-actions[bot] [Wed, 4 Sep 2024 08:46:37 +0000 (10:46 +0200)]
Merge pull request #47724 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

6 weeks agoMerge pull request #40164 from nextcloud/exceptionsTranslateShare
John Molakvoæ [Wed, 4 Sep 2024 07:50:49 +0000 (09:50 +0200)]
Merge pull request #40164 from nextcloud/exceptionsTranslateShare

6 weeks agofix: Hide status tooltip in row to add a new mount point 46859/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>
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 #47690 from nextcloud/chore/theming
John Molakvoæ [Wed, 4 Sep 2024 07:42:01 +0000 (09:42 +0200)]
Merge pull request #47690 from nextcloud/chore/theming

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

6 weeks agoMerge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pw
John Molakvoæ [Wed, 4 Sep 2024 07:32:21 +0000 (09:32 +0200)]
Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pw

6 weeks agoMerge pull request #47285 from nextcloud/fix/appstore-upgrade-failure
John Molakvoæ [Wed, 4 Sep 2024 07:31:29 +0000 (09:31 +0200)]
Merge pull request #47285 from nextcloud/fix/appstore-upgrade-failure

6 weeks agofix: Do not throw if appstore is unavailable during upgrade 47285/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 agoMerge pull request #47675 from nextcloud/adapterQueryOpti
John Molakvoæ [Wed, 4 Sep 2024 07:15:52 +0000 (09:15 +0200)]
Merge pull request #47675 from nextcloud/adapterQueryOpti

6 weeks agofix: share manager tests translation string 40164/head
John Molakvoæ [Wed, 4 Sep 2024 06:47:17 +0000 (08:47 +0200)]
fix: share manager tests translation string

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
6 weeks agofix: adjust sharing controller exceptions case
John Molakvoæ [Tue, 3 Sep 2024 19:49:04 +0000 (21:49 +0200)]
fix: adjust sharing controller exceptions case

Co-authored-by: F. E Noel Nfebe <fenn25.fn@gmail.com>
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
6 weeks agofix(l10n): Translate all share exceptions
Git'Fellow [Wed, 30 Aug 2023 13:22:45 +0000 (15:22 +0200)]
fix(l10n): Translate all share exceptions

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Fix drone

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Fix tests

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
6 weeks agochore(tests): Update psalm baseline 47724/head
nextcloud-command [Wed, 4 Sep 2024 02:29:30 +0000 (02:29 +0000)]
chore(tests): Update psalm baseline

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #47709 from nextcloud/fix/server-webpack-appverson
Ferdinand Thiessen [Tue, 3 Sep 2024 18:37:46 +0000 (20:37 +0200)]
Merge pull request #47709 from nextcloud/fix/server-webpack-appverson

fix: only keep major as server version

6 weeks agoMerge pull request #47158 from nextcloud/fix/breadcrumbs-highlight
Pytal [Tue, 3 Sep 2024 18:36:17 +0000 (11:36 -0700)]
Merge pull request #47158 from nextcloud/fix/breadcrumbs-highlight

fix(files): Fix navigating with breadcrumbs not highlighting navigation entry

6 weeks agochore(assets): Recompile assets 47158/head
nextcloud-command [Tue, 3 Sep 2024 17:42:59 +0000 (17:42 +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 agochore(assets): Recompile assets 47709/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 agoMerge pull request #47679 from nextcloud/chore/typo-docs
Andy Scherzinger [Tue, 3 Sep 2024 15:56:38 +0000 (17:56 +0200)]
Merge pull request #47679 from nextcloud/chore/typo-docs

chore(IGetRealUIDBackend): Fix typo in doc block

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 #47412 from Luka-sama/feat/shares-reminder
John Molakvoæ [Tue, 3 Sep 2024 15:24:02 +0000 (17:24 +0200)]
Merge pull request #47412 from Luka-sama/feat/shares-reminder

6 weeks agofix(files_sharing): Add check for null 47412/head
Stefan Cherniakov [Mon, 2 Sep 2024 19:58:03 +0000 (21:58 +0200)]
fix(files_sharing): Add check for null

Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
6 weeks agofix(files_sharing): Add missing check for null & use bool instead of int for reminder...
Stefan Cherniakov [Mon, 2 Sep 2024 13:02:50 +0000 (15:02 +0200)]
fix(files_sharing): Add missing check for null & use bool instead of int for reminder_sent field

Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
6 weeks agoMerge pull request #47568 from nextcloud/refactor/migrate-public-page-menu-vue
Ferdinand Thiessen [Tue, 3 Sep 2024 15:12:15 +0000 (17:12 +0200)]
Merge pull request #47568 from nextcloud/refactor/migrate-public-page-menu-vue

refactor: Migrate public-page header actions to Vue

6 weeks agochore: Compile assets 47568/head
Ferdinand Thiessen [Tue, 3 Sep 2024 11:26:19 +0000 (13:26 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agotest: Add end-to-end tests for public page header actions
Ferdinand Thiessen [Wed, 28 Aug 2024 15:14:08 +0000 (17:14 +0200)]
test: Add end-to-end tests for public page header actions

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agochore(ExternalShareMenuAction): Remove unused legacy properties
Ferdinand Thiessen [Wed, 28 Aug 2024 11:17:04 +0000 (13:17 +0200)]
chore(ExternalShareMenuAction): Remove unused legacy properties

Keep them in the constructor to not break the API,
but they are not used anymore.
This way of adding a share was deprecated in Nextcloud 12 (2016!),
in favor of the federated share API, in Nextcloud 28 this way to create a share was removed.

So we can cleanup as all it takes now to create a federeated share is the share token + federated user ID.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agorefactor(IMenuAction): Make public menu actions use the new Vue UI
Ferdinand Thiessen [Wed, 28 Aug 2024 11:15:56 +0000 (13:15 +0200)]
refactor(IMenuAction): Make public menu actions use the new Vue UI

This removes custom rendering code an replaces it with the declarative menu actions.
Also adjust the template to allow the Vue UI to mount.
Custom entries still are possible.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agochore: Remove legacy JS code for public page menu (header actions)
Ferdinand Thiessen [Wed, 28 Aug 2024 11:12:20 +0000 (13:12 +0200)]
chore: Remove legacy JS code for public page menu (header actions)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agofeat: Implement Vue UI for public page menu
Ferdinand Thiessen [Wed, 28 Aug 2024 11:10:25 +0000 (13:10 +0200)]
feat: Implement Vue UI for public page menu

This adds a Vue implementation of the public page menu,
that is the menu that can be added using `PublicTemplateResponse::setHeaderActions`.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoMerge pull request #47674 from nextcloud/fix/settings/sharing-enforce-links-password...
Kate [Tue, 3 Sep 2024 14:04:11 +0000 (16:04 +0200)]
Merge pull request #47674 from nextcloud/fix/settings/sharing-enforce-links-password-excluded-groups-key

6 weeks agochore(assets): Recompile assets 47674/head
nextcloud-command [Tue, 3 Sep 2024 13:15:24 +0000 (13:15 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
6 weeks agochore: compile assets
provokateurin [Tue, 3 Sep 2024 12:41:46 +0000 (14:41 +0200)]
chore: compile assets

Signed-off-by: provokateurin <kate@provokateurin.de>
6 weeks agofix(settings): Fix sharing exclude groups from password requirement option not working
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>
6 weeks agofix(files_sharing): Make share reminders more stable & fix issues
Stefan Cherniakov [Tue, 27 Aug 2024 07:29:21 +0000 (09:29 +0200)]
fix(files_sharing): Make share reminders more stable & fix issues

Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
6 weeks agofeat(files_sharing): reminder for link shares with expiration date
Stefan Cherniakov [Thu, 22 Aug 2024 04:43:43 +0000 (06:43 +0200)]
feat(files_sharing): reminder for link shares with expiration date

Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
6 weeks agoMerge pull request #46114 from nextcloud/enh/improve-ldap-group-members-listing-perfo...
Arthur Schiwon [Tue, 3 Sep 2024 09:13:03 +0000 (11:13 +0200)]
Merge pull request #46114 from nextcloud/enh/improve-ldap-group-members-listing-performances

fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time

6 weeks agoMerge pull request #47659 from nextcloud/fix/settings/admin/textprocessing2
Marcel Klehr [Tue, 3 Sep 2024 08:59:30 +0000 (10:59 +0200)]
Merge pull request #47659 from nextcloud/fix/settings/admin/textprocessing2

Followup: fix(settings): Don't display built-in task types in AI settings TextProcessing

6 weeks agochore(assets): Recompile assets 47659/head
nextcloud-command [Tue, 3 Sep 2024 08:22:44 +0000 (08:22 +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>
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>
6 weeks agoMerge pull request #47650 from nextcloud/chore/cleanup-middleware
John Molakvoæ [Tue, 3 Sep 2024 07:21:43 +0000 (09:21 +0200)]
Merge pull request #47650 from nextcloud/chore/cleanup-middleware

6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 3 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(theming): Increase app version 47690/head
Ferdinand Thiessen [Mon, 2 Sep 2024 20:38:53 +0000 (22:38 +0200)]
chore(theming): Increase app version

There were heavly breaking theming changes so increase the version number to make cache buster work.
Also fix order of entries in the appinfo.xml to fix XML validation (the order is fixed in the XSD).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 weeks agoMerge pull request #47665 from nextcloud/fix/files-remote-shares
Ferdinand Thiessen [Mon, 2 Sep 2024 17:13:57 +0000 (19:13 +0200)]
Merge pull request #47665 from nextcloud/fix/files-remote-shares

fix(files): Correctly parse external shares for files UI

6 weeks agoMerge pull request #47617 from Ornanovitch/ornano/scrollbar-visibility
Andy Scherzinger [Mon, 2 Sep 2024 16:33:12 +0000 (18:33 +0200)]
Merge pull request #47617 from Ornanovitch/ornano/scrollbar-visibility

fix(css): make scrollbar visible again

6 weeks agochore(assets): Recompile assets 47665/head
nextcloud-command [Mon, 2 Sep 2024 16:13:49 +0000 (16:13 +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 #47671 from nextcloud/chore/cypress-intercept-timeout
Ferdinand Thiessen [Mon, 2 Sep 2024 15:42:17 +0000 (17:42 +0200)]
Merge pull request #47671 from nextcloud/chore/cypress-intercept-timeout

test(cypress): Await promise in response to prevent timeout

6 weeks agochore(css): build css 47617/head
protoclown [Mon, 2 Sep 2024 15:15:15 +0000 (17:15 +0200)]
chore(css): build css

Signed-off-by: protoclown <ornano@felinn.org>
6 weeks agofix(css): refine css cleanup
protoclown [Sat, 31 Aug 2024 13:55:41 +0000 (15:55 +0200)]
fix(css): refine css cleanup

Signed-off-by: protoclown <ornano@felinn.org>
6 weeks agofix(css): cleanup old scrolling css
protoclown [Sat, 31 Aug 2024 12:50:42 +0000 (14:50 +0200)]
fix(css): cleanup old scrolling css

Signed-off-by: protoclown <ornano@felinn.org>
6 weeks agofix(css): re-use old --color-scrollbar variable
protoclown [Sat, 31 Aug 2024 12:50:01 +0000 (14:50 +0200)]
fix(css): re-use old --color-scrollbar variable

Signed-off-by: protoclown <ornano@felinn.org>
6 weeks agofix(css): make scrollbar visible again
protoclown [Thu, 29 Aug 2024 21:49:08 +0000 (23:49 +0200)]
fix(css): make scrollbar visible again

Signed-off-by: protoclown <ornano@felinn.org>
6 weeks agoMerge pull request #47676 from nextcloud/fix/ocp/image-interface
Kate [Mon, 2 Sep 2024 14:11:26 +0000 (16:11 +0200)]
Merge pull request #47676 from nextcloud/fix/ocp/image-interface

6 weeks agoMerge pull request #47678 from nextcloud/chore/add-typings
Ferdinand Thiessen [Mon, 2 Sep 2024 13:33:58 +0000 (15:33 +0200)]
Merge pull request #47678 from nextcloud/chore/add-typings

chore(IConfig): Adjust type of `getUsersForUserValue`

6 weeks agoMerge pull request #47635 from nextcloud/fix/noid/oauth2-store-secret-hash
Julien Veyssier [Mon, 2 Sep 2024 13:28:32 +0000 (15:28 +0200)]
Merge pull request #47635 from nextcloud/fix/noid/oauth2-store-secret-hash

[oauth2] Store hashed secret instead of encrypted