Commit Graph

118 Commits (4ce38514ae54ac6f90868a35514c36558770fa66)

Author SHA1 Message Date
Tom Anderson 4ce38514ae Setup base unit testing framework 2014-04-24 15:22:57 -07:00
Tom Anderson 6387ae33fe Added php-cs-fixer to dev and ran it 2014-04-23 21:49:08 -07:00
Tom Anderson 399a6167c4 Fix perms to 644 2014-04-23 21:49:08 -07:00
Tom Anderson 33b0147bf3 psr-4 2014-04-23 21:49:08 -07:00
Phil Sturgeon bb6cee5f60 Merge pull request #72 from TomHAnderson/custom-grants
Grant namespace for verifying instance was improperly referenced
2014-04-23 23:02:19 +01:00
Tom Anderson 99aff3936b Grant namespace for verifying instance was improperly referenced 2014-04-23 14:48:19 -07:00
Alex Bilbie 2dde0d98f9 Merge pull request #71 from dragoonis/patch-1
Adding in multi-version syntax support for http_build_query
2014-04-21 18:29:46 +01:00
Paul Dragoonis 69209e8dd6 Adding in multi-version syntax support for http_build_query 2014-04-20 23:02:10 +01:00
Phil Sturgeon a1092a8500 Merge pull request #70 from dwightwatson/master
Fix issue if Facebook user doesn't have a username
2014-04-20 17:15:00 +03:00
Dwight Watson 1611d9b917 Fix issue if Facebook user doesn't have a username 2014-04-20 10:56:22 +10:00
Ben Corlett 91bd27b184 Merge pull request #45 from suwardany/fixes/instagram
instagram missing methods
2014-03-07 13:04:39 +11:00
Ben Corlett 9ad874329b Merge pull request #61 from jamesmills/master
This should fix issue #59
2014-02-10 21:26:55 +11:00
James Mills f9466207ef This should fix issue #59
I have added a new parameter to the IdentityProvider to hold any headers that a Provider needs. By default this is null. In the Eventbrite Provider I have added the headers needed to get Eventbrite to work.
2014-02-10 13:36:58 +04:00
Alex Bilbie db44a41af2 Merge pull request #58 from jamesmills/master
Removed debug and commented out code. Thanks Mr S.
2014-02-04 02:14:59 -08:00
James Mills d79cdb6a5f Removed debug and commented out code. Thanks Mr S. 2014-02-04 14:11:05 +04:00
Alex Bilbie b61484ce17 Delete .travis.yml 2014-02-04 09:45:28 +00:00
Alex Bilbie 3dcb6298f9 Merge pull request #57 from jamesmills/master
Adding Eventbrite
2014-02-04 01:45:10 -08:00
James Mills 073a0f6496 Added Eventbrite to the list of inbuilt providers 2014-02-04 10:14:08 +04:00
James Mills 97610c7394 Added Eventbrite to the list of built-in identity providers 2014-02-04 10:11:42 +04:00
James Mills 998bbc7f21 This might be a better way of explaining in the README how to call Eventbrite 2014-02-04 10:09:41 +04:00
James Mills 2e896998c2 When sending an request to get an Access Token to Eventbrite you also have to send 'grant_type with value of authorization_code'.
Not really sure how to document this?
2014-02-04 10:06:43 +04:00
James Mills 754250d3af When you make requests to the Eventbrite API using oauth2 access_token you need to send an Authorization header field with value of Bearer otherwise you get error.
This is not needed for all the oauth stuff just the last call to the API to fetchUserDetails.

