Commit graph

80446 commits

Author SHA1 Message Date
Alexander Piskun
ff49774e4f
Merge pull request #53290 from nextcloud/backport/53277/stable31
[stable31] fix(TaskProcessingApiController): use StreamResponse to return file content
2025-06-04 11:11:19 +03:00
John Molakvoæ
b00e21ddaa
Merge pull request #53309 from nextcloud/backport/53285/stable31 2025-06-04 09:07:10 +02:00
nextcloud-command
e69d68b6dc chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-04 06:39:04 +00:00
skjnldsv
b8591e6b82 fix(files): highlight previous folder on history up
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-06-04 06:37:14 +00:00
Nextcloud bot
a2358fba5c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-04 00:22:54 +00:00
F. E Noel Nfebe
e982326000
Merge pull request #53302 from nextcloud/backport/53275/stable31
[stable31] fix(provisioning_api): Allow group details access for users with admin delegation
2025-06-03 22:49:55 +02:00
Robin Appelman
706f450967
Merge pull request #53293 from nextcloud/backport/53264/stable31
[stable31] feat: add --unscanned option to files_external:scan
2025-06-03 19:31:24 +02:00
Kate
78908d7a4a
Merge pull request #53298 from nextcloud/dependabot/npm_and_yarn/stable31/tar-fs-2.1.3 2025-06-03 19:30:04 +02:00
Richard Steinmetz
e8341af69a
Merge pull request #53303 from nextcloud/backport/53273/stable31
[stable31] fix(accounts): new account quota value
2025-06-03 19:17:36 +02:00
Kate
ad2470b58c
Merge pull request #53297 from nextcloud/backport/53292/stable31 2025-06-03 18:30:37 +02:00
Maksim Sukharev
40ba2514e3
Merge pull request #53286 from nextcloud/backport/53274/stable31 2025-06-03 18:09:59 +02:00
nextcloud-command
6ac68ba6c4 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-03 15:09:36 +00:00
nextcloud-command
3e457ace0a chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-03 11:02:33 -04:00
SebastianKrupinski
b0b1f91963 fix: new account quota value
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-06-03 14:53:03 +00:00
nfebe
bebe8377b4 fix(provisioning_api): Allow group details access for users with admin delegation
This fixes an issue where users with "Administration privileges → Users" could not access
the groups details endpoint in the provisioning API, resulting in a 403 Forbidden error.

There is a problem with adding the  `AuthorizedAdminSetting` attribute (middleware)
that only allows access to users with Sharing admin privileges.

