1. 07 9月, 2017 5 次提交
  2. 15 8月, 2017 1 次提交
  3. 07 8月, 2017 1 次提交
    • Y
      Improve checking if projects would be returned · f77fda64
      Yorick Peterse 提交于
      In various places we check if the same relation would return projects.
      This is done using "any?" which will run a COUNT query with any
      LIMIT/OFFSET values still applied.
      
      To work around all this we introduce 2 helper methods that take care of
      doing the right thing. This leads to the produced queries being simpler
      and fewer queries being executed.
      f77fda64
  4. 03 8月, 2017 1 次提交
  5. 02 8月, 2017 1 次提交
  6. 01 8月, 2017 1 次提交
  7. 13 7月, 2017 1 次提交
    • R
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt 提交于
      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
  8. 11 7月, 2017 1 次提交
  9. 27 6月, 2017 1 次提交
  10. 15 6月, 2017 1 次提交
  11. 13 6月, 2017 1 次提交
  12. 06 6月, 2017 1 次提交
  13. 12 5月, 2017 2 次提交
  14. 26 4月, 2017 1 次提交
  15. 21 4月, 2017 1 次提交
  16. 17 4月, 2017 1 次提交
  17. 07 4月, 2017 1 次提交
  18. 06 4月, 2017 1 次提交
  19. 16 3月, 2017 1 次提交
  20. 05 2月, 2017 1 次提交
  21. 26 1月, 2017 1 次提交
  22. 07 10月, 2016 1 次提交
  23. 27 9月, 2016 1 次提交
    • N
      Enforce the fork_project permission in Projects::CreateService · 3ed80a01
      Nick Thomas 提交于
      Projects::ForkService delegates to this service almost entirely, but needed
      one small change so it would propagate create errors correctly.
      
      CreateService#execute needs significant refactoring; it is now right at the
      complexity limit set by Rubocop. I avoided doing so in this commit to keep the
      diff as small as possible.
      
      Several tests depend on the insecure behaviour of ForkService, so fi them up at
      the same time.
      3ed80a01
  24. 07 9月, 2016 1 次提交
  25. 25 8月, 2016 1 次提交
  26. 30 6月, 2016 1 次提交
  27. 16 6月, 2016 2 次提交
  28. 14 6月, 2016 2 次提交
  29. 03 6月, 2016 2 次提交
  30. 05 5月, 2016 2 次提交
  31. 25 4月, 2016 1 次提交