Commit Graph

334 Commits (99056462e37100f31fa7e950f96a46b190fa286b)

Author SHA1 Message Date
Matthieu Napoli b7bc1ad49e Added `scopes` in the README example 2014-09-22 17:06:12 +12:00
Troy Pavlek eca3208e3d Added Battle.net composer package to README 2014-09-12 15:08:29 -06:00
Troy Pavlek aa2cab090f Updated AccessToken to support Battle.net accountId return values 2014-09-12 06:49:34 -06:00
Alex Bilbie 47d94477cf Merge pull request #133 from GrahamCampbell/patch-1
Update .travis.yml
2014-08-31 16:47:00 +01:00
Graham Campbell ff09399e43 Update .travis.yml 2014-08-30 11:11:37 +01:00
Phil Douglas bae3b4d927 Made linkedin pictureurl an optional response data element 2014-07-30 14:52:52 +10:00
Phil Sturgeon f3cac73c24 Merge pull request #122 from pmjones/master
add an interface for injection typehints
2014-07-08 17:26:17 +01:00
Paul M. Jones f780b18fef add an interface for injection typehints 2014-07-08 10:35:08 -05:00
Ari Pringle 64250a71d9 increase test coverage 2014-07-01 09:41:49 -06:00
Ari Pringle f4ddf1f34d fix whitespace 2014-06-30 11:41:03 -06:00
Ari Pringle bf178d4258 update tests to make use of hd param 2014-06-30 11:38:05 -06:00
Ari Pringle 8cbd2c7b61 add support for Google's hd param 2014-06-30 11:30:31 -06:00
Phil Sturgeon 73a96b69ef Merge pull request #113 from jackshakes/pr-token-expires-option
Address issue with handling of 'expires' option in AccessToken entity
2014-06-28 14:08:33 +01:00
jlehner ea2023237a Updating logic for populating the token expiration time. Assessing both expires_in and expires options while attempting to compensate for providers not staying standard to the spec. 2014-06-26 19:49:41 -04:00
Phil Sturgeon 09a0c051bf Merge pull request #109 from kornrunner/user-undefined-variable
Use of undefined variable in `User` entity
2014-06-11 09:16:32 +01:00
Phil Sturgeon 914200b515 Merge pull request #108 from kornrunner/user-gender-locale
User gender and locale
2014-06-11 09:12:14 +01:00
Boris Momčilović 195cdd523e User: use `$property` variable instead of (undefined) `$name`, fixes possible notice 2014-06-11 01:43:53 +02:00
Boris Momčilović e4bef9976d Entity: User: added `gender` and `locale` properties 2014-06-11 01:32:12 +02:00
Phil Sturgeon 2747bf0f70 Merge pull request #105 from cyk/expose-auth-state
Expose generated state to allow for CSRF validation.
2014-06-08 23:27:16 +01:00
Cy 26adb5081b Expose generated state to allow for CSRF validation. 2014-06-08 12:25:03 -07:00
Phil Sturgeon 0051451ce5 Merge pull request #100 from benjisg/fix-README-token-properties
Fixes the README examples of using the access token properties
2014-05-22 18:00:57 +01:00
Benji Schwartz-Gilbert b91e005dd0 Fixes the README examples of using the access token properties 2014-05-22 06:46:57 -07:00
Alex Bilbie 1008fbee5e Copyright year bump 2014-05-20 19:48:16 +01:00
Phil Sturgeon 25eaf39ba9 Create CONTRIBUTING.md 2014-05-20 09:43:16 +01:00
Phil Sturgeon ae769eac07 Added credits to the README 2014-05-20 09:34:52 +01:00
Phil Sturgeon 49dd0a465c Added sniply 2014-05-12 15:01:32 +01:00
Phil Sturgeon f2d1b6589b Merge pull request #94 from tlikai/providers
Add third-party providers link to README
2014-05-09 11:08:06 +01:00
likai 762bc83b04 Add third-party providers links to README 2014-05-09 14:36:47 +08:00
Phil Sturgeon f559ca1dd5 Fixed #90: Authoriztioncode v AuthoriztionCode 2014-05-04 18:51:12 +01:00
Phil Sturgeon 424b15d4a8 Fixed PHPCS issues. 2014-05-03 11:55:30 +01:00
Phil Sturgeon 0993f472a6 Added Coveralls badge. 2014-05-03 11:34:52 +01:00
Phil Sturgeon 22eb57e49c Use new coverage approach. 2014-05-03 11:30:26 +01:00
Phil Sturgeon 23f8878ad7 Merge pull request #89 from GrahamCampbell/patch-1
Update composer.json
2014-05-03 10:36:09 +01:00
Graham Campbell a2726ccb47 Update composer.json 2014-05-03 10:18:59 +01:00
Phil Sturgeon 809936ae64 Update README.md 2014-04-30 10:14:44 +01:00
Phil Sturgeon 32b847ced7 Merge pull request #83 from TomHAnderson/ilikestupid
KISS
2014-04-30 10:14:28 +01:00
Tom Anderson 4a138df1f1 KISS 2014-04-29 19:03:22 -07:00
Phil Sturgeon b10258474e Update README.md 2014-04-29 23:21:30 +01:00
Phil Sturgeon a3ea33f2c5 Update README.md 2014-04-29 23:20:09 +01:00
Phil Sturgeon 925e47b480 Update README.md 2014-04-29 22:53:42 +01:00
Phil Sturgeon 80c704679d Renamed Authorizationcode to AuthorizationCode
PSR-0 and Ubuntu both care about case-sensitivity.
2014-04-29 10:55:17 +01:00
Phil Sturgeon 9817cfcbb5 Merge pull request #78 from TomHAnderson/entity
Proper User Entity, HHVM passes
2014-04-29 10:27:44 +01:00
Tom Anderson 0f3c8002b6 Add specific check for HHVM 2014-04-28 15:55:00 -07:00
Tom Anderson 2bb4084602 Don't use PHP constant; use constant value instead to support hhvm 2014-04-28 15:55:00 -07:00
Tom Anderson 8d4879d33d New entity for user data 2014-04-28 15:55:00 -07:00
Tom Anderson ec97b7d811 Renamed IdentityProvider to AbstractProvider 2014-04-28 15:55:00 -07:00
Tom Anderson 1a36805cec Fixed constructor not parsing config options 2014-04-28 14:00:04 -07:00
Phil Sturgeon 3ffd430ed5 Merge pull request #76 from TomHAnderson/eventbrite
Fixed constructor not parsing config options
2014-04-27 11:45:53 +01:00
Tom Anderson 906d6b5497 Fixed constructor not parsing config options 2014-04-26 22:07:24 -07:00
Alex Bilbie 667923f36d Update README.md 2014-04-26 18:10:43 +01:00