Kate
2a2f109d9c
Merge pull request #54481 from nextcloud/backport/54479/stable31
2025-08-19 13:03:50 +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
Andy Scherzinger
4236d0c0c5
Merge pull request #54423 from nextcloud/backport/54120/stable31
...
[stable31] fix(search): Fix SearchComposer.php filtering logic
2025-08-19 00:10:18 +02:00
Andy Scherzinger
74f838d472
Merge pull request #54449 from nextcloud/dependabot/composer/vendor-bin/phpunit/stable31/phpunit/phpunit-9.6.24
...
[stable31] chore(deps): bump phpunit/phpunit from 9.6.23 to 9.6.24 in /vendor-bin/phpunit
2025-08-19 00:06:23 +02:00
Andy Scherzinger
d77be3ca18
Merge pull request #54448 from nextcloud/dependabot/composer/build/integration/stable31/phpunit/phpunit-9.6.24
...
[stable31] chore(deps-dev): bump phpunit/phpunit from 9.6.23 to 9.6.24 in /build/integration
2025-08-19 00:04:34 +02:00
John Molakvoæ
f0a9ca2bd8
Merge pull request #54478 from nextcloud/backport/54035/stable31
2025-08-18 14:52:29 +02:00
Andy Scherzinger
c29e7b847d
Merge pull request #54355 from nextcloud/backport/54337/stable31
...
[stable31] fix(files): drop usage of FileInfoModel
2025-08-18 13:08:45 +02: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
Johannes kingma
0d3652a3c1
fix: adjust memcache config quote escape
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2025-08-18 09:23:51 +00:00
nextcloud-command
bd3d4c4f4b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-18 08:19:47 +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
dependabot[bot]
6476bc8b12
chore(deps): bump phpunit/phpunit in /vendor-bin/phpunit
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.6.23 to 9.6.24.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.24/ChangeLog-9.6.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.23...9.6.24 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-version: 9.6.24
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-16 01:30:22 +00:00
dependabot[bot]
fcdd4165cd
chore(deps-dev): bump phpunit/phpunit in /build/integration
...
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit ) from 9.6.23 to 9.6.24.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases )
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.24/ChangeLog-9.6.md )
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.23...9.6.24 )
---
updated-dependencies:
- dependency-name: phpunit/phpunit
dependency-version: 9.6.24
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-16 01:30:08 +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
F. E Noel Nfebe
df0556079c
Merge pull request #54333 from nextcloud/backport/54312/stable31
...
[stable31] enh(unified-search): Smarter load more
2025-08-15 17:00:41 +01: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
Richard Steinmetz
a211af9161
Merge pull request #54425 from nextcloud/backport/54411/stable31
...
[stable31] perf: ignore any custom property in the nc/oc namespace that isn't explicitly allowed
2025-08-15 15:40:42 +02:00
Richard Steinmetz
c9f404a150
Merge pull request #54427 from nextcloud/backport/54420/stable31
...
[stable31] perf(calendar): Disable custom properties for individual calendar events
2025-08-15 14:35:33 +02:00
nextcloud-command
5fa267f4d3
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-15 13:01:48 +01:00
nfebe
435ec7ae71
fix(unified-search): Smarter load more button
...
This commit introduces a change to prevent showing the load more button,
if the length of existing results is not equal to the requested limit (which implies
it is less than because we never expect it to be more)
Additionally, there is an enhancment to override provider filders passed to the find method.
This would improve speed.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-08-15 13:01:48 +01:00
John Molakvoæ
2ea1248795
Merge pull request #54365 from nextcloud/backport/54356/stable31
2025-08-15 10:35:11 +02:00
Nextcloud bot
901fe25d3e
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-15 00:12:25 +00:00
nextcloud-command
5f40ed3c2c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-08-14 22:02:02 +02:00
John Molakvoæ
9da25e5199
fix(settings): add missing AI icon
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2025-08-14 22:02:02 +02:00
Robin Appelman
35cf35eba6
Merge pull request #51063 from nextcloud/backport/51010/stable31
...
[stable31] fix: rework UploadFolder implementation
2025-08-14 18:37:50 +02:00
Carl Schwan
1d21f04d7b
perf(calendar): Disable custom properties for individual calendar events
...
Save a query per event stored in the calendar and at least on the
production instance, there is no entries in the table for the events.
Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2025-08-14 16:27:20 +00:00
Robin Appelman
45d3722f52
perf: ignore any customer property in the nc/oc namespace that isn't explicitly allowed
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-14 13:52:35 +00:00
Robin Appelman
e5c2be1f54
Merge pull request #54361 from nextcloud/backport/54357/stable31
...
[stable31] fix: increase how long we cache display names
2025-08-14 15:51:51 +02:00
Robin Appelman
9c84b2b4a8
fix: rework UploadFolder implementation
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2025-08-14 15:50:42 +02:00
Misha M.-Kupriyanov
815003676e
test(SearchComposerTest): add unit test for getProviders with mixed order values
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Misha M.-Kupriyanov
407f7a1c74
test(SearchComposerTest): add unit tests for getProviders with allowed providers restriction and empty configuration
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Misha M.-Kupriyanov
291c35cc47
test(SearchComposerTest): add test for provider icon generation
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Misha M.-Kupriyanov
dae4cfbd21
test(SearchComposerTest): add unit test for getProviders with multiple providers
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Misha M.-Kupriyanov
09172cfe69
test(SearchComposerTest): add test for handling unknown search provider
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Misha M.-Kupriyanov
5339e6115a
test(SearchComposerTest): add unit tests for SearchComposer
...
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Misha M.-Kupriyanov
91d4437a84
fix(search): Fix SearchComposer.php filtering logic
...
keep the $this->providers types
Test via ./occ config:app:set --value '["files","settings"]' --type array core unified_search.providers_allowed
should be part of 8e570041
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
2025-08-14 13:03:12 +00:00
Ferdinand Thiessen
e7cc19966e
fix(ZipFolderPlugin): set mtime of directories in archive
...
Directories should also have the correct mtime set and not the current
time. For this the `Streamer` class needs to support passing a time
attribute for creating folders, the underlying library already supports
this.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-08-14 12:06:39 +02:00
Daniel Kesselberg
481aaf11fc
fix(carddav): return correct sync token for non-truncated requests
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-08-14 11:17:27 +02:00
Daniel Kesselberg
f5ddac141e
feat(carddav): handle truncated non-initial requests
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-08-14 11:17:27 +02:00
Hamza Mahjoubi
84c0e1be9a
feat(cardav): support result truncation for addressbook federation
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2025-08-14 11:17:26 +02:00
Benjamin Gaussorgues
dc699a2597
Merge pull request #54392 from nextcloud/automated/noid/stable31-update-ca-cert-bundle
2025-08-14 10:32:00 +02:00
Benjamin Gaussorgues
9344063b6d
Merge pull request #54416 from nextcloud/release/31.0.8
2025-08-14 09:06:30 +02:00
Worker Builder
b5b16535e6
build(hub): 31.0.8
...
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-08-14 06:43:40 +00:00
nextcloud-command
80d01bf1a7
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com>
2025-08-14 02:44:03 +00:00
Nextcloud bot
ffb4faf833
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-14 00:12:29 +00:00
Nextcloud bot
02c8bfa8cd
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-13 16:59:06 +00:00
Nextcloud bot
4325f80d97
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-08-13 00:12:12 +00:00