Automated changelog update [skip ci]

This commit is contained in:
Lukas Hirt
2020-12-01 11:18:35 +00:00
parent 0fa1d5750e
commit 31a81a4186

View File

@@ -76,6 +76,7 @@
* Enhancement - Add the webdav service: [#244](https://github.com/owncloud/product/issues/244)
* Enhancement - Better adopt Go-Micro: [#840](https://github.com/owncloud/ocis/pull/840)
* Enhancement - Add permission check when assigning and removing roles: [#879](https://github.com/owncloud/ocis/issues/879)
* Enhancement - Create OnlyOffice extension: [#857](https://github.com/owncloud/ocis/pull/857)
* Enhancement - Show basic-auth warning only once: [#886](https://github.com/owncloud/ocis/pull/886)
* Enhancement - Add glauth fallback backend: [#649](https://github.com/owncloud/ocis/pull/649)
* Enhancement - Tidy dependencies: [#845](https://github.com/owncloud/ocis/pull/845)
@@ -1645,6 +1646,15 @@
https://github.com/owncloud/ocis/issues/879
* Enhancement - Create OnlyOffice extension: [#857](https://github.com/owncloud/ocis/pull/857)
Tags: OnlyOffice
We've created an OnlyOffice extension which enables users to create and edit docx documents
and open spreadsheets and presentations.
https://github.com/owncloud/ocis/pull/857
* Enhancement - Show basic-auth warning only once: [#886](https://github.com/owncloud/ocis/pull/886)
Show basic-auth warning only on startup instead on every request.