1. 18 Nov, 2016 2 commits
    • Timothy Andrew's avatar
      Add changelog entry for #24276 / !7500 · f36e1dbf
      Timothy Andrew authored
      f36e1dbf
    • 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
  2. 16 Nov, 2016 2 commits
  3. 15 Nov, 2016 34 commits
  4. 14 Nov, 2016 2 commits