]> source.dussan.org Git - nextcloud-server.git/commit
fix(users): Don't crash if disabled user is missing in the database backport/48207/stable29 48284/head
authorLouis Chemineau <louis@chmn.me>
Fri, 20 Sep 2024 09:26:22 +0000 (11:26 +0200)
committerLouis Chemineau <louis@chmn.me>
Mon, 23 Sep 2024 16:08:17 +0000 (18:08 +0200)
commit1e870c02f5450c9103b1a4e13ea4e76fa3e74868
tree664e75da9e150f58668118e3ac58047a558c9243
parent81216ed24955e9adf01d341368e198336f3e2438
fix(users): Don't crash if disabled user is missing in the database

Signed-off-by: Louis Chemineau <louis@chmn.me>
apps/user_ldap/tests/LDAPProviderTest.php
lib/private/User/LazyUser.php
lib/private/User/Manager.php
tests/lib/Files/Config/UserMountCacheTest.php
tests/lib/Files/Storage/Wrapper/EncryptionTest.php
tests/lib/Files/Stream/EncryptionTest.php
tests/lib/User/ManagerTest.php
tests/lib/User/SessionTest.php