Taylor Otwell
d2aebd283e
Rename middleware.
2014-11-11 10:27:30 -06:00
Taylor Otwell
e02e3456ed
Update middleware reference.
2014-11-10 13:43:44 -06:00
Taylor Otwell
a98c0d64c7
Move middleware.
2014-11-10 13:38:19 -06:00
Taylor Otwell
97287c89fe
Update middleware.
2014-11-10 13:25:08 -06:00
Taylor Otwell
2cb7450aaf
modify contract.
2014-11-10 11:51:42 -06:00
Taylor Otwell
6e0a5603fe
Update middleware list.
2014-11-10 10:20:41 -06:00
Taylor Otwell
bdb839222d
Check type of token.
2014-11-09 16:31:08 -06:00
Taylor Otwell
ba0cf2a1c9
Check type of token as well.
v4.2.11
2014-11-09 16:29:56 -06:00
Taylor Otwell
0a01aca6b4
Use the console kernel.
2014-11-07 11:56:21 -06:00
Taylor Otwell
f66122149a
Bootstrap the application when testing.
2014-11-07 10:07:31 -06:00
Taylor Otwell
55965c73c5
Rename.
2014-11-07 10:00:30 -06:00
Taylor Otwell
929e638c7e
Rename traits.
2014-11-07 09:39:01 -06:00
Taylor Otwell
3c9d67ad65
Remove some stuff from .gitignore.
...
Let people define their own global .gitignore file. Also people keep
complaining that composer.lock is in this file.
2014-11-06 20:51:39 -06:00
Taylor Otwell
46d1a27b77
Terminate the request after sending.
2014-11-06 20:06:49 -06:00
Taylor Otwell
4b2694ce76
Fix file.
2014-11-06 13:17:58 -06:00
Taylor Otwell
33efefa388
Fix redirects.
2014-11-06 13:16:29 -06:00
Taylor Otwell
c17925bce4
Merge pull request #3108 from pascalschwientek/patch-1
...
minor spelling/grammar corrections
2014-11-06 13:14:47 -06:00
Taylor Otwell
754ea2656c
Tweak wording.
2014-11-06 13:11:17 -06:00
Taylor Otwell
0c3f1c967c
Merge pull request #3118 from miclf/patch-1
...
Prevent TokenMismatchException for HTTP OPTIONS requests
2014-11-06 13:10:14 -06:00
Taylor Otwell
10452da7b5
Merge pull request #3112 from nblackburn/patch-1
...
Updated CSRF middleware reference
2014-11-06 08:57:24 -06:00
Taylor Otwell
fcca359778
Working on middleware.
2014-11-05 11:18:00 -06:00
Taylor Otwell
d5e5947a6a
Add to compile.
2014-11-05 10:19:15 -06:00
Taylor Otwell
a8e4f23126
Merge branch 'config' into develop
2014-11-05 10:19:02 -06:00
Taylor Otwell
a280988eef
Stub out an app service provider.
2014-11-05 10:18:53 -06:00
Taylor Otwell
a59a1416cb
Merge pull request #3106 from hannesvdvreken/patch-2
...
fix php artisan serve functionality with hardcoded values
2014-11-05 09:48:05 -06:00
Taylor Otwell
c494e83193
Merge pull request #3114 from matism/develop
...
new logout-method naming
2014-11-05 09:42:28 -06:00
Michaël Lecerf
70d516b7ce
Prevent TokenMismatchException for HTTP OPTIONS requests
...
`OPTIONS` HTTP requests should be treated in the same way than `GET` requests by the `VerifyCsrfToken` middleware. Otherwise, an exception is thrown, thus preventing any `OPTIONS` route to work.
2014-11-05 13:09:12 +01:00
Taylor Otwell
27aa85ccdb
Remove exception handler. Move to core.
2014-11-03 19:13:06 -06:00
Taylor Otwell
1209ce7657
Working on exception handling. WIP.
2014-11-03 16:45:26 -06:00
Taylor Otwell
3c614ac5d6
Working on logging.
2014-11-03 10:26:04 -06:00
Taylor Otwell
9bc7c00df9
Add logs directory.
2014-11-03 09:06:02 -06:00
Mathias
e1b491065d
new logout-method naming
2014-11-03 15:35:00 +01:00
Taylor Otwell
007040e2ae
Remove scan arrays.
2014-11-02 13:15:12 -06:00
Taylor Otwell
ed4b97b33b
Working on structure.
2014-11-02 10:22:56 -06:00
Taylor Otwell
c398cda797
Tweak default request setup.
2014-11-02 10:21:14 -06:00
Taylor Otwell
5d8af6099e
Remove extra line.
2014-11-02 10:09:55 -06:00
Taylor Otwell
0ee0c434a3
Changing default routing setup.
2014-11-02 10:02:20 -06:00
Nathaniel Blackburn
08c6996d77
Update RouteServiceProvider.php
...
Removed the CSRF provider as it is specified in the Kernel.
2014-10-28 19:06:26 +00:00
Nathaniel Blackburn
68009bb99c
Updated CSRF middleware reference
2014-10-28 18:57:54 +00:00
Taylor Otwell
aa8bf8a211
Bind the kernels as singletons.
2014-10-25 21:27:57 -05:00
Pascal Schwientek
e49aaf82ec
minor spelling/grammar corrections
2014-10-25 20:54:42 +02:00
Hannes Van De Vreken
3dfc5fc768
bootstrap/paths.php disappeared
...
Fixing php artisan serve functionality
2014-10-23 22:26:50 +02:00
Jeffrey Way
d70914b84d
Get latest version of Elixir for now
2014-10-23 13:47:53 -04:00
Taylor Otwell
657033afa8
Merge pull request #3087 from fungku/develop
...
Rename Gulpfile.js to gulpfile.js
2014-10-22 19:16:35 -05:00
Taylor Otwell
3a844756fe
Merge pull request #3091 from GrahamCampbell/patch-1
...
Fixed RouteServiceProvider docblocks
2014-10-22 19:16:17 -05:00
Taylor Otwell
36e0014a6a
Fix a few password reminder things.
2014-10-22 19:16:05 -05:00
Taylor Otwell
c10ad6269e
Remove log service provider since it is part of Bootstrap process.
2014-10-21 21:57:39 -05:00
Taylor Otwell
9aed9debca
Tweak how console commands are registered.
2014-10-21 10:27:26 -05:00
Taylor Otwell
ec9edec9a2
Rename CSRF middleware.
2014-10-20 17:16:06 -05:00
Taylor Otwell
2542829d84
Rename auth middlewares.
2014-10-20 16:46:56 -05:00