From 7790a906990fa1021345cb4dffb0b5f400bd3b9a Mon Sep 17 00:00:00 2001 From: joragua Date: Wed, 25 Mar 2026 09:05:56 +0100 Subject: [PATCH 1/3] test --- .github/workflows/calens.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/calens.yml b/.github/workflows/calens.yml index 75467d099cc..46131ee7edd 100644 --- a/.github/workflows/calens.yml +++ b/.github/workflows/calens.yml @@ -34,3 +34,4 @@ jobs: name: ownClouders commit_message: "docs: calens changelog updated" access_token: ${{ secrets.GH_PAT }} + From da604948885a1a0d2fc7d843d03d5a1cf6f13fdb Mon Sep 17 00:00:00 2001 From: joragua Date: Wed, 25 Mar 2026 09:11:00 +0100 Subject: [PATCH 2/3] fix: update GH token --- .github/workflows/calens.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/calens.yml b/.github/workflows/calens.yml index 46131ee7edd..6654099f248 100644 --- a/.github/workflows/calens.yml +++ b/.github/workflows/calens.yml @@ -33,5 +33,5 @@ jobs: email: devops@owncloud.com name: ownClouders commit_message: "docs: calens changelog updated" - access_token: ${{ secrets.GH_PAT }} - + access_token: ${{ secrets.GH_PAT_2 }} + From a28c5a0044100f9fba41eda58889781c140cb96d Mon Sep 17 00:00:00 2001 From: ownClouders Date: Wed, 25 Mar 2026 08:11:20 +0000 Subject: [PATCH 3/3] docs: calens changelog updated --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc2899318f..13c7f60ed8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ ownCloud admins and users. * Bugfix - Conventional commits' action ignores SBOM automatic commits: [#4808](https://github.com/owncloud/android/pull/4808) * Change - Migrate tests to the new kotlinx-coroutines-test API: [#4710](https://github.com/owncloud/android/issues/4710) * Change - Increase rating dialog delay: [#4744](https://github.com/owncloud/android/pull/4744) +* Change - Resource leak in CopyAndUploadContentUrisTask: [#4797](https://github.com/owncloud/android/issues/4797) * Change - Stream handling and double-close in UploadFileFromContentUriWorker: [#4798](https://github.com/owncloud/android/issues/4798) * Change - Update actions dependencies to be compliant with Node24 requirements: [#4804](https://github.com/owncloud/android/pull/4804) * Enhancement - Show members of a space: [#4612](https://github.com/owncloud/android/issues/4612) @@ -116,6 +117,15 @@ ownCloud admins and users. https://github.com/owncloud/android/pull/4744 +* Change - Resource leak in CopyAndUploadContentUrisTask: [#4797](https://github.com/owncloud/android/issues/4797) + + Input and output streams have been closed per URI iteration using + try-with-resources to prevent file descriptor and memory leaks when copying + multiple content URIs. + + https://github.com/owncloud/android/issues/4797 + https://github.com/owncloud/android/pull/4806 + * Change - Stream handling and double-close in UploadFileFromContentUriWorker: [#4798](https://github.com/owncloud/android/issues/4798) Both the content resolver input stream and the file output stream from