]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 months agoMerge pull request #46313 from nextcloud/backport/46193/stable28
Richard Steinmetz [Wed, 10 Jul 2024 18:38:55 +0000 (20:38 +0200)]
Merge pull request #46313 from nextcloud/backport/46193/stable28

[stable28] fix(carddav): limit vcard size

3 months agofix(carddav): limit vcard size 46313/head
SebastianKrupinski [Fri, 28 Jun 2024 14:37:24 +0000 (10:37 -0400)]
fix(carddav): limit vcard size

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 10 Jul 2024 00:34:36 +0000 (00:34 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46238 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud...
Andy Scherzinger [Tue, 9 Jul 2024 20:21:16 +0000 (22:21 +0200)]
Merge pull request #46238 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.2

build(deps): Bump @nextcloud/calendar-availability-vue from 2.2.0 to 2.2.2

3 months agoMerge pull request #46316 from nextcloud/backport28SidebarOffTags
Ferdinand Thiessen [Tue, 9 Jul 2024 18:33:07 +0000 (20:33 +0200)]
Merge pull request #46316 from nextcloud/backport28SidebarOffTags

[stable28] sidebar: allow turning off tags view by default

3 months agobuild(deps): Bump @nextcloud/calendar-availability-vue 46238/head
dependabot[bot] [Sat, 6 Jul 2024 19:11:10 +0000 (19:11 +0000)]
build(deps): Bump @nextcloud/calendar-availability-vue

Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
  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>
3 months agosidebar: allow turning off tags view by default 46316/head
Git'Fellow [Fri, 5 Jul 2024 07:16:19 +0000 (09:16 +0200)]
sidebar: allow turning off tags view by default

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
sidebar: allow turning off tags view by default

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agoMerge pull request #46191 from nextcloud/backport/45804/stable28
Git'Fellow [Tue, 9 Jul 2024 16:23:10 +0000 (18:23 +0200)]
Merge pull request #46191 from nextcloud/backport/45804/stable28

[stable28] fix(cron): Log long running jobs

3 months agoMerge pull request #46297 from nextcloud/backport/46174/stable28
Git'Fellow [Tue, 9 Jul 2024 16:22:31 +0000 (18:22 +0200)]
Merge pull request #46297 from nextcloud/backport/46174/stable28

[stable28] fix(IntegrityCheck): Ensure the check is run if no results are available

3 months agoMerge pull request #46302 from nextcloud/fix/noid/jsm-check-pickiness
Git'Fellow [Tue, 9 Jul 2024 16:21:47 +0000 (18:21 +0200)]
Merge pull request #46302 from nextcloud/fix/noid/jsm-check-pickiness

[stable28] fix(SetupCheck): jsm test shall not give up with first no-response

3 months agoMerge pull request #46364 from nextcloud/backport/46321/stable28
F. E Noel Nfebe [Tue, 9 Jul 2024 13:44:03 +0000 (14:44 +0100)]
Merge pull request #46364 from nextcloud/backport/46321/stable28

[stable28] fix(SharingDetailsView): Prevent illegal unselection of read permissions

3 months agoMerge pull request #46366 from nextcloud/backport/46317/stable28
Git'Fellow [Tue, 9 Jul 2024 13:31:45 +0000 (15:31 +0200)]
Merge pull request #46366 from nextcloud/backport/46317/stable28

[stable28] fix(s3): Don't wait indefinitely for S3 to return

3 months agofix(SharingDetailsView): Prevent illegal unselection of read permissions 46364/head
fenn-cs [Fri, 5 Jul 2024 14:47:41 +0000 (15:47 +0100)]
fix(SharingDetailsView): Prevent illegal unselection of read permissions

With the exception of "file drop" on link shares all other shares need the read permissions at least.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(s3): Don't wait indefinitely for S3 to return 46366/head
Git'Fellow [Fri, 5 Jul 2024 08:49:10 +0000 (10:49 +0200)]
fix(s3): Don't wait indefinitely for S3 to return

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: lint

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: use AwsException

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: Throw on connection failure

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: Wrap all in try catch block

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: use RequestTimeout error message

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
log: use OCP Server class

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: Handle connect timeout only

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: Handle errors more generically

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
3 months agoMerge pull request #46118 from nextcloud/backport/46030/stable28
F. E Noel Nfebe [Tue, 9 Jul 2024 07:04:04 +0000 (08:04 +0100)]
Merge pull request #46118 from nextcloud/backport/46030/stable28

[stable28] fix(FilesView): Update files view upon share creation/delete

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 9 Jul 2024 00:20:10 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agochore(assets): Recompile assets 46118/head
nextcloud-command [Mon, 8 Jul 2024 19:46:48 +0000 (19:46 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agorefactor(SharingDetailsView): Use NC logger
fenn-cs [Fri, 21 Jun 2024 09:35:34 +0000 (10:35 +0100)]
refactor(SharingDetailsView): Use NC logger

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
3 months agofix(FilesView): Update files view upon share creation/delete
fenn-cs [Fri, 21 Jun 2024 09:21:25 +0000 (10:21 +0100)]
fix(FilesView): Update files view upon share creation/delete

Resolves : https://github.com/nextcloud/server/issues/44961

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
3 months agoMerge pull request #46341 from nextcloud/backport/46276/stable28
Daniel [Mon, 8 Jul 2024 10:43:00 +0000 (12:43 +0200)]
Merge pull request #46341 from nextcloud/backport/46276/stable28

[stable28] chore(mp3info): apply upstream patch for invalid array access

3 months agofeat: log file id and path when extracting the mp3 cover fails 46341/head
Daniel Kesselberg [Wed, 3 Jul 2024 09:49:08 +0000 (11:49 +0200)]
feat: log file id and path when extracting the mp3 cover fails

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agochore(mp3info): apply upstream patch for invalid array access
Daniel Kesselberg [Sat, 6 Jul 2024 17:59:01 +0000 (19:59 +0200)]
chore(mp3info): apply upstream patch for invalid array access

Patch: wapmorgan/Mp3Info#36

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 8 Jul 2024 00:19:56 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 7 Jul 2024 00:19:38 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46335 from nextcloud/dependabot/npm_and_yarn/stable28/dompurify...
dependabot[bot] [Sat, 6 Jul 2024 10:50:29 +0000 (10:50 +0000)]
Merge pull request #46335 from nextcloud/dependabot/npm_and_yarn/stable28/dompurify-3.1.6

3 months agochore(deps): bump dompurify from 3.1.4 to 3.1.6 46335/head
dependabot[bot] [Sat, 6 Jul 2024 01:33:10 +0000 (01:33 +0000)]
chore(deps): bump dompurify from 3.1.4 to 3.1.6

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.1.4...3.1.6)

---
updated-dependencies:
- dependency-name: dompurify
  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>
3 months agoMerge pull request #46337 from nextcloud/dependabot/npm_and_yarn/stable28/mime-4.0.4
John Molakvoæ [Sat, 6 Jul 2024 03:49:35 +0000 (05:49 +0200)]
Merge pull request #46337 from nextcloud/dependabot/npm_and_yarn/stable28/mime-4.0.4

chore(deps-dev): bump mime from 4.0.1 to 4.0.4

3 months agoMerge pull request #46338 from nextcloud/dependabot/npm_and_yarn/stable28/ts-jest...
dependabot[bot] [Sat, 6 Jul 2024 02:38:38 +0000 (02:38 +0000)]
Merge pull request #46338 from nextcloud/dependabot/npm_and_yarn/stable28/ts-jest-29.1.5

3 months agochore(deps-dev): bump mime from 4.0.1 to 4.0.4 46337/head
dependabot[bot] [Sat, 6 Jul 2024 02:37:30 +0000 (02:37 +0000)]
chore(deps-dev): bump mime from 4.0.1 to 4.0.4

Bumps [mime](https://github.com/broofa/mime) from 4.0.1 to 4.0.4.
- [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md)
- [Commits](https://github.com/broofa/mime/compare/v4.0.1...v4.0.4)

---
updated-dependencies:
- dependency-name: mime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoMerge pull request #46336 from nextcloud/dependabot/npm_and_yarn/stable28/jsdoc-4.0.3
dependabot[bot] [Sat, 6 Jul 2024 02:36:00 +0000 (02:36 +0000)]
Merge pull request #46336 from nextcloud/dependabot/npm_and_yarn/stable28/jsdoc-4.0.3

3 months agochore(deps-dev): bump ts-jest from 29.1.2 to 29.1.5 46338/head
dependabot[bot] [Sat, 6 Jul 2024 01:34:18 +0000 (01:34 +0000)]
chore(deps-dev): bump ts-jest from 29.1.2 to 29.1.5

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.1.5.
- [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.1.2...v29.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 months agochore(deps-dev): bump jsdoc from 4.0.2 to 4.0.3 46336/head
dependabot[bot] [Sat, 6 Jul 2024 01:33:31 +0000 (01:33 +0000)]
chore(deps-dev): bump jsdoc from 4.0.2 to 4.0.3

Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.3/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/4.0.2...4.0.3)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 6 Jul 2024 00:19:37 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agofix(IntegrityCheck): Ensure the check is run if no results are available 46297/head
Ferdinand Thiessen [Thu, 27 Jun 2024 13:14:26 +0000 (15:14 +0200)]
fix(IntegrityCheck): Ensure the check is run if no results are available

If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 5 Jul 2024 00:19:40 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46239 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud...
John Molakvoæ [Thu, 4 Jul 2024 16:36:00 +0000 (18:36 +0200)]
Merge pull request #46239 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/vue-8.11.3

3 months agobuild(deps): Bump @nextcloud/vue from 8.11.2 to 8.14.0 46239/head
dependabot[bot] [Tue, 2 Jul 2024 10:28:43 +0000 (10:28 +0000)]
build(deps): Bump @nextcloud/vue from 8.11.2 to 8.14.0

Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue) from 8.11.2 to 8.11.3.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.11.2...v8.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(SetupCheck): jsm test shall not give up with first no-response 46302/head
Arthur Schiwon [Thu, 4 Jul 2024 11:08:26 +0000 (13:08 +0200)]
fix(SetupCheck): jsm test shall not give up with first no-response

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 4 Jul 2024 00:21:48 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #45770 from nextcloud/backport/45765/stable28
Daniel [Wed, 3 Jul 2024 16:30:33 +0000 (18:30 +0200)]
Merge pull request #45770 from nextcloud/backport/45765/stable28

[stable28] fix(settings): Use axios directly for health check to preven URL sanitizing

3 months agoMerge pull request #46221 from nextcloud/backport/46219/stable28
Arthur Schiwon [Wed, 3 Jul 2024 15:18:54 +0000 (17:18 +0200)]
Merge pull request #46221 from nextcloud/backport/46219/stable28

[stable28] fix(DAV): offset not applied

3 months agoMerge pull request #46280 from nextcloud/backport/46068/stable28
F. E Noel Nfebe [Wed, 3 Jul 2024 15:01:14 +0000 (16:01 +0100)]
Merge pull request #46280 from nextcloud/backport/46068/stable28

[stable28] fix(ExternalSharing): Handle template shares from external sources

3 months agochore(assets): Recompile assets 46280/head
nextcloud-command [Wed, 3 Jul 2024 13:55:41 +0000 (13:55 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(settings): Use axios directly for health check to preven URL sanitizing 45770/head
Ferdinand Thiessen [Mon, 10 Jun 2024 14:08:50 +0000 (16:08 +0200)]
fix(settings): Use axios directly for health check to preven URL sanitizing

When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash.
But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem
that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agorefactor(SharingInput): Remove unused addShare
fenn-cs [Mon, 24 Jun 2024 13:50:27 +0000 (14:50 +0100)]
refactor(SharingInput): Remove unused addShare

The new sharing flow since NC27 requires that users open the sharing details tab and

customize their share before creating it.

In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to

`openSharingDetails` that opens the sharing details tab for the user to customize and manually

creat their share.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
3 months agofix(ExternalSharing): Handle template share from external sources
fenn-cs [Mon, 24 Jun 2024 09:19:53 +0000 (10:19 +0100)]
fix(ExternalSharing): Handle template share from external sources

The new sharing flow requires or implies that users should edit share before creating.
External sources should not created the share IF we would upon sharing details tab on first request.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
3 months agoMerge pull request #46236 from nextcloud/fix/npm-nextcloud-files
John Molakvoæ [Wed, 3 Jul 2024 09:44:23 +0000 (11:44 +0200)]
Merge pull request #46236 from nextcloud/fix/npm-nextcloud-files

3 months agofix: downgrade `@nextcloud/files` to 3.4.1 46236/head
skjnldsv [Wed, 3 Jul 2024 08:03:13 +0000 (10:03 +0200)]
fix: downgrade `@nextcloud/files` to 3.4.1

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore: compile assets
skjnldsv [Tue, 2 Jul 2024 14:41:12 +0000 (16:41 +0200)]
chore: compile assets

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore: upgrade `@nextcloud/sharing`
skjnldsv [Tue, 2 Jul 2024 10:59:19 +0000 (12:59 +0200)]
chore: upgrade `@nextcloud/sharing`

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agochore: upgrade `@nextcloud/files`
skjnldsv [Tue, 2 Jul 2024 10:24:01 +0000 (12:24 +0200)]
chore: upgrade `@nextcloud/files`

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 months agoMerge pull request #46265 from nextcloud/automated/noid/stable28-update-ca-cert-bundle
Joas Schilling [Wed, 3 Jul 2024 06:46:10 +0000 (08:46 +0200)]
Merge pull request #46265 from nextcloud/automated/noid/stable28-update-ca-cert-bundle

[stable28] fix(security): Update CA certificate bundle

3 months agofix(security): Update CA certificate bundle 46265/head
nextcloud-command [Wed, 3 Jul 2024 02:19:47 +0000 (02:19 +0000)]
fix(security): Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 3 Jul 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46223 from nextcloud/backport/46190/stable28
Joas Schilling [Tue, 2 Jul 2024 13:24:07 +0000 (15:24 +0200)]
Merge pull request #46223 from nextcloud/backport/46190/stable28

[stable28] fix(setupchecks): skip check when disk_free_space is disabled

3 months agoMerge pull request #46245 from nextcloud/dependabot/npm_and_yarn/stable28/cypress...
John Molakvoæ [Tue, 2 Jul 2024 12:14:20 +0000 (14:14 +0200)]
Merge pull request #46245 from nextcloud/dependabot/npm_and_yarn/stable28/cypress-13.7.3

3 months agoMerge pull request #46243 from nextcloud/dependabot/npm_and_yarn/stable28/types/docke...
John Molakvoæ [Tue, 2 Jul 2024 12:14:09 +0000 (14:14 +0200)]
Merge pull request #46243 from nextcloud/dependabot/npm_and_yarn/stable28/types/dockerode-3.3.29

3 months agoMerge pull request #46241 from nextcloud/dependabot/npm_and_yarn/stable28/karma-cover...
John Molakvoæ [Tue, 2 Jul 2024 12:14:02 +0000 (14:14 +0200)]
Merge pull request #46241 from nextcloud/dependabot/npm_and_yarn/stable28/karma-coverage-2.2.1

3 months agobuild(deps-dev): Bump cypress from 13.7.2 to 13.7.3 46245/head
dependabot[bot] [Tue, 2 Jul 2024 10:29:47 +0000 (10:29 +0000)]
build(deps-dev): Bump cypress from 13.7.2 to 13.7.3

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.7.3.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.2...v13.7.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agobuild(deps-dev): Bump @types/dockerode from 3.3.28 to 3.3.29 46243/head
dependabot[bot] [Tue, 2 Jul 2024 10:29:28 +0000 (10:29 +0000)]
build(deps-dev): Bump @types/dockerode from 3.3.28 to 3.3.29

Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode) from 3.3.28 to 3.3.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode)

---
updated-dependencies:
- dependency-name: "@types/dockerode"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agobuild(deps-dev): Bump karma-coverage from 2.2.0 to 2.2.1 46241/head
dependabot[bot] [Tue, 2 Jul 2024 10:29:04 +0000 (10:29 +0000)]
build(deps-dev): Bump karma-coverage from 2.2.0 to 2.2.1

Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/karma-runner/karma-coverage/releases)
- [Changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-coverage/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: karma-coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 months agofix(setupchecks): skip check when disk_free_space is disabled 46223/head
Daniel Kesselberg [Fri, 28 Jun 2024 11:06:49 +0000 (13:06 +0200)]
fix(setupchecks): skip check when disk_free_space is disabled

Make it easier to discover that the check failed because disk_free_space is disabled.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 2 Jul 2024 00:19:36 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #45987 from nextcloud/backport/45963/stable28
Louis [Mon, 1 Jul 2024 21:20:03 +0000 (23:20 +0200)]
Merge pull request #45987 from nextcloud/backport/45963/stable28

[stable28] Rename openFileInfo to fileInfo

3 months agochore(assets): Recompile assets 45987/head
nextcloud-command [Wed, 19 Jun 2024 16:25:19 +0000 (16:25 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agochore(assets): Recompile assets
nextcloud-command [Wed, 19 Jun 2024 09:55:38 +0000 (09:55 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agofix(files): Rename openFileInfo to fileInfo
Louis Chemineau [Wed, 19 Jun 2024 09:18:57 +0000 (11:18 +0200)]
fix(files): Rename openFileInfo to fileInfo

And check if openFile is set in the URL before opening a file.

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agoMerge pull request #46019 from nextcloud/backport/45984/stable28
Louis [Mon, 1 Jul 2024 20:15:33 +0000 (22:15 +0200)]
Merge pull request #46019 from nextcloud/backport/45984/stable28

[stable28] Don't trigger action when renaming

3 months agochore(assets): Recompile assets 46019/head
nextcloud-command [Thu, 20 Jun 2024 16:03:18 +0000 (16:03 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agofix(files): Don't react to clicks when renaming
Louis Chemineau [Wed, 19 Jun 2024 14:45:24 +0000 (16:45 +0200)]
fix(files): Don't react to clicks when renaming

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agoMerge pull request #46129 from nextcloud/backport/46127/stable28
Louis [Mon, 1 Jul 2024 16:14:53 +0000 (18:14 +0200)]
Merge pull request #46129 from nextcloud/backport/46127/stable28

[stable28] feat(files): increase max copy-move concurrency to 5

3 months agochore(assets): Recompile assets 46129/head
Louis Chemineau [Mon, 1 Jul 2024 11:42:08 +0000 (13:42 +0200)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agofeat(files): increase max copy-move concurrency to 5
John Molakvoæ [Wed, 26 Jun 2024 06:32:02 +0000 (08:32 +0200)]
feat(files): increase max copy-move concurrency to 5

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 months agofix(BuildSocialSearchIndexBackgroundJob): offset not applied 46221/head
Arthur Schiwon [Mon, 1 Jul 2024 11:37:06 +0000 (13:37 +0200)]
fix(BuildSocialSearchIndexBackgroundJob): offset not applied

with more than 100 results, this job may never finish

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 months agoMerge pull request #46214 from nextcloud/backport/45258/stable28
Ferdinand Thiessen [Mon, 1 Jul 2024 11:18:43 +0000 (13:18 +0200)]
Merge pull request #46214 from nextcloud/backport/45258/stable28

[stable28] fix: getMountsForFileId may return an unordered list

3 months agoMerge pull request #46141 from nextcloud/backport/46097/stable28
Louis [Mon, 1 Jul 2024 10:03:23 +0000 (12:03 +0200)]
Merge pull request #46141 from nextcloud/backport/46097/stable28

[stable28] fix(files_sharing): Also set the expiration date timezone during validation

3 months agofix: getMountsForFileId may return an unordered list 46214/head
Daniel Kesselberg [Fri, 10 May 2024 17:21:23 +0000 (19:21 +0200)]
fix: getMountsForFileId may return an unordered list

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 1 Jul 2024 00:19:37 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 30 Jun 2024 00:19:37 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 29 Jun 2024 00:19:59 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agofix(cron): Log long running jobs 46191/head
Christoph Wurst [Wed, 12 Jun 2024 07:34:57 +0000 (09:34 +0200)]
fix(cron): Log long running jobs

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 28 Jun 2024 00:20:56 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46138 from nextcloud/backport/45977/stable28
Louis [Thu, 27 Jun 2024 16:05:59 +0000 (18:05 +0200)]
Merge pull request #46138 from nextcloud/backport/45977/stable28

[stable28] Update favorites navigation list on folder renames

3 months agofix(files): Update favorites navigation list on folder renames 46138/head
Louis Chemineau [Thu, 27 Jun 2024 13:24:35 +0000 (15:24 +0200)]
fix(files): Update favorites navigation list on folder renames

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agoMerge pull request #45994 from nextcloud/backport/45580/stable28
Louis [Thu, 27 Jun 2024 12:16:06 +0000 (14:16 +0200)]
Merge pull request #45994 from nextcloud/backport/45580/stable28

[stable28] fix: avoid duplicate tag inserts by checking if the mapping exists already in db

3 months agofix: removed unused variable and check if tag ids are empty before starting the inserts 45994/head
yemkareems [Wed, 19 Jun 2024 06:59:44 +0000 (12:29 +0530)]
fix: removed unused variable and check if tag ids are empty before starting the inserts

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix: filtering tags based on existing tags and doing a transaction around the select...
yemkareems [Thu, 30 May 2024 10:08:06 +0000 (15:38 +0530)]
fix: filtering tags based on existing tags and doing a transaction around the select and insert

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix: do a select in systemtag_object_mapping to see if tag exists already in db....
yemkareems [Thu, 30 May 2024 09:09:58 +0000 (14:39 +0530)]
fix: do a select in systemtag_object_mapping to see if tag exists already in db. if it does not exist alone insert the same or else do nothing

Signed-off-by: yemkareems <yemkareems@gmail.com>
3 months agofix(files_sharing): Store the expiration date relative to the server's timezone 46141/head
Louis Chemineau [Wed, 26 Jun 2024 15:18:47 +0000 (17:18 +0200)]
fix(files_sharing): Store the expiration date relative to the server's timezone

This is needed as we want to store the difference between the server's and the user's timezones.

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agoMerge pull request #46164 from nextcloud/bugfix/noid/fix-openapi
Joas Schilling [Thu, 27 Jun 2024 09:36:39 +0000 (11:36 +0200)]
Merge pull request #46164 from nextcloud/bugfix/noid/fix-openapi

[stable28] fix(openapi): Regenerate OpenAPI after server changes

3 months agoMerge pull request #46145 from nextcloud/backport/44893/stable28
Daniel [Thu, 27 Jun 2024 09:04:34 +0000 (11:04 +0200)]
Merge pull request #46145 from nextcloud/backport/44893/stable28

[stable28] fix(caldav): When message is a reply compare the message sender not the recipient

3 months agofix(CI): Install all required dependencies like on master 46164/head
Joas Schilling [Thu, 27 Jun 2024 08:07:45 +0000 (10:07 +0200)]
fix(CI): Install all required dependencies like on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agofix(openapi): Regenerate OpenAPI after server changes
Joas Schilling [Thu, 27 Jun 2024 07:54:48 +0000 (09:54 +0200)]
fix(openapi): Regenerate OpenAPI after server changes

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 months agoMerge pull request #46155 from nextcloud/automated/noid/stable28-update-code-signing-crl
Joas Schilling [Thu, 27 Jun 2024 07:42:07 +0000 (09:42 +0200)]
Merge pull request #46155 from nextcloud/automated/noid/stable28-update-code-signing-crl

[stable28] fix(security): Update code signing revocation list

3 months agofix(security): Update code signing revocation list 46155/head
nextcloud-command [Thu, 27 Jun 2024 02:21:13 +0000 (02:21 +0000)]
fix(security): Update code signing revocation list

Signed-off-by: GitHub <noreply@github.com>
3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 27 Jun 2024 00:20:10 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #46092 from nextcloud/backport-45958
Ferdinand Thiessen [Wed, 26 Jun 2024 22:55:56 +0000 (00:55 +0200)]
Merge pull request #46092 from nextcloud/backport-45958

[stable28] fix(files_versions): renaming file version when its not a string

3 months agochore(assets): Recompile assets 46092/head
nextcloud-command [Wed, 26 Jun 2024 22:16:48 +0000 (22:16 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(files_versions): renaming file version when its not a string
Ferdinand Thiessen [Tue, 25 Jun 2024 08:09:22 +0000 (10:09 +0200)]
fix(files_versions): renaming file version when its not a string

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(caldav): when message is a reply compare the message sender not the recipient 46145/head
SebastianKrupinski [Wed, 17 Apr 2024 14:40:31 +0000 (10:40 -0400)]
fix(caldav): when message is a reply compare the message sender not the recipient

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>