index
:
OAuth2/oauth2-server-php.git
add-coveralls-support
develop
main
php5.2-develop
psr-7
v2.x
version-1.14.2
A library for implementing an OAuth2 Server in php (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-08
Remove unused columns in oauth_clients
dsquier
1
-1
/
+1
2013-09-08
fixes #215 - makes Redis Scope Storage obey the same paradigm as PDO
Brent Shaffer
5
-30
/
+80
2013-09-08
fixes #228 - removes scope group - we don't want this implementation logic, c...
Brent Shaffer
3
-31
/
+28
2013-09-07
fixes #227 - squelches open basedir restriction error
Brent Shaffer
1
-1
/
+1
2013-09-05
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
1
-0
/
+3
2013-09-05
better support for scopes in PDO
Brent Shaffer
3
-33
/
+56
2013-09-03
Merge pull request #223 from svycka/patch-1
Brent Shaffer
1
-0
/
+3
2013-09-03
fixes #224 - makes and protected properties
Brent Shaffer
1
-2
/
+7
2013-09-03
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
5
-4
/
+114
2013-09-02
Updated docblocks for RefreshTokenInterface.php
Vytautas Stankus
1
-0
/
+3
2013-08-26
Merge pull request #217 from dsquier/develop
Brent Shaffer
5
-4
/
+114
2013-08-23
Implement ScopeInterface for PDO, Redis
dsquier
5
-4
/
+114
2013-08-12
fixes unnecessary BC breaking changes made by 69ba3a2
v1.0
Brent Shaffer
4
-27
/
+42
2013-08-11
fixes getUserCredentials by standardizing on 'user_id' for all fields
Brent Shaffer
9
-53
/
+95
2013-08-11
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
1
-10
/
+12
2013-08-11
Merge pull request #203 from ademarre/201-configure-redir-code
Brent Shaffer
1
-10
/
+12
2013-08-11
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
6
-7
/
+29
2013-08-11
fixes #205 - ensures unnecessary ? is not set when query is empty
Brent Shaffer
1
-1
/
+1
2013-08-05
Merge pull request #204 from bgaluszka/develop
Brent Shaffer
1
-1
/
+1
2013-08-04
Fixed call to LogicException
Bartosz Gałuszka
1
-1
/
+1
2013-08-01
Add redirect_status_code config param for AuthorizeController
Andre DeMarre
1
-10
/
+12
2013-07-31
Merge pull request #202 from Rockstar04/issue-200
Brent Shaffer
5
-6
/
+28
2013-07-31
Add unit testing and apply fix to checkRestricted method of Redis storage
Trent Petersen
2
-1
/
+4
2013-07-31
Add test for storage check restricted grant type
Trent Petersen
2
-4
/
+21
2013-07-31
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Trent Petersen
2
-2
/
+35
2013-07-31
Add explode to checkRestrictedGrant in PDO Storage
Trent Petersen
1
-1
/
+3
2013-07-29
fixes #197 - adds support for 'false' default scope in Token controller
Brent Shaffer
2
-2
/
+35
2013-07-24
fixes #192 - reference errors and adds tests
Brent Shaffer
6
-3
/
+25
2013-07-24
fix undefined classes.
Yuichi Shiwaku
6
-8
/
+8
2013-07-24
fixes #194 - makes some appropriate properties protected instead of private
Brent Shaffer
11
-30
/
+33
2013-07-18
moves documentation to github pages
Brent Shaffer
1
-514
/
+1
2013-07-16
fixes #191 - passes config to HttpBasic
Brent Shaffer
2
-1
/
+19
2013-07-15
fixes #190 - validates client credentials before grant type
Brent Shaffer
1
-6
/
+14
2013-07-15
Revert "adds mongo tests back since this is fixed: https://github.com/travis...
Brent Shaffer
1
-0
/
+8
2013-07-15
Merge branch 'develop' of https://github.com/bshaffer/oauth2-server-php into ...
Brent Shaffer
2
-2
/
+15
2013-07-15
adds mongo tests back since this is fixed: https://github.com/travis-ci/trav...
Brent Shaffer
1
-8
/
+0
2013-07-13
Merge pull request #171 from davidkuridza/fix-redirect-in-authorization-flow
Brent Shaffer
2
-2
/
+15
2013-07-09
Merge pull request #187 from F21/getDefaultScope_client_id
Brent Shaffer
7
-7
/
+26
2013-07-08
Added another assertion for ScopeTest.
F21
1
-0
/
+1
2013-07-08
client_id is now passed to getDefaultScope().
F21
7
-7
/
+25
2013-07-06
Add unit test to check redirect_uri value, refs #171, refs #163
David Kuridža
1
-1
/
+2
2013-07-06
Fix wrong redirect following authorization step, refs #171
David Kuridža
1
-1
/
+13
2013-07-04
Update Mongo.php
Brent Shaffer
1
-3
/
+4
2013-07-03
Update Redis.php
Brent Shaffer
1
-1
/
+1
2013-06-29
Merge pull request #176 from trickleup/develop
Brent Shaffer
1
-0
/
+1
2013-06-29
Require refresh_token in getRefreshToken response
Johan Genberg
1
-1
/
+1
2013-06-29
Require refresh_token in getRefreshToken response
Johan Genberg
1
-0
/
+1
2013-06-28
Merge pull request #174 from trickleup/develop
Brent Shaffer
1
-1
/
+1
2013-06-28
make user_id not required for refresh_token grant
Johan Genberg
1
-1
/
+1
2013-06-28
Merge pull request #173 from Rockstar04/patch-1
Brent Shaffer
1
-5
/
+0
[prev]
[next]