nextcloud/lib/private/User
Roeland Jago Douma 1273d82e8b
Cache non existing DB user
We always query the database backend. Even if we use a different one
(ldap for example). Now we do this everytime we try to get a user object
so caching that a user is not in the DB safes some queries on each
request then (at least 2 what I found).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-10-10 09:30:36 +02:00
..
Backend.php Unnecessary fully qualified names 2016-08-14 19:36:06 +02:00
Database.php Cache non existing DB user 2016-10-10 09:30:36 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php Fix issues where some user settings cannot be loaded when the user id differs in case sensitivity - fixes #25684 (#25686) 2016-08-29 14:33:16 +02:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php dont get bruteforce delay twice 2016-08-29 13:36:49 +02:00
User.php Only trigger postDelete hooks when the user was deleted... 2016-09-29 15:40:53 +02:00