1. 08 2月, 2015 1 次提交
  2. 03 2月, 2015 1 次提交
  3. 26 1月, 2015 1 次提交
  4. 20 1月, 2015 1 次提交
  5. 17 1月, 2015 1 次提交
  6. 15 1月, 2015 1 次提交
  7. 06 1月, 2015 1 次提交
    • J
      White-list requests from 127.0.0.1 · af56c1dd
      Jacob Vosmaer 提交于
      On some misconfigured GitLab servers, if you look in production.log it looks
      like all requests come from 127.0.0.1. To avoid unwanted banning we
      white-list 127.0.0.1 with this commit.
      af56c1dd
  8. 16 12月, 2014 1 次提交
  9. 15 12月, 2014 1 次提交
  10. 27 10月, 2014 1 次提交
  11. 21 10月, 2014 1 次提交
  12. 20 10月, 2014 1 次提交
  13. 18 10月, 2014 1 次提交
  14. 14 10月, 2014 1 次提交
  15. 13 10月, 2014 1 次提交
  16. 30 9月, 2014 1 次提交
  17. 29 9月, 2014 1 次提交
  18. 12 9月, 2014 1 次提交
  19. 15 8月, 2014 1 次提交
  20. 21 7月, 2014 1 次提交
  21. 27 6月, 2014 1 次提交
  22. 17 6月, 2014 1 次提交
  23. 13 6月, 2014 1 次提交
  24. 31 5月, 2014 1 次提交
  25. 23 4月, 2014 2 次提交
  26. 19 4月, 2014 1 次提交
  27. 16 4月, 2014 1 次提交
  28. 12 4月, 2014 1 次提交
  29. 07 4月, 2014 1 次提交
  30. 31 3月, 2014 1 次提交
  31. 25 1月, 2014 1 次提交
  32. 10 12月, 2013 1 次提交
  33. 29 11月, 2013 1 次提交
  34. 27 11月, 2013 1 次提交
  35. 01 10月, 2013 1 次提交
  36. 22 9月, 2013 2 次提交
    • I
      Defaulted theme to MARS · fcba0d55
      Izaak Alpert 提交于
      Change-Id: I02814fb47edcc915309183547cc8dcb165100f4f
      fcba0d55
    • I
      Make users theme configurable · 51e6095d
      Izaak Alpert 提交于
      GITLAB-1262
      
      Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a
      
      Conflicts:
      	app/models/user.rb
      	config/initializers/1_settings.rb
      	spec/models/user_spec.rb
      51e6095d
  37. 10 9月, 2013 1 次提交
  38. 26 8月, 2013 1 次提交
    • A
      Link issues from comments and automatically close them · c8a115c0
      ash wilson 提交于
      Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
      references in descriptions, titles, or attached Notes creates a back-reference
      Note that links to the original referencer. Furthermore, pushing commits with
      commit messages that match a (configurable) regexp to a project's default
      branch will close any issues mentioned by GFM in the matched closing phrase.
      If accepting a merge request would close any Issues in this way, a banner is
      appended to the merge request's main panel to indicate this.
      c8a115c0