Nextcloud bot
359fe5849c
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-01 00:12:21 +00:00
Stephan Orbaugh
7584215b44
Merge pull request #53724 from nextcloud/backport/53639/stable31
...
[stable31] fix(files_sharing): Stop hiding delete share button in advanced settings menu
2025-06-30 16:09:52 +02:00
Nextcloud bot
9191d3d860
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-30 13:15:39 +00:00
Nextcloud bot
c4f4f3ca9e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-30 12:54:11 +00:00
provokateurin
46d149a0fa
fix(files_sharing): Stop hiding delete share button in advanced settings menu
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-06-30 13:43:41 +02:00
Caitlin Jordan
23fb8ed7d0
fix(files): correctly handle plural translation forms
...
Co-authored-by: Caitlin Jordan <jordan.cait17@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-30 12:30:22 +02:00
Nextcloud bot
46794bd048
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-27 00:23:25 +00:00
Ferdinand Thiessen
ae3027f852
fix(files_sharing): do not double escape the share title
...
The title is already escaped by vue so special characters would result
in incorrect strings.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-26 09:12:23 +02:00
Nextcloud bot
3cf84b7a0f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-26 00:22:50 +00:00
Andy Scherzinger
26c0c85637
Merge pull request #53664 from nextcloud/fix/fix-admin-audit-listener
...
[stable31] fix(admin_audit): Avoid crash when rename event fileid changes
2025-06-25 18:16:09 +02:00
Andy Scherzinger
a52d28c66c
Merge pull request #53681 from nextcloud/backport/53677/stable31
...
[stable31] fix(dav): catch exception on non local account
2025-06-25 17:19:07 +02:00
Maxence Lange
0f7cbf4e29
fix(dav): catch exception on non local account
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-06-25 13:36:24 +00:00
Robin Appelman
881abecd34
fix: don't scan the same storage multiple times
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-25 11:38:30 +00:00
Nextcloud bot
e9ce122b85
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-25 00:23:31 +00:00
Kate
c8ee5c1a1f
Merge pull request #53642 from nextcloud/backport/53548/stable31
2025-06-24 21:29:58 +02:00
Côme Chilliet
e2a0ed080b
fix(admin_audit): Avoid crash when rename event fileid changes
...
This was fixed on master another way, but for stable31 we should still
avoid the crash.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-06-24 16:28:58 +02:00
Nextcloud bot
9fbda3ee13
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-24 00:23:10 +00:00
Git'Fellow
862080c2fb
fix(files_reminders): Join the reminders with the file system metadata table
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-06-23 19:47:06 +02:00
Andy Scherzinger
b37170b065
Merge pull request #53612 from nextcloud/backport/53426/stable31
...
[stable31] feat: improve logging of fopen failures for smb
2025-06-23 14:33:38 +02:00
Nextcloud bot
92249b5ab5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-23 00:22:15 +00:00
Nextcloud bot
988074aee5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-22 00:22:48 +00:00
Nextcloud bot
5f96ddbf42
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-21 00:22:59 +00:00
Ferdinand Thiessen
4bb14dd8b6
Merge pull request #53589 from nextcloud/backport/53567/stable31
...
[stable31] fix(files): add plural form for selected nodes
2025-06-20 14:52:34 +02:00
Ferdinand Thiessen
4cbf85494c
fix(files): add plural form for selected nodes
...
Reported at Transifex:
> This string needs pluralization feature, because in some languages translation of "selected" differs between singular and plural.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-06-20 11:00:02 +02:00
Jana Peper
237e01c58e
fix: update OpenAPI specs
...
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-06-20 10:54:37 +02:00
Jana Peper
9a3d5e4b92
fix: unit tests
...
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-06-20 10:54:32 +02:00
Jana Peper
326cb9c75c
feat: add ocs route to get apps enabled for current user
...
Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
2025-06-20 10:37:13 +02:00
Nextcloud bot
60b4a3d712
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-20 00:22:39 +00:00
Robin Appelman
6cece4f4e1
feat: improve logging of fopen failures for smb
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-06-19 21:17:48 +00:00
Andy Scherzinger
66118ba1aa
Merge pull request #53577 from nextcloud/backport/53512/stable31
...
[stable31] [files_versions] Fix sidebar version item style
2025-06-19 22:16:19 +02:00
Julien Veyssier
b8fbd0c487
fix(files_versions): give the version label a min width so it does not get invisible if the author name is long
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-19 16:54:00 +02:00
nfebe
a0b9e1381e
feat(files_sharing): Hide external shares for users in excluded groups
...
- Added frontend check to hide link shares if, public sharing is disabled.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
[skip ci]
2025-06-19 13:30:48 +02:00
Nextcloud bot
f57af2d6a1
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-19 00:22:50 +00:00
Julien Veyssier
5751b82715
fix(files): use the correct theming instance name from capabilities to set the page title
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-06-18 12:51:37 +02:00
Andy Scherzinger
acab1571df
Merge pull request #53509 from nextcloud/backport/53436/stable31
...
[stable31] fix(UserRow): fallback to group name in case of undefined availableGroup
2025-06-18 11:10:40 +02:00
Andy Scherzinger
6aae30c6ee
Merge pull request #53546 from nextcloud/backport/53369/stable31
...
[stable31] fix: hide guests group when searching for principals
2025-06-18 11:01:59 +02:00
Nextcloud bot
05b870579b
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-18 00:22:33 +00:00
Andy Scherzinger
18b01f3a08
Merge pull request #53547 from nextcloud/backport/53477/stable31
...
[stable31] fix: do not extract fields for blank template
2025-06-17 21:01:55 +02:00
Daniel Kesselberg
85746b9ebc
test(dav): add integration test for principal property search
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-17 20:02:30 +02:00
Daniel Kesselberg
89f20f0daf
fix: hide guests group when searching for principals
...
Follow-up for https://github.com/nextcloud/server/pull/52914
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-17 20:02:30 +02:00
Daniel Kesselberg
6daf4bbad9
fix: hide guests group from principal backend
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-17 20:02:30 +02:00
Andy Scherzinger
a31f16c197
Merge pull request #53520 from nextcloud/backport/53514/stable31
...
[stable31] fix(encryption): Do not register user key related event listeners
2025-06-17 20:00:17 +02:00
Elizabeth Danzberger
312464860a
fix: do not extract fields for blank template
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
[skip ci]
2025-06-17 19:57:34 +02:00
nfebe
ae56da1375
fix: Set public link upload email notification to opt-in
...
This now sets `isDefaultEnabled` to false. This makes email notifications for file uploads
to public links disabled by default (opt-in) for users.
This addresses concerns about new notifications being enabled by
default for existing users, leading to unexpected emails.
Related: https://github.com/nextcloud/server/pull/46945
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-17 14:58:31 +00:00
John Molakvoæ
5f63c89955
Merge pull request #53545 from nextcloud/backport/53140/stable31
2025-06-17 14:53:54 +02:00
Ferdinand Thiessen
abcbed720e
Merge pull request #53518 from nextcloud/backport/51609/stable31
...
[stable31] fix(files_versions): only handle path updates when there is path
2025-06-17 14:42:03 +02:00
skjnldsv
831534b7b0
fix(files): auto reload sidebar tags on update
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-06-17 11:10:21 +00:00
Nextcloud bot
b6f8bbb6bf
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 08:00:34 +00:00
Nextcloud bot
5bc4167680
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-17 00:22:42 +00:00
Côme Chilliet
f0100f6db4
fix(encryption): Do not register user key related event listeners
...
when master key is enabled.
Also added a safeguard in PassphraseService.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-06-16 15:55:28 +00:00