BigW Consortium Gitlab

  1. 24 May, 2017 3 commits
  2. 16 May, 2017 1 commit
  3. 22 Mar, 2017 1 commit
  4. 09 Mar, 2017 1 commit
  5. 07 Mar, 2017 1 commit
  6. 23 Feb, 2017 1 commit
  7. 15 Feb, 2017 1 commit
  8. 07 Feb, 2017 1 commit
  9. 02 Feb, 2017 1 commit
  10. 12 Jan, 2017 1 commit
  11. 04 Jan, 2017 1 commit
  12. 03 Jan, 2017 1 commit
    • Add email and password confirmation fields to registration form · 33b41bc8
      Drew Blessing authored
      It's too easy to mistype an email or password when signing up.
      The support team is receiving an increasing number of requests
      because users mistype their email. We can eliminate this problem
      by requiring users to confirm the email before registering. The
      same issue can occur for the password field so we should add
      this, too. We should note that password confirmation is part
      of the default Devise forms. I don't know why/when GitLab
      removed it.
  13. 31 Dec, 2016 3 commits
  14. 27 Dec, 2016 1 commit
  15. 06 Dec, 2016 1 commit
  16. 02 Dec, 2016 1 commit
  17. 18 Nov, 2016 2 commits
    • Un-un-revert signin tab order fix. · 0bd53709
      Bryce Johnson authored
    • Allow registering users where the username contains dots (.). · 78b6d662
      Timothy Andrew authored
      Javascript does not support the negative lookbehind assertion (?<!) used
      in the Ruby regex (to disallow usernames ending in `.git` or `.atom`.
      
      Getting the client side code to fully support this format is
      non-trivial, since we'd either have to heavily complicate the
      regex used, or modify the frontend code to support more complex
      validation schemes (it currently uses HTML5 validations).
      
      The pragmatic choice is to create a
      `Gitlab::Regex::NAMESPACE_REGEX_STR_SIMPLE` regex to serve as a
      Javascript-compatible version of `NAMESPACE_REGEX_STR`.
      
      The client-side code will not display an error for usernames ending in
      `.git` and `.atom`, but these will be caught by the server-side
      validation.
  18. 10 Nov, 2016 1 commit
  19. 02 Nov, 2016 1 commit
  20. 01 Nov, 2016 1 commit
  21. 24 Oct, 2016 1 commit
  22. 22 Oct, 2016 1 commit
  23. 20 Oct, 2016 3 commits
  24. 18 Oct, 2016 8 commits
  25. 16 Oct, 2016 1 commit
  26. 15 Oct, 2016 1 commit