Commit graph

78773 commits

Author SHA1 Message Date
Daniel Kesselberg
7a226807ab fix: hide guests group from principal backend
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-23 16:27:59 +00:00
Kate
4d63308cbf
Merge pull request #52990 from nextcloud/backport/52972/stable30 2025-05-23 14:31:24 +02:00
Sebastian Krupinski
736ef9ab27
Merge pull request #52704 from nextcloud/backport/51081/stable30
[stable30] fix(CalDAV): add calendar enable
2025-05-23 09:57:45 +01:00
SebastianKrupinski
b7d1691462
fix: add calendar enable
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
2025-05-23 10:39:45 +02:00
Joas Schilling
87a7f49225
Merge pull request #53063 from nextcloud/automated/noid/stable30-update-code-signing-crl
[stable30] fix(security): Update code signing revocation list
2025-05-23 09:22:53 +02:00
nextcloud-command
416d876bce fix(security): Update code signing revocation list
Signed-off-by: GitHub <noreply@github.com>
2025-05-23 02:38:57 +00:00
Nextcloud bot
f02013a0e9
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-23 00:22:23 +00:00
Joas Schilling
b2dd32ee0b
Merge pull request #53022 from nextcloud/backport/52932/stable30
[stable30] test: Speed up comments test
2025-05-22 07:34:24 +02:00
Nextcloud bot
769a94497a
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-22 00:22:57 +00:00
Louis
de44c65637
Merge pull request #52950 from nextcloud/backport/50464/stable30 2025-05-21 12:41:44 +02:00
Joas Schilling
cfa2eddd90
test: Speed up comments test
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-21 08:31:25 +02:00
Joas Schilling
b1a47eba1c
Merge pull request #53008 from nextcloud/backport/53005/stable30
[stable30] fix(theming): Instead of expecting a warning handle it properly
2025-05-21 07:46:25 +02:00
Joas Schilling
091e77999d
Merge pull request #53017 from nextcloud/automated/noid/stable30-update-ca-cert-bundle
[stable30] fix(security): Update CA certificate bundle
2025-05-21 07:42:43 +02:00
nextcloud-command
77b739cdbc fix(security): Update CA certificate bundle
Signed-off-by: GitHub <noreply@github.com>
2025-05-21 02:37:30 +00:00
Nextcloud bot
e42a35f291
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-21 00:25:01 +00:00
Joas Schilling
c75dd573d4
fix(theming): Instead of expecting a warning handle it properly
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-20 23:41:45 +02:00
Joas Schilling
05492c21d8
Merge pull request #53004 from nextcloud/backport/52851/stable30
[stable30] fix: Fix warning when crash reporter fails to get loaded
2025-05-20 23:37:07 +02:00
Joas Schilling
e269df3bc8 fix: Fix warning when crash reporter fails to get loaded
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-05-20 20:30:19 +00:00
Pawel Boguslawski
970851f30b fix: Hide "Create templates folder" option if templates are disabled in configuration
When both `skeletondirectory` and `templatedirectory` are set to empty
strings in configuration, templates folder creation should be disabled
and no Create templates folder option should be present
in new folder menu.

Related: https://github.com/nextcloud/server/issues/39266
Related: https://github.com/nextcloud/server/issues/46455
Author-Change-Id: IB#1156403

Signed-off-by: Pawel Boguslawski <pawel.boguslawski@ib.pl>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-20 13:47:24 +00:00
provokateurin
8ed7fdafaf
fix(SetupManager): Include home and root providers when registering mounts
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-20 15:14:08 +02:00
Kate
00a940bd74
Merge pull request #52983 from nextcloud/backport/52859/stable30 2025-05-20 14:25:08 +02:00
Akhil
bdc3521619 fix: Throw exception in PreviewManager when preview is not available
Signed-off-by: Akhil <akhil@e.email>
2025-05-20 11:32:54 +00:00
dependabot[bot]
21fa1c3bb3
Merge pull request #52734 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/vue-8.26.1 2025-05-20 09:43:49 +00:00
nextcloud-command
b6cda0da47 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-20 08:55:09 +00:00
dependabot[bot]
a49a33ccb7 build(deps): bump @nextcloud/vue from 8.26.0 to 8.26.1
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.26.0 to 8.26.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/v8.26.1/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.26.0...v8.26.1)

---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
  dependency-version: 8.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-20 08:53:17 +00:00
