Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag 1.8.0 #643

Merged
merged 25 commits into from
Sep 18, 2015
Merged

Tag 1.8.0 #643

merged 25 commits into from
Sep 18, 2015

Commits on May 9, 2015

  1. Merge pull request #580 from bshaffer/fix-571

    fixes BC issue from #571
    bshaffer committed May 9, 2015
    Configuration menu
    Copy the full SHA
    1c72c69 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    49bc005 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2015

  1. Configuration menu
    Copy the full SHA
    48301f1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Merge pull request #583 from bshaffer/issue-574

    fixes #547 - ensures Grant Type identifier is passed to tokencontroller
    bshaffer committed May 11, 2015
    Configuration menu
    Copy the full SHA
    2b3d4c2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2015

  1. runs php-cs-fixer

      - using the command "php-cs-fixer fix . --fixers=-phpdoc_params"
    bshaffer committed May 21, 2015
    Configuration menu
    Copy the full SHA
    de0d9fb View commit details
    Browse the repository at this point in the history
  2. fixes #591 - adds jti

    bshaffer committed May 21, 2015
    1 Configuration menu
    Copy the full SHA
    4aceb7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #594 from bshaffer/issue-591

    fixes #591 - adds jti
    bshaffer committed May 21, 2015
    Configuration menu
    Copy the full SHA
    943f149 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #593 from bshaffer/php-cs-fixer

    runs php-cs-fixer
    bshaffer committed May 21, 2015
    Configuration menu
    Copy the full SHA
    5b60a3d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2015

  1. Fixes issue where full product page is ajaxed into a product detail p…

    …age. Product page inception, bro
    Q committed May 26, 2015
    Configuration menu
    Copy the full SHA
    d00a400 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #598 from spreeza/bug-fix-jwt-configuration

    Allow configurable access_lifetime and refresh_token_lifetime for default JWT tokens
    bshaffer committed May 26, 2015
    Configuration menu
    Copy the full SHA
    51cd6fa View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Remove extra semicolon

    PowerKiKi committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    72258c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. fix aws sdk composer dependency

    uses only 2.8 for tests
    bshaffer committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    f712d61 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Merge pull request #622 from bshaffer/bshaffer-fix-aws-dependency

    fix aws sdk composer dependency
    bshaffer committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    5babdc6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #617 from PowerKiKi/patch-1

    Remove extra semicolon
    bshaffer committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    b60dda2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2015

  1. Added support for revoking tokens

    Implementation follows the Draft RFC7009 OAuth 2.0 Token Revocation.
    
    Essentially adds a unsetAccessToken method to all the storage objects, and exposes a revoke endpoint on controllers. The only interesting thing is the ResponseType\AccessToken::revokeToken() method which has to check all token types if the specified type doesn't exist.
    
    Maintains BC with v1.x by commenting out the AccessToken interface methods, and annotated an @todo to implement these in 2.x. Throws a \RuntimeException if storage/response objects don't support the interface
    phindmarsh committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    7e07d7c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Configuration menu
    Copy the full SHA
    1b2dcde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #634 from bshaffer/remove-dynamodb-tests-from-travis

    skipping all dynamodb tests in travis
    bshaffer committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    fe8c1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    000affc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #586 from phindmarsh/token-revoke

    Added support for revoking tokens
    bshaffer committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    6cf428f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #626 from bshaffer/bshaffer-travis-containers

    migrate travis for containers
    bshaffer committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    0dbf1db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    571b2a8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #636 from bshaffer/F21-firebase-jwt-1.x

    F21 firebase jwt 1.x
    bshaffer committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    9b22a4c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2015

  1. Passing variables on MongoDB insert

    When running in hhvm passing a value as reference will result in a fatal error.
    jniebuhr committed Sep 4, 2015
    Configuration menu
    Copy the full SHA
    6d8fc0d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2015

  1. Merge pull request #639 from jniebuhr/develop

    Mongo Storage HHVM Compability
    bshaffer committed Sep 10, 2015
    Configuration menu
    Copy the full SHA
    df2986f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. Tag 1.8.0 Changelog

    bshaffer committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    7fa4185 View commit details
    Browse the repository at this point in the history