]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 months agoMerge pull request #40203 from lhsazevedo/fix/mimetype-40064
Simon L [Sat, 16 Sep 2023 19:17:24 +0000 (21:17 +0200)]
Merge pull request #40203 from lhsazevedo/fix/mimetype-40064

13 months agoMerge pull request #40409 from nextcloud/feat/f2v-unread-comments-action
John Molakvoæ [Sat, 16 Sep 2023 12:41:45 +0000 (14:41 +0200)]
Merge pull request #40409 from nextcloud/feat/f2v-unread-comments-action

13 months agorefactor(f2v): Migrate unread comments action to the new FileAction API 40409/head
Lucas Azevedo [Thu, 14 Sep 2023 03:56:59 +0000 (00:56 -0300)]
refactor(f2v): Migrate unread comments action to the new FileAction API

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 16 Sep 2023 00:27:27 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40418 from nextcloud/fix/noid/dont-join-dav-tags
Daniel [Fri, 15 Sep 2023 17:24:38 +0000 (19:24 +0200)]
Merge pull request #40418 from nextcloud/fix/noid/dont-join-dav-tags

13 months agoMerge pull request #40440 from nextcloud/40396-consider-link-shares-in-remove-share
F. E Noel Nfebe [Fri, 15 Sep 2023 17:04:20 +0000 (18:04 +0100)]
Merge pull request #40440 from nextcloud/40396-consider-link-shares-in-remove-share

Consider link shares in removeShare method in SharingTab

13 months agoConsider link shares in removeShare method in SharingTab 40440/head
fenn-cs [Fri, 15 Sep 2023 15:27:59 +0000 (16:27 +0100)]
Consider link shares in removeShare method in SharingTab

Currently, the `removeShare` method in the `SharingTab` view,
does not take into account `linkShares`.

Since link shares now shares thesame detail view with other share types,
it should therefore be considered hence this commit.

Resolves : https://github.com/nextcloud/server/issues/40396

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agofix: don't use davtags for tag search 40418/head
Daniel Kesselberg [Thu, 14 Sep 2023 10:31:33 +0000 (12:31 +0200)]
fix: don't use davtags for tag search

1. https://github.com/nextcloud/server/pull/26813 Initial implementation with support for systemtags and davtags (vcategory)
2. https://github.com/nextcloud/server/pull/39062 Additional check if the given tag exists, though ISystemTagManager.getAllTags only looks for systemtags

Therefore it's not possible anymore to search for davtags and unnecessary to join the other tables.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agoMerge pull request #40434 from nextcloud/40431-correctly-switch-permissions-radios
Arthur Schiwon [Fri, 15 Sep 2023 13:12:23 +0000 (15:12 +0200)]
Merge pull request #40434 from nextcloud/40431-correctly-switch-permissions-radios

Correctly switch/revert from custom to bundled perms

13 months agoCorrectly switch/revert from custom to bundled perms 40434/head
fenn-cs [Fri, 15 Sep 2023 10:59:03 +0000 (11:59 +0100)]
Correctly switch/revert from custom to bundled perms

We have a set custom permissions checkbox, that when selected should set
the quick permissions settings to custom as well as show the custom permission settings.

When the checkbox is unchecked the quick permissions have to be reset to the default,
`bundledPermissions.ALL` but also users can switch from custom permissions to `bundled`
by just changing the radio select, hence we need a mechanism to set the permissions back
to the correct fallback depending on where the user has toggled the the custom permission from.

The mechanism is `revertSharingPermission` and this commit, makes sure revert values are correctly
set upon toggle.

Resolves : https://github.com/nextcloud/server/issues/40431

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoMerge pull request #40428 from nextcloud/artonge/fix/users_list_bugs
Louis [Fri, 15 Sep 2023 11:09:47 +0000 (13:09 +0200)]
Merge pull request #40428 from nextcloud/artonge/fix/users_list_bugs

Do not display userCount when it is equal to 0

13 months agoMerge pull request #40411 from nextcloud/artonge/fix/translation
Louis [Fri, 15 Sep 2023 11:00:53 +0000 (13:00 +0200)]
Merge pull request #40411 from nextcloud/artonge/fix/translation

Use t and n for translation