Nextcloud bot
6b387d8821
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-20 00:22:42 +00:00
Côme Chilliet
b4cec7b566
Merge pull request #52965 from nextcloud/backport/52951/stable30
[stable30] chore: Add an autoload.php file for tests relying on core class
2025-05-19 18:38:49 +02:00
Côme Chilliet
383ed0089d chore: Add an autoload.php file for tests relying on core class
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-05-19 15:44:05 +00:00
Kate
ef3b98d1f2
Merge pull request #52952 from nextcloud/backport/52891/stable30 2025-05-19 14:30:33 +02:00
provokateurin
0a9e6374bd
chore: Add nix flake with development shell
Signed-off-by: provokateurin <kate@provokateurin.de>
2025-05-19 12:01:40 +02:00
Kate
119727d74a
Merge pull request #52759 from nextcloud/backport/49352/stable30 2025-05-19 06:44:24 +02:00
Nextcloud bot
126b793669
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-19 00:23:02 +00:00
Nextcloud bot
d687eef216
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-18 00:22:57 +00:00
dependabot[bot]
bd59903fab
Merge pull request #52924 from nextcloud/dependabot/npm_and_yarn/stable30/ts-jest-29.3.4 2025-05-17 02:54:30 +00:00
dependabot[bot]
5a69417da9
Merge pull request #52925 from nextcloud/dependabot/npm_and_yarn/stable30/sass-1.89.0 2025-05-17 02:52:31 +00:00
dependabot[bot]
143895aaae
chore(deps-dev): Bump sass from 1.87.0 to 1.89.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.87.0 to 1.89.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.87.0...1.89.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.89.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-17 02:37:35 +00:00
dependabot[bot]
5f5e22efa6
chore(deps-dev): Bump ts-jest from 29.3.2 to 29.3.4
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.2 to 29.3.4.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.3.2...v29.3.4)

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-version: 29.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-17 02:37:17 +00:00
Nextcloud bot
b9428bf8cd
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-05-17 00:23:32 +00:00
Robin Appelman
09e1ecd15b
Merge pull request #52867 from nextcloud/backport/51603/stable30
[stable30] Add command to list orphan objects
2025-05-16 21:36:28 +02:00
Louis
921c98e4df
Merge pull request #52696 from nextcloud/backport/49903/stable30 2025-05-16 16:23:56 +02:00
F. E Noel Nfebe
5b1e9550e1
Merge pull request #52516 from nextcloud/fix/stable30/create-download-attribute-if-missing
[stable30] fix: Create `download` attribute when toggling checkbox
2025-05-16 14:30:18 +02:00
F. E Noel Nfebe
020bd6675b
Merge pull request #52899 from nextcloud/backport/52772/stable30
[stable30] fix(unified_search): Maintain filters when loading more results
2025-05-16 14:05:30 +02:00
nextcloud-command
3e937e2895 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-16 12:00:31 +00:00
nfebe
6558dc9383 fix(files_sharing): Create download attribute when toggling checkbox if missing
Previously, toggling the checkbox did not create the 'download' attribute if it was missing,
causing it to become unresponsive after a page reload. Now, setShareAttribute ensures the
attribute is updated or created correctly.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-16 12:36:53 +01:00
Daniel
4f583f073c
Merge pull request #52881 from nextcloud/backport/50234/stable30
[stable30] fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist
2025-05-16 13:17:22 +02:00
Daniel
327ce31c66
Merge pull request #52814 from nextcloud/backport/52798/stable30
[stable30] fix: log requests exceeding the rate limiting
2025-05-16 13:11:52 +02:00
nextcloud-command
1867f13059 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-05-16 11:04:28 +00:00
Git'Fellow
c27097673c
Merge pull request #52805 from nextcloud/backport/52694/stable30
[stable30] fix(files_versions): Folder should not be hardcoded
2025-05-16 12:32:13 +02:00
nfebe
56b79f13d7 fix(unified_search): Reset result limit for new search requests
Before now the result limit is never reset until the page is refreshed.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-16 10:28:50 +00:00
nfebe
4c90a9860a fix(unified_search): Maintain non-provider filters when loading more results
Maintain existing non-provider filters (like date and person filters) while
loading more results for a specific provider.

This now works as the provider data passed to the `newResults` array after search
is built dynamically and not manually, the result of a manual build was that the
`provider.filters` properpy which is used in the `find` method was being left out
in the providers pushed into the results array.

Fixes #52081

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-05-16 10:28:50 +00:00