]> source.dussan.org Git - nextcloud-server.git/commit
Add new v2-private account scope
authorVincent Petry <vincent@nextcloud.com>
Mon, 22 Mar 2021 11:08:53 +0000 (12:08 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 29 Mar 2021 07:03:31 +0000 (07:03 +0000)
commitf45f826b5262aefdeb97eb127ff65b647b19578b
tree49943375aa655201e1dcacf5adf1a53208ed0b43
parentd6156b970ba6e5fe2156d0b6827fa5ea3a2e64c5
Add new v2-private account scope

Added new v2-private account manager scope that restricts the scope
further by excluding public link access.

Avatars with v2-private account scope are now showing the guest avatar
instead of the real avatar.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
apps/settings/js/federationscopemenu.js
apps/settings/js/federationsettingsview.js
lib/private/Avatar/AvatarManager.php
lib/private/Server.php
lib/public/Accounts/IAccountManager.php
tests/lib/Avatar/AvatarManagerTest.php