BigW Consortium Gitlab

  1. 21 Apr, 2017 1 commit
  2. 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.
  3. 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.
  4. 15 Oct, 2016 4 commits
  5. 13 Oct, 2016 1 commit
  6. 06 Oct, 2016 2 commits
  7. 01 Jul, 2016 1 commit
  8. 19 Apr, 2016 1 commit
  9. 29 Sep, 2015 2 commits
  10. 07 Jul, 2015 1 commit
  11. 16 Jun, 2015 1 commit
  12. 27 Apr, 2015 1 commit
  13. 08 Apr, 2015 1 commit
  14. 05 Feb, 2015 1 commit
  15. 15 Jan, 2015 1 commit
    • Remove password strength indicator · b79ada97
      Jacob Vosmaer authored
      We were having the following issues:
      - the indicator would sometimes stay red even if the password that was
        entered was long enough;
      - the indicator had a middle yellow signal: what does that mean?
      - the red/green backgrounds were not color-blind-friendly.
  16. 08 Jan, 2015 1 commit
  17. 23 Oct, 2014 1 commit
  18. 13 Apr, 2014 1 commit
  19. 21 Feb, 2013 1 commit