Automated changelog update [skip ci]
This commit is contained in:
+29
-17
@@ -1,6 +1,7 @@
|
||||
# Table of Contents
|
||||
|
||||
* [Changelog for unreleased](#changelog-for-unreleased-unreleased)
|
||||
* [Changelog for 6.3.0](#changelog-for-630-2024-08-20)
|
||||
* [Changelog for 6.2.0](#changelog-for-620-2024-07-30)
|
||||
* [Changelog for 5.0.6](#changelog-for-506-2024-07-17)
|
||||
* [Changelog for 6.1.0](#changelog-for-610-2024-07-08)
|
||||
@@ -48,7 +49,34 @@
|
||||
|
||||
The following sections list the changes for unreleased.
|
||||
|
||||
[unreleased]: https://github.com/owncloud/ocis/compare/v6.2.0...master
|
||||
[unreleased]: https://github.com/owncloud/ocis/compare/v6.3.0...master
|
||||
|
||||
## Summary
|
||||
|
||||
* Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853)
|
||||
* Bugfix - Activity Translations: [#9856](https://github.com/owncloud/ocis/pull/9856)
|
||||
|
||||
## Details
|
||||
|
||||
* Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853)
|
||||
|
||||
The capability value `disable_self_password_change` was not being set correctly
|
||||
when `user.passwordProfile` is configured as a read-only attribute.
|
||||
|
||||
https://github.com/owncloud/enterprise/issues/6849
|
||||
https://github.com/owncloud/ocis/pull/9853
|
||||
|
||||
* Bugfix - Activity Translations: [#9856](https://github.com/owncloud/ocis/pull/9856)
|
||||
|
||||
Translations for activities did not show up in transifex
|
||||
|
||||
https://github.com/owncloud/ocis/pull/9856
|
||||
|
||||
# Changelog for [6.3.0] (2024-08-20)
|
||||
|
||||
The following sections list the changes for 6.3.0.
|
||||
|
||||
[6.3.0]: https://github.com/owncloud/ocis/compare/v6.2.0...v6.3.0
|
||||
|
||||
## Summary
|
||||
|
||||
@@ -58,8 +86,6 @@ The following sections list the changes for unreleased.
|
||||
* Bugfix - Use less selectors that watch the registry: [#9741](https://github.com/owncloud/ocis/pull/9741)
|
||||
* Bugfix - We fixed the client config generation for the built in IDP: [#9770](https://github.com/owncloud/ocis/pull/9770)
|
||||
* Bugfix - Change ocmproviders config defaultpath: [#9778](https://github.com/owncloud/ocis/pull/9778)
|
||||
* Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853)
|
||||
* Bugfix - Activity Translations: [#9856](https://github.com/owncloud/ocis/pull/9856)
|
||||
* Bugfix - Web theme color contrasts: [#10726](https://github.com/owncloud/web/issues/10726)
|
||||
* Enhancement - New WOPI operations added to the collaboration service: [#9505](https://github.com/owncloud/ocis/pull/9505)
|
||||
* Enhancement - Allow configuring grpc max connection age: [#9657](https://github.com/owncloud/ocis/pull/9657)
|
||||
@@ -125,20 +151,6 @@ The following sections list the changes for unreleased.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/9778
|
||||
|
||||
* Bugfix - Set capability response `disable_self_password_change` correctly: [#9853](https://github.com/owncloud/ocis/pull/9853)
|
||||
|
||||
The capability value `disable_self_password_change` was not being set correctly
|
||||
when `user.passwordProfile` is configured as a read-only attribute.
|
||||
|
||||
https://github.com/owncloud/enterprise/issues/6849
|
||||
https://github.com/owncloud/ocis/pull/9853
|
||||
|
||||
* Bugfix - Activity Translations: [#9856](https://github.com/owncloud/ocis/pull/9856)
|
||||
|
||||
Translations for activities did not show up in transifex
|
||||
|
||||
https://github.com/owncloud/ocis/pull/9856
|
||||
|
||||
* Bugfix - Web theme color contrasts: [#10726](https://github.com/owncloud/web/issues/10726)
|
||||
|
||||
Web theme colors have been enhanced so they have at least a 4.5:1 contrast ratio
|
||||
|
||||
Reference in New Issue
Block a user