diff options
author | Nathan Neulinger <nneul@neulinger.org> | 2017-04-10 08:02:31 -0500 |
---|---|---|
committer | Nathan Neulinger <nneul@neulinger.org> | 2017-07-12 07:48:48 -0500 |
commit | 4f47de62b47e136ffe335dc93acff3f6cd69b98f (patch) | |
tree | 502f26a0d6e44abd99a1e621b4880267b0ab82a6 /changelogs | |
parent | 571c4f5a4f1b9f6a21f3f3af462fac4c1ea5f42a (diff) | |
download | gitlab-ce-4f47de62b47e136ffe335dc93acff3f6cd69b98f.tar.gz |
Stop sanitizing user 'name' when inserting into db
Add spec tests for encoding
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/10085-stop-encoding-user-name.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/10085-stop-encoding-user-name.yml b/changelogs/unreleased/10085-stop-encoding-user-name.yml new file mode 100644 index 00000000000..8fab474e047 --- /dev/null +++ b/changelogs/unreleased/10085-stop-encoding-user-name.yml @@ -0,0 +1,4 @@ +--- +title: "Insert user name directly without encoding" +merge_request: 10085 +author: Nathan Neulinger <nneul@neulinger.org> |