]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 months agochore: improve typing for SharedStorage::$storage 44323/head
Robin Appelman [Mon, 11 Mar 2024 16:21:29 +0000 (17:21 +0100)]
chore: improve typing for SharedStorage::$storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agofix: don't return null for SharedStorage::getWrapperStorage with share recursion
Robin Appelman [Mon, 11 Mar 2024 16:07:49 +0000 (17:07 +0100)]
fix: don't return null for SharedStorage::getWrapperStorage with share recursion

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 months agoMerge pull request #46090 from nextcloud/backport/46073/stable28
Andy Scherzinger [Thu, 11 Jul 2024 15:06:24 +0000 (17:06 +0200)]
Merge pull request #46090 from nextcloud/backport/46073/stable28

[stable28] fix: allows admin to edit global credentials

3 months agoMerge pull request #46442 from nextcloud/backport/46392/stable28
Joas Schilling [Thu, 11 Jul 2024 14:05:44 +0000 (16:05 +0200)]
Merge pull request #46442 from nextcloud/backport/46392/stable28

[stable28] feat: don't count failed CSRF as failed login attempt

3 months agoMerge pull request #46060 from nextcloud/backport/45938/stable28
Andy Scherzinger [Thu, 11 Jul 2024 12:56:07 +0000 (14:56 +0200)]
Merge pull request #46060 from nextcloud/backport/45938/stable28

[stable28] fix: Do not log an error when connecting to SFTP without a logged in user

3 months agofeat: don't count failed CSRF as failed login attempt 46442/head
Benjamin Gaussorgues [Thu, 27 Jun 2024 14:14:51 +0000 (16:14 +0200)]
feat: don't count failed CSRF as failed login attempt

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 months agoMerge pull request #46422 from nextcloud/backport/46374/stable28
Andy Scherzinger [Thu, 11 Jul 2024 12:25:19 +0000 (14:25 +0200)]
Merge pull request #46422 from nextcloud/backport/46374/stable28

[stable28] fix: Update Nextcloud libraries

3 months agoMerge pull request #46436 from nextcloud/backport/46398/stable28
Arthur Schiwon [Thu, 11 Jul 2024 11:33:08 +0000 (13:33 +0200)]
Merge pull request #46436 from nextcloud/backport/46398/stable28

[stable28] fix(Session): avoid race conditions on clustered setups

3 months agoMerge pull request #46433 from nextcloud/backport/46428/stable28
Marcel Müller [Thu, 11 Jul 2024 10:07:28 +0000 (12:07 +0200)]
Merge pull request #46433 from nextcloud/backport/46428/stable28

[stable28] fix(theming): Don't reset the cachebuster value when we reset theming

3 months agoMerge pull request #46421 from nextcloud/backport/46315/stable28
Andy Scherzinger [Thu, 11 Jul 2024 08:56:22 +0000 (10:56 +0200)]
Merge pull request #46421 from nextcloud/backport/46315/stable28

[stable28] fix(caldav): limit vevent size

3 months agoci(psalm): update baseline 46436/head
Arthur Schiwon [Wed, 10 Jul 2024 11:48:03 +0000 (13:48 +0200)]
ci(psalm): update baseline

prefer to keep this check as PublicEmitter should be dropped sooner or
later

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 months agofix(Session): avoid race conditions on clustered setups
Arthur Schiwon [Wed, 10 Jul 2024 11:15:20 +0000 (13:15 +0200)]
fix(Session): avoid race conditions on clustered setups

- re-stablishes old behaviour with cache to return null instead of throwing
  an InvalidTokenException when the token is cached as non-existing
- token invalidation and re-generation are bundled in a DB transaction now

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 months agoMerge pull request #46430 from nextcloud/bug/noid/fix-wonky-router-test-for-28
Andy Scherzinger [Thu, 11 Jul 2024 07:26:39 +0000 (09:26 +0200)]
Merge pull request #46430 from nextcloud/bug/noid/fix-wonky-router-test-for-28

[stable28] test: run tests in child process

3 months agoMerge pull request #46394 from nextcloud/backport/46320/stable28
Joas Schilling [Thu, 11 Jul 2024 07:19:11 +0000 (09:19 +0200)]
Merge pull request #46394 from nextcloud/backport/46320/stable28

[stable28] perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP

3 months agofix(theming): Don't reset the cachebuster value when we reset theming 46433/head
Marcel Müller [Wed, 10 Jul 2024 20:23:39 +0000 (22:23 +0200)]
fix(theming): Don't reset the cachebuster value when we reset theming

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
3 months agofix: Do not log an error when connecting to SFTP without a logged in user 46060/head
Daniel Calviño Sánchez [Tue, 18 Jun 2024 04:37:06 +0000 (06:37 +0200)]
fix: Do not log an error when connecting to SFTP without a logged in user

When connecting to a SFTP server from a SFTP storage the host key is
checked against the known host keys stored in a file in the data
directory of the logged in Nextcloud user. The path to the file is
(indirectly) got using "OC_App::getStorage", which logs an error if
called when there is no logged in user; this can happen, for example, if
the storage is used from a background job or a command.

Not being able to read or write the file just causes the host key check
to be skipped, but it has no other consequence. Moreover, even with
logged in users it is likely that the file can not be read either and
the check is also skipped, as the file needs to have been manually
created by an admin.

Due to all that now the path to the file is directly created using a
View rather than relying on "OC_App::getStorage" to prevent the unneeded
error from being logged.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
3 months agoMerge pull request #45891 from nextcloud/automated/noid/stable28-fix-npm-audit
Andy Scherzinger [Thu, 11 Jul 2024 06:15:28 +0000 (08:15 +0200)]
Merge pull request #45891 from nextcloud/automated/noid/stable28-fix-npm-audit

