Commit Graph

35383 Commits

Author SHA1 Message Date
Nextcloud bot
7f204cb7f3 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-26 00:41:45 +00:00
Nextcloud bot
6077048276 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-25 00:21:03 +00:00
Nextcloud bot
09e13686c4 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-24 00:21:07 +00:00
Git'Fellow
754b892e0c fix(caldav): Enhance UID check for base component
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2026-01-23 18:25:42 +00:00
Nextcloud bot
498ce25c34 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-23 00:21:44 +00:00
Joas Schilling
876b25b4df fix(security): Update Expires time
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-01-22 09:16:31 +00:00
Nextcloud bot
24a59c1b3a fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-22 00:17:46 +00:00
Nextcloud bot
514a95cc6d fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-21 00:18:22 +00:00
Côme Chilliet
fb673b0d85 chore: fix or suppress psalm errors for BeforeZipCreatedEvent
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-01-20 15:09:18 +00:00
Côme Chilliet
7a88cb0709 fix(files_sharing): Switch back event path to be relative to user folder
This is clearly the original intent, the parameter name in ViewOnly is
 $userFolder, and the similar event for single file download uses
 paths relative to user folder as well.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-01-20 15:09:18 +00:00
Côme Chilliet
102c5183e1 fix(files_sharing): Fix BeforeZipCreatedListener path handling
Path of directory is relative to root folder, not user folder.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-01-20 15:09:18 +00:00
Côme Chilliet
02bbce389e fix(theming): Fix favicon and touchicon ratios
On some systems (depending on imagick version I think) the ratio would
 be messed up on the touchicon, favicon and link preview images.
This fixes it without breaking other systems.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-01-20 13:04:42 +00:00
Nextcloud bot
2f1de7999f fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-20 00:14:08 +00:00
Benjamin Frueh
98d63bb527 fix(settings): Display group displayName consistently when editing a user
Signed-off-by: Benjamin Frueh <benjamin.frueh@gmail.com>
2026-01-19 06:17:54 +00:00
Nextcloud bot
588491953f fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-19 00:26:59 +00:00
Andy Scherzinger
4f0f65a638 Merge pull request #57432 from nextcloud/backport/57291/stable32
[stable32] fix(admin_audit): Fix typo in visibility log message
2026-01-18 21:47:18 +01:00
Andy Scherzinger
e38c1eb1d7 Merge pull request #57496 from nextcloud/backport/57054/stable32
[stable32] fix(federatedfilesharing): `pre` must not be a child of `p`
2026-01-18 21:44:34 +01:00
Andy Scherzinger
01d405b440 Merge pull request #57518 from nextcloud/backport/57509/stable32
[stable32] Use strict array search
2026-01-18 21:14:50 +01:00
Andy Scherzinger
db4da63bd5 Merge pull request #57531 from nextcloud/backport/57174/stable32
[stable32] fix(files): Inhibit download for non downloadable nodes in all contexts
2026-01-18 21:14:36 +01:00
Git'Fellow
6de9cac988 fix(admin_audit): Fix typo in visibility log message
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2026-01-18 19:03:42 +01:00
Ferdinand Thiessen
aaeddcee21 fix(federatedfilesharing): pre must not be a child of p
Fix the problem reported:

> [plugin vite:vue] apps/federatedfilesharing/src/components/PersonalSettings.vue: <pre> cannot be child of <p>, according to HTML specifications.

> This can cause hydration errors or potentially disrupt future functionality.

`p` only allows inline elements, but pre is none.

We either need to use `div` instead of `p` or `code` instead of `pre`.

But in this case we want a block of code, so we use `div` and inner

`<pre><code>`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>

