David LaMacchia
|
807d4560bc
|
patch for copious version
|
2011-10-28 17:16:09 -07:00 |
David LaMacchia
|
0743594cf8
|
update version to 0.3.2.1.copious
|
2011-10-28 12:50:42 -07:00 |
David LaMacchia
|
cb50883ee0
|
Merge branch 'copious' of github.com:dlamacchia/omniauth into dev
Conflicts:
oa-oauth/lib/omniauth/oauth.rb
oa-oauth/lib/omniauth/strategies/facebook.rb
oa-oauth/lib/omniauth/strategies/oauth/twitter.rb
oa-oauth/lib/omniauth/strategies/oauth2.rb
oa-oauth/oa-oauth.gemspec
|
2011-10-28 12:43:24 -07:00 |
Michael Bleigh
|
6c1f4db4c3
|
Merge pull request #517 from bdotdub/0-3-stable
Make instagram strategy fetch user data from full url. Fixes #431
|
2011-10-20 19:35:05 -07:00 |
Benny Wong
|
efa1948215
|
Make instagram strategy fetch user data from full url. Fixes #431
|
2011-10-20 21:05:02 -04:00 |
Erik Michaels-Ober
|
3aff8a3d71
|
Make release script compatible with Ruby 1.8
|
2011-10-20 16:20:31 -07:00 |
Erik Michaels-Ober
|
05a76deff7
|
Bump version to 0.3.2
|
2011-10-20 16:15:58 -07:00 |
Erik Michaels-Ober
|
b15870d4a7
|
Bump version to 0.3.1
|
2011-10-20 12:26:08 -07:00 |
Erik Michaels-Ober
|
6d20b1bae5
|
Merge pull request #515 from roccoblues/0-3-stable
0-3-stable branch: add missing email address to xing strategy
|
2011-10-20 09:24:59 -07:00 |
Dennis Schön
|
cf5dae6bae
|
add email address to user_info hash in xing strategy
|
2011-10-20 18:19:52 +02:00 |
Michael Bleigh
|
20a0e183bf
|
Merge pull request #514 from krzyzak/0-3-stable
Fix thirty seven signals strategy
|
2011-10-20 07:19:32 -07:00 |
Michał Krzyżanowski
|
729b892c6b
|
fixed thirty_seven_signals strategy
|
2011-10-20 15:04:48 +02:00 |
Erik Michaels-Ober
|
3cb973f793
|
Merge pull request #513 from mkdynamic/0-3-stable
Stop rescuing all OAuth2::Errors and re-raising as RuntimeErrors
|
2011-10-20 04:57:23 -07:00 |
Mark Dodwell
|
8b72f2977d
|
stop rescuing all OAuth2::Errors and re-raising as RuntimeErrors
|
2011-10-20 00:11:30 -07:00 |
Erik Michaels-Ober
|
1f515023b4
|
Merge pull request #511 from sumskyi/0-3-stable
0 3 stable
|
2011-10-19 06:31:57 -07:00 |
vlad
|
006d3cc01c
|
make possible to set custom route name for google_oauth2 strategy
|
2011-10-19 16:02:23 +03:00 |
Erik Michaels-Ober
|
cb40c8855c
|
Merge pull request #509 from josevalim/patch-1
Stop swallowing OAuth2::Error when building access token.
|
2011-10-19 04:51:04 -07:00 |
José Valim
|
1f280a56ab
|
Stop swallowing OAuth2::Error when building access token.
Otherwise Facebook errors will be raised as an runtime exception
which won't be passed by the on_failure callback.
|
2011-10-19 10:31:10 +03:00 |
Michael Bleigh
|
d9d9e9d45a
|
Merge pull request #508 from philspitler/0-3-stable
0-3-Stable: Resolved issue adding authorize_params to google strategy.
|
2011-10-18 11:55:35 -07:00 |
Phil Spitler
|
d403418b50
|
added authorize_params to monkeypatch in google strategy
|
2011-10-18 14:20:13 -04:00 |
Erik Michaels-Ober
|
2447925e11
|
Merge pull request #506 from altuure/0-3-stable
0 3 stable
|
2011-10-15 13:00:13 -07:00 |
altuure
|
7ea4a471dc
|
gowalla fix
|
2011-10-15 21:52:54 +02:00 |
Michael Bleigh
|
ccad9faa9b
|
Merge pull request #501 from chriswarren/0-3-stable
Added MySpace strategy
|
2011-10-14 14:04:37 -07:00 |
Michael Bleigh
|
49898b5e7e
|
Merge pull request #469 from umairsiddique/0-3-stable
0-3-stable - Support for Facebook JavaScript SDK
|
2011-10-14 11:44:57 -07:00 |
Michael Bleigh
|
94c7b29648
|
Merge pull request #476 from rwilcox/add_name_option_to_saml_strategy
allow SAML strategy to have a custom name
|
2011-10-14 10:13:35 -07:00 |
Michael Bleigh
|
2ef48ea126
|
Merge pull request #497 from rwilcox/add_saml_attributes_to_extra_hash
Add SAML attributes to extra hash
|
2011-10-14 10:08:15 -07:00 |
Michael Bleigh
|
daa6097963
|
Merge pull request #505 from bradrobertson/0-3-stable
Update salesforce strategy to send proper OAuth header with token
|
2011-10-14 10:01:46 -07:00 |
bradrobertson
|
a0abb77979
|
set OAuth header so salesforce user query doesnt error out
|
2011-10-13 17:42:33 -04:00 |
bradrobertson
|
a560b515b1
|
fix tests
|
2011-10-13 17:29:00 -04:00 |
Christopher Warren
|
72ca83341d
|
Added MySpace strategy
|
2011-10-11 11:34:01 -07:00 |
Ryan Wilcox
|
7fb89f471a
|
add attributes (from the AttributeStatement parent) to the ominauth extras hash
|
2011-10-07 14:44:32 -04:00 |
Ryan Wilcox
|
42d70560cc
|
add attributes (from the AttributeStatement parent) to the ominauth extras hash
|
2011-10-07 14:41:45 -04:00 |
Michael Bleigh
|
84b75d001b
|
Merge pull request #488 from roccoblues/add_xing_strategy
Add xing strategy
|
2011-09-27 11:29:30 -07:00 |
Dennis Schön
|
80788e2a15
|
add XING strategy
|
2011-09-27 15:53:49 +02:00 |
Michael Bleigh
|
bf0222628f
|
Bump version to 0.3.0
|
2011-09-22 11:48:17 -05:00 |
Michael Bleigh
|
cc3391b5cc
|
Fix Twitter spec. How did that default get flipped anyway?
|
2011-09-22 11:46:26 -05:00 |
Michael Bleigh
|
58d5e143e7
|
Switch twitter back to /authenticate, Closes #466, Closes #478
|
2011-09-22 11:44:13 -05:00 |
Michael Bleigh
|
d0f1e727cb
|
Merge pull request #468 from soorajb/master
Fix for missing space in google email scope (issue #467)
|
2011-09-22 09:34:14 -07:00 |
Michael Bleigh
|
48d4d71f77
|
Merge pull request #473 from gruen/0-3-stable
0 3 stable
|
2011-09-22 09:31:44 -07:00 |
Ryan Wilcox
|
632f941953
|
allow SAML strategy to have a custom name
|
2011-09-20 11:03:09 -04:00 |
Erik Michaels-Ober
|
e22e77d32d
|
Fix syntax error on Ruby 1.8
|
2011-09-15 12:03:06 -07:00 |
Erik Michaels-Ober
|
9137efddcd
|
Update multi_xml dependency to version 0.4.0
|
2011-09-15 11:33:35 -07:00 |
Michael E. Gruen
|
510c42069c
|
fixed method header
|
2011-09-15 01:04:13 -04:00 |
Michael E. Gruen
|
1512c2c6bf
|
Fixed typo on method definition.
|
2011-09-15 01:42:04 -03:00 |
Michael E. Gruen
|
4e75459b6f
|
Fixed Goodreads strategy to work. (MultiXml returns a hash.)
|
2011-09-15 01:16:04 -03:00 |
Umair Siddique
|
67bcf5ec52
|
Added support for Facebook signed_request.
|
2011-09-12 08:46:29 +05:00 |
Erik Michaels-Ober
|
a9598eebd5
|
Merge pull request #463 from roadly/0-3-stable
Replacing Yammer OAuth with the new OAuth2
|
2011-09-11 09:09:06 -07:00 |
Sooraj Balakrishnan
|
2bfb889726
|
Fixed the missing space for google email scope
|
2011-09-11 21:37:56 +05:30 |
Bruno Mattarollo
|
0aa9452a09
|
Replacing Yammer OAuth with the new OAuth2
|
2011-09-10 18:21:40 +10:00 |
Michael Bleigh
|
e01584408b
|
Merge pull request #411 from viking/remove-stringify-keys-use
Remove use of stringify_keys in OmniAuth::Configuration#add_mock
|
2011-09-03 09:47:36 -07:00 |