[stable28] Fix npm audit

3 months agofix: allows admin to edit global credentials 46090/head
Benjamin Gaussorgues [Mon, 24 Jun 2024 12:49:09 +0000 (14:49 +0200)]
fix: allows admin to edit global credentials

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 months agoMerge pull request #46411 from nextcloud/backport/46388/stable28
Joas Schilling [Thu, 11 Jul 2024 04:40:13 +0000 (06:40 +0200)]
Merge pull request #46411 from nextcloud/backport/46388/stable28

[stable28] fix(workflows): Fix file systemtag cache

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 11 Jul 2024 00:20:14 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agotest: run tests in child process 46430/head
Daniel Kesselberg [Wed, 10 Jul 2024 20:48:53 +0000 (22:48 +0200)]
test: run tests in child process

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 months agochore: Compile assets 46422/head
Ferdinand Thiessen [Wed, 10 Jul 2024 18:32:43 +0000 (20:32 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agotest: Mock `_oc_webroot` for frontend unit tests
Ferdinand Thiessen [Wed, 10 Jul 2024 18:27:57 +0000 (20:27 +0200)]
test: Mock `_oc_webroot` for frontend unit tests

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor: Use composable for `currentView` and `views` to make it reactive when share...
Ferdinand Thiessen [Fri, 21 Jun 2024 13:48:37 +0000 (15:48 +0200)]
refactor: Use composable for `currentView` and `views` to make it reactive when shared with other Vue apps

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agochore(deps): Update `debounce` to 2.1.0
Ferdinand Thiessen [Fri, 21 Jun 2024 13:06:25 +0000 (15:06 +0200)]
chore(deps): Update `debounce` to 2.1.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agorefactor(files): Update `@nextcloud/files` to v3.5.1
Ferdinand Thiessen [Mon, 17 Jun 2024 15:06:53 +0000 (17:06 +0200)]
refactor(files): Update `@nextcloud/files` to v3.5.1

* Removed now duplicated code

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(deps): Fix npm audit 45891/head
nextcloud-command [Sun, 7 Jul 2024 02:47:44 +0000 (02:47 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
3 months agoMerge pull request #46417 from nextcloud/fix/28-files-trashbin-init
Andy Scherzinger [Wed, 10 Jul 2024 21:22:27 +0000 (23:22 +0200)]
Merge pull request #46417 from nextcloud/fix/28-files-trashbin-init

[stable28] fix(files_trashbin): Make files view registering an init script

3 months agoMerge pull request #45955 from nextcloud/backport/45228/stable28
Andy Scherzinger [Wed, 10 Jul 2024 20:29:01 +0000 (22:29 +0200)]
Merge pull request #45955 from nextcloud/backport/45228/stable28

[stable28] fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root

3 months agoMerge pull request #46067 from nextcloud/backport/45877/stable28
Andy Scherzinger [Wed, 10 Jul 2024 20:27:14 +0000 (22:27 +0200)]
Merge pull request #46067 from nextcloud/backport/45877/stable28

[stable28] fix: don't use custom certificate bundle if no customer certificates are configured

3 months agoMerge pull request #45920 from nextcloud/backport/45582/stable28
Andy Scherzinger [Wed, 10 Jul 2024 20:26:43 +0000 (22:26 +0200)]
Merge pull request #45920 from nextcloud/backport/45582/stable28

[stable28] delete background jobs by id when cleaning up

3 months agoMerge pull request #46011 from nextcloud/backport/45999/stable28
Andy Scherzinger [Wed, 10 Jul 2024 20:18:58 +0000 (22:18 +0200)]
Merge pull request #46011 from nextcloud/backport/45999/stable28

[stable28] fix(caldav): encode calendar URIs with umlauts for activities

3 months agofix(caldav): limit vevent size 46421/head
SebastianKrupinski [Thu, 4 Jul 2024 22:56:27 +0000 (18:56 -0400)]
fix(caldav): limit vevent size

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
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(files_trashbin): Make files view registering an init script 46417/head
Ferdinand Thiessen [Sat, 22 Jun 2024 16:02:42 +0000 (18:02 +0200)]
fix(files_trashbin): Make files view registering an init script

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 months agofix(workflows): Fix file systemtag cache 46411/head
Joas Schilling [Fri, 28 Jun 2024 08:52:02 +0000 (10:52 +0200)]
fix(workflows): Fix file systemtag cache

Signed-off-by: Joas Schilling <coding@schilljs.com>
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(caldav): encode calendar URIs with umlauts for activities 46011/head
Richard Steinmetz [Thu, 20 Jun 2024 08:56:27 +0000 (10:56 +0200)]
fix(caldav): encode calendar URIs with umlauts for activities

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 months agofix(tests): Strong type property $router in RouterTest 45955/head
Côme Chilliet [Tue, 18 Jun 2024 14:33:31 +0000 (16:33 +0200)]
fix(tests): Strong type property $router in RouterTest

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
3 months agofix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected...
Steve Mokris [Tue, 7 May 2024 23:24:38 +0000 (19:24 -0400)]
fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root

Signed-off-by: Steve Mokris <steve@kosada.com>
3 months agoperf: Set session.cache_limiter at runtime to avoid clients caching static assets... 46394/head
Julius Härtl [Fri, 5 Jul 2024 12:39:30 +0000 (14:39 +0200)]
perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP

By default there is a Pragma: no-cache header set due to the default
value `no-cache` of session.cache-limiter, which will cause Chrome and
iOS to not cache even with a different Cache-Control header set on the
response.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
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>