Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjv committed Aug 22, 2024
1 parent 3b4810f commit 24a760d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ ownCloud admins and users.
* Enhancement - Improve handling of a server blocking an unsupported client: [#11424](https://github.com/owncloud/client/issues/11424)
* Enhancement - Ask user to restart application when update is available on Windows: [#11442](https://github.com/owncloud/client/pull/11442)
* Enhancement - New Folder status: [#11491](https://github.com/owncloud/client/pull/11491)
* Enhancement - Pause sync when behind a captive portal: [#11533](https://github.com/owncloud/client/issues/11533)
* Enhancement - Don't poll the Avatar endpoint with ocis: [#11615](https://github.com/owncloud/client/pull/11615)
* Enhancement - Support for prompt_values_supported in openid-configuration: [#11729](https://github.com/owncloud/client/pull/11729)
* Enhancement - New branding option: automatically sync new spaces: [#11751](https://github.com/owncloud/client/issues/11751)
Expand Down Expand Up @@ -344,6 +345,15 @@ ownCloud admins and users.
https://github.com/owncloud/client/issues/11527
https://github.com/owncloud/client/pull/11491

* Enhancement - Pause sync when behind a captive portal: [#11533](https://github.com/owncloud/client/issues/11533)

When the operating system detects a captive portal, stop all outgoing network
requests. These requests will fail with an SSL certificate mismatch error. When
the captive portal is "gone", synchronisation will be restarted.

https://github.com/owncloud/client/issues/11533
https://github.com/owncloud/client/pull/11567

* Enhancement - Don't poll the Avatar endpoint with ocis: [#11615](https://github.com/owncloud/client/pull/11615)

Ocis has no Avatar implemented yet and when it will be added we will require a
Expand Down

0 comments on commit 24a760d

Please sign in to comment.