Commit Graph

  • 196a5aea13 Merge branch 'release/2.0.2' 2.0.2 Alex Bilbie 2013-05-08 19:39:28 -0700
  • f2f99b429f Version bump Alex Bilbie 2013-05-08 19:39:15 -0700
  • 561bda71a9 Link to wiki Alex Bilbie 2013-05-08 19:38:23 -0700
  • 6b686a96e7 Updated tutorial links Alex Bilbie 2013-05-08 19:37:19 -0700
  • dbe21cc5a7 Removed null as default for parameters Alex Bilbie 2013-05-08 19:36:00 -0700
  • 8b154054c3 Updated License 2.0.1 Alex Bilbie 2013-05-08 19:04:40 -0700
  • 972e517280 Added example queries and expected responses 2.0 Alex Bilbie 2013-05-08 18:37:34 -0700
  • ca9760cd36 Updated docblocks and example queries in scope and client storage interfaces Alex Bilbie 2013-05-08 18:16:24 -0700
  • 75894fd5bc Test for getClientId Alex Bilbie 2013-05-08 18:12:18 -0700
  • 083a44df2e Fixed broken tests following previous commits Alex Bilbie 2013-05-08 18:10:43 -0700
  • 1e57533127 Added getClientId method Alex Bilbie 2013-05-08 18:06:18 -0700
  • 92e217d0ac Show default parameters Alex Bilbie 2013-05-08 18:06:09 -0700
  • 707354348a Changed scope to be a delimiter to a space as required by the spec Alex Bilbie 2013-05-08 17:42:15 -0700
  • f0d493b064 Updated link to wiki Alex Bilbie 2013-05-08 17:04:17 -0700
  • 46f0e6c84d Updated docblocks Alex Bilbie 2013-05-08 17:04:01 -0700
  • 1dd768545a Updated more docblocks Alex Bilbie 2013-05-08 14:10:58 -0700
  • 787c8c566f Updated docblocks Alex Bilbie 2013-05-08 14:10:48 -0700
  • fd10861065 Added missing docblock Alex Bilbie 2013-05-08 14:10:15 -0700
  • 0812ca2927 Added missing clientId variable, fixed docblock Alex Bilbie 2013-05-08 13:59:17 -0700
  • a8a375ed1f Anal code style fix Alex Bilbie 2013-05-08 13:40:15 -0700
  • f4b32a2bc6 Optimised tests by removing unused variables and adding further assertions Alex Bilbie 2013-05-08 13:34:05 -0700
  • e2350a65b1 Removed unused functions Alex Bilbie 2013-05-08 13:24:29 -0700
  • 437833cd32 Renamed AuthServer to Authorization, renamed ResourceServer to Resource. Updated all tests and other files Alex Bilbie 2013-05-08 11:42:23 -0700
  • 1df524ae6e Added missing docblocks Alex Bilbie 2013-05-08 11:31:38 -0700
  • 9d1693cf78 Fixed incorrect @link Alex Bilbie 2013-05-08 11:30:53 -0700
  • 5524e9b9c8 Moved files into server namespace/folder and updated docblock copyright statements Alex Bilbie 2013-05-08 11:29:24 -0700
  • 2d6cc3c98e Renamed package Alex Bilbie 2013-05-08 11:06:49 -0700
  • f4b955ccff Updated tests for new namespace Alex Bilbie 2013-05-08 11:06:21 -0700
  • 850473ce40 Renamed namespace to League\OAuth2\ Alex Bilbie 2013-05-08 11:06:09 -0700
  • 22d900def1 Updated the changelog Alex Bilbie 2013-05-08 10:52:13 -0700
  • 41eef0c3e2 Updated the README Alex Bilbie 2013-05-08 10:51:56 -0700
  • 037fd6e4f7 Test for setRefreshTokenTTL Alex Bilbie 2013-05-08 10:44:03 -0700
  • 0b927ddfbb Test for setAuthTokenTTL Alex Bilbie 2013-05-08 10:43:53 -0700
  • 56b8b7c64e Updated associateRefreshToken to use expire time Alex Bilbie 2013-05-08 10:38:16 -0700
  • 0407dbb09b Added refresh token expires column Alex Bilbie 2013-05-08 10:35:24 -0700
  • d6932cbb5e Renamed get/setExpiresIn to get/setAccessTokenTTL Alex Bilbie 2013-05-08 10:35:13 -0700
  • c77484e97b Added refresh token TTL Alex Bilbie 2013-05-08 10:34:25 -0700
  • 9f90cd2635 Added method to set the auth token TTL Alex Bilbie 2013-05-07 15:20:32 -0700
  • 8fd9e3f312 Renamed setExpiresIn method to accessTokenTTL Alex Bilbie 2013-05-07 15:16:30 -0700
  • 5df1338046 New test for getGrantType to test for exception Alex Bilbie 2013-05-06 15:42:11 -0700
  • 5d7e0d67cc Updated tests for custom expires in Alex Bilbie 2013-05-06 15:36:59 -0700
  • fdebbac2df Allow grant access token expiresIn override Alex Bilbie 2013-05-06 15:04:00 -0700
  • a561a9d98a Throw an exception if a grant can't be loaded when called in getGrantType Alex Bilbie 2013-05-06 13:57:46 -0700
  • 3ac6690ac9 Fixed repo url Alex Bilbie 2013-05-06 13:13:11 -0700
  • e1f83a50ae Merge branch 'refs/heads/develop' Alex Bilbie 2013-05-06 13:05:39 -0700
  • 8cdc273dba Fixed composer.json replace key Alex Bilbie 2013-05-06 12:57:44 -0700
  • eada9053ad Updated README Alex Bilbie 2013-05-06 12:54:16 -0700
  • 5867774bee Added "replace" key into composer.json Alex Bilbie 2013-05-06 12:53:39 -0700
  • 18151d9a8e Version 2.0 baby! Alex Bilbie 2013-05-06 12:43:50 -0700
  • f207a1909f Updated package description Alex Bilbie 2013-05-06 12:43:38 -0700
  • e713d0df9c Renamed package Alex Bilbie 2013-05-06 12:43:27 -0700
  • 1ca8a4f4c3 Updated authserver tests Alex Bilbie 2013-05-06 11:09:36 -0700
  • 9349425ecd Fixed ResourceServerTest.php Alex Bilbie 2013-05-06 10:28:49 -0700
  • 38f6be2aa0 Removed unnecessary methods Alex Bilbie 2013-05-05 18:22:03 +0100
  • d0abd8c295 Fixed getting of session scopes Alex Bilbie 2013-05-05 18:18:37 +0100
  • 9be23cf222 Added session scopes Alex Bilbie 2013-05-05 18:16:28 +0100
  • 90508a191d Get scopes by access token instead of session ID Alex Bilbie 2013-05-05 18:14:27 +0100
  • 10d7d3cb3d Updated response params Alex Bilbie 2013-05-05 18:11:01 +0100
  • 89850420f6 Updated query to return session details Alex Bilbie 2013-05-05 18:09:47 +0100
  • 9b73eab07c SQL query fix Alex Bilbie 2013-05-05 18:06:00 +0100
  • 6897e233d4 Changed variable syntax style to be PSR2 Alex Bilbie 2013-05-05 18:05:46 +0100
  • acfadc8993 Actually fixed the bug in validateAccessToken this time Alex Bilbie 2013-05-05 18:01:00 +0100
  • cc81e20206 Bug fix in validateAccessToken Alex Bilbie 2013-05-05 18:00:08 +0100
  • 92303c7b26 Implemented validateAccessToken in PDO Alex Bilbie 2013-05-05 17:58:40 +0100
  • 2866185349 Updated implicit grant Alex Bilbie 2013-04-30 15:51:55 +0100
  • b9570ac6b0 Fixed getScopes Alex Bilbie 2013-04-30 15:48:11 +0100
  • 2a3ae641ab Added getAccessToken, fixed validateRefreshToken docblock Alex Bilbie 2013-04-30 15:38:48 +0100
  • d149490c78 Updated getScopes Alex Bilbie 2013-04-30 15:32:07 +0100
  • c0d8a2c4fb Lots of updated functions Alex Bilbie 2013-04-30 15:08:20 +0100
  • 5b03859467 Removed unnecessary code Alex Bilbie 2013-04-30 15:08:03 +0100
  • a661634194 Updated refresh token grant Alex Bilbie 2013-04-30 15:07:44 +0100
  • c73d45fc07 PSR-2 fix Alex Bilbie 2013-04-30 14:33:30 +0100
  • 85a53d7470 Fixed Password grant to match past updates Alex Bilbie 2013-04-30 14:28:59 +0100
  • 18eea191ed Fixed docblock Alex Bilbie 2013-04-30 14:28:40 +0100
  • 14cff9ea44 Added missing db init Alex Bilbie 2013-04-29 11:59:45 +0100
  • 1696903b8b Removed extra bracket Alex Bilbie 2013-04-29 11:53:20 +0100
  • 13c67c9a40 Updated completeFlow Alex Bilbie 2013-04-29 11:31:07 +0100
  • 2dcb81d93c Updated newAuthoriseRequest Alex Bilbie 2013-04-29 11:25:23 +0100
  • b39a9a5edc Added missing DB instance::get() calls Alex Bilbie 2013-04-29 11:13:31 +0100
  • 325242e3aa Added missing third parameter Alex Bilbie 2013-04-29 11:12:35 +0100
  • 757d2a4fd9 Removed scalar type hinting because it isn't supported Alex Bilbie 2013-04-29 11:11:16 +0100
  • 725ab74e5c Updated PDO session Alex Bilbie 2013-04-29 11:02:32 +0100
  • b7ca5d330b Updated associateRefreshToken Alex Bilbie 2013-04-29 11:02:03 +0100
  • 4034bea6d1 Updated client credentials grant Alex Bilbie 2013-04-29 10:36:35 +0100
  • 6751c4d2fe Fixed mistake from previous commit Alex Bilbie 2013-04-29 10:35:47 +0100
  • 53a55d4946 Completely scrapped the old SessionInterface and simplified it Alex Bilbie 2013-04-29 10:34:11 +0100
  • 79338d0d75 Delete an associated auth code Alex Bilbie 2013-04-29 00:02:00 +0100
  • 17bc6a1512 Comment update Alex Bilbie 2013-04-29 00:01:51 +0100
  • 6543ebcd4d Updated updateSession code Alex Bilbie 2013-04-29 00:01:34 +0100
  • 351bec6019 Don't associate a scope with a session, we associate it with an access token later Alex Bilbie 2013-04-29 00:01:07 +0100
  • a4715bfc3b Updated create a new session Alex Bilbie 2013-04-29 00:00:04 +0100
  • 4ef8030a93 First commit of PDO storage class Alex Bilbie 2013-04-28 23:58:01 +0100
  • 7bfbe81f61 Started PDO storage classes Alex Bilbie 2013-04-28 23:57:50 +0100
  • 81d6bcf00a Changed params around and removed line breaks Alex Bilbie 2013-04-28 23:57:29 +0100
  • a93a039df3 Lots of table fixes Alex Bilbie 2013-04-28 23:56:17 +0100
  • d0d0d2a7c3 Require zetacompontents/database Alex Bilbie 2013-04-28 19:06:21 +0100
  • 6f71439edd Renamed lots of columns Alex Bilbie 2013-04-23 14:20:38 +0100
  • b0d3ba7e70 Revert "Removed session_token_id column from oauth_session_authcode" Alex Bilbie 2013-04-23 13:56:13 +0100
  • a265b027cc Removed stage parameter Alex Bilbie 2013-04-23 13:52:21 +0100
  • 859e6720bf Removed session_token_id column from oauth_session_authcode Alex Bilbie 2013-04-23 13:45:07 +0100