Files
gitlabhq/lib/gitlab
Dmitriy ZaporozhetsandMarin Jankovski 325cedebe3 Merge branch 'fix-broken-new-project-import' into 'master'
Fix OAuth2 issue importing a new project from GitHub and GitLab

It appears that the GitLab OAuth2 client options were converted to strings instead of symbols when merged with the default options (i.e. `{}.merge(github_options)`). As a result, the OAuth2 defaults were being used. For example, the OAuth2 client options would have a key with `authorize_url` and `:authorize_url`, but the former was never used. As a result, the OAuth2 client would always use the wrong URL to talk to GitHub.

Note that this bug should also have affected GitLab, but not Bitbucket: The OAuth client is careful to convert all keys to symbols.

Closes #1268

See merge request !425
2015-03-24 12:23:52 -07:00
..
2014-09-29 12:05:17 +03:00
2015-02-24 11:43:20 +02:00
2014-12-08 13:39:18 +01:00
2014-10-06 00:14:46 +02:00
2015-02-24 15:07:24 +01:00
2014-10-06 00:14:46 +02:00
2014-11-06 13:07:42 +02:00
2014-01-19 23:39:56 +04:00
2015-02-24 15:07:24 +01:00
2014-10-31 17:22:16 -07:00
2014-10-06 00:14:46 +02:00
2014-10-06 00:14:46 +02:00
2015-01-10 09:51:43 -08:00
2014-08-27 15:26:35 +03:00
2014-10-06 00:14:46 +02:00
2015-03-11 21:29:11 -07:00
2014-11-06 13:07:42 +02:00
2013-06-06 10:10:51 +09:00