Commit Graph

81805 Commits (backport/56620/stable31)
 

Author SHA1 Message Date
nfebe 3f15965ab8 fix(unified-search): Separate filtered and unfiltered results
Show results from providers that don't support active content filters
(date/person) in a separate "Additional results" section with a note
explaining that some filters may have been ignored.

Changes:
- Add computed properties to separate filtered/unfiltered results
- Track filter compatibility using baseProvider for searchFrom providers
- Deduplicate results by resourceUrl across sections
- Skip in-folder results when at root to avoid duplicating Files results
- Fix providerIsCompatibleWithFilters to check correct filter properties
- Add styling for the unfiltered results section

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-15 22:26:37 +07:00
nfebe e0a271e7d0 fix(unified-search): prevent provider disabling on content filter apply
When date range or person filters were applied, providers that didn't
support these filters were automatically disabled in the UI. This made
the in-folder filter appear auto-applied and prevented users from
searching non-compatible providers.

Remove automatic provider disabling logic from updateDateFilter(),
applyPersonFilter(), and removeFilter(). Content filters now apply only
to compatible providers via existing compatibility checks while keeping
all providers available for selection.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-15 20:57:30 +07:00
Côme Chilliet 1499c8caed
Merge pull request #56856 from nextcloud/backport/56768/stable31
[stable31] feat(admin_audit): Log cache insert/delete to audit log
2025-12-15 19:11:05 +07:00
Côme Chilliet 13c33d9d19
Merge pull request #56852 from nextcloud/backport/56843/stable31
[stable31] feat(log): Add script name and occ command to log details
2025-12-15 19:10:54 +07:00
Côme Chilliet 45a3fbe5bb feat(admin_audit): Log cache insert/delete to audit log
That allows to see files added/removed by a filesystem scan for
instance.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-12-15 16:59:04 +07:00
Côme Chilliet 37b105eff9 feat(log): Add script name and occ command to log details
This will help when troubleshooting issues. For web request we have
 method and url, but for cron and occ currently we have no way to know if
 it’s one or the other and which command.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-12-15 16:58:53 +07:00
