Commit Graph

4058 Commits

Author SHA1 Message Date
Taylor Otwell cd37f40bba Use helpers. 2014-09-24 22:36:37 -05:00
Taylor Otwell 63edcad654 Merge pull request #3036 from lucasmichot/short-notation-array
[5.0] Convert last long notation array to short notation
2014-09-24 22:34:52 -05:00
Taylor Otwell 1edb0eb24c Merge pull request #3035 from danharper/patch-1
Missing Authenticator import in GuestFilter
2014-09-24 22:33:52 -05:00
Taylor Otwell 8f3d0ed8eb Inject router into before method. 2014-09-24 09:58:12 -05:00
Taylor Otwell 692c9667c7 Let router be inherited by route script. 2014-09-24 09:49:21 -05:00
Lucas Michot 945d4f5594 Convert last long notation array to short notation 2014-09-23 17:17:27 +02:00
Dan Harper 3bb7a97ce7 Missing Authenticator import in GuestFilter 2014-09-23 16:03:29 +01:00
Taylor Otwell 076d86bf26 Simplifying some filters. 2014-09-23 08:31:57 -05:00
Taylor Otwell 986c964c98 Merge pull request #3034 from crynobone/patch/tabs
Fixes Indentation: Use tabs, always.
2014-09-23 08:29:48 -05:00
crynobone 6abdb1574d Use tabs, always.
Signed-off-by: crynobone <crynobone@gmail.com>
2014-09-23 10:29:59 +08:00
Taylor Otwell d45ff68f6d Merge branch 'develop' of github.com:laravel/laravel into develop 2014-09-22 20:22:19 -05:00
Taylor Otwell f9c3754df9 More work on filters. 2014-09-22 20:22:17 -05:00
Taylor Otwell 34ee58acb6 Do some more injection on filters. 2014-09-22 20:21:58 -05:00
Taylor Otwell fbd663c9f1 Merge pull request #3031 from GrahamCampbell/cs
CS Fixes
2014-09-22 08:57:17 -05:00
Graham Campbell dfaa81c47a Removed a trailing space 2014-09-21 20:32:00 +01:00
Graham Campbell 37f1e77494 Added missing new lines at eof 2014-09-21 20:31:42 +01:00
Taylor Otwell 4e5a151774 Embrace contracts. 2014-09-18 19:35:08 -05:00
Taylor Otwell 7c8b8e7dba Make Artisan service provider be deferred. 2014-09-17 22:30:45 -05:00
Taylor Otwell 100f727fd4 Merge pull request #3021 from hernandev/develop
Fix typo on config namespaces.controller to namespace.controllers
2014-09-16 11:41:47 -05:00
Diego Hernandes 48860471fb Fix typo on config namespaces.controller to namespace.controllers 2014-09-15 09:12:48 -03:00
Taylor Otwell bfd5323fab Merge pull request #3011 from tyloo/patch-1
Fix dependency
2014-09-12 11:02:45 -05:00
Julien Bonvarlet 13d19d606d Fix dependency
With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ?
2014-09-12 17:22:09 +02:00
Taylor Otwell eff1f84050 Remove extra lines. 2014-09-09 10:01:59 -05:00
Taylor Otwell 1f738b12b3 Fix readme. 2014-09-08 10:19:26 -05:00
Taylor Otwell 0f5e0f8b1a Merge pull request #2983 from ajschmaltz/patch-1
Spellcheck
2014-09-07 17:11:43 -05:00
Taylor Otwell 35d2be474a Merge pull request #2985 from brnlbs/develop
Updated Eloquent to Eloquent\Model
2014-09-07 17:09:05 -05:00
Taylor Otwell 464c595c46 Merge pull request #2991 from alnutile/patch-3
[bug] Auth filter still redirects to /login not auth/login
2014-09-07 17:08:49 -05:00
Taylor Otwell dd42bef809 Working on read me. 2014-09-07 12:05:59 -05:00
Alfred Nutile 5eaaadc204 [bug] Auth filter still redirects to /login not auth/login
if you use make:auth it defaults to auth/login for a path. But if you look at the Auth filter it defaults to /login as a path.
2014-09-07 09:20:07 -04:00
Brian c3c93cf95b Updated Eloquent to Eloquent\Model 2014-09-04 09:55:12 +02:00
Taylor Otwell 2fb780b63f Merge pull request #2981 from jasonlewis/fix/auth-csrf-filters
Fix for the Auth filter and docblock stuff for CSRF filter.
2014-09-03 15:47:18 +02:00
ajschmaltz c993970a0f Spellcheck 2014-09-02 19:48:55 -04:00
Jason Lewis 5bdf965a72 Update the docblock for the CsrfFilter.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2014-09-02 19:30:17 +09:30
Jason Lewis 56a1baed68 Fix parameters for the AuthFilter.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2014-09-02 19:29:26 +09:30
Taylor Otwell 962ae1b668 Merge pull request #2979 from serhatdurum/develop
Convert "language" files php 5.4 arrays
2014-09-02 06:48:48 +02:00
Taylor Otwell 8b18b40a7b Merge pull request #2980 from driesvints/feature/dont-extend-class-aliases
Remove classes from aliases list
2014-09-02 06:48:30 +02:00
Dries Vints 2ddf39f29f Remove classes from aliases list
Eloquent and Seeder were used to extend from which is a bad practice.
The SoftDeletingTrait should be imported just like the UserTrait and the RemindableTrait.
Str was also removed because it's just a shortcut for the namespace. People can always re-add it if they like.
I wasn't entirely sure what FormRequest was doing here but I have a feeling it's going to be used for the same reasons as one of the above classes. So I removed it as well.
2014-08-31 17:13:44 +02:00
Taylor Otwell 2b04647bb7 Remove a few providers. 2014-08-30 12:00:25 +02:00
Taylor Otwell aa9015cac0 Use working directory. 2014-08-29 15:53:01 +02:00
Taylor Otwell a27f7486dc Extend model. 2014-08-29 13:58:51 +02:00
Taylor Otwell 6fe851cc0a Import facade. 2014-08-29 04:54:40 +02:00
Taylor Otwell a7f3512743 Set root controller namespace. 2014-08-29 04:18:29 +02:00
Taylor Otwell 2f998b2095 Settle on Facades in service providers. 2014-08-29 00:21:49 +02:00
Taylor Otwell 45f0b4f9d9 Use injection here. Blah, can't decide. 2014-08-28 15:00:43 +02:00
Taylor Otwell c9ea1cbf03 Fix doc blocks. 2014-08-28 14:47:08 +02:00
serhatdurum 01e97e13e2 Convert language PHP 5.4 arrays. 2014-08-28 13:15:07 +03:00
serhatdurum 5f5cc828d3 Convert language PHP 5.4 arrays. 2014-08-28 13:08:05 +03:00
serhatdurum a1547b30ad Convert language PHP 5.4 arrays. 2014-08-28 13:07:32 +03:00
Taylor Otwell bde518b59c Use App facade. 2014-08-27 22:05:56 +02:00
Taylor Otwell 198b54d4ad Simplify providers. 2014-08-27 21:50:37 +02:00