[skip ci]
2026-01-18 18:48:54 +01:00
Andy Scherzinger
da76b7a100 Merge pull request #57516 from nextcloud/backport/57510/stable32
[stable32] perf(dav): Avoid getting DB Connection inside callback
2026-01-18 18:46:26 +01:00
Côme Chilliet
a82c28b5ca fix: Use strict array search in other shipped apps as well
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-01-18 18:45:07 +01:00
Côme Chilliet
7c88d840ed fix: Use strict array comparisons in user_ldap
Otherwise there are issues with string values looking like numbers.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2026-01-18 18:45:07 +01:00
Andy Scherzinger
a03d4138a3 Merge pull request #57460 from nextcloud/backport/57191/stable32
[stable32] feat: also send x-user-id for dav responses
2026-01-18 18:42:56 +01:00
Robin Appelman
43774eed9f feat: also send x-user-id for dav responses
Signed-off-by: Robin Appelman <robin@icewind.nl>
2026-01-18 17:36:28 +01:00
Carl Schwan
f9fa9fb625 perf(dav): Avoid getting DB Connection inside callback
Fetch it once outside instead and pass it to the callback.

Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-01-18 17:35:09 +01:00
Louis Chmn
173a4ce40a fix(files): Inhibit download for non downloadable nodes in all contexts
Signed-off-by: Louis Chmn <louis@chmn.me>
2026-01-18 16:23:39 +00:00
Robin Appelman
f5b9dbdb51 fix: make smb auth failure on forbidden exception more reliable
Signed-off-by: Robin Appelman <robin@icewind.nl>
2026-01-18 17:06:11 +01:00
Robin Appelman
03288bcd0d fix: handle InvalidArumentException as availability failure in smb->getFileInfo
Signed-off-by: Robin Appelman <robin@icewind.nl>
2026-01-18 17:06:11 +01:00
Nextcloud bot
5a7c765fe8 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-18 00:13:33 +00:00
Nextcloud bot
8bbd705fae fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-17 00:13:42 +00:00
Marcel Müller
9bdab70598 fix: Make User_Proxy IGetDisplayNameBackend complient
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2026-01-16 14:57:21 +01:00
Nextcloud bot
5d4ff58c3c fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-16 00:13:57 +00:00
SebastianKrupinski
542ca301b5 feat: restrict calendar invitation participants
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2026-01-15 17:56:07 -05:00
Robin Appelman
dff96f97d0 Merge pull request #57542 from nextcloud/backport/51145/stable32
[stable32] feat: Add appconfig to disable fixed userfolder permissions optimization
2026-01-15 16:00:19 +01:00
Nextcloud bot
7cd9e268ee fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-15 00:14:07 +00:00
Louis Chemineau
70c6e9cae6 feat(files): Mark homefolder as overwritten when an external storage mounted at / exists
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2026-01-14 14:31:55 +01:00
Louis Chemineau
4381cc8f84 feat(files): Add appconfig value to disable fixed userfolder permissions optimization
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2026-01-14 14:31:12 +01:00
Nextcloud bot
12c35c7192 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-14 00:14:04 +00:00
Nextcloud bot
2482f6539b fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-13 00:14:04 +00:00
Nextcloud bot
ee4ddc6b6c fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-12 00:13:50 +00:00
Nextcloud bot
8314cce0e7 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-11 00:13:48 +00:00
Nextcloud bot
edc45e31a5 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-10 00:27:20 +00:00
Nextcloud bot
05d6a484bd fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-09 00:14:07 +00:00
Benjamin Gaussorgues
e0ef795ae8 chore: add chunked queries on occ sharing:delete-orphan-shares
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2026-01-08 08:50:43 +00:00
Nextcloud bot
753dc35a5e fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-08 00:13:56 +00:00
Arsalan Ul Haq Sohni
0285e1c8bf fix(NewUserDialog): update group selection to prevent admin group from being assigned as subadmin
Signed-off-by: Arsalan Ul Haq Sohni <arsalan-ul-haq.sohni@strato.de>
2026-01-07 10:38:34 +01:00
Nextcloud bot
d701b5bcee fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-01-07 00:13:38 +00:00
Robin Appelman
bc54c5e357 fix: allow moving from of non-resharable to other share if the user has delete permissions
Signed-off-by: Robin Appelman <robin@icewind.nl>
2026-01-06 13:24:52 +00:00