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 2df8596 commit be2d40f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-enhancement changelog-item">Enhancement - Allow files_external app to be disabled: <a href="https://github.com/owncloud/core/pull/39856">#39856</a></li>
<li class="type-enhancement changelog-item">Enhancement - Improve FileDrop view: <a href="https://github.com/owncloud/core/pull/39900">#39900</a></li>
<li class="type-enhancement changelog-item">Enhancement - Align "close" for messages: <a href="https://github.com/owncloud/core/pull/39907">#39907</a></li>
<li class="type-enhancement changelog-item">Enhancement - Changes regarding cookie handling: <a href="https://github.com/owncloud/core/pull/39916">#39916</a></li>
<li class="type-enhancement changelog-item">Enhancement - Expose user type of share receiver in share api: <a href="https://github.com/owncloud/core/pull/40013">#40013</a></li>
</ul>
<h3 id="unreleased-details">Details</h3>
Expand Down Expand Up @@ -273,6 +274,22 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/39907<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Changes regarding cookie handling: <a href="https://github.com/owncloud/core/pull/39916">#39916</a></p>
<p>The following changes have been implemented: * The expiration set for the passphrase cookie
will be refreshed each time a page is loaded or when the "heartbeat" endpoint is hit * If the
"session_keepalive" config option is set to true, a periodic request to the "heartbeat"
endpoint will be made automatically regardless of any activity going on. This will extend the
session lifetime preventing its expiration. * If the "session_keepalive" config option is
set to false, a "heartbeat" will be sent based on activity in order to extend the session
lifetime. If we don't detect any activity, the session might expire, and the user will need to
login again. * The new "session_forced_logout_timeout" option has been added to the
config.php. It's disabled by default, and setting a positive (non-zero) value will enable the
feature. If it's enabled, the passphrase cookie will expire after those number of seconds
pass, when the tab or the browser closes. This will force the user to login again.
</p>
<p>https://github.com/owncloud/core/pull/39916<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Expose user type of share receiver in share api: <a href="https://github.com/owncloud/core/pull/40013">#40013</a></p>
<p>https://github.com/owncloud/core/pull/40013<br></p>
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Summary
* Enhancement - Allow files_external app to be disabled: [#39856](https://github.com/owncloud/core/pull/39856)
* Enhancement - Improve FileDrop view: [#39900](https://github.com/owncloud/core/pull/39900)
* Enhancement - Align "close" for messages: [#39907](https://github.com/owncloud/core/pull/39907)
* Enhancement - Changes regarding cookie handling: [#39916](https://github.com/owncloud/core/pull/39916)
* Enhancement - Expose user type of share receiver in share api: [#40013](https://github.com/owncloud/core/pull/40013)

Details
Expand Down Expand Up @@ -323,6 +324,22 @@ Details

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

* Enhancement - Changes regarding cookie handling: [#39916](https://github.com/owncloud/core/pull/39916)

The following changes have been implemented: * The expiration set for the passphrase cookie
will be refreshed each time a page is loaded or when the "heartbeat" endpoint is hit * If the
"session_keepalive" config option is set to true, a periodic request to the "heartbeat"
endpoint will be made automatically regardless of any activity going on. This will extend the
session lifetime preventing its expiration. * If the "session_keepalive" config option is
set to false, a "heartbeat" will be sent based on activity in order to extend the session
lifetime. If we don't detect any activity, the session might expire, and the user will need to
login again. * The new "session_forced_logout_timeout" option has been added to the
config.php. It's disabled by default, and setting a positive (non-zero) value will enable the
feature. If it's enabled, the passphrase cookie will expire after those number of seconds
pass, when the tab or the browser closes. This will force the user to login again.

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

* Enhancement - Expose user type of share receiver in share api: [#40013](https://github.com/owncloud/core/pull/40013)

https://github.com/owncloud/core/pull/40013
Expand Down

0 comments on commit be2d40f

Please sign in to comment.