Commit Graph

478 Commits

Author SHA1 Message Date
Alex Bilbie e6545f9dca Merge branch 'release/1.0.6' into develop 2013-02-22 15:42:47 +00:00
Alex Bilbie eceb84b978 Version bump 2013-02-22 15:42:32 +00:00
Alex Bilbie ffac434bcc Added missing state parameter 2013-02-22 15:38:47 +00:00
Alex Bilbie e74e5061d8 Added tutorial links 2013-02-22 15:21:24 +00:00
Alex Bilbie da12c09fda Merge branch 'release/1.0.5' into develop 2013-02-21 17:52:10 +00:00
Alex Bilbie e555f67c8d v1.0.5 2013-02-21 17:51:51 +00:00
Alex Bilbie 822669fc0c Update getScopes 2013-02-21 17:51:01 +00:00
Alex Bilbie 828bc299b2 Merge branch 'develop' of github.com:lncd/OAuth2 into develop 2013-02-21 17:45:27 +00:00
Alex Bilbie d22e489626 Merge branch 'release/1.0.4' into develop 2013-02-21 17:44:42 +00:00
Alex Bilbie 4f832e1eb1 Version bump 2013-02-21 17:44:26 +00:00
Alex Bilbie 9add9edcc1 Merge branch 'hotfix/doc-fix' into develop 2013-02-21 17:42:55 +00:00
Alex Bilbie 22dcef33da Fixed SQL to get a session\'s scopes 2013-02-21 17:42:30 +00:00
Alex Bilbie 866c598809 Merge branch 'release/1.0.3' into develop 2013-02-20 13:17:48 +00:00
Alex Bilbie b6d99abcb0 Merge branch 'release/1.0.3' 1.0.3 2013-02-20 13:17:39 +00:00
Alex Bilbie c692ac8bab Version bump 2013-02-20 13:17:36 +00:00
Alex Bilbie 43d064733f Changed all mentions of authentication to authorization server 2013-02-20 12:40:42 +00:00
Alex Bilbie 6c00aea91d Merge branch 'release/1.0.2' into develop 2013-02-20 12:33:59 +00:00
Alex Bilbie ddff5f923d Merge branch 'release/1.0.2' 1.0.2 2013-02-20 12:33:50 +00:00
Alex Bilbie 17e72e0cf4 Fixed composer.json version + bump 2013-02-20 12:33:47 +00:00
Julien Chaumond c25be195f9 Re-order MySQL table creations
Or it fails, at least on my version of MySQL (5.5.29), through
PhpMyAdmin
2013-02-20 12:32:55 +00:00
Julien Chaumond d842d395d0 Fix composer element 2013-02-20 12:32:55 +00:00
Alex Bilbie 6b2f5944ef Merge branch 'release/1.0.1' into develop 2013-02-19 00:42:49 +00:00
Alex Bilbie 9afa707d54 Merge branch 'release/1.0.1' 1.0.1 2013-02-19 00:42:26 +00:00
Alex Bilbie 33a725606d Version bump 2013-02-19 00:41:37 +00:00
Alex Bilbie e3f13bf545 Use self::getParam 2013-02-19 00:40:30 +00:00
Alex Bilbie dbc80a4360 Minor fixes to tests 2013-02-19 00:40:22 +00:00
Alex Bilbie 4b63c20a58 Updated docblocks with correct SQL 2013-02-19 00:26:28 +00:00
Alex Bilbie 8fc0cadae4 Updated composer.json 1.0.0 2013-02-15 17:10:31 +00:00
Alex Bilbie 52bdc79f79 Merge branch 'release/1.0.0' 2013-02-15 17:09:24 +00:00
Alex Bilbie 4c46dd222e Added changelog 2013-02-15 17:08:41 +00:00
Alex Bilbie 6a81bcbefc Updated composer.json 2013-02-15 17:08:27 +00:00
Alex Bilbie f42f45e42e Updated README 2013-02-15 17:08:21 +00:00
Alex Bilbie 333ce37c97 Removed authserver.md - going to be in docs instead 2013-02-15 16:56:54 +00:00
Alex Bilbie 645fc7210e Removed sillyness 2013-02-15 16:35:28 +00:00
Alex Bilbie ff37850fea Pretty print github-style codeblocks 2013-02-15 16:33:18 +00:00
Alex Bilbie 57c24953be First draft of auth server docs 2013-02-15 16:30:32 +00:00
Alex Bilbie 92d9435bba Added method to get the exception type 2013-02-15 16:29:00 +00:00
Alex Bilbie 9f6bd64100 Renamed database.sql to mysql.sql 2013-02-15 15:05:40 +00:00
Alex Bilbie e86d5cb3f1 Broke up grants into their own tests 2013-02-13 20:12:51 +00:00
Alex Bilbie f818bdf40e Updated docblocks 2013-02-13 19:59:08 +00:00
Alex Bilbie 246732153c Updated grantTypes to use AuthServer::getParam() 2013-02-13 19:39:43 +00:00
Alex Bilbie 92ce378a93 Added more files+folders to ignore 2013-02-13 19:37:40 +00:00
Alex Bilbie 4506037bda Docblock updates 2013-02-13 19:36:56 +00:00
Alex Bilbie d99002ef2f Renamed variable as $authParams is no longer used 2013-02-13 19:36:10 +00:00
Alex Bilbie a98dcea6fe Fixed missing fields in oauth_sessions table 2013-02-13 19:35:42 +00:00
Alex Bilbie 1e2d2b3d25 Added AuthServer::getParam() function to reduce repetitive code 2013-02-13 18:25:10 +00:00
Alex Bilbie 0f4546db47 Changed 'oauth_token' to 'access_token' 2013-02-13 17:10:44 +00:00
Alex Bilbie d0b1034f35 Ignore vendor/phpunit 2013-02-12 20:33:40 +00:00
Alex Bilbie 1cfe10105a Updated docblocks for the two main classes 2013-02-12 20:33:23 +00:00
Alex Bilbie 7739923273 Updated database 2013-02-12 20:33:03 +00:00