BigW Consortium Gitlab

  1. 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.
  2. 15 Oct, 2016 4 commits
  3. 13 Oct, 2016 1 commit
  4. 06 Oct, 2016 2 commits
  5. 01 Jul, 2016 1 commit
  6. 19 Apr, 2016 1 commit
  7. 29 Sep, 2015 2 commits
  8. 07 Jul, 2015 1 commit
  9. 16 Jun, 2015 1 commit
  10. 27 Apr, 2015 1 commit
  11. 08 Apr, 2015 1 commit
  12. 05 Feb, 2015 1 commit
  13. 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.
  14. 08 Jan, 2015 1 commit
  15. 23 Oct, 2014 1 commit
  16. 13 Apr, 2014 1 commit
  17. 21 Feb, 2013 1 commit