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-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
2013-06-28
Duplication in JwtBearer Grant
Trent Petersen
1
-5
/
+0
2013-06-28
Merge pull request #168 from trickleup/develop
Brent Shaffer
1
-1
/
+1
2013-06-28
user_id not required for authorization_code grant
Johan Genberg
1
-1
/
+1
2013-06-24
Update README.md
Brent Shaffer
1
-1
/
+1
2013-06-23
addresses #133 - hardens default security for user objects
Brent Shaffer
1
-1
/
+4
2013-06-23
removes redirect_uri from token request in README - no longer required thanks...
Brent Shaffer
1
-1
/
+1
2013-06-23
cleans up SQL whitespace inconsistencies
Brent Shaffer
1
-3
/
+3
2013-06-23
addresses #163 - allows redirect_uri on authorization_code to be NULL in docs...
Brent Shaffer
1
-1
/
+1
2013-06-23
fixes #162 - adds getToken on ResourceController for convenience
Brent Shaffer
1
-0
/
+10
2013-06-23
fixes #161 - specifies PHP version to be 5.3.9 and up
Brent Shaffer
1
-1
/
+1
2013-06-23
better tests for 302 redirects - ensures errors are not included
Brent Shaffer
1
-18
/
+17
2013-06-23
fixes #163 - only saves submitted redirect_uris to the authorization code, so...
Brent Shaffer
2
-8
/
+94
2013-06-23
cleans up stupid rhetoric in comment
Brent Shaffer
1
-1
/
+1
2013-06-19
Merge branch 'master' into develop
Brent Shaffer
0
-0
/
+0
2013-06-13
adds namespace back - seriously, don't merge from php 5.2
Brent Shaffer
1
-0
/
+2
2013-06-13
fixes bug in class name- don't merge from php5.2 branch anymore..
Brent Shaffer
1
-1
/
+1
[prev]
[next]