I am not sure if this will brake other requests to other providers or if they will just ignore this extra header?
2014-02-04 10:04:08 +04:00
James Mills b5aa8a6262 Adding Eventbrite Provider 2014-02-04 09:55:29 +04:00
Phil Sturgeon 9444d00868 Merge pull request #56 from pborreli/typos
Fixed typos
2014-02-01 17:07:29 -08:00
Pascal Borreli 1e7826ee26 Fixed typos 2014-02-01 22:59:40 +00:00
Phil Sturgeon c6596eca9d Update composer.json 2014-01-22 22:40:44 -05:00
Phil Sturgeon 0c829f4bf1 Update README.md 2014-01-22 22:39:53 -05:00
Phil Sturgeon f53ba1d052 Merge pull request #51 from robertpitt/master
Image URL not present within Google Identity
2014-01-17 07:41:24 -08:00
Robert Pitt be12622ce6 Image URL not present within Google Identity
Image url is set to incorrect key within the User Object.;
2014-01-17 14:42:53 +00:00
Alex Bilbie bde9e98de1 Merge pull request #50 from sdh100shaun/master
http_build_query params change as per issue#48
2014-01-16 04:01:11 -08:00
Shaun Hare b1714b4a0a Changed IdentityProvider to enforce & as query param separator and ignore ini setting 2014-01-16 11:58:33 +00:00
Phil Sturgeon dda8398ad3 Merge pull request #47 from robertpitt/master
Set approval prompt to auto from force
2014-01-12 06:40:25 -08:00
Robert Pitt e1dac23e2e Set approval prompt to auto from force 2014-01-11 23:09:11 +00:00
Alex Bilbie eed8424c2e Merge pull request #44 from bitdeli-chef/master
Add a Bitdeli Badge to README
2013-12-17 06:19:56 -08:00
Suhayb El Wardany 4a9f0259bb instagram missing methods 2013-12-10 02:52:55 +02:00
Bitdeli Chef cc16e3bbbe Add a Bitdeli badge to README 2013-12-05 21:20:59 +00:00
Phil Sturgeon 38b94802fd PSR-2 CS Fixes 2013-11-17 21:45:28 -05:00
Phil Sturgeon ecabb7df87 Listed MIT in README 2013-11-17 21:18:44 -05:00
Phil Sturgeon 737d7b4ead Added widgets 2013-11-17 21:18:23 -05:00
Phil Sturgeon 54664756b4 Create LICENSE 2013-11-17 21:16:50 -05:00
Alex Bilbie 760fd27cc8 Merge pull request #37 from PavelPolyakov/master
Vkontakte Provider has been added
2013-11-17 04:17:26 -08:00
Pavel Polyakov bcd04c1f0f Vkontakte Provider has been added 2013-11-14 09:40:10 +02:00
Phil Sturgeon 059f050b3b Merge pull request #31 from crhayes/master
Rename Linkedin.php to LinkedIn.php
2013-11-04 20:03:31 -08:00
Chris Hayes c26c090563 Rename Linkedin.php to LinkedIn.php
Fixed an issue where LinkedIn provider wasn't found in case-sensitive environments.
2013-10-30 09:53:29 -04:00
Alex Bilbie 8335c7f0fb Merge pull request #28 from ipalaus/feature/scopes
Added getScopes and setScopes methods to IdentityProvider.
2013-10-22 07:09:57 -07:00
Isern Palaus 94f27933d4 Added getScopes and setScopes methods to IdentityProvider.
Signed-off-by: Isern Palaus <ipalaus@ipalaus.com>
2013-10-22 15:57:22 +02:00
Phil Sturgeon ed42479b9f Create .travis.yml 2013-10-09 06:39:16 -04:00
Phil Sturgeon b1f6c607f2 Merge pull request #25 from crhayes/master
Update LinkedIn Provider
2013-10-09 03:37:23 -07:00
Chris Hayes 8385a170dc Update LinkedIn Provider
Added missing userUid(), userEmail(), and userScreenName() methods.
2013-10-09 00:39:18 -04:00
Phil Sturgeon 2ef9872cce Merge pull request #22 from tomaszsobczak/identityprovider-google-fix
Fixed Provider\Google#userDetails to match Provider\User implementation
2013-09-27 12:08:41 -07:00