13 months agoMerge pull request #40416 from nextcloud/fix/noid/check-for-user-count
Daniel [Fri, 15 Sep 2023 09:50:37 +0000 (11:50 +0200)]
Merge pull request #40416 from nextcloud/fix/noid/check-for-user-count

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 15 Sep 2023 00:26:37 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agochore: compile assets 40428/head
Christopher Ng [Thu, 14 Sep 2023 23:43:09 +0000 (16:43 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(ux): Show initial loading state of managers
Christopher Ng [Thu, 14 Sep 2023 23:39:37 +0000 (16:39 -0700)]
fix(ux): Show initial loading state of managers

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agoMerge pull request #40389 from nextcloud/40172-invite-guests-and-others
F. E Noel Nfebe [Thu, 14 Sep 2023 17:33:45 +0000 (18:33 +0100)]
Merge pull request #40389 from nextcloud/40172-invite-guests-and-others

Fix invite guest for new sharing flow

13 months agoProperly align all sharing-entry types 40389/head
fenn-cs [Thu, 14 Sep 2023 14:38:38 +0000 (15:38 +0100)]
Properly align all sharing-entry types

SharingEntryLink and regular ShareEntry were not properly visually aligned
before this commit.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoDo not display userCount when it is equal to 0
Louis Chemineau [Thu, 14 Sep 2023 14:15:59 +0000 (16:15 +0200)]
Do not display userCount when it is equal to 0

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoReset loading state on UserRow mount
Louis Chemineau [Thu, 14 Sep 2023 14:15:41 +0000 (16:15 +0200)]
Reset loading state on UserRow mount

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoDo not preload potential manager list on UserRow mount
Louis Chemineau [Thu, 14 Sep 2023 14:15:28 +0000 (16:15 +0200)]
Do not preload potential manager list on UserRow mount

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoDo not manipulate userCount when it is equal to 0
Louis Chemineau [Thu, 14 Sep 2023 14:14:32 +0000 (16:14 +0200)]
Do not manipulate userCount when it is equal to 0

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoFix invite guest for new sharing flow
fenn-cs [Tue, 12 Sep 2023 22:02:05 +0000 (23:02 +0100)]
Fix invite guest for new sharing flow

Call external handlers such as the one in the guess app
https://github.com/nextcloud/guests/blob/master/src/main.js#L30
if present.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agofix: use faster method to fetch user count 40416/head
Daniel Kesselberg [Thu, 14 Sep 2023 09:56:25 +0000 (11:56 +0200)]
fix: use faster method to fetch user count

countUsers: the actual user count reported by the backend.
countSeenUsers: count every user who was logged in once.

1: We should avoid expensive operations (like asking every backend for it's user count) in migrations.
2: The current check is wrong because countUsers returns an array. var_dump([] > 1000) => true ;)

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agoMerge pull request #40365 from nextcloud/artonge/fix/do_not_show_related_ressources_w...
Louis [Thu, 14 Sep 2023 09:19:33 +0000 (11:19 +0200)]
Merge pull request #40365 from nextcloud/artonge/fix/do_not_show_related_ressources_when_share_details_is_open

Hide additional content when share details is open

13 months agoMerge branch 'master' into artonge/fix/do_not_show_related_ressources_when_share_deta... 40365/head
F. E Noel Nfebe [Thu, 14 Sep 2023 07:42:18 +0000 (08:42 +0100)]
Merge branch 'master' into artonge/fix/do_not_show_related_ressources_when_share_details_is_open

13 months agoUse t and n for translation 40411/head
Louis Chemineau [Thu, 14 Sep 2023 07:32:50 +0000 (09:32 +0200)]
Use t and n for translation

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 14 Sep 2023 00:26:52 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40391 from nextcloud/fix/group-undefined-count
Pytal [Wed, 13 Sep 2023 23:26:36 +0000 (16:26 -0700)]
Merge pull request #40391 from nextcloud/fix/group-undefined-count

13 months agochore: compile assets 40391/head
Christopher Ng [Wed, 13 Sep 2023 00:49:52 +0000 (17:49 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix(settings): Undefined user count error
Christopher Ng [Wed, 13 Sep 2023 00:49:52 +0000 (17:49 -0700)]
fix(settings): Undefined user count error

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agoHide additional content when share details is open
Louis Chemineau [Mon, 11 Sep 2023 14:46:09 +0000 (16:46 +0200)]
Hide additional content when share details is open

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoMerge pull request #40404 from nextcloud/ellipsize-status-sharing-entry
F. E Noel Nfebe [Wed, 13 Sep 2023 21:43:11 +0000 (22:43 +0100)]
Merge pull request #40404 from nextcloud/ellipsize-status-sharing-entry

Ellipsize user status in sharing entry

13 months agoEllipsize user status in sharing entry 40404/head
fenn-cs [Wed, 13 Sep 2023 19:50:11 +0000 (20:50 +0100)]
Ellipsize user status in sharing entry

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoMerge pull request #40393 from nextcloud/fix-user-status-sharing-flow
Arthur Schiwon [Wed, 13 Sep 2023 19:36:44 +0000 (21:36 +0200)]
Merge pull request #40393 from nextcloud/fix-user-status-sharing-flow

Display user status by the side in sharing flow

13 months agoMerge pull request #40301 from nextcloud/bug/noid/webroot-calendar-events-activity
Christoph Wurst [Wed, 13 Sep 2023 19:20:09 +0000 (21:20 +0200)]
Merge pull request #40301 from nextcloud/bug/noid/webroot-calendar-events-activity

fix(caldav): add webroot to objectid for activities

13 months agofix(caldav): add webroot to objectid for activities 40301/head
Daniel Kesselberg [Wed, 6 Sep 2023 15:48:21 +0000 (17:48 +0200)]
fix(caldav): add webroot to objectid for activities

A calendar uri includes the webroot: example.com/cloud/remote.php/dav/calendars/alice/personal/
The calendar app uses base64(calendar uri) as identifier for calendar objects.

Without this patch the links from activity app to calendar app don't work for installations in a subdirectory.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agoNon sticky delete button 40393/head
fenn-cs [Wed, 13 Sep 2023 14:15:26 +0000 (15:15 +0100)]
Non sticky delete button

Removes button from footer and removes button background.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoDisplay user status by the side in sharing flow
fenn-cs [Wed, 13 Sep 2023 10:56:55 +0000 (11:56 +0100)]
Display user status by the side in sharing flow

The quick share drop down now takes the place where the user status
would show in the past, so we have the option of removing it (as it's available
in the profile dropdown) or putting it at the side as such.

It's put on the side without the icon, as the status icon appears on the avatar
when set.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoMerge pull request #40312 from nextcloud/bugfix/noid/non-existing-node-parent
Julius Härtl [Wed, 13 Sep 2023 10:00:36 +0000 (12:00 +0200)]
Merge pull request #40312 from nextcloud/bugfix/noid/non-existing-node-parent

13 months agoMerge pull request #40284 from lhsazevedo/inline-system-tags
John Molakvoæ [Wed, 13 Sep 2023 08:53:13 +0000 (10:53 +0200)]
Merge pull request #40284 from lhsazevedo/inline-system-tags

13 months agoMerge pull request #40103 from nextcloud/enh/enable-caldav-push-notifications-by...
Hamza [Wed, 13 Sep 2023 08:50:00 +0000 (10:50 +0200)]
Merge pull request #40103 from nextcloud/enh/enable-caldav-push-notifications-by-default

Enable caldav push notifications by default

13 months agofix: Pass parent to NonExistingFile instances 40312/head
Julius Härtl [Wed, 6 Sep 2023 18:09:50 +0000 (20:09 +0200)]
fix: Pass parent to NonExistingFile instances

Signed-off-by: Julius Härtl <jus@bitgrid.net>
13 months agoFix style 40284/head
Lucas Azevedo [Wed, 6 Sep 2023 16:21:13 +0000 (13:21 -0300)]
Fix style

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoHide inline system tags on mobile
Lucas Azevedo [Wed, 6 Sep 2023 16:04:29 +0000 (13:04 -0300)]
Hide inline system tags on mobile

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoMove inline tag rendering to the systemtags app
Lucas Azevedo [Wed, 6 Sep 2023 15:12:14 +0000 (12:12 -0300)]
Move inline tag rendering to the systemtags app

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoAdd tests
Lucas Azevedo [Wed, 6 Sep 2023 15:02:28 +0000 (12:02 -0300)]
Add tests

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoRender inline system tags using new DAV properties API
Lucas Azevedo [Mon, 4 Sep 2023 10:52:35 +0000 (07:52 -0300)]
Render inline system tags using new DAV properties API

Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 13 Sep 2023 00:24:37 +0000 (00:24 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40372 from nextcloud/40172-polish-sharing-flow-bugs
F. E Noel Nfebe [Tue, 12 Sep 2023 21:53:18 +0000 (22:53 +0100)]
Merge pull request #40372 from nextcloud/40172-polish-sharing-flow-bugs

40172 polish sharing flow bugs

13 months agoConsistent delete button in share details 40372/head
fenn-cs [Mon, 11 Sep 2023 20:20:37 +0000 (21:20 +0100)]
Consistent delete button in share details

Delete button text should have same size as other buttons.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoEnfore allowPublicShares admin setting
fenn-cs [Mon, 11 Sep 2023 20:06:23 +0000 (21:06 +0100)]
Enfore allowPublicShares admin setting

Use the the modern intial-state library to pass data about
`allowPublicUploads` to the sharing frontend.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoRefactor migrated addShare method
fenn-cs [Mon, 11 Sep 2023 12:55:19 +0000 (13:55 +0100)]
Refactor migrated addShare method

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 months agoMerge pull request #40378 from nextcloud/enh/38362/add-new-user-button-icon
Simon L [Tue, 12 Sep 2023 19:12:09 +0000 (21:12 +0200)]
Merge pull request #40378 from nextcloud/enh/38362/add-new-user-button-icon

add plus icon to new user button

13 months agoMerge pull request #40376 from nextcloud/test/noid/dns-pin-middleware
Daniel [Tue, 12 Sep 2023 18:19:47 +0000 (20:19 +0200)]
Merge pull request #40376 from nextcloud/test/noid/dns-pin-middleware

13 months agochore(assets): Recompile assets 40378/head
nextcloud-command [Tue, 12 Sep 2023 16:17:30 +0000 (16:17 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoadd plus icon to new user button
Simon L [Tue, 12 Sep 2023 12:43:29 +0000 (14:43 +0200)]
add plus icon to new user button

Signed-off-by: Simon L <szaimen@e.mail.de>
13 months agotest: add tests for dns pin middleware 40376/head
Daniel Kesselberg [Tue, 12 Sep 2023 09:17:37 +0000 (11:17 +0200)]
test: add tests for dns pin middleware

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
13 months agoEnable caldav push notifications by default 40103/head
hamza221 [Tue, 29 Aug 2023 14:16:57 +0000 (16:16 +0200)]
Enable caldav push notifications by default

Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
13 months agoMerge pull request #39856 from nextcloud/testing/translate-text-processing-providers
Julius Härtl [Tue, 12 Sep 2023 10:53:48 +0000 (12:53 +0200)]
Merge pull request #39856 from nextcloud/testing/translate-text-processing-providers

13 months agofeat(testing): Add fake providers for translations and text processing 39856/head
Julius Härtl [Mon, 14 Aug 2023 08:37:40 +0000 (10:37 +0200)]
feat(testing): Add fake providers for translations and text processing

Signed-off-by: Julius Härtl <jus@bitgrid.net>
13 months agoMerge pull request #40360 from nextcloud/automated/noid/master-fix-npm-audit
Andy Scherzinger [Tue, 12 Sep 2023 07:21:32 +0000 (09:21 +0200)]
Merge pull request #40360 from nextcloud/automated/noid/master-fix-npm-audit

[master] Fix npm audit

13 months agoMerge pull request #40356 from nextcloud/dependabot/github_actions/actions/upload...
Andy Scherzinger [Tue, 12 Sep 2023 07:20:48 +0000 (09:20 +0200)]
Merge pull request #40356 from nextcloud/dependabot/github_actions/actions/upload-artifact-3.1.3

chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 12 Sep 2023 00:27:43 +0000 (00:27 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40354 from nextcloud/dependabot/npm_and_yarn/vueuse/components...
dependabot[bot] [Mon, 11 Sep 2023 19:06:01 +0000 (19:06 +0000)]
Merge pull request #40354 from nextcloud/dependabot/npm_and_yarn/vueuse/components-10.4.1

13 months agochore(deps): Bump @vueuse/components from 10.3.0 to 10.4.1 40354/head
dependabot[bot] [Sat, 9 Sep 2023 01:15:10 +0000 (01:15 +0000)]
chore(deps): Bump @vueuse/components from 10.3.0 to 10.4.1

Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 10.3.0 to 10.4.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.4.1/packages/components)

---
updated-dependencies:
- dependency-name: "@vueuse/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoMerge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatar
Julius Härtl [Mon, 11 Sep 2023 17:43:18 +0000 (19:43 +0200)]
Merge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatar

13 months agoMerge pull request #40345 from nextcloud/bugfix/noid/update-headers
Julius Härtl [Mon, 11 Sep 2023 15:00:40 +0000 (17:00 +0200)]
Merge pull request #40345 from nextcloud/bugfix/noid/update-headers

13 months agochore(assets): Recompile assets 40345/head
nextcloud-command [Mon, 11 Sep 2023 14:06:06 +0000 (14:06 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agofix: Update file list headers on breadcrumb navigation
Julius Härtl [Fri, 8 Sep 2023 08:56:08 +0000 (10:56 +0200)]
fix: Update file list headers on breadcrumb navigation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
13 months agoMerge pull request #40328 from nextcloud/fix/admin-ai-settings
Arthur Schiwon [Mon, 11 Sep 2023 10:26:38 +0000 (12:26 +0200)]
Merge pull request #40328 from nextcloud/fix/admin-ai-settings

Fix Admin AI settings javascript error

13 months agoMerge pull request #32912 from nextcloud/group-backend-batch-method
Côme Chilliet [Mon, 11 Sep 2023 09:11:00 +0000 (11:11 +0200)]
Merge pull request #32912 from nextcloud/group-backend-batch-method

Add batch methods in user backends

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 11 Sep 2023 00:26:58 +0000 (00:26 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agochore(deps): fix npm audit 40360/head
nextcloud-command [Sun, 10 Sep 2023 03:18:01 +0000 (03:18 +0000)]
chore(deps): fix npm audit

Signed-off-by: GitHub <noreply@github.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 10 Sep 2023 00:25:18 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #39211 from shdehnavi/refactor_themes_defaults
Julius Härtl [Sat, 9 Sep 2023 07:53:47 +0000 (09:53 +0200)]
Merge pull request #39211 from shdehnavi/refactor_themes_defaults

13 months agoMerge pull request #39226 from shdehnavi/null_coalescing_conversion_tests
Julius Härtl [Sat, 9 Sep 2023 07:51:17 +0000 (09:51 +0200)]
Merge pull request #39226 from shdehnavi/null_coalescing_conversion_tests

13 months agochore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3 40356/head
dependabot[bot] [Sat, 9 Sep 2023 01:16:29 +0000 (01:16 +0000)]
chore(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/0b7f8abb1508181956e8e162db84b466c27e18ce...a8a3f3ad30e3422c9c7b888a15615d19a852ae32)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 9 Sep 2023 00:25:40 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agoMerge pull request #40349 from nextcloud/fix/noid/autoloader-no-apcu
Julius Härtl [Fri, 8 Sep 2023 18:12:51 +0000 (20:12 +0200)]
Merge pull request #40349 from nextcloud/fix/noid/autoloader-no-apcu

13 months agoFix eslint error 40328/head
Marcel Klehr [Thu, 7 Sep 2023 12:57:32 +0000 (14:57 +0200)]
Fix eslint error

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agoMerge pull request #40341 from nextcloud/fix/hide-set-reminder-public
Pytal [Fri, 8 Sep 2023 17:54:35 +0000 (10:54 -0700)]
Merge pull request #40341 from nextcloud/fix/hide-set-reminder-public

fix: Hide set reminder action on public shares

13 months agoFix Admin AI settings javascript error
Marcel Klehr [Thu, 7 Sep 2023 12:40:18 +0000 (14:40 +0200)]
Fix Admin AI settings javascript error

make sure all task types we want to display actually exist

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
13 months agoMerge pull request #40340 from nextcloud/artonge/fix/fileInfo_access
Louis [Fri, 8 Sep 2023 16:43:52 +0000 (18:43 +0200)]
Merge pull request #40340 from nextcloud/artonge/fix/fileInfo_access

Fix access to fileInfo in VersionTab.vue

13 months agoMerge pull request #40306 from nextcloud/Valdnet-patch-1
Andy Scherzinger [Fri, 8 Sep 2023 16:34:29 +0000 (18:34 +0200)]
Merge pull request #40306 from nextcloud/Valdnet-patch-1

Remove quotation marks

13 months agoRemove quotation marks 40306/head
Valdnet [Wed, 6 Sep 2023 16:39:53 +0000 (18:39 +0200)]
Remove quotation marks

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 months agofix(autoloader): no apcu no side effects 40349/head
Arthur Schiwon [Fri, 8 Sep 2023 14:40:48 +0000 (16:40 +0200)]
fix(autoloader): no apcu no side effects

apcu lead to side effects especially with app management and (soft)
inter-dependencies, and lead also to 500 server errors. While we could
add management to clear apcu cache in many cases (may stil leave edge
cases) the performance benefit is marginally as also class maps are
already cached in opcache. Hence, the simple and effective way to go is
to not use apcu for autoloading.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
13 months agoMerge pull request #40323 from nextcloud/enh/init-scripts
John Molakvoæ [Fri, 8 Sep 2023 06:50:34 +0000 (08:50 +0200)]
Merge pull request #40323 from nextcloud/enh/init-scripts

13 months agoMerge pull request #40314 from nextcloud/enh/a11y/search-labels
Pytal [Fri, 8 Sep 2023 00:41:11 +0000 (17:41 -0700)]
Merge pull request #40314 from nextcloud/enh/a11y/search-labels

enh(a11y): Add search contacts label

13 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 8 Sep 2023 00:31:24 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 months agochore: Compile assets 40314/head
Christopher Ng [Thu, 7 Sep 2023 00:40:28 +0000 (17:40 -0700)]
chore: Compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agoenh(a11y): Add search contacts label
Christopher Ng [Thu, 7 Sep 2023 00:35:48 +0000 (17:35 -0700)]
enh(a11y): Add search contacts label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agofix: Hide set reminder action on public shares 40341/head
Christopher Ng [Thu, 7 Sep 2023 23:11:14 +0000 (16:11 -0700)]
fix: Hide set reminder action on public shares

Signed-off-by: Christopher Ng <chrng8@gmail.com>
13 months agoFix access to fileInfo in VersionTab.vue 40340/head
Louis Chemineau [Thu, 7 Sep 2023 20:57:08 +0000 (22:57 +0200)]
Fix access to fileInfo in VersionTab.vue

Signed-off-by: Louis Chemineau <louis@chmn.me>
13 months agoMerge pull request #40296 from nextcloud/artonge/feat/enable_files_versions_for_group...
Louis [Thu, 7 Sep 2023 19:53:32 +0000 (21:53 +0200)]
Merge pull request #40296 from nextcloud/artonge/feat/enable_files_versions_for_groupfolders

Enable new versions feature for groupfolders

13 months agofeat: Add dedicated method to load init scripts 40323/head
Julius Härtl [Thu, 7 Sep 2023 08:37:14 +0000 (10:37 +0200)]
feat: Add dedicated method to load init scripts

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Co-authored-by: John Molakvoæ <skjnldsv@protonmail.com>
Update lib/public/Util.php

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Julius Härtl <jus@bitgrid.net>
13 months agoBuild query once instead of in-loop 32912/head
Côme Chilliet [Thu, 7 Sep 2023 15:07:47 +0000 (17:07 +0200)]
Build query once instead of in-loop

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
13 months agoMerge pull request #40329 from nextcloud/fix/theming-default-source-image
Kate [Thu, 7 Sep 2023 14:52:06 +0000 (16:52 +0200)]
Merge pull request #40329 from nextcloud/fix/theming-default-source-image

theming: Revert broken SVG optimization in default-source.svg

13 months agoMerge pull request #40285 from nextcloud/backport/40233/master
Côme Chilliet [Thu, 7 Sep 2023 13:56:54 +0000 (15:56 +0200)]
Merge pull request #40285 from nextcloud/backport/40233/master

Detect aborted connection in OC\Files\View and stop writing data to t…

13 months agoFix: allow to name the current version 40296/head
Louis Chemineau [Thu, 7 Sep 2023 10:26:02 +0000 (12:26 +0200)]
Fix: allow to name the current version

We only need to change the filename
of the current version for the viewer

Signed-off-by: Louis Chemineau <louis@chmn.me>