BigW Consortium Gitlab

  1. 12 Jan, 2017 1 commit
  2. 04 Jan, 2017 1 commit
  3. 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.
  4. 31 Dec, 2016 3 commits
  5. 18 Nov, 2016 1 commit
    • 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.
  6. 10 Nov, 2016 1 commit
  7. 02 Nov, 2016 1 commit
  8. 01 Nov, 2016 1 commit
  9. 24 Oct, 2016 1 commit
  10. 20 Oct, 2016 1 commit
  11. 18 Oct, 2016 4 commits
  12. 16 Oct, 2016 1 commit
  13. 15 Oct, 2016 6 commits
  14. 03 Aug, 2016 2 commits
  15. 03 Jun, 2016 3 commits
  16. 12 May, 2016 1 commit
  17. 19 Apr, 2016 1 commit
  18. 13 Apr, 2016 2 commits
  19. 13 Jan, 2016 1 commit
  20. 28 Dec, 2015 2 commits
  21. 27 Dec, 2015 1 commit
  22. 16 Nov, 2015 1 commit
  23. 07 Nov, 2015 1 commit
  24. 02 Sep, 2015 1 commit
  25. 23 Jul, 2015 1 commit