An error occurred fetching the project authors.
  1. 04 Dec, 2018 1 commit
  2. 25 Jul, 2018 1 commit
  3. 18 Jul, 2018 2 commits
  4. 11 Jul, 2018 2 commits
  5. 09 Jul, 2018 1 commit
  6. 11 Jun, 2018 1 commit
    • Bob Van Landuyt's avatar
      Fixes rejected pushes from maintainers · 69851531
      Bob Van Landuyt authored
      Before the push git would make a call to
      `/:namespace/:project/git-receive-pack`. This would perform an access
      check without a ref. So the `Project#branch_allows_maintainer_push?`
      would return false.
      
      This adjusts `Project#branch_allows_maintainer_push?` to return true
      when passing no branch name if there are merge requests open that
      would allow the user to push.
      
      The actual check then happens when a call to
      `/api/v4/internal/allowed` is made from a git hook.
      69851531
  7. 11 May, 2018 2 commits
  8. 28 Mar, 2018 2 commits
  9. 05 Mar, 2018 1 commit
  10. 28 Feb, 2018 2 commits
  11. 25 Feb, 2018 1 commit
  12. 22 Feb, 2018 1 commit
  13. 08 Feb, 2018 1 commit
  14. 07 Feb, 2018 1 commit
  15. 06 Feb, 2018 5 commits
  16. 22 Dec, 2017 2 commits
  17. 09 Dec, 2017 1 commit
  18. 08 Dec, 2017 1 commit
  19. 23 Nov, 2017 2 commits
  20. 23 Oct, 2017 1 commit
  21. 20 Oct, 2017 1 commit
  22. 02 Aug, 2017 2 commits
  23. 01 Aug, 2017 2 commits
  24. 27 Jul, 2017 2 commits
  25. 26 Jul, 2017 1 commit
  26. 13 Jul, 2017 1 commit
    • Robin Bobbitt's avatar
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt authored
      When sign-in is disabled:
       - skip password expiration checks
       - prevent password reset requests
       - don’t show Password tab in User Settings
       - don’t allow login with username/password for Git over HTTP requests
       - render 404 on requests to Profiles::PasswordsController
      672a68d3