Alex Bilbie
|
bf55ce1f73
|
Merge branch 'V5-WIP'
Conflicts:
.travis.yml
CHANGELOG.md
composer.json
examples/relational/Storage/AccessTokenStorage.php
examples/relational/api.php
src/AbstractServer.php
src/AuthorizationServer.php
src/Entity/AuthCodeEntity.php
src/Exception/InvalidGrantException.php
src/Exception/InvalidRequestException.php
src/Exception/InvalidScopeException.php
src/Exception/OAuthException.php
src/Exception/ServerErrorException.php
src/Exception/UnsupportedGrantTypeException.php
src/Exception/UnsupportedResponseTypeException.php
src/Grant/AuthCodeGrant.php
src/Grant/RefreshTokenGrant.php
src/ResourceServer.php
src/Storage/AccessTokenInterface.php
src/Storage/AuthCodeInterface.php
src/Storage/ClientInterface.php
src/Storage/RefreshTokenInterface.php
src/Storage/ScopeInterface.php
src/Storage/SessionInterface.php
src/TokenType/Bearer.php
src/TokenType/MAC.php
tests/unit/Grant/RefreshTokenGrantTest.php
tests/unit/TokenType/MacTest.php
|
2016-04-17 13:21:22 +01:00 |
|
Vincent Klaiber
|
16ed4ea51c
|
Add 5.5.9 to travis
We should test against 5.5.9 as well since that is the lowest requirement.
|
2016-04-11 16:22:20 +02:00 |
|
Alex Bilbie
|
1de13cf892
|
Removed .travis.yml after_build stuff
|
2016-03-24 19:30:14 +00:00 |
|
Alex Bilbie
|
fa3fb36ed8
|
Updated .travis.yml
|
2016-02-12 17:51:16 +00:00 |
|
Alex Bilbie
|
0a602cb022
|
We don't support PHP 5.4 anymore
|
2015-11-13 17:37:53 +00:00 |
|
Alex Bilbie
|
db6d4e0dc6
|
Only send data to Scrutinizer only for PHP 5.6
|
2015-09-26 11:25:26 +01:00 |
|
Alex Bilbie
|
18b104d0ac
|
Run codecept build to generate test files
|
2015-04-06 08:34:50 +01:00 |
|
Alex Bilbie
|
6e73099d8c
|
Ignore hhvm failures for now
|
2015-04-05 18:51:46 +01:00 |
|
Alex Bilbie
|
5211d1902c
|
Fixed .travis.yml
|
2015-04-05 18:35:26 +01:00 |
|
Alex Bilbie
|
ffc8823e4f
|
Move out of directory
|
2015-04-05 18:28:07 +01:00 |
|
Alex Bilbie
|
f912f60a59
|
Added .travis.yml before_script
|
2015-04-05 18:26:09 +01:00 |
|
Alex Bilbie
|
476b8d81c1
|
Build v5 branch
|
2015-04-05 18:21:57 +01:00 |
|
Alex Bilbie
|
2b2067e162
|
Updated .travis.yml
|
2015-04-05 18:19:37 +01:00 |
|
Alex Bilbie
|
56f6df11a8
|
Updated .gitignore
|
2015-04-05 17:07:10 +01:00 |
|
Alex Bilbie
|
34a6b66b8c
|
More .travis.yml updates
|
2015-03-22 23:19:36 +00:00 |
|
Alex Bilbie
|
61738a7fe2
|
Added fast_finish: true to .travis.yml
|
2015-03-22 23:13:41 +00:00 |
|
Alex Bilbie
|
f6fdbc7142
|
Added PHP 7.0 testing
|
2015-03-03 22:00:47 +00:00 |
|
Alex Bilbie
|
1bcf7ee20f
|
Update .travis.yml
|
2014-12-26 17:03:35 +00:00 |
|
Alex Bilbie
|
7f815275d6
|
Fixes for .travis.yml
|
2014-12-11 14:25:35 +00:00 |
|
Alex Bilbie
|
a056e2fe03
|
Adding coverage to ghpages
|
2014-12-11 14:20:53 +00:00 |
|
Graham Campbell
|
0d949d53f3
|
Update .travis.yml
|
2014-11-08 18:36:59 +00:00 |
|
Alex Bilbie
|
5c5d7d5340
|
Removed old Travis before_script commands
|
2014-11-07 02:31:54 +00:00 |
|
Alex Bilbie
|
5848c0d920
|
Failure is not an option anymore with hhvm
|
2014-11-07 00:57:29 +00:00 |
|
Alex Bilbie
|
d9bf0e5899
|
Updated .travis.yml
|
2014-09-30 23:07:00 +01:00 |
|
Graham Campbell
|
31c3cbe593
|
Update .travis.yml
|
2014-08-31 16:49:10 +01:00 |
|
Alex Bilbie
|
79f15f3855
|
Merge branch 'v4.0.0-WIP' into develop
Conflicts:
.gitignore
.travis.yml
README.md
composer.json
phpunit.xml
sql/mysql.sql
src/League/OAuth2/Server/Grant/RefreshToken.php
src/League/OAuth2/Server/Resource.php
src/League/OAuth2/Server/Storage/SessionInterface.php
src/League/OAuth2/Server/Util/Request.php
src/Util/KeyAlgorithm/DefaultAlgorithm.php
tests/resource/ResourceServerTest.php
tests/util/RedirectUriTest.php
tests/util/RequestTest.php
tests/util/SecureKeyTest.php
|
2014-08-06 09:21:56 +01:00 |
|
Alex Bilbie
|
6568ca5790
|
Removing fizzfuzz for now until I can work out what the hell is wrong with it
|
2014-08-06 08:59:48 +01:00 |
|
Alex Bilbie
|
30abfeefbf
|
Tried removed --prefer-dist
|
2014-08-06 08:56:11 +01:00 |
|
Alex Bilbie
|
1483ce936b
|
Fizzfuzz is lowercase now
|
2014-08-06 08:51:53 +01:00 |
|
Alex Bilbie
|
661086d3b8
|
Removed coveralls and phpcs testing
|
2014-08-06 08:47:28 +01:00 |
|
Alex Bilbie
|
f046a024e4
|
Updated .travis.yml to use FizzFuzz
|
2014-08-04 15:28:04 +01:00 |
|
Alex Bilbie
|
395ee3bf49
|
Moved existing functional tests into resource server folder
|
2014-07-22 12:15:41 +01:00 |
|
Alex Bilbie
|
d123ba095c
|
Dammit
|
2014-07-22 11:11:23 +01:00 |
|
Alex Bilbie
|
bfad6c7e28
|
Fix path for codeception logs
|
2014-07-22 11:07:29 +01:00 |
|
Alex Bilbie
|
7067a35d3a
|
Fixed broken example tests
|
2014-07-22 10:58:15 +01:00 |
|
Alex Bilbie
|
f7231b2c6a
|
Create the codecept logs path and ensure it is writeable
|
2014-05-10 12:07:33 +01:00 |
|
Alex Bilbie
|
9a6ab4141f
|
Download and run codeception
|
2014-05-10 12:00:15 +01:00 |
|
Alex Bilbie
|
45b971d286
|
Prefer-dist
|
2014-05-09 11:05:37 +01:00 |
|
Alex Bilbie
|
4096c8cd20
|
Move back down to root directory
|
2014-05-09 11:02:17 +01:00 |
|
Alex Bilbie
|
66febb7744
|
Assume we're already in examples/relational
|
2014-05-09 10:58:15 +01:00 |
|
Alex Bilbie
|
2412f1f826
|
Testing travis composer install relational example, running the init command and starting local webserver
|
2014-05-09 10:53:33 +01:00 |
|
Alex Bilbie
|
f46c1d2aa4
|
Removed old phpunit command
|
2014-05-03 11:21:05 +01:00 |
|
Alex Bilbie
|
1f61f45f5f
|
Fixed broken .travis.yml file
|
2014-05-03 11:18:09 +01:00 |
|
Alex Bilbie
|
7fada0964d
|
Run codesniffer
|
2014-05-03 11:08:43 +01:00 |
|
Alex Bilbie
|
e07e0dba78
|
Added PHP 5.6 testing
|
2014-02-12 09:57:58 +00:00 |
|
Phil Sturgeon
|
8556f616d3
|
Ninja 5.6 test
|
2014-02-11 12:27:35 -05:00 |
|
Alex Bilbie
|
e71eb8074c
|
Update composer before running
|
2014-01-16 17:09:51 +00:00 |
|
Alex Bilbie
|
115ca30f5a
|
Added hhvm testing
|
2014-01-16 16:53:44 +00:00 |
|
Alex Bilbie
|
25332be3d1
|
Update .travis.yml
|
2013-12-23 23:39:49 +00:00 |
|
Alex Bilbie
|
7c1b913e49
|
Travis will now test against HHVM
|
2013-12-19 12:32:09 +00:00 |
|