diff --git a/changelog/unreleased/update-accounts-enable-disable-users.md b/changelog/unreleased/update-accounts-enable-disable-users.md new file mode 100644 index 0000000000..8629e5277e --- /dev/null +++ b/changelog/unreleased/update-accounts-enable-disable-users.md @@ -0,0 +1,7 @@ +Change: Enable/disable accounts in accounts UI + +We added a new feature in the ocis-accounts web extension to enable or disable accounts. This also introduces batch actions, where accounts can be selected and a batch action applied to them. The UI for this is the same as in the files extension of ocis-web. + +https://github.com/owncloud/product/issues/118 +https://github.com/owncloud/ocis-accounts/pull/109 +https://github.com/owncloud/ocis/pull/525 diff --git a/changelog/unreleased/update-proxy-disable-cache.md b/changelog/unreleased/update-proxy-disable-cache.md index b59b2bc2c7..ea1532e706 100644 --- a/changelog/unreleased/update-proxy-disable-cache.md +++ b/changelog/unreleased/update-proxy-disable-cache.md @@ -4,3 +4,4 @@ We removed the accounts cache in ocis-proxy in order to avoid problems with acco https://github.com/owncloud/ocis/pull/525 https://github.com/owncloud/ocis-proxy/pull/100 +https://github.com/owncloud/ocis-accounts/pull/114