1. 18 Jun, 2015 3 commits
    • Douwe Maan's avatar
      Merge branch 'fix-labels-permisssion-check' into 'master' · 0e615a48
      Douwe Maan authored
      Fix 403 Access Denied error messages when accessing Labels section in a project
      
      This would occur if the project's issues or merge requests features were disabled. The change in 9bcd3639 caused `can?(current_user, :read_merge_request, project)` to be false if the merge request feature were disabled, so `authorize_labels!` needs to be changed accordingly.
      
      Closes #1813
      
      See merge request !836
      0e615a48
    • Stan Hu's avatar
      Fix 403 Access Denied error messages when accessing Labels section in a... · 07efb17e
      Stan Hu authored
      Fix 403 Access Denied error messages when accessing Labels section in a project that has MRs disabled but issues enabled
      
      Closes #1813
      07efb17e
    • Douwe Maan's avatar
      Merge branch 'fix/oauth_user_ldap_person' into 'master' · ffe130d8
      Douwe Maan authored
      Fix behavior of ldap_person method in Gitlab::OAuth::User
      
      Code tweaks in 45e9150a caused the ldap_person method to not return expected results.
      Improved tests to cover the ldap_person method, which was previously stubbed.
      
      Restored the previous implementation of ldap_person, as I could not find a more concise to write it that still works with all the test cases.
      
      See merge request !837
      ffe130d8
  2. 17 Jun, 2015 13 commits
  3. 16 Jun, 2015 23 commits
  4. 15 Jun, 2015 1 commit