gitlab-org--gitlab-foss/app
Jeroen van Baarsen 3865a1d925 Allow special characters in users bio
**What does this do?**
It removes the very strict sanitation on the users bio field, so that people can
have a bio like "I <3 GitLab"

**Why is this needed?**
Currently when you enter a bio with "I <3 GitLab", we only store "I ". This is
unexpected behaviour, since we want users to have a normal profile, without
having to worry what characters are allowed and which are not.

**Related issues:**
Fixes https://github.com/gitlabhq/gitlabhq/issues/5625

Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-05-28 10:45:22 +02:00
..
assets Persist current merge request tab selection via URL 2015-05-27 22:39:11 -04:00
controllers Set milestone on new issue when creating issue from index with milestone filter active. 2015-05-27 14:22:11 +02:00
finders Set milestone on new issue when creating issue from index with milestone filter active. 2015-05-27 14:22:11 +02:00
helpers Merge branch 'accepted-rejected-mrs' into 'master' 2015-05-27 11:40:36 +00:00
mailers Prefix EmailsOnPush email subject with [Git]. 2015-05-25 16:35:37 +02:00
models Allow special characters in users bio 2015-05-28 10:45:22 +02:00
services Merge branch 'rs-to_reference' into 'master' 2015-05-27 10:03:14 +00:00
uploaders Fix URL to uploaded file. 2015-02-20 16:01:37 +01:00
views Merge pull request #9184 from rumpelsepp/english 2015-05-28 10:43:41 +02:00
workers Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00