nextcloud/lib/private/User
Loki3000 135198bf0d Default value for null user
For guest users on every request executes query:
SELECT `uid`, `displayname` FROM `users` WHERE LOWER(`uid`) = LOWER(null)
as I see, uid can't be equal to null by design.
2017-01-09 23:34:23 +03:00
..
Backend.php Unnecessary fully qualified names 2016-08-14 19:36:06 +02:00
Database.php Default value for null user 2017-01-09 23:34:23 +03:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php Make sure the loginname is set when logging in via cookie 2017-01-05 12:17:30 +01:00
User.php Get user home folder before deletion 2016-12-23 12:42:31 +01:00