Users with "`Users` admin" privileges should also be able to access group details.

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

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-03 14:41:56 +00:00
Andy Scherzinger
b7491666ae
build(deps): bump tar-fs from 2.1.2 to 2.1.3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-06-03 15:46:12 +02:00
Oleksander Piskun
623859066f fix(TaskProcessingApiController): use StreamResponse to return the task file content
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
2025-06-03 16:42:12 +03:00
Ferdinand Thiessen
de2f721cce fix: handle IDLE timeout
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-03 13:16:22 +00:00
Robin Appelman
3ca5423ca5 feat: add --unscanned option to files_external:scan
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-03 13:13:49 +00:00
Maksim Sukharev
90f95d46f5 feat: link upcoming event to calendar app modal
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-06-03 12:05:57 +00:00
F. E Noel Nfebe
dfcac1057b
Merge pull request #53051 from nextcloud/backport/52833/stable31
[stable31] fix(settings): Send update request when clearing user manager
2025-06-03 09:21:10 +02:00
Julien Veyssier
f807cd904b
Merge pull request #53270 from nextcloud/backport/53205/stable31
[stable31] fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled
2025-06-03 02:43:51 +02:00
Nextcloud bot
223cc9ff39
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-03 00:22:33 +00:00
nextcloud-command
67d84a83fa chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-02 22:26:17 +00:00
nfebe
474ee3ab15 fix: Use logger correctly in UserRow.vue
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-02 23:21:43 +01:00
nextcloud-command
c37f73a2d0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-02 23:21:43 +01:00
nfebe
ead8888bb7 test(settings): Test user manager can be set and unset
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-02 23:21:43 +01:00
nfebe
6048e39678 fix(settings): Prevent double request on manager change
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-02 23:21:43 +01:00
Ferdinand Thiessen
11bdcbec86 fix: correctly unset account manager
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-02 23:21:42 +01:00
nfebe
98c055f9e5 fix(settings): Send update request when clearing user manager
- Update setUserData to send PUT request for empty manager values
- Remove clear button from manager select in UserRow
- Simplify manager update logic in UserRow
- Ensure consistent API behavior for empty values in allowedEmpty fields

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-02 23:21:42 +01:00
Julien Veyssier
6ea5127229
fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-02 23:26:50 +02:00
Louis
72b6aae9df
Merge pull request #53253 from nextcloud/backport/52242/stable31 2025-06-02 15:12:16 +02:00
Ferdinand Thiessen
1c96d26e74
Merge pull request #53248 from nextcloud/backport/52776/stable31
[stable31] fix(accounts): enhance UX for groups assignment
2025-06-02 13:00:41 +02:00
Robin Appelman
5f45b4f5fc test: add test that object store folder copy preserves folder size
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-02 09:56:30 +00:00
Robin Appelman
edfb7b2393 perf: set the folder size in the same query as we create it
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-02 09:56:29 +00:00
Louis Chemineau
9d26571eb2 fix(S3): Use original folder size during copy
This prevent having copied folders with a wrongly set size of 0KB.

- Fix https://github.com/nextcloud/server/issues/51916

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-06-02 09:56:29 +00:00
nextcloud-command
c2cb4ec48d chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-02 07:32:25 +00:00
Maksim Sukharev
495c0e3c64 fix(AppNavigationGroupList): restore navigation panel and search/filter functionality for sub-admin groups
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-06-02 07:19:56 +00:00
Maksim Sukharev
bcc001eae6 fix(UserRow): retrieve available groups from the store
- rename 'available*Groups' to 'selected*Groups'
- populate store and 'availableGroups' from search requests

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-06-02 07:19:56 +00:00
Maksim Sukharev
22df9d1676 fix(NewUserDialog): retrieve available groups from the store
- fix 'this.isAdmin' to be 'this.settings.isAdmin'
- compute 'availableGroups' instead of setting it once mounted
- populate store and 'availableGroups' from search requests

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-06-02 07:19:56 +00:00
Nextcloud bot
ae25d9191b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-02 00:48:00 +00:00
Andy Scherzinger
45bfd448b8
Merge pull request #53245 from nextcloud/backport/53244/stable31
[stable31] fix(systemtags): fix translations for systemtags view
2025-06-01 23:29:21 +02:00
nextcloud-command
081dbc2bb0 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-01 20:46:34 +00:00
Daniel Kesselberg
424a440a98 fix(systemtags): fix translations for systemtags view
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>

[skip ci]
2025-06-01 20:41:32 +00:00
F. E Noel Nfebe
26d52cc5a4
Merge pull request #52888 from nextcloud/backport/52533/stable31
[stable31] fix: do not show account filter for public shares
2025-06-01 21:20:07 +02:00
nextcloud-command
9780370271 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-01 18:47:02 +00:00
Ferdinand Thiessen
69322803ef fix: do not show account filter for public shares
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-01 20:42:05 +02:00
Andy Scherzinger
3c6dfa9124
Merge pull request #53177 from nextcloud/backport/53171/stable31
[stable31] fix(files): do nothing if `view local` dialog was just closed
2025-06-01 18:09:08 +02:00
dependabot[bot]
6250aa9715
Merge pull request #52826 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/auth-2.5.1 2025-06-01 14:07:28 +00:00
nextcloud-command
1b6b357176 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-01 15:42:27 +02:00