Automated changelog update [skip ci]

This commit is contained in:
Benedikt Kulmann
2020-11-17 02:51:25 +00:00
parent 0e86bd858a
commit d84d7bb4d1

View File

@@ -48,6 +48,7 @@
* Change - Update reva config: [#336](https://github.com/owncloud/ocis/pull/336)
* Change - Clarify storage driver env vars: [#729](https://github.com/owncloud/ocis/pull/729)
* Change - Settings and accounts appear in the user menu: [#656](https://github.com/owncloud/ocis/pull/656)
* Change - Caching for static web assets: [#866](https://github.com/owncloud/ocis/pull/866)
* Enhancement - Add the accounts service: [#244](https://github.com/owncloud/product/issues/244)
* Enhancement - Add basic auth option: [#627](https://github.com/owncloud/ocis/pull/627)
* Enhancement - Document how to run OCIS on top of EOS: [#172](https://github.com/owncloud/ocis/pull/172)
@@ -529,6 +530,17 @@
https://github.com/owncloud/ocis/pull/656
* Change - Caching for static web assets: [#866](https://github.com/owncloud/ocis/pull/866)
Tags: accounts, settings, web
We now set http caching headers for static web assets, so that they don't get force-reloaded on
each request. The max-age for the caching is configurable and defaults to 7 days. The last
modified date of the assets is set to the service start date, so that a service restart results in
cache invalidation.
https://github.com/owncloud/ocis/pull/866
* Enhancement - Add the accounts service: [#244](https://github.com/owncloud/product/issues/244)
Tags: accounts