BigW Consortium Gitlab

  1. 04 Dec, 2014 1 commit
  2. 30 Oct, 2014 1 commit
  3. 13 Oct, 2014 2 commits
  4. 14 Sep, 2014 2 commits
  5. 06 Aug, 2014 2 commits
  6. 17 Jul, 2014 2 commits
  7. 30 Jun, 2014 1 commit
  8. 26 Jun, 2014 1 commit
  9. 17 Jun, 2014 1 commit
  10. 11 Jun, 2014 1 commit
  11. 09 Apr, 2014 1 commit
  12. 26 Mar, 2014 2 commits
  13. 11 Feb, 2014 1 commit
  14. 06 Feb, 2014 1 commit
  15. 18 Jan, 2014 1 commit
  16. 16 Jan, 2014 1 commit
    • Better check on the validity of emails · 05e4af5b
      Jeroen van Baarsen authored
      At this moment it was possible to enter emails like:
      mailto:info@example.com. This was causing some issue in the frontend,
      since those links became html mailto: links.
      
      Fixes: #3516
  17. 24 Dec, 2013 1 commit
  18. 25 Nov, 2013 1 commit
  19. 13 Nov, 2013 1 commit
  20. 05 Nov, 2013 1 commit
  21. 26 Sep, 2013 1 commit
  22. 23 Sep, 2013 1 commit
    • Update for readability · 8a8123a3
      Izaak Alpert authored
      fixed a test a broke in the configurable theme PR
      Change-Id: Id894506941bc01ab0d259d48ca7ff9b80bb2c57e
  23. 22 Sep, 2013 1 commit
    • Make users theme configurable · 51e6095d
      Izaak Alpert authored
      GITLAB-1262
      
      Change-Id: I690cb8ea294df53ebe8405a519c23c501af2c21a
      
      Conflicts:
      	app/models/user.rb
      	config/initializers/1_settings.rb
      	spec/models/user_spec.rb
  24. 14 Sep, 2013 1 commit
  25. 11 Sep, 2013 2 commits
  26. 09 Sep, 2013 1 commit
  27. 21 Aug, 2013 2 commits
  28. 22 Jun, 2013 2 commits
  29. 21 Jun, 2013 1 commit
  30. 19 Jun, 2013 1 commit
  31. 18 Jun, 2013 1 commit
  32. 05 Jun, 2013 1 commit
    • Authorize all teams to admin: fix 500 error on showing team page. · 86a262de
      babatakao authored
      500 error was occured in the following steps:
      
      1. user1 creates new team "team1".
      2. Assign team1 to project1.
      3. Sign in as admin. This admin is not a member of team1.
      4. Open project1 team setting page (/project1/team).
      5. Click "team1" link in "Assigned teams" area.
      6. 500 error.
      
      Fixed this issue.