Skip to content

Commit 5c591a0

Browse files
chore: update changelog
1 parent 57e66c7 commit 5c591a0

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ ownCloud admins and users.
5151
* Change - Stream handling and double-close in UploadFileFromContentUriWorker: [#4798](https://github.com/owncloud/android/issues/4798)
5252
* Change - Update actions dependencies to be compliant with Node24 requirements: [#4804](https://github.com/owncloud/android/pull/4804)
5353
* Change - Actions with SHA commits instead of versions: [#4815](https://github.com/owncloud/android/pull/4815)
54+
* Change - Replace PATs for tokens generated by a GitHub app: [#4824](https://github.com/owncloud/android/pull/4824)
55+
* Change - Use reusable workflow for Calens: [#4825](https://github.com/owncloud/android/pull/4825)
56+
* Change - Use reusable workflow for Conventional commits: [#4832](https://github.com/owncloud/android/pull/4832)
57+
* Change - SBOM to be updated in a separate branch with signed commits: [#4837](https://github.com/owncloud/android/pull/4837)
5458
* Enhancement - Show destination folder snackbar for copy/move operations: [#4379](https://github.com/owncloud/android/issues/4379)
5559
* Enhancement - Show members of a space: [#4612](https://github.com/owncloud/android/issues/4612)
5660
* Enhancement - Add a member to a space: [#4613](https://github.com/owncloud/android/issues/4613)
@@ -60,12 +64,14 @@ ownCloud admins and users.
6064
* Enhancement - Workflow to build APK: [#4751](https://github.com/owncloud/android/pull/4751)
6165
* Enhancement - List links over a space: [#4752](https://github.com/owncloud/android/issues/4752)
6266
* Enhancement - Add a public link over a space: [#4753](https://github.com/owncloud/android/issues/4753)
67+
* Enhancement - Edit space link: [#4756](https://github.com/owncloud/android/issues/4756)
6368
* Enhancement - Remove space link: [#4757](https://github.com/owncloud/android/issues/4757)
6469
* Enhancement - Copy permanent link of a space: [#4758](https://github.com/owncloud/android/issues/4758)
6570
* Enhancement - Workflow to check Conventional Commits: [#4759](https://github.com/owncloud/android/pull/4759)
6671
* Enhancement - QA Content Provider: [#4776](https://github.com/owncloud/android/pull/4776)
6772
* Enhancement - Workflow to validate source strings: [#4807](https://github.com/owncloud/android/pull/4807)
6873
* Enhancement - Resource leaks in fragment view bindings: [#4813](https://github.com/owncloud/android/issues/4813)
74+
* Enhancement - Workflow to use the translation-sync reusable workflow: [#4818](https://github.com/owncloud/android/pull/4818)
6975

7076
## Details
7177

@@ -154,6 +160,38 @@ ownCloud admins and users.
154160

155161
https://github.com/owncloud/android/pull/4815
156162

163+
* Change - Replace PATs for tokens generated by a GitHub app: [#4824](https://github.com/owncloud/android/pull/4824)
164+
165+
PATs have been replaced by tokens generated by a GitHub app in order to not
166+
depend on personal setup
167+
168+
https://github.com/owncloud/android/pull/4824
169+
https://github.com/owncloud/android/pull/4830
170+
171+
* Change - Use reusable workflow for Calens: [#4825](https://github.com/owncloud/android/pull/4825)
172+
173+
A new reusable workflow for calens changelog changes has been added to the
174+
current workflow in order to be used by all clients
175+
176+
https://github.com/owncloud/android/pull/4825
177+
https://github.com/owncloud/android/pull/4826
178+
https://github.com/owncloud/android/pull/4829
179+
180+
* Change - Use reusable workflow for Conventional commits: [#4832](https://github.com/owncloud/android/pull/4832)
181+
182+
A new reusable workflow to validate Conventional commits has been added to the
183+
current workflow in order to be used by all clients
184+
185+
https://github.com/owncloud/android/pull/4832
186+
187+
* Change - SBOM to be updated in a separate branch with signed commits: [#4837](https://github.com/owncloud/android/pull/4837)
188+
189+
SBOM workflow in GitHub Actions has been modified to accomplish security
190+
policies, assuring that commits are verified and pushing them to a specific
191+
branch
192+
193+
https://github.com/owncloud/android/pull/4837
194+
157195
* Enhancement - Show destination folder snackbar for copy/move operations: [#4379](https://github.com/owncloud/android/issues/4379)
158196

159197
A snackbar message has been displayed after copy or move operations with an
@@ -231,6 +269,7 @@ ownCloud admins and users.
231269

232270
https://github.com/owncloud/android/issues/4752
233271
https://github.com/owncloud/android/pull/4783
272+
https://github.com/owncloud/android/pull/4834
234273

235274
* Enhancement - Add a public link over a space: [#4753](https://github.com/owncloud/android/issues/4753)
236275

@@ -240,6 +279,14 @@ ownCloud admins and users.
240279
https://github.com/owncloud/android/issues/4753
241280
https://github.com/owncloud/android/pull/4794
242281

282+
* Enhancement - Edit space link: [#4756](https://github.com/owncloud/android/issues/4756)
283+
284+
A new option to edit space public links has been added. It will be only visible
285+
for users with proper permissions.
286+
287+
https://github.com/owncloud/android/issues/4756
288+
https://github.com/owncloud/android/pull/4817
289+
243290
* Enhancement - Remove space link: [#4757](https://github.com/owncloud/android/issues/4757)
244291

245292
A new option to remove space public links from a space has been added. It will
@@ -285,6 +332,14 @@ ownCloud admins and users.
285332
https://github.com/owncloud/android/issues/4813
286333
https://github.com/owncloud/android/pull/4814
287334

335+
* Enhancement - Workflow to use the translation-sync reusable workflow: [#4818](https://github.com/owncloud/android/pull/4818)
336+
337+
A new workflow that uses the translation-sync reusable workflow has been added
338+
in order to update translations from transifex
339+
340+
https://github.com/owncloud/android/pull/4818
341+
https://github.com/owncloud/android/pull/4831
342+
288343
# Changelog for ownCloud Android Client [4.7.0] (2025-11-17)
289344

290345
The following sections list the changes in ownCloud Android Client 4.7.0 relevant to

0 commit comments

Comments
 (0)