Ian Littman
|
8b5841870f
|
Add more detail/precision to 8.0.0 changelog around breaking changes
|
2019-05-19 21:01:46 -05:00 |
|
Ian Littman
|
048e45d8cd
|
Add more recent 7.x releases to changelog
|
2019-05-19 21:01:46 -05:00 |
|
Ian Littman
|
bf75596989
|
Update security contact email to current maintainer
|
2019-05-19 21:01:41 -05:00 |
|
Ian Littman
|
c5cfc0a371
|
Remove dead Commercial Support link
|
2019-05-19 20:52:28 -05:00 |
|
Andrew Millington
|
5ab4323856
|
Merge pull request #1014 from Sephster/drop-php-70-support
Drop php 7.0 support
|
2019-05-14 21:42:12 +01:00 |
|
sephster
|
28709f300f
|
Add pull request number to changelog
|
2019-05-14 21:30:30 +01:00 |
|
sephster
|
bd483d701b
|
Remove support for PHP 7.0
|
2019-05-14 21:26:17 +01:00 |
|
Andrew Millington
|
3dc324af6e
|
Merge pull request #1013 from Sephster/8.0.0
Add The Latest Changes from Master into 8.0.0 Branch
|
2019-05-14 21:09:46 +01:00 |
|
sephster
|
17923634bf
|
Set private keys in tests
|
2019-05-14 20:56:54 +01:00 |
|
sephster
|
a1cf22a3a9
|
Remove duplicate setting of expirydatetime
|
2019-05-14 16:11:34 +01:00 |
|
sephster
|
86d1581cd9
|
Remove unused imports
|
2019-05-14 15:57:13 +01:00 |
|
sephster
|
521ed9a8cb
|
Merge master into 8.0.0 branch
|
2019-05-14 15:46:01 +01:00 |
|
Andrew Millington
|
1bbcb57d63
|
Merge pull request #1009 from iansltx/skip-s256-if-not-installed
Skip SHA256 verifier if system doesn't support sha256
|
2019-05-14 14:55:39 +01:00 |
|
Andrew Millington
|
93d4b947d8
|
Merge pull request #1008 from iansltx/typehints-and-exts
Typehint ServerRequestInterface on OAuthServerException, explicitly require ext-json
|
2019-05-13 10:25:32 +01:00 |
|
Ian Littman
|
4ecd3131c1
|
Skip SHA256 verifier if system doesn't support sha256
|
2019-05-11 14:23:56 -05:00 |
|
Ian Littman
|
3fdfbe11f6
|
Explicitly require ext-json
Makes phpstorm happier; take or leave
|
2019-05-11 13:37:22 -05:00 |
|
Ian Littman
|
42df2d9c47
|
Add typehints to OAuthServerException calls
|
2019-05-11 13:35:24 -05:00 |
|
Andrew Millington
|
2eb1cf79e5
|
Update changelog for version 7.4.0
|
2019-05-05 10:22:01 +01:00 |
|
Andrew Millington
|
382b6f5fbf
|
Merge pull request #1000 from filecage/master
Optional Refresh Tokens
|
2019-05-05 09:48:53 +01:00 |
|
sephster
|
86869eafbb
|
Add whitespace around control blocks
|
2019-05-05 09:03:13 +01:00 |
|
sephster
|
9236e842d9
|
Clarify changelog message
|
2019-05-05 08:58:34 +01:00 |
|
filecage
|
9bc7f6c8c5
|
removing simplified_null_return
|
2019-04-29 19:13:26 +02:00 |
|
David
|
1e9a468e66
|
Merge branch 'master' into master
|
2019-04-12 11:17:37 +02:00 |
|
Andrew Millington
|
c7f4998497
|
Update links
|
2019-03-29 18:19:35 +00:00 |
|
Andrew Millington
|
0a78236f17
|
Update changelog for version 7.3.3
|
2019-03-29 18:18:35 +00:00 |
|
Andrew Millington
|
a68f8001a4
|
Merge pull request #1006 from marc-mabe/fix-958-error_description
spec compliant 'error_description' but keep 'message' for BC
|
2019-03-29 16:28:33 +00:00 |
|
Marc Bennewitz
|
b88198a9a4
|
spec compliant 'error_description' but keep 'message' for BC
|
2019-03-29 16:00:26 +01:00 |
|
filecage
|
8cf39fd9cd
|
applies style CI diff
|
2019-03-16 13:15:38 +01:00 |
|
filecage
|
6f6820f629
|
removes @var hints
the @var hints make PHP stan fail together with PHPUnit 6.3
|
2019-03-16 13:12:34 +01:00 |
|
filecage
|
0742d5150c
|
explicit is better than implicit :)
|
2019-03-13 10:08:57 +01:00 |
|
filecage
|
64f0d89fad
|
getNewRefreshToken() can also return NULL
|
2019-03-11 23:28:47 +01:00 |
|
filecage
|
ebf78132d7
|
refreshTokenRepository parameter can not be null, condition is obsolete
|
2019-03-11 23:28:20 +01:00 |
|
filecage
|
aa5bbe5f06
|
boyscout: style CI tweaks
|
2019-03-11 23:26:35 +01:00 |
|
filecage
|
66d4ce6de8
|
Update CHANGELOG.md
|
2019-03-08 18:21:55 +01:00 |
|
filecage
|
2ea76ca4fd
|
Adds handling for null issued refresh token to Grant implementations
|
2019-03-08 18:19:16 +01:00 |
|
filecage
|
b2840474fd
|
AbstractGrant no longer tries to issue a refresh token if the Repository returned null
|
2019-03-08 18:16:16 +01:00 |
|
Andrew Millington
|
0227f14b7b
|
Merge pull request #988 from lordrhodos/feature/test-cleanup
Cleanup: remove unused local variable $scopeEntity from ImplicitGrantTest
|
2019-01-22 20:59:33 +00:00 |
|
Patrick Rodacker
|
fad42a88fd
|
removes unused local variable $scopeEntity from ImplicitGrantTest
|
2019-01-20 22:11:22 +01:00 |
|
Andrew Millington
|
d7defafd83
|
Merge pull request #963 from marc-mabe/date-time-handling
BC-Break: cleanup DateTime handline for 8.0.0
|
2018-12-19 13:10:20 +00:00 |
|
sephster
|
16f37560d4
|
Merge latest version of 8 branch
|
2018-12-19 13:03:10 +00:00 |
|
sephster
|
5ed8e59ef3
|
Update changelog
|
2018-12-19 12:58:11 +00:00 |
|
sephster
|
c2cd12e0b8
|
Remove return types
|
2018-12-19 12:54:26 +00:00 |
|
Andrew Millington
|
8e9368cf44
|
Merge pull request #978 from Devristo/fix-http-basic-respond-to-access-token-request
Fixed respondToAccessTokenRequest using Http Basic Auth
|
2018-12-10 23:07:58 +00:00 |
|
sephster
|
894724c45b
|
Remove invalid commenting
|
2018-12-10 23:01:45 +00:00 |
|
sephster
|
fd65bf9e54
|
Streamline tests
|
2018-12-10 22:51:58 +00:00 |
|
Andrew Millington
|
2a16dbeb7f
|
Merge pull request #981 from Sephster/support-php-7.3
Add support for PHP 7.3
|
2018-12-06 23:53:55 +00:00 |
|
sephster
|
faa350792a
|
Add support for PHP 7.3
|
2018-12-06 23:46:28 +00:00 |
|
Chris Tanaskoski
|
b6955a6c65
|
Fixed respondToAccessTokenRequest such that it accepts client_id through request body and Http Basic Auth
|
2018-11-30 10:19:06 +01:00 |
|
Chris Tanaskoski
|
ec8a663a81
|
Added test for respondToAccessTokenRequest using Http Basic Auth for client credentials
|
2018-11-29 09:28:36 +01:00 |
|
Andrew Millington
|
dc3181bbb0
|
Merge pull request #977 from spideyfusion/symfony-community-integration
Add Symfony community integration to README.md
|
2018-11-28 12:47:30 +00:00 |
|