Nextcloud bot
e7f604d4b0
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-05 00:22:52 +07:00
Elizabeth Danzberger
56cb88d469
Merge pull request #53325 from nextcloud/backport/50540/stable30
...
[stable30] fix: Only hide template folder creation if default was changed to empty
2025-06-04 17:17:46 +07:00
Julius Knorr
7c535a0f74
fix: Only hide template folder creation if default was changed to empty
...
Signed-off-by: Julius Knorr <jus@bitgrid.net>
2025-06-04 15:06:29 +07:00
Andy Scherzinger
460dd27b07
Merge pull request #53265 from nextcloud/backport/52215/stable30
...
[stable30] perf(carddav): don't query circle memberships
2025-06-04 11:16:53 +07:00
Kate
1ae2693ea6
Merge pull request #53299 from nextcloud/dependabot/npm_and_yarn/stable30/tar-fs-2.1.3
2025-06-04 07:16:48 +07:00
Nextcloud bot
cfa4c52495
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-04 00:23:00 +07:00
Andy Scherzinger
b327718ce7
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 20:00:24 +07:00
Robin Appelman
ef17b4e6a8
Merge pull request #53294 from nextcloud/backport/53264/stable30
...
[stable30] feat: add --unscanned option to files_external:scan
2025-06-03 19:31:18 +07:00
Maksim Sukharev
3ee7db1e65
Merge pull request #53288 from nextcloud/backport/53274/stable30
2025-06-03 18:40:01 +07:00
Kate
166a947b44
Merge pull request #53296 from nextcloud/backport/53292/stable30
2025-06-03 16:27:16 +07:00
Ferdinand Thiessen
931aed3968
fix: handle IDLE timeout
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-03 13:16:09 +07:00
Robin Appelman
96fad4d835
feat: add --unscanned option to files_external:scan
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-03 15:15:47 +07:00
Maksim Sukharev
6f566f0305
feat: link upcoming event to calendar app modal
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-06-03 12:07:34 +07:00
F. E Noel Nfebe
709fa4b732
Merge pull request #53050 from nextcloud/backport/52833/stable30
...
[stable30] fix(settings): Send update request when clearing user manager
2025-06-03 09:21:07 +07:00
Andy Scherzinger
5f419642ea
Merge pull request #53271 from nextcloud/backport/53205/stable30
...
[stable30] fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled
2025-06-03 07:51:04 +07:00
nextcloud-command
bcf9a4838c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-03 07:32:11 +07:00
nfebe
3a7e82781b
fix: Use logger correctly in UserRow.vue
...
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-03 07:32:11 +07:00
nfebe
a873c8fdcc
test(settings): Test user manager can be set and unset
...
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-03 07:32:11 +07:00
nfebe
bb022831e8
fix(settings): Prevent double request on manager change
...
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-03 07:32:11 +07:00
Ferdinand Thiessen
4b751b0292
fix: correctly unset account manager
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-03 07:32:11 +07:00
nfebe
b20c6e99ab
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-03 07:32:11 +07:00
Nextcloud bot
238194d2d3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-03 00:22:40 +07:00
Julien Veyssier
be027ae01c
fix(PreviewManager): use the forced mimetype in throwIfPreviewsDisabled
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-02 23:26:00 +07:00
Andy Scherzinger
577032c1f7
Merge pull request #53176 from nextcloud/backport/53171/stable30
...
[stable30] fix(files): do nothing if `view local` dialog was just closed
2025-06-02 18:55:21 +07:00
nextcloud-command
ed99adb838
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-02 16:56:07 +07:00
Ferdinand Thiessen
6ef37924bf
fix(files): do nothing if `view local` dialog was just closed
...
We try to open a file in the Nextcloud client.
If this fails a dialog is shown with 3 options:
1. Retry: If it fails no further dialog is shown.
2. Open online: The viewer is used to open the file.
3. Close the dialog and nothing happens (abort).
This correctly implements 3 and also adds some comments + order file in
reading order (using `function` instead of arrow functions allows this
easily).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-02 16:56:07 +07:00
Richard Steinmetz
fa311a740a
perf(carddav): don't query circle memberships
...
It is not possible to share address books with circles so it is
pointless to query for address books shared with joined circles.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-06-02 14:46:43 +07:00
Louis
44dd42870e
Merge pull request #53252 from nextcloud/backport/52242/stable30
2025-06-02 15:12:13 +07:00
Ferdinand Thiessen
de1811a6ff
Merge pull request #53247 from nextcloud/backport/52776/stable30
...
[stable30] fix(accounts): enhance UX for groups assignment
2025-06-02 13:01:03 +07:00
Louis Chemineau
79a0cdade4
test: add test that object store folder copy preserves folder size
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-06-02 12:00:59 +07:00
Robin Appelman
7eb607c8b9
perf: set the folder size in the same query as we create it
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-02 12:00:59 +07:00
Louis Chemineau
1c80a98720
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:15 +07:00
nextcloud-command
9e2cfc9234
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-02 07:41:32 +07:00
Maksim Sukharev
e863106aa3
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:42 +07:00
Maksim Sukharev
b31d11b2e0
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:42 +07:00
Maksim Sukharev
257be36ee5
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:42 +07:00
Nextcloud bot
fc9176b567
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-02 00:48:07 +07:00
Andy Scherzinger
f2ff14e6a4
Merge pull request #52961 from nextcloud/backport/52808/stable30
...
[stable30] Introduce own method for calendar unsharing
2025-06-01 20:12:18 +07:00
Ferdinand Thiessen
878e18c9a4
Merge pull request #52836 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/auth-2.5.1
...
build(deps): bump @nextcloud/auth from 2.4.0 to 2.5.1
2025-06-01 18:12:09 +07:00
dependabot[bot]
011a1f5ec3
build(deps): bump @nextcloud/auth from 2.4.0 to 2.5.1
...
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth ) from 2.4.0 to 2.5.1.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-auth/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v2.4.0...v2.5.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/auth"
dependency-version: 2.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-01 17:45:50 +07:00
dependabot[bot]
e6f09b5b04
Merge pull request #53095 from nextcloud/dependabot/npm_and_yarn/stable30/query-string-9.2.0
2025-06-01 15:35:32 +07:00
Daniel Kesselberg
4c13ef7f0d
fix(dav): only consider user's principal for unsharing entries
...
Before: Find all entries in `dav_shares` with `access = 5` for the user's principal, as well as group and circle memberships.
After: Find all entries in `dav_shares` with `access = 5` solely for the user's principal.
Future support for unsharing group or circle principals could be considered as a feature enhancement.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-01 16:39:43 +07:00
Daniel Kesselberg
d0871f6cdc
fix(caldav): prevent unshare entry creation for owner unsharing
...
- Introduces a `unshare` method in `CalDavBackend` to handle user unshares.
- Implements check to determine if unshare entry is needed based on group/circle membership.
- Ensures `updateShares` is only used when the calendar owner manages shares.
- Resolves issue where unsharing a calendar as owner created an unshare entry in `oc_dav_shares`.
Related PRs:
- https://github.com/nextcloud/server/pull/43117
- https://github.com/nextcloud/server/pull/47737
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-01 16:39:43 +07:00
nextcloud-command
f82437ec37
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-01 14:35:40 +07:00
dependabot[bot]
d73584bdba
chore(deps): Bump query-string from 9.1.2 to 9.2.0
...
Dependabot couldn't find the original pull request head commit, 73fa7b1ed130390737beb360c38570bb5c3ab32b.
2025-06-01 14:31:52 +07:00
dependabot[bot]
c28cfb7ee3
Merge pull request #52741 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/upload-1.10.0
2025-06-01 14:28:39 +07:00
John Molakvoæ
3d70de2480
Merge pull request #53239 from nextcloud/backport/53178/stable30
2025-06-01 15:08:30 +07:00
nextcloud-command
f4a2227732
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-06-01 12:40:56 +07:00
John Molakvoæ
b9c10e0250
fix(profile): keep error status persistent until valid
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-06-01 12:25:25 +07:00
skjnldsv
dc258a531c
fix(profile): do not restore previous value on invalid request
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-06-01 12:25:25 +07:00