nextcloud/lib/private/legacy
Lukas Reschke 92c74d2f9a
Don't force displayname if backend already provides one
`\OC_User::loginWithApache` is used in combination with backend mechanisms like our SSO / SAML integration. Those can optionally already provide a displayname using other means. For example by mapping SAML attributes.

The current approach makes it however impossible for backends using `\OCP\Authentication\IApacheBackend` to set a displayname on their own. Because the display name will simply be overwritten with the loginname.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-16 13:55:48 +01:00
..
db Update with robin 2016-07-21 18:13:58 +02:00
group Update with robin 2016-07-21 18:13:58 +02:00
l10n Fix more tests 2016-10-28 22:16:28 +02:00
ocs Remove unused private classes 2016-08-18 09:37:11 +02:00
template Fix preview URLs 2016-11-08 16:39:13 +01:00
user Fix others 2016-07-21 18:13:57 +02:00
api.php prevent infinite redirect loops if the there is no 2fa provider to pass 2016-08-24 10:49:23 +02:00
app.php Fix tests 2017-01-13 18:33:43 +01:00
db.php Kill update simulation 2016-09-27 18:43:53 +02:00
defaults.php Cahnge URL for desktop clients directly to pop-up 2016-12-08 12:40:52 +01:00
eventsource.php Update with robin 2016-07-21 18:13:58 +02:00
filechunking.php Update with robin 2016-07-21 18:13:58 +02:00
files.php Prevent PHP request to get killed when using fclose callback (#26775) 2017-01-23 12:33:20 +01:00
group.php Update with robin 2016-07-21 18:13:58 +02:00
helper.php hash the path used for the cache key to prevent key length problems 2017-01-24 11:18:05 +01:00
hook.php Update with robin 2016-07-21 18:13:58 +02:00
image.php Fix avatar on exif rotated images 2016-10-26 21:37:11 +02:00
json.php prevent infinite redirect loops if the there is no 2fa provider to pass 2016-08-24 10:49:23 +02:00
ocs.php Return 404 on v2.php when the app is disabled 2016-09-22 12:18:40 +02:00
response.php Add nonce also to legacy CSP 2016-10-26 09:41:18 +02:00
template.php Always enable avatars 2017-02-13 17:53:33 -06:00
user.php Don't force displayname if backend already provides one 2017-02-16 13:55:48 +01:00
util.php always allow remembered login 2017-01-11 19:20:11 +01:00