An error occurred fetching the project authors.
  1. 05 Oct, 2017 1 commit
  2. 22 Aug, 2017 1 commit
  3. 19 Jul, 2017 2 commits
  4. 06 Jul, 2017 1 commit
  5. 05 Jul, 2017 2 commits
  6. 21 Jun, 2017 1 commit
  7. 24 May, 2017 3 commits
  8. 02 May, 2017 1 commit
  9. 20 Apr, 2017 1 commit
  10. 03 Apr, 2017 1 commit
  11. 23 Feb, 2017 1 commit
  12. 13 Feb, 2017 1 commit
  13. 15 Jan, 2017 1 commit
  14. 15 Dec, 2016 1 commit
  15. 14 Dec, 2016 1 commit
  16. 13 Dec, 2016 1 commit
  17. 23 Nov, 2016 1 commit
  18. 21 Nov, 2016 1 commit
  19. 18 Nov, 2016 1 commit
    • Timothy Andrew's avatar
      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.
      78b6d662
  20. 12 Nov, 2016 1 commit
  21. 07 Nov, 2016 1 commit
  22. 07 Oct, 2016 1 commit
  23. 20 Sep, 2016 1 commit
  24. 19 Sep, 2016 3 commits
  25. 01 Jul, 2016 1 commit
  26. 16 Jun, 2016 2 commits
  27. 14 Jun, 2016 1 commit
  28. 03 Jun, 2016 2 commits
  29. 08 May, 2016 1 commit
  30. 04 May, 2016 1 commit
  31. 01 Feb, 2016 1 commit
  32. 29 Jan, 2016 1 commit