Andy Scherzinger 83bb7bc2ee
Merge pull request #57089 from nextcloud/backport/57004/stable31
[stable31] fix(TaskProcessing): Increase EShapeType::Text limit to 512 KB
2025-12-15 15:59:11 +07:00
Simon L. b985a115f5
Merge pull request #56934 from nextcloud/backport/56862/stable31
[stable31] fix(settings): Improve mail test error handling and logging
2025-12-15 13:34:47 +07:00
Marcel Klehr b284404698 fix(TaskProcessing): Increase EShapeType::Text limit to 256_000 KB
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-12-15 11:53:41 +07:00
Nextcloud bot 82c173b68a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-15 00:13:39 +07:00
github-actions[bot] e7a7340f02
Merge pull request #57067 from nextcloud/dependabot/npm_and_yarn/stable31/nextcloud/paths-2.4.0
[stable31] build(deps): bump @nextcloud/paths from 2.3.0 to 2.4.0
2025-12-14 17:35:59 +07:00
dependabot[bot] 60c86d44d3 build(deps): bump @nextcloud/paths from 2.3.0 to 2.4.0
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-12-14 06:55:13 +07:00
Nextcloud bot f00aa445a8
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-14 00:13:39 +07:00
Nextcloud bot ef9e5ac965
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-13 00:13:43 +07:00
Sebastian Krupinski ab5d0956cb
Merge pull request #57048 from nextcloud/backport/57017/stable31
[stable31] fix: do not truncate birth year to 1970
2025-12-12 17:22:26 +07:00
Arthur Schiwon 6e7cb2e44c
Merge pull request #57053 from nextcloud/backport/56722/stable31
[stable31] fix(templates): deduplicate provider templates
2025-12-12 20:09:37 +07:00
Elizabeth Danzberger f0abd9250f fix(templates): deduplicate provider templates
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
2025-12-12 18:19:28 +07:00
SebastianKrupinski f920f73d2e fix: do not truncate birth year to 1970
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-12-12 15:41:42 +07:00
nextcloud-command bb40529250 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-12-12 15:52:11 +07:00
Abhinav Ohri bf78e48717 test(settings): add missing logger parameter to MailSettingsController test
Signed-off-by: Abhinav Ohri <abhinavohri13@gmail.com>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2025-12-12 15:52:10 +07:00
Joas Schilling 235529bd5f
Merge pull request #57030 from nextcloud/automated/noid/stable31-update-code-signing-crl
[stable31] fix(security): Update code signing revocation list
2025-12-12 07:46:44 +07:00
nextcloud-command fba3c81c95 fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-12-12 02:43:42 +07:00
Nextcloud bot d4e243b8e9
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-12 00:14:05 +07:00
Benjamin Gaussorgues 6b72bb307e
Merge pull request #56990 from nextcloud/release/31.0.12 2025-12-11 10:11:39 +07:00
Joas Schilling 62499d1565
Merge pull request #56964 from nextcloud/backport/56925/stable31
[stable31] fix(dav): handle HTML in CalDAV invitations
2025-12-11 09:53:40 +07:00
Arthur Schiwon 5d5cbbfd5b
Merge pull request #56984 from nextcloud/backport/56982/stable31
[stable31] fix(comments): Check comment object
2025-12-11 09:38:37 +07:00
Worker Builder 6512c055a6
build(hub): 31.0.12
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-12-11 07:49:17 +07:00
Joas Schilling 0caff489aa
fix(comments): Check comment object
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 07:58:27 +07:00
Nextcloud bot 1f9687f957
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-11 00:13:56 +07:00
Christoph Wurst 7b4c1d77e7
fix(dav): handle HTML in CalDAV invitations
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-12-10 16:46:46 +07:00
Nextcloud bot c619559405
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-10 00:14:13 +07:00
Benjamin Gaussorgues ad4c566644
Merge pull request #56916 from nextcloud/release/31.0.12_rc3 2025-12-09 16:29:06 +07:00
Abhinav Ohri c7983c92b9 fix(settings): log exception when test email fails
Signed-off-by: Abhinav Ohri <abhinavohri13@gmail.com>
2025-12-09 15:02:55 +07:00
Abhinav Ohri c1c58597cd fix(settings): improve mail test error handling and logging
Signed-off-by: Abhinav Ohri <abhinavohri13@gmail.com>
2025-12-09 15:02:55 +07:00
Benjamin Gaussorgues 2c8ab5f4e7
Merge pull request #56871 from nextcloud/backport/56869/stable31 2025-12-09 10:24:43 +07:00
Nextcloud bot 455b9e8ece
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-09 00:13:46 +07:00
Andy Scherzinger ec2b15c879
Merge pull request #56868 from nextcloud/backport/56791/stable31
[stable31] patch the version file to allow upgrading from owncloud  > v10.13
2025-12-08 16:55:57 +07:00
Andy Scherzinger 1528972dff Fix indentation in version.php for Nextcloud version
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2025-12-08 15:43:23 +07:00
Sebastian Möbus ea34d66711 patch the version file to allow upgrading from owncloud > v10.13
Some customers already migrated from 10.15.3 and needed to edit the version.php file before the migration. 10.16 was recently published and it seems migration from there also works fine.

Signed-off-by: Sebastian Möbus <sebastian@nextcloud.com>
2025-12-08 15:43:23 +07:00
Worker Builder 6f58f8f7b1
build(hub): 31.0.12 RC3
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-12-08 14:22:03 +07:00
Stephan Orbaugh f0c3e77061
Merge pull request #56912 from nextcloud/backport/56896/stable31
[stable31] fix(flake): Allow using EOL PHP versions
2025-12-08 15:18:09 +07:00
provokateurin 3f748674f2 fix(flake): Allow using EOL PHP versions
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-12-08 13:18:31 +07:00
Nextcloud bot 4ef8a7cc43
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-08 00:13:40 +07:00
Nextcloud bot f1b6645eee
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-07 00:13:40 +07:00
Nextcloud bot dd950b9350
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-06 00:13:42 +07:00
Louis Chmn 0cde004c54 feat(files): Add support for `storage-id` and `path` in RepairTree command
This allows to run the command on specific part of the filecache. When the filecache is big, it prevents overloading the DB.

Signed-off-by: Louis Chmn <louis@chmn.me>
2025-12-05 14:15:43 +07:00
Nextcloud bot 1a4fbec5b5
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-05 00:13:48 +07:00
Benjamin Gaussorgues 294c1827e6
Merge pull request #56854 from nextcloud/release/31.0.12_rc2 2025-12-04 18:41:57 +07:00
Benjamin Gaussorgues c937eed3f3
Merge pull request #56844 from nextcloud/backport/56501/stable31 2025-12-04 18:39:31 +07:00
Worker Builder 9747f047f3
build(hub): 31.0.12 RC2
Signed-off-by: Worker Builder <worker-builder@nextcloud.com>
2025-12-04 17:38:12 +07:00