Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Apr 27, 2022
1 parent 8cffbdd commit fa29cd9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-bugfix changelog-item">Bugfix - Remove fr_FR language variant: <a href="https://github.com/owncloud/core/issues/39931">#39931</a></li>
<li class="type-bugfix changelog-item">Bugfix - Limit the width of the form on login page: <a href="https://github.com/owncloud/core/pull/39962">#39962</a></li>
<li class="type-change changelog-item">Change - Update the default poll-interval in capabilities: <a href="https://github.com/owncloud/core/pull/39143">#39143</a></li>
<li class="type-change changelog-item">Change - Private keys for SFTP storage will be stored in credentials table: <a href="https://github.com/owncloud/core/pull/39935">#39935</a></li>
<li class="type-change changelog-item">Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39709">#39709</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></li>
<li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></li>
Expand Down Expand Up @@ -168,6 +169,18 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/39143<br></p>
</li>
<li class="type-change changelog-item">
<p>Change - Private keys for SFTP storage will be stored in credentials table: <a href="https://github.com/owncloud/core/pull/39935">#39935</a></p>
<p>Previously, both private and public keys were part of the configuration of the SFTP mount
point. Although encrypted, there were some scenarios where the private key could be visible.The following changes have been implemented: * The private key will never leave the ownCloud
server. * The private key will be stored encrypted inside the oc_credentials table. * A random
token will be created to refer to the private key. This token will be part of the SFTP mount point
configuration. * The public key will be treated as a normal configuration parameter. This
means that it won't be neither encrypted nor encoded in any way.The overall behavior remains the same. ownCloud will generate a key pair, whose public key will
need to be placed in the SFTP server.
</p>
<p>https://github.com/owncloud/core/pull/39935<br></p>
</li>
<li class="type-change changelog-item">
<p>Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39709">#39709</a></p>
<p>The following have been updated: - ansi-regex (3.0.0 to 3.0.1) - bower_components/backbone
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Summary
* Bugfix - Remove fr_FR language variant: [#39931](https://github.com/owncloud/core/issues/39931)
* Bugfix - Limit the width of the form on login page: [#39962](https://github.com/owncloud/core/pull/39962)
* Change - Update the default poll-interval in capabilities: [#39143](https://github.com/owncloud/core/pull/39143)
* Change - Private keys for SFTP storage will be stored in credentials table: [#39935](https://github.com/owncloud/core/pull/39935)
* Change - Update JavaScript dependencies: [#39709](https://github.com/owncloud/core/pull/39709)
* Change - Update PHP dependencies: [#39526](https://github.com/owncloud/core/pull/39526)
* Change - Update Symfony components: [#39526](https://github.com/owncloud/core/pull/39526)
Expand Down Expand Up @@ -165,6 +166,22 @@ Details

https://github.com/owncloud/core/pull/39143

* Change - Private keys for SFTP storage will be stored in credentials table: [#39935](https://github.com/owncloud/core/pull/39935)

Previously, both private and public keys were part of the configuration of the SFTP mount
point. Although encrypted, there were some scenarios where the private key could be visible.

The following changes have been implemented: * The private key will never leave the ownCloud
server. * The private key will be stored encrypted inside the oc_credentials table. * A random
token will be created to refer to the private key. This token will be part of the SFTP mount point
configuration. * The public key will be treated as a normal configuration parameter. This
means that it won't be neither encrypted nor encoded in any way.

The overall behavior remains the same. ownCloud will generate a key pair, whose public key will
need to be placed in the SFTP server.

https://github.com/owncloud/core/pull/39935

* Change - Update JavaScript dependencies: [#39709](https://github.com/owncloud/core/pull/39709)

The following have been updated: - ansi-regex (3.0.0 to 3.0.1) - bower_components/backbone
Expand Down

0 comments on commit fa29cd9

Please sign in to comment.