Merge branch 'stable-2.11'

* stable-2.11:
  Align parent links with parents in CommitBox
  Allow scrollable cover messages
  Update Review UI documentation to include new rebase functionality
  ChangeData: check patch set visibility in change mergeability check
  Prevent recursive rebase attempts
  RebaseDialog can now be closed with ESC
  Make use of true as default for copyAllScoresIfNoChange consistent
  Set version to 2.10.1
  Release notes for Gerrit 2.10.1
  Expose extension point for generic OAuth providers

Change-Id: I93af48ce7a600dffc9f73afb9cc8131da26b2a59
This commit is contained in:
David Pursehouse
2015-03-19 15:45:18 +09:00
34 changed files with 979 additions and 38 deletions

View File

@@ -203,7 +203,7 @@ public class AuthConfig {
case LDAP_BIND:
case CLIENT_SSL_CERT_LDAP:
case CUSTOM_EXTENSION:
// Its safe to assume yes for an HTTP authentication type, as the
case OAUTH:
// only way in is through some external system that the admin trusts
//
return true;