Граф коммитов

560 Коммитов

Автор SHA1 Сообщение Дата
Erik Michaels-Ober 8ab50a2690 Add jruby-openssl dependency on the java platform 2011-05-09 11:52:45 -07:00
Erik Michaels-Ober 5a1f4512f9 Add JRuby back to the CI matrix 2011-05-09 11:25:57 -07:00
Erik Michaels-Ober 15d280ac58 Test against ruby-head (currently 1.9.3) 2011-05-09 09:42:20 -07:00
Erik Michaels-Ober 202064265b Convert all GitHub links to HTTPS 2011-05-07 11:55:57 -07:00
Erik Michaels-Ober f835f99265 Convert license to Markdown 2011-05-07 11:55:39 -07:00
Erik Michaels-Ober fd17bb7024 Change Markdown extension to .md 2011-05-07 11:54:49 -07:00
Erik Michaels-Ober e704cd8e59 Merge branch 'master' of github.com:intridea/omniauth 2011-05-06 18:14:49 -07:00
Erik Michaels-Ober d259340b7c Remove dynamic code from gemspec because it can only be built one way 2011-05-06 18:14:37 -07:00
Erik Michaels-Ober fefbffd40f Merge pull request #317 from bobbymarko/master
Facebook Username Fix
2011-05-06 17:42:02 -07:00
Bobby Marko f016e035be switched nickname to pull from facebook username instead of the end of the users profile url 2011-05-06 16:55:04 -07:00
Erik Michaels-Ober e31acbcdb6 Merge pull request #316 from eviltrout/master
Linked In Fix - User with No URLS or exactly one URL.
2011-05-06 12:48:20 -07:00
Robin Ward 65f58e0f3d Fixes an issue with a user having exactly one URL - .each was iterating through
the hash keys/values and raising an exception.

Also supports members with no URLs.
2011-05-06 14:42:36 -04:00
Michael Bleigh 708b1fc373 Merge pull request #314 from antonlitvinenko/patch-1
credentials.merge(...) without exclamation mark doesn't put values into credentials hash
2011-05-05 18:46:04 -07:00
Anton Litvinenko ec45ecf556 credentials.merge(...) without exclamation mark doesn't put values into credentials hash instead it returns a new 'merged' hash which is not assigned to anything and 'refresh_token' value never gets added to credentials hash.
With exclamation mark value is added directly to credentials hash (and everybody is happy!)
2011-05-05 18:17:27 -07:00
Erik Michaels-Ober 1fcbd5fb0c Merge pull request #313 from jamiew/master
Catch Timeout exceptions from OAuth2 (Facebook)
2011-05-05 09:39:27 -07:00
Jamie Wilkinson 7f9d2f9501 Rescue timeout errors in OAuth2, e.g. Facebook 2011-05-05 09:07:07 -07:00
Michael Bleigh f791ca72bc Merge pull request #312 from customink/master
Use script_name when in test mode
2011-05-04 19:35:05 -07:00
Andrew Willis 46353bbb5f Use script_name when in test mode 2011-05-04 22:18:48 -04:00
Michael Bleigh 99a316f5b1 Remove #try dependency from recent pull. 2011-05-03 17:12:24 -05:00
Michael Bleigh ac27772dfd Merge pull request #302 from heydiplo/master.
vkontakte empty response handling
2011-05-03 13:38:53 -07:00
Erik Michaels-Ober 7add2bb254 Add link to Travis 2011-05-02 18:00:54 -07:00
Erik Michaels-Ober 4a7c0db034 Merge pull request #307 from canavese/master.
Gowalla refresh token and expiration fields
2011-05-02 16:12:51 -07:00
Paul Canavese b4c3df1d83 Passing Gowalla refresh_token and token expiration time through in the auth_hash, so that application can refresh as needed. 2011-05-02 15:52:20 -07:00
Erik Michaels-Ober bb64d1f5d0 Merge pull request #305 from webdoc/master.
Use redirect method from oa-core instead of calling the Rack method directly in oauth strategy
2011-05-02 07:38:01 -07:00
Noé Froidevaux 8999ab53b4 Use redirect method from oa-core instead of calling the Rack method directly in oauth strategy 2011-05-02 15:58:22 +02:00
Pasha Puzikov cfab8da7d2 vkontakte empty response handling 2011-05-01 17:32:55 +04:00
Erik Michaels-Ober 378cd36e0f Merge pull request #301 from lexer/master.
Hotfix for mailru broken spec
2011-04-30 05:23:55 -07:00
lexer db3dab4c6e pass private_key via hash 2011-04-30 20:23:11 +08:00
lexer 266bf18b4c pass private_key via hash 2011-04-30 17:50:58 +06:00
Erik Michaels-Ober acec211792 Merged pull request #300 from vladgurovich/patch-2.
Fixed remnants of Nokogiri parsing in LinkedIn Strategy
2011-04-29 19:05:16 -07:00
Erik Michaels-Ober 035a91aa32 Merged pull request #299 from unixcharles/master.
Google oauth, default scope
2011-04-29 19:02:34 -07:00
Vladimir Gurovich 886f5f55bf Fixed remnants of Nokogiri parsing: MultiXml.parse returns parsed hash - no need to xpath it 2011-04-29 18:53:26 -07:00
Charles Barbier b1fa4a8187 Fix Google oauth default scope, check for https and http url format 2011-04-29 18:21:35 -07:00
Michael Bleigh 8ffda7c9b4 Merged pull request #297 from vladgurovich/patch-1.
typo in reference to MultiXml
2011-04-29 16:17:18 -07:00
Vladimir Gurovich 186ca3c812 typo in reference to MultiXml 2011-04-29 16:14:59 -07:00
Erik Michaels-Ober cf590f5749 Merged pull request #296 from lexer/master.
Add support for mail.ru oauth2
2011-04-29 01:49:20 -07:00
Alexey Zakharov 64f96f0182 add mailru spec 2011-04-29 13:41:03 +06:00
Alexey Zakharov 2e205d0a57 add mailru credits 2011-04-29 13:38:24 +06:00
lexer fc211c6aad remove location 2011-04-29 13:34:23 +06:00
lexer 3d04052369 add debug user_data 2011-04-29 13:25:32 +06:00
lexer a5af1647cb add debug user_data 2011-04-29 13:21:42 +06:00
lexer 73bd71add3 parse mail ru user info 2011-04-29 13:17:54 +06:00
lexer 89af23faa9 add sig calculation 2011-04-29 12:58:11 +06:00
lexer 97df86d11d add email user info 2011-04-29 12:32:54 +06:00
lexer 67bc70a9e3 add email user info 2011-04-29 12:27:40 +06:00
lexer 8a552cd43f add getInfo request 2011-04-29 12:11:56 +06:00
lexer 5f6aad94b5 remove widget scope 2011-04-29 12:08:23 +06:00
lexer 5d15e99649 add empty user data 2011-04-29 12:00:18 +06:00
lexer f82d19b3c5 remove get user data phase 2011-04-29 11:57:36 +06:00
lexer 9e46477e85 add widget option back 2011-04-29 11:43:05 +06:00