Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Decoupling improvements #5

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

Commits on Dec 2, 2016

  1. Larval 5.1 Branch

    The Laravel 5.1 Branch is not intended to merge, but rather to reserve
    a lane for those 5.1 projects that are not ready yet to move to 5.2
    Koen Betsens committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    526c352 View commit details
    Browse the repository at this point in the history
  2. replace resource_path

    Does not exist in 5.1
    Koen Betsens committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    54c1424 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2016

  1. added Html package v5.1

    Koen Betsens committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    ec88389 View commit details
    Browse the repository at this point in the history
  2. Blade updates

    Koen Betsens committed Dec 4, 2016
    Configuration menu
    Copy the full SHA
    6b73d63 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    6b90705 View commit details
    Browse the repository at this point in the history
  2. Fixed some Laravel 5.1 compatibilities, made the modle less opinionated.

    Devs can now provide their own job dispatcher implementation.
    Devs can now provide their own user model implementation.
    Added indexes to the `oauth_access_tokens` table.
    tiagoalves committed Dec 14, 2016
    Configuration menu
    Copy the full SHA
    99af026 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Decoupled the user object view/presentation.

    Now, base apps can provide their own logic to create a user
    representation object with the fields that this module's views require.
    tiagoalves committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    5893f2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c969c65 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

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

Commits on Dec 21, 2016

  1. Added a custom package-level exception handler

    Now we can return error messages with the usual UI styling of this
    package.
    tiagoalves committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    a6bec94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a29ce0 View commit details
    Browse the repository at this point in the history
  3. Several improvements including decoupling from internal transport req…

    …uirements.
    
    * The User model and api->blm job dispatcher can now be provided by the
    base Laravel app.
    * Package-specific exception handler so we can transform exceptions into
    errors that are shown in the login view instead of dumping a stack trace
    in the browser.
    *
    * Added indexes to the `oauth_access_tokens` table for faster lookups.
    tiagoalves committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    5ef6951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    142b89b View commit details
    Browse the repository at this point in the history
  5. Fixed login issue related to the decoupling.

    Now the module uses its own User trait as well.
    tiagoalves committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    0ce11b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    e0f7291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    147442c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    344e2dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13fb0a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    2cb1dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0514a5b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Reverted a Laravel 5.1 compatibility change.

    Change introduced in 99af026.
    
    This branch is for Laravel 5.2+, that's why I'm removing the Laravel 5.1
    related change that was merged into this branch.
    tiagoalves committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    6f22481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764b9e9 View commit details
    Browse the repository at this point in the history