Commit Graph

828 Commits

Author SHA1 Message Date
Alex Bilbie 324a3f0cdc Merge pull request #123 from alexbilbie/develop
Added CONTRIBUTING.md
2013-12-06 02:49:06 -08:00
Alex Bilbie f07d169336 Added CONTRIBUTING.md 2013-12-06 10:48:38 +00:00
Alex Bilbie 227707c5dc Merge pull request #122 from andersonamuller/patch-1
Typo in docblock
2013-12-06 02:27:51 -08:00
Alex Bilbie 6d7887dc36 Removed unnecessary line 2013-12-06 10:20:42 +00:00
Alex Bilbie 5870368e33 Added TravisCI's new asset caching http://about.travis-ci.org/blog/2013-12-05-speed-up-your-builds-cache-your-dependencies/ 2013-12-06 10:20:03 +00:00
Anderson Müller 9b9cf79f39 Typo in docblock 2013-12-06 11:17:41 +01:00
Alex Bilbie 619d755008 Removed some tests that randomly fail 2013-12-06 10:17:33 +00:00
Alex Bilbie 2adefdf4c8 Removed section about built in PDO drivers 2013-12-05 21:42:48 +00:00
Alex Bilbie b5854215a7 Went back to old title 2013-12-05 21:37:24 +00:00
Alex Bilbie 8d17049877 Merge branch 'refs/heads/master' into develop 2013-12-05 21:32:44 +00:00
Alex Bilbie 1f523c3a08 README updates 2013-12-05 21:32:29 +00:00
Alex Bilbie 70aafb7521 Merge branch 'release/3.1.1' into develop 2013-12-05 21:10:03 +00:00
Alex Bilbie f59213499c Merge branch 'release/3.1.1' 3.1.1 2013-12-05 21:09:43 +00:00
Alex Bilbie d9917a57e1 Version bump 2013-12-05 21:09:35 +00:00
Alex Bilbie dba976d6ac Fixes #108, fixes #114 - ucfirst headers 2013-12-05 20:57:22 +00:00
Alex Bilbie 8fe3ed7eb5 Merge branch 'release/3.1' into develop 2013-12-05 20:43:04 +00:00
Alex Bilbie 9099173db2 Merge branch 'release/3.1' 3.1.0 2013-12-05 20:42:52 +00:00
Alex Bilbie c6ac1de26b Updated changelog 2013-12-05 20:42:42 +00:00
Alex Bilbie e55ca5bc05 Version bump 2013-12-05 20:41:51 +00:00
Alex Bilbie 4febb90210 Merge branch 'feature/no-inject-server' into develop 2013-12-05 20:33:08 +00:00
Alex Bilbie 75482c9e20 Test setIdentifier because @philsturgeon didn't 2013-12-05 20:32:46 +00:00
Alex Bilbie 0db8850e81 Merge branch 'refs/heads/develop' into feature/no-inject-server
Conflicts:
	src/League/OAuth2/Server/Grant/GrantTrait.php
2013-12-05 20:28:31 +00:00
Alex Bilbie 9a224bd847 Merge branch 'feature/no-inject-server' into develop 2013-12-05 20:26:22 +00:00
Alex Bilbie 0c36045913 Updated unit tests 2013-12-05 20:25:55 +00:00
Alex Bilbie 262ce23fb9 No longer need to inject auth server into grant 2013-12-05 20:25:50 +00:00
Phil Sturgeon 1419ba8cdc Added GrantTrait::setIdentifier
I found it useful to be able to set the identifier so I could "alias" one for deprecation. Hopefully no issues here @alexbilbie
2013-12-04 17:23:19 -05:00
Alex Bilbie b55b73c1e8 Merge branch 'release/3.0.1' into develop 2013-12-02 18:52:28 +00:00
Alex Bilbie e95ae977cc Merge branch 'release/3.0.1' 3.0.1 2013-12-02 18:52:18 +00:00
Alex Bilbie 572e6935a6 Version bump + changelog 2013-12-02 18:49:44 +00:00
Alex Bilbie dd88426323 Merge branch 'hotfix/travistest'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2013-12-02 18:48:09 +00:00
Alex Bilbie 14683bc65e Removed testing of PHP 5.3 2013-12-02 18:47:56 +00:00
Alex Bilbie 1d3bc85423 Merge branch 'release/3.0'
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
3.0.0
2013-12-02 18:44:48 +00:00
Alex Bilbie 10a4bf41ed Version bump 2013-12-02 18:44:08 +00:00
Alex Bilbie 041104e2b1 Updated changelog 2013-12-02 18:43:42 +00:00
Alex Bilbie 031cf3064a Moved some grant related functions into a trait to reduce duplicate code 2013-12-02 18:42:54 +00:00
Alex Bilbie 954ff19823 Removed suggested composer packages 2013-11-29 12:35:29 +00:00
Alex Bilbie 5bb1359ad7 Added some initial changelogs 2013-11-29 12:34:18 +00:00
Alex Bilbie 2bd61f040b Updated minimum PHP requirement to 5.4+ to support future changes 2013-11-29 12:34:08 +00:00
Alex Bilbie bacc9ce316 Added some extra keywords 2013-11-29 12:23:35 +00:00
Alex Bilbie 5ec2c24b5c Removed build in DB providers, will be included in separate repos 2013-11-29 12:23:05 +00:00
Alex Bilbie ec9a08af63 Updated .gitignore 2013-11-25 23:59:37 +00:00
Alex Bilbie 6cade987a2 Added html coverage 2013-11-25 23:59:10 +00:00
Alex Bilbie 44408b873f Make sure $this is returned 2013-11-25 23:58:42 +00:00
Alex Bilbie b4bfa69c88 Removed nyan cat printer 2013-11-25 23:52:45 +00:00
Alex Bilbie 9c3c70a5fb Removed old build script 2013-11-25 23:52:25 +00:00
Alex Bilbie 556e9cc9ab Merge pull request #101 from jackshakes/develop
Update Implicit Grant token TTL and response structure
2013-11-25 15:05:22 -08:00
jlehner d3158a830b Update Implicit Grant Type with the following:
- Added accessTokenTTL variable and setter method
 - Updated response in the completeFlow method to include all required parameters per OAuth2 spec
 - completeFlow function accounts for local grant TTL override
2013-09-26 14:40:56 -04:00
Alex Bilbie 4a71c376b8 Merge branch 'refs/heads/master' into develop
Conflicts:
	.travis.yml
	README.md
2013-09-26 11:18:10 +01:00
Alex Bilbie ed427cba37 Merge pull request #92 from hailwood/patch-1
Adding 'auto_approve' to client details array (with updated interface docs)
2013-09-26 03:07:07 -07:00
Alex Bilbie a358835522 Merge pull request #100 from fotovio/develop
Fixed Issues with Returns and Columns of Fluent Storage
2013-09-26 03:06:11 -07:00