Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Jan 17, 2018
  3. Jan 08, 2018
  4. Nov 16, 2017
  5. Oct 05, 2017
  6. Sep 18, 2017
  7. Aug 22, 2017
  8. Jul 19, 2017
  9. Jul 06, 2017
  10. Jul 05, 2017
  11. Jun 21, 2017
  12. May 24, 2017
  13. May 02, 2017
  14. Apr 20, 2017
  15. Apr 03, 2017
  16. Feb 23, 2017
  17. Feb 13, 2017
  18. Jan 15, 2017
  19. Dec 15, 2016
  20. Dec 14, 2016
  21. Dec 13, 2016
  22. Nov 23, 2016
  23. Nov 21, 2016
  24. Nov 18, 2016
    • 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
  25. Nov 12, 2016
  26. Nov 07, 2016
  27. Oct 07, 2016
  28. Sep 20, 2016
  29. Sep 19, 2016
  30. Jul 01, 2016
  31. Jun 16, 2016
  32. Jun 14, 2016
Loading