]> source.dussan.org Git - nextcloud-server.git/commit
LDAP: determine shares of offline users only when needed 27703/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 28 Jun 2021 10:56:37 +0000 (12:56 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 28 Jun 2021 21:57:29 +0000 (23:57 +0200)
commitde3aa22057f3e131eee9264eae2743eaf143c6be
tree760904d01b794f695ed51d9e677f6102a22ca492
parentc4a20d3d5d60f49623ad2aac6df332ed5aada447
LDAP: determine shares of offline users only when needed

- determine shares may via Sharing code result in user exists checks
- this may result in an infinite loop when user exists was called before
- the info is really only required at one occ command

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/User/OfflineUser.php