nextcloud/lib
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
..
composer Add a single public api for resolving a cloud id to a user and remote and back 2017-02-08 15:17:02 +01:00
l10n [tx-robot] updated from transifex 2017-02-15 01:07:29 +00:00
private Don't force displayname if backend already provides one 2017-02-16 13:55:48 +01:00
public Add missing PHPDoc and properly throw exception 2017-02-13 18:03:35 -06:00
autoloader.php Add a magic wrapper from hell to allow phpunit4 to run the code again 2016-11-15 14:49:14 +01:00
base.php Fix public page css fallback loading 2017-02-01 18:03:51 +01:00