nextcloud/lib/private/User
Joas Schilling 6e3d668436
Keep non default protocol in cloud id
When there is no protocol on the cloud id, we assume it's https://
But this means that when an http:// server currently sends an OCM
invite to another server, the protocol is striped and the remote
instance will try to talk back to https:// which might not be available.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-06-09 15:23:05 +02:00
..
Backend.php Update php licenses 2021-06-04 22:02:41 +02:00
Database.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
DisplayNameCache.php cache display names in local memory before external memcache 2022-04-22 13:02:30 +02:00
LazyUser.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
LoginException.php Update php licenses 2021-06-04 22:02:41 +02:00
Manager.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
NoUserException.php Update php licenses 2021-06-04 22:02:41 +02:00
Session.php Fix psalm issues related to the user backend 2022-05-20 17:14:58 +02:00
User.php Keep non default protocol in cloud id 2022-06-09 15:23:05 +02:00