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
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
526c352
Larval 5.1 Branch
Dec 2, 2016
54c1424
replace resource_path
Dec 2, 2016
ec88389
added Html package v5.1
Dec 4, 2016
6b73d63
Blade updates
Dec 4, 2016
6b90705
Merge branch 'master' into lvl51
tiagoalves Dec 14, 2016
99af026
Fixed some Laravel 5.1 compatibilities, made the modle less opinionated.
tiagoalves Dec 14, 2016
5893f2d
Decoupled the `user` object view/presentation.
tiagoalves Dec 15, 2016
c969c65
Added possibility to configure module through env vars.
tiagoalves Dec 15, 2016
99b2d7f
Showing the correct error message on authentication errors
tiagoalves Dec 20, 2016
a6bec94
Added a custom package-level exception handler
tiagoalves Dec 21, 2016
8a29ce0
Using the custom exception handler only for the view-related endpoints.
tiagoalves Dec 21, 2016
5ef6951
Several improvements including decoupling from internal transport req…
tiagoalves Dec 21, 2016
142b89b
Merge branch 'lvl51' into feature/decoupling-improvements
tiagoalves Dec 21, 2016
0ce11b7
Fixed login issue related to the decoupling.
tiagoalves Dec 21, 2016
e0f7291
Added info to README about the Laravel 5.1 maintenance branch and tags.
tiagoalves Jan 10, 2017
147442c
Merge branch 'lvl51' into feature/decoupling-improvements
tiagoalves Jan 10, 2017
344e2dd
Improved README again for the laravel 5.1 maintenance branch.
tiagoalves Jan 10, 2017
13fb0a4
Merge branch 'lvl51' into feature/decoupling-improvements
tiagoalves Jan 10, 2017
2cb1dcf
Providing a more explicit error message for `InvalidParameterExceptio…
tiagoalves Jan 30, 2017
0514a5b
Merge branch 'lvl51' into feature/decoupling-improvements
tiagoalves Jan 30, 2017
6f22481
Reverted a Laravel 5.1 compatibility change.
tiagoalves Mar 20, 2017
764b9e9
Merge branch 'master' into feature/decoupling-improvements
tiagoalves Mar 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into feature/decoupling-improvements
tiagoalves committed Mar 20, 2017
commit 764b9e938f150d24a99976fb96679132fd223391
2 changes: 2 additions & 0 deletions src/config/oastack.php
Original file line number Diff line number Diff line change
@@ -19,4 +19,6 @@
// Optional. The `user` model of the base application.
// The user model must use the provided Traits\User trait.
'user_model' => env('OASTACK_USER_MODEL', null),
// The URL to which users should be redirected after resetting their password
'redirect_url' => ''
);
You are viewing a condensed version of this merge commit. You can view the full changes here.