1. 12 Oct, 2015 2 commits
    • Kamil Trzcinski's avatar
      Implement Commit Status API · 914cfbd2
      Kamil Trzcinski authored
      914cfbd2
    • Hannes Rosenögger's avatar
      Merge branch 'docs-update' into 'master' · 5ffbf5fe
      Hannes Rosenögger authored
      removed extra_sign_in_text examples for gitlab.rb [ci skip]
      
      I removed the extra_sign_in_text option documentation. This is no longer needed because a welcome message aka. extra_sign_in_text can now be set/changed in the admin UI.  
      
      Admin area > Settings
      
      This was mentioned in issue #3006
      
      See merge request !1565
      5ffbf5fe
  2. 11 Oct, 2015 2 commits
    • Robert Speicher's avatar
      Merge branch 'fix_email_downcasing' into 'master' · 42603af3
      Robert Speicher authored
      LDAP email address downcasing
      
      Fixes #2960
      
      In the event we cannot match an LDAP user by DN we attempt to find an identity by email address and then update the DN. In this case the identity is matched by email address. 
      
      If the user's email address in LDAP has an upper case character we cannot find a match in the GitLab database. GitLab downcases emails before the user object is saved.
      
      This merge request downcases the email from LDAP before we lookup by email. I also added a test to prevent a regression.
      
      See merge request !1550
      42603af3
    • Dale Noe's avatar
      4ee88884
  3. 10 Oct, 2015 7 commits
  4. 09 Oct, 2015 18 commits
  5. 08 Oct, 2015 11 commits