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-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
2013-03-30
Remove duplicated line in Server.php
Bojan Zivanovic
1
-1
/
+0
2013-03-28
more mongo debugging for travis...
Brent Shaffer
1
-1
/
+2
2013-03-27
debugging sporatic mongo failing issue
Brent Shaffer
1
-0
/
+4
2013-03-27
adds jwt bearer to default grant types
Brent Shaffer
1
-0
/
+5
2013-03-27
fixes responseType and grantType bugs so they can be explicitly set in constr...
Brent Shaffer
2
-9
/
+84
2013-03-27
fixes merging of parameters in Authorize Controller so that redirect_uri does...
Brent Shaffer
1
-1
/
+1
2013-03-24
Fix incorrect references to config variables.
Bojan Zivanovic
1
-2
/
+2
2013-03-23
Merge branch 'bojanz-rename_controllers' into develop
Brent Shaffer
14
-109
/
+109
2013-03-23
resolving pull request #77
Brent Shaffer
14
-109
/
+109
2013-03-23
Merge branch 'develop'
Brent Shaffer
7
-17
/
+61
2013-03-23
updating readme to v0.5 for latest tag
v0.5
Brent Shaffer
1
-2
/
+2
2013-03-23
links to docs for error message
Brent Shaffer
1
-0
/
+1
2013-03-23
Merge branch 'master' of http://github.com/bshaffer/oauth2-server-php into de...
Brent Shaffer
0
-0
/
+0
2013-03-16
fixes #78 - makes db and config protected properties in Pdo storage class
Brent Shaffer
1
-2
/
+2
2013-03-16
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
2
-7
/
+52
2013-03-14
Merge pull request #84 from trickleup/develop
Brent Shaffer
1
-1
/
+2
2013-03-14
Merge pull request #83 from itsmrwave/develop
Brent Shaffer
2
-6
/
+50
2013-03-14
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
2
-4
/
+3
2013-03-14
updates travis to new mongo install command
Brent Shaffer
1
-2
/
+1
2013-03-14
Updated validateAuthorizeRequest description
trickleup
1
-1
/
+2
2013-03-13
Update README with more info on grant types
King'ori Maina
1
-5
/
+36
2013-03-13
Ignore editor, OS and test files
King'ori Maina
1
-1
/
+14
2013-03-08
Merge pull request #79 from bojanz/set_default_scope
Brent Shaffer
2
-4
/
+3
[prev]
[next]