- 06 Nov, 2017 1 commit
-
-
Douwe Maan authored
-
- 05 Oct, 2017 1 commit
-
-
Tiago Botelho authored
-
- 02 Oct, 2017 1 commit
-
-
Tiago Botelho authored
-
- 28 Sep, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 25 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 14 Sep, 2017 1 commit
-
-
Rémy Coutable authored
Some providers freeze their name (e.g. https://github.com/zquestz/omniauth-google-oauth2/blob/414c43ef3ffec37d473321f262e80f1e46dda89f/lib/omniauth/strategies/google_oauth2.rb#L1), so trying to modify the string would fail with a `can't modify frozen String` exception (see https://gitlab.com/gitlab-org/gitlab-ce/issues/37845#note_40308148). In this case, we can just stop trying to force the encoding of the provider name as they should always be in utf8 by default. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 06 Sep, 2017 1 commit
-
-
Alexander Keramidas authored
-
- 11 Aug, 2017 1 commit
-
-
Robert Speicher authored
Also marks a few things as uncovered, and removes an unused class.
-
- 02 Aug, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 12 Jul, 2017 1 commit
-
-
Nick Thomas authored
-
- 23 Jun, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 07 Jun, 2017 1 commit
-
-
Robin Bobbitt authored
-
- 30 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 25 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 13 Apr, 2017 1 commit
-
-
geoandri authored
-
- 27 Mar, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 01 Mar, 2017 1 commit
-
-
Sean McGivern authored
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 30 Nov, 2016 1 commit
-
-
Drew Blessing authored
The error saving the user is logged to application.log. Previously, the entry had no context and was unusable - 'Error saving user: [Email address already taken]'. Adding the auth hash UID and email makes the error more helpful.
-
- 10 Nov, 2016 1 commit
-
-
Drew Blessing authored
-
- 29 Jun, 2016 2 commits
-
-
Patricio Cano authored
Fixed privilege escalation issue where manually set external users would be reverted back to internal users if they logged in via OAuth and that provider was not in the `external_providers` list.
-
Grzegorz Bizon authored
-
- 22 Jun, 2016 1 commit
-
-
Drew Blessing authored
-
- 08 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 07 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 06 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 11 Apr, 2016 2 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
- 18 Feb, 2016 4 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Douwe Maan authored
This reverts commit c04e22fb, reversing changes made to 0feab326.
-
Patricio Cano authored
-
- 19 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 15 Jan, 2016 1 commit
-
-
Steffen Köhler authored
some OAuth providers (kerberos for example) only provide a username and an email, but no name. Therefore a signup fails because the name is empty. Best guess for the name is probably the username, therefore use it as name.
-
- 22 Dec, 2015 1 commit
-
-
Patricio Cano authored
-
- 15 Dec, 2015 1 commit
-
-
tduehr authored
-
- 10 Dec, 2015 1 commit
-
-
Corey Hinshaw authored
-