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-05-01
addresses #113 - refactors grant types - they are much cleaner and intuitive now
Brent Shaffer
8
-227
/
+103
2013-04-30
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
13
-83
/
+75
2013-04-29
Update Server.php
Brent Shaffer
1
-4
/
+0
2013-04-29
Merge pull request #112 from rjmackay/develop
Brent Shaffer
4
-22
/
+36
2013-04-29
Merge pull request #109 from bojanz/unbounded_scopes
Brent Shaffer
8
-55
/
+36
2013-04-29
Update README.md
Brent Shaffer
1
-1
/
+1
2013-04-29
Fix undefined index 'client_id' errors in OAuth2_Server_Authorize_* Tests
Robbie Mackay
1
-2
/
+2
2013-04-29
Fixing OAuth2_ServerTest::testAddingResponseType
Robbie Mackay
1
-0
/
+4
2013-04-29
Move checkRestrictedGrantType() to ClientInterface
Robbie Mackay
3
-20
/
+20
2013-04-29
Merge branch 'master' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
0
-0
/
+0
2013-04-29
Check client's allowed grant types for authorize requests #111
Robbie Mackay
1
-4
/
+14
2013-04-29
Better support for unbounded scopes.
Bojan Zivanovic
8
-55
/
+36
2013-04-28
Merge pull request #110 from steffkes/develop
Brent Shaffer
1
-1
/
+2
2013-04-28
Change Statuscode 400 to 405 if POST-Request is required
steffkes
1
-1
/
+2
2013-04-25
remove json highlighting
Brent Shaffer
1
-1
/
+1
2013-04-24
standardizes code block format and intendation
Brent Shaffer
1
-38
/
+40
2013-04-24
places Grant Types above Response Object - it is more interesting
Brent Shaffer
1
-38
/
+38
2013-04-24
more README fixes - better method organization
Brent Shaffer
1
-9
/
+15
2013-04-24
better readme - SQL code samples and DSN explanation
Brent Shaffer
1
-0
/
+12
2013-04-24
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
1
-2
/
+3
2013-04-24
Update Pdo.php
Brent Shaffer
1
-2
/
+3
2013-04-24
Merge branch 'develop'
v0.6
Brent Shaffer
1
-4
/
+4
2013-04-24
updates README in preparation for v0.6
Brent Shaffer
1
-4
/
+4
2013-04-24
Merge branch 'develop'
Brent Shaffer
21
-398
/
+475
2013-04-20
fixes #86 - makes http basic authentication POST check optional and removes G...
Brent Shaffer
2
-11
/
+16
2013-04-20
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
1
-1
/
+1
2013-04-17
Merge pull request #99 from staabm/patch-1
Brent Shaffer
1
-1
/
+1
2013-04-17
fixed typo
Markus Staab
1
-1
/
+1
2013-04-17
Merge branch 'julien-c-develop' into develop
Brent Shaffer
1
-237
/
+240
2013-04-17
Merge branch 'develop' of https://github.com/julien-c/oauth2-server-php into ...
Brent Shaffer
1
-237
/
+240
2013-04-17
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
2
-16
/
+3
2013-04-16
User details must have a 'user_id' field, to store in token data
Julien Chaumond
1
-1
/
+4
2013-04-16
Use spaces instead of tabs, to be consistent with the rest of the lib.
Julien Chaumond
1
-237
/
+237
2013-04-16
Make OAuth2_Storage_Mongo properties protected
Julien Chaumond
1
-2
/
+2
2013-04-16
Fix MongoDB server string
Julien Chaumond
1
-1
/
+1
2013-04-07
Merge pull request #97 from itsmrwave/develop
Brent Shaffer
1
-14
/
+1
2013-04-06
Only keep project specific prefs in ignore file
King'ori Maina
1
-14
/
+1
2013-04-06
Merge pull request #89 from bojanz/fix-config-references
Brent Shaffer
1
-2
/
+2
2013-04-04
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
1
-2
/
+2
2013-04-04
Merge branch 'master' of http://github.com/bshaffer/oauth2-server-php into de...
Brent Shaffer
0
-0
/
+0
2013-04-04
skipping mongo tests due to bugs in travis.ci
Brent Shaffer
2
-1
/
+5
2013-04-04
Merge pull request #95 from itsmrwave/develop
Brent Shaffer
1
-2
/
+2
2013-04-03
Place the realm & scope values in ""
King'ori Maina
1
-2
/
+2
2013-04-02
being anal and replacing 'xxx === null' with 'is_null(xxx)'
Brent Shaffer
1
-1
/
+1
2013-04-02
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
1
-10
/
+4
2013-04-02
Merge pull request #74 from bojanz/no_error_on_missing_token_param
Brent Shaffer
1
-10
/
+4
2013-04-02
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
1
-1
/
+0
2013-04-02
fixes #90 - sets response property in handleAuthorizeRequest
Brent Shaffer
1
-1
/
+1
2013-04-02
Remove redundant code in getAccessTokenData(), fix token check that is too st...
Bojan Zivanovic
1
-10
/
+4
2013-03-30
Merge pull request #92 from bojanz/duplicate_lines
Brent Shaffer
1
-1
/
+0
[prev]
[next]