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

[WIP] [BC BREAK] Refactor of authentication layer #554

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jan 16, 2015

  1. Configuration menu
    Copy the full SHA
    a49a4a9 View commit details
    Browse the repository at this point in the history
  2. Simplified Authentication Storage

     - Renamed from `Db` to `Mapper`
     - Added SM aliases for easier overriding (Mapper and Session)
    adamlundrigan committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    c8cd716 View commit details
    Browse the repository at this point in the history
  3. Rewrite the Mapper-based Authentication Adapter

     - Externalize the password hashing and verification (CredentialProcessor)
     - Generalize Mapper adapter to work with any mapper find method
     - Provide factories for producing MapperUsername and MapperEmail adapters
     - Update dist configuration with new adapter name
    adamlundrigan committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    6845307 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64d37c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96d5200 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2015

  1. Rewrite ZfcUser\Authentication\Adapter\AdapterChain

     - Now just a priority list of Zend\Authentication\Adapter\AbstractAdapter instances
     - Eliminated Storage from collaborator list (AuthenticationService handles this)
     - Eliminated some obsoleted classes (AbstractAdapter, AdapterChainEvent, ChainableAdapter, OptionsNotFoundException)
    adamlundrigan committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    1b47a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c6d1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6342b5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e2365e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0440720 View commit details
    Browse the repository at this point in the history
  6. Fix the tests

    adamlundrigan committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    e47a62d View commit details
    Browse the repository at this point in the history
  7. CS fixes

    adamlundrigan committed Jan 17, 2015
    Configuration menu
    Copy the full SHA
    084311f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2015

  1. Configuration menu
    Copy the full SHA
    4153c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038ac7a View commit details
    Browse the repository at this point in the history
  3. Remove HTML code coverage from phpunit.xml

    (enabled for debugging, slipped through)
    [skip ci]
    adamlundrigan committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    774efa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2015

  1. Configuration menu
    Copy the full SHA
    fef538d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b53c7 View commit details
    Browse the repository at this point in the history