gitlab-org--gitlab-foss/app
Douwe Maan 75c8faf7ba Merge branch '24276-usernames-with-dots' into 'master'
Allow registering users where the username contains dots (.)

## What does this MR do?

- Allow registering users whose usernames contains dots `.`
- This can currently be done by registering with a username containing no dots, and then editing the username to have dots in the user's profile settings.

## Does this MR meet the acceptance criteria?

-  [#24276/!7500] Unable to register names with dot
    - [x]  Implementation
    - [x]  Tests
        - [x]  Added
        - [x]  [Passing](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7500/builds)
    - [x]  Meta
        - [x]  CHANGELOG entry created
        - [x]  Documentation created/updated
        - [x]  API support added
        - [x]  Branch has no merge conflicts with `master`
        - [x]  Squashed related commits together
    - [x]  Review
        - [x]  Endboss
            - [x]  Use `Gitlab::Regex::NAMESPACE_REGEX_STR` instead of a hardcoded pattern
            - [x]  Define `NAMESPACE_REGEX_STR` in terms of `NAMESPACE_REGEX_STR_JS`
    - [ ]  Wait for merge


## What are the relevant issue numbers?

- Closes #24276

See merge request !7500
2016-11-18 09:55:06 +00:00
..
assets Merge branch '24057-a11y-content-shortcut' into 'master' 2016-11-18 01:23:13 +00:00
controllers Merge branch 'namespace-validation' into 'master' 2016-11-18 09:54:16 +00:00
finders Limit labels returned for a specific project as an administrator 2016-11-16 15:04:51 +02:00
helpers Avoid code duplication for label subscription status on label partial 2016-11-17 15:10:13 -02:00
mailers Merge remote-tracking branch 'upstream/master' into pipeline-notifications 2016-11-08 23:52:17 +08:00
models Merge branch 'feature/subscribe-to-group-level-labels' into 'master' 2016-11-17 18:50:24 +00:00
policies Merge branch 'pipeline-notifications' into 'master' 2016-11-09 13:41:04 +00:00
serializers Simplify implementation of entity serializers 2016-11-04 15:00:39 +01:00
services Merge branch 'feature/subscribe-to-group-level-labels' into 'master' 2016-11-17 18:50:24 +00:00
uploaders
validators
views Merge branch '24276-usernames-with-dots' into 'master' 2016-11-18 09:55:06 +00:00
workers Merge branch '21076-deleted-merged-branches' into 'master' 2016-11-15 12:08:22 +00:00