Salvatore Martire
fc09daee17
fix(theming): use IAppConfig instead of IConfig to set theming config
...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-08-29 14:09:54 +00:00
John Molakvoæ
d0758cdc48
Merge pull request #54724 from nextcloud/backport/54313/stable31
2025-08-29 11:27:54 +02:00
John Molakvoæ (skjnldsv)
1dcee8a8ae
fix(files): verify files are still accessible before downloading
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2025-08-29 07:26:05 +00:00
Git'Fellow
b11e011ed3
fix(files_versions): Use helper function
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2025-08-29 06:11:21 +00:00
Nextcloud bot
1215a0b045
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-29 00:12:46 +00:00
Andy Scherzinger
6b1d58ac05
Merge pull request #54704 from nextcloud/backport/54632/stable31
...
[stable31] fix(trashbin): Fix errors in the log on MOVE operations
2025-08-28 19:59:58 +02:00
Andy Scherzinger
14cbb48a34
Merge pull request #54710 from nextcloud/backport/54490/stable31
...
[stable31] feat: allow filtering sharing:delete-orphan-shares by share owner or target
2025-08-28 19:22:41 +02:00
SebastianKrupinski
9cc2641905
fix: retrieve all display names with one request
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-08-28 12:11:55 -04:00
Robin Appelman
251424aaa8
feat: allow filtering sharing:delete-orphan-shares by share owner or target
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-28 13:29:30 +00:00
Côme Chilliet
7e401c80f1
fix(trashbin): Fix errors in the log on MOVE operations
...
dirname will return '.' for files at the root, which will cause an
Exception that gets logged.
Instead use \Sabre\Uri\split like other sabre plugins, to get an empty
string for root directory.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-08-28 12:23:05 +00:00
Daniel
ed69213e75
Merge pull request #54381 from nextcloud/backport/54371/stable31
...
[stable31] fix: Fix getting trusted server other than the first
2025-08-28 09:40:28 +02:00
Daniel Calviño Sánchez
9b691c2884
fix: Fix getting trusted server other than the first
...
"array_filter" preserves the keys, so after the trusted servers were
filtered "$server[0]" existed only if the server to get was the first
one in the original array.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-28 08:31:18 +02:00
Nextcloud bot
dd5e343f52
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-28 00:12:29 +00:00
SebastianKrupinski
4aba03f319
fix: do not ignore move command object target uri
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-08-27 19:14:17 +02:00
Salvatore Martire
65d339eeaa
fix(files_sharing): remove condition on "Others with access"
...
The condition was checking shares.length to display the Others with
access component, but shares is filled only on expanding that section,
rendering the section never visible.
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-08-27 15:01:43 +02:00
Arusekk
47576d10da
fix(caldav): show confidential event if writable
...
If a party can edit the calendar/event, just display it instead of
hiding the details and risking overwrites.
This might be considered a change impacting privacy,
but it actually improves semantics.
Relevant test updates included, improving assertion correctness.
I think all the relevant use cases are solved by this.
Closes https://github.com/nextcloud/server/issues/5551
Closes https://github.com/nextcloud/calendar/issues/4044
Closes https://github.com/nextcloud/server/issues/11214
Signed-off-by: Arusekk <floss@arusekk.pl>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-27 09:56:47 +02:00
Kate
7ce484e7e8
Merge pull request #54602 from nextcloud/backport/54099/stable31
2025-08-27 07:40:01 +02:00
Nextcloud bot
702356fda5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-27 00:12:39 +00:00
Ferdinand Thiessen
8d7d60f4a4
Merge pull request #54668 from nextcloud/backport/54538/stable31
...
[stable31] Do not always check password checkbox when sharing without password
2025-08-26 22:37:26 +02:00
Enjeck C
5d2f7918e9
fix: Make some strings in CodeIntegrity.php translatable
...
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
2025-08-26 22:03:58 +02:00
Salvatore Martire
c88822be27
fix(files_sharing): do not check password checkbox by default
...
The checkbox appears checked when no password is set (share.password ===
undefined)
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-08-26 18:30:32 +02:00
Richard Steinmetz
06ab1f2d14
fix(carddav): IAddressBook::getKey() should return a string
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-26 12:21:17 +00:00
provokateurin
08de60b019
fix(files_sharing): Correctly reject pending remote shares
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-26 10:26:44 +02:00
Nextcloud bot
9ba1aae362
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-26 00:13:57 +00:00
Nextcloud bot
e6c6033911
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-25 00:12:23 +00:00
Carl Schwan
dfe5214d52
fix(trash): Fix order of metadata deletion
...
First query metadata for live photo and then delete the metadata, by
making the SyncLivePhotosListener priority higher than the default.
Partially fix #54274
Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2025-08-24 20:18:49 +02:00
Matt Evans
3ccd76f909
fix: use appropriate user agent string when syncing Outlook calendar subscriptions
...
Signed-off-by: Matt Evans <matt@mattevans.org>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-24 16:32:45 +02:00
Nextcloud bot
e099326cb3
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-24 00:12:13 +00:00
Nextcloud bot
3a15ea500f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-23 00:12:26 +00:00
skjnldsv
a531cfe3e1
fix(files): filter non batch actions in header
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-22 21:54:24 +02:00
Kate
5864b3c5ef
Merge pull request #54544 from nextcloud/backport/54385/stable31-54385
2025-08-22 20:49:34 +02:00
Nextcloud bot
4b5a63d9aa
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-22 00:12:23 +00:00
John Molakvoæ
7f59f39eb4
fix(files_sharing): bypass sidebar call and return null straight away
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-08-21 11:48:19 +02:00
skjnldsv
eb53d1a700
fix(files_sharing): sharing status action permission and sidebar await
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
[skip ci]
2025-08-21 09:26:50 +00:00
Nextcloud bot
cfb65a2052
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-21 00:12:29 +00:00
Maxence Lange
58f7fabaa7
feat(ocm): split ocm discovery and capabilities
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-08-20 14:47:31 -01:00
Andy Scherzinger
c1a6a3b4ce
Merge pull request #54369 from nextcloud/backport/54310/stable31
...
[stable31] fix(files_sharing): Implement conditional federation placeholder
2025-08-20 07:26:31 +02:00
Nextcloud bot
ce55195ab5
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-20 00:12:33 +00:00
nfebe
2533bb5052
fix(files_sharing): Implementation conditional federation placeholder
...
This commits addresses an annoyance where the share input placeholder would
suggest sharing via federated cloud ID even if federation was disabled.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-08-20 00:25:35 +02:00
Richard Steinmetz
24f0259bdc
Merge pull request #54509 from nextcloud/backport/54440/stable31
...
[stable31] fix(caldav): encode calendar URLs properly when formatting search results
2025-08-19 13:27:16 +02:00
Kate
2a2f109d9c
Merge pull request #54481 from nextcloud/backport/54479/stable31
2025-08-19 13:03:50 +02:00
Richard Steinmetz
c9b2c81474
fix(caldav): encode calendar URLs properly when formatting search results
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-08-19 12:10:31 +02:00
Andy Scherzinger
9e754ca54e
Merge pull request #54412 from nextcloud/backport/54401/stable31
...
[stable31] fix(ZipFolderPlugin): set mtime of directories in archive
2025-08-19 07:09:50 +02:00
Nextcloud bot
8f2db6b165
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-19 00:12:45 +00:00
provokateurin
efbb3316d9
fix(files_sharing): Also hide own reshares in shared with me section
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-08-18 10:40:41 +00:00
skjnldsv
71b618dfbc
fix(files): drop usage of FileInfoModel
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-08-18 08:16:35 +00:00
Nextcloud bot
c9c891ff92
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-18 00:12:20 +00:00
Nextcloud bot
7fa5228f4f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-17 00:12:07 +00:00
Nextcloud bot
ac77f31c2f
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-16 00:12:10 +00:00
Richard Steinmetz
4dd6e4fbdf
Merge pull request #54276 from nextcloud/backport/50092/stable31
...
[stable31] feat(cardav): support result truncation for addressbook federation
2025-08-15 15:53:18 +02:00