]> source.dussan.org Git - nextcloud-server.git/commit
Add a service to find out if a user knows another user
authorJoas Schilling <coding@schilljs.com>
Tue, 9 Mar 2021 20:22:59 +0000 (21:22 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 10 Mar 2021 16:19:55 +0000 (17:19 +0100)
commitc7be18c0d6cf6a5af2251abdfa18cdccd11da33b
tree13dcd637d5cc1437ec3febf8ba5f809ce11f7c63
parent7baefcfc74d12da8a3850b6747da7c055c56e522
Add a service to find out if a user knows another user

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/provisioning_api/lib/Controller/UsersController.php
apps/provisioning_api/lib/Listener/UserDeletedListener.php
apps/provisioning_api/tests/Controller/UsersControllerTest.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/KnownUser/KnownUserMapper.php
lib/private/KnownUser/KnownUserService.php [new file with mode: 0644]