1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/auth/provider
epriestley 324ee4e4d5 Fix rendering issue for LDAP configuration provider transactions
Summary: Fixes T4290. At least one of the fields (`realname`) may have a list of items, and `strlen(array('first', 'last'))` produces the warning and stack trace in T4290.

Test Plan:
  - Edited `realname` from an array value to an array value.
  - Hit error.
  - Applied patch.
  - No more error.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T4290

Differential Revision: https://secure.phabricator.com/D7905
2014-01-08 13:27:08 -08:00
..
PhabricatorAuthProvider.php Add Persona auth provider 2013-10-14 14:34:57 -07:00
PhabricatorAuthProviderLDAP.php Fix rendering issue for LDAP configuration provider transactions 2014-01-08 13:27:08 -08:00
PhabricatorAuthProviderOAuth.php Land to GitHub + support stuff 2013-11-13 17:25:24 -08:00
PhabricatorAuthProviderOAuth1.php Move PhabricatorObjectItem to PHUIObjectItem, add 'plain' setting for lists. 2013-09-09 14:14:34 -07:00
PhabricatorAuthProviderOAuth1JIRA.php Add warnings to JIRA auth provider that we only support JIRA 6 2014-01-08 09:43:44 -08:00
PhabricatorAuthProviderOAuth1Twitter.php Add Twitter as an authentication provider 2013-09-03 05:53:08 -07:00
PhabricatorAuthProviderOAuthAmazon.php Add Amazon and Asana providers 2013-06-20 11:19:11 -07:00
PhabricatorAuthProviderOAuthAsana.php Add DoorkeeperObjectRef, DoorkeeperBridge, DoorkeeperBridgeAsana 2013-06-24 15:54:54 -07:00
PhabricatorAuthProviderOAuthDisqus.php Provide contextual help on auth provider configuration 2013-06-20 11:18:48 -07:00
PhabricatorAuthProviderOAuthFacebook.php Replace some hsprintf() by phutil_tag() 2013-11-11 09:23:23 -08:00
PhabricatorAuthProviderOAuthGitHub.php Make old GitHub OAuth URIs work for now 2013-06-21 06:11:57 -07:00
PhabricatorAuthProviderOAuthGoogle.php Provide contextual help on auth provider configuration 2013-06-20 11:18:48 -07:00
PhabricatorAuthProviderOAuthTwitch.php Fix twitch name 2013-08-12 11:41:03 -07:00
PhabricatorAuthProviderPassword.php Move PhabricatorObjectItem to PHUIObjectItem, add 'plain' setting for lists. 2013-09-09 14:14:34 -07:00
PhabricatorAuthProviderPersona.php Add Persona login icon 2013-10-14 16:33:49 -07:00