Commit Graph

5062 Commits

Author SHA1 Message Date
Taylor Otwell
233c93f810 Merge pull request #3787 from JosephSilber/core-authenticate
[5.3] Remove the Authenticate middleware
2016-05-26 13:49:15 -05:00
Joseph Silber
945052508f Use the Authenticate middleware from core 2016-05-26 13:07:11 -04:00
Taylor Otwell
cedde2d934 cleaning up 2016-05-26 10:00:14 -05:00
Taylor Otwell
3ddaf3f901 Merge pull request #3783 from JosephSilber/authenticate
[5.3] Make the Authenticate middleware throw an AuthenticationException
2016-05-26 08:16:54 -05:00
Taylor Otwell
c332ad9582 fix typo 2016-05-25 09:24:11 -05:00
Taylor Otwell
2ed45ebb5c Merge pull request #3781 from laravel/bindings
[5.3] Added the new bindings middleware
2016-05-25 09:22:05 -05:00
Joseph Silber
d26314de20 Move the full response logic into the unauthenticated method 2016-05-25 09:49:44 -04:00
Joseph Silber
b069ff0d0c update exception handler with AuthenticationException 2016-05-22 15:00:52 -04:00
Joseph Silber
6dfc0229b2 Make the Authenticate middleware throw an AuthenticationException 2016-05-22 14:50:39 -04:00
Taylor Otwell
b6b948aaf7 Merge pull request #3767 from sadika9/fix_password_reset_guest_middleware
[5.2] Get guest middleware using guestMiddleware() method in ResetsPasswords
2016-05-18 09:22:14 -07:00
Taylor Otwell
e98a2708bc Merge pull request #3780 from laravel/analysis-8LZ3WJ
Applied fixes from StyleCI
2016-05-13 13:19:46 -05:00
Graham Campbell
728151f5de Applied fixes from StyleCI 2016-05-13 14:19:42 -04:00
Graham Campbell
332731f88b Added the new bindings middleware 2016-05-13 19:19:27 +01:00
Taylor Otwell
e7ff2bfb4d update method 2016-05-12 22:53:02 -05:00
Taylor Otwell
37ce8b50ce Merge pull request #3778 from scrubmx/patch-3
[5.3] Add "sslmode" setting for PostgreSQL connection
2016-05-12 08:40:15 -05:00
Jorge González
8fc0df14bb Add "sslmode" setting for PostgreSQL connection
The commit 586bffa1d7 added support for sslmode in PostgresConnector.php and sslmode has been around since postgres version 9.1 (2011). 

This change makes it possible to specify sslmode from the config file.

Also serves as documentation to other developers so they don't have to
dive deep into the code to figure out that it's posible to set this option.

The posible values for sslmode are:
    disable, allow, prefer, require, verify-ca, verify-full

The default value is "prefer".

http://www.postgresql.org/docs/9.5/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION
2016-05-12 00:59:15 -05:00
Taylor Otwell
0d762a22da Merge pull request #3775 from themsaid/dimensions-lang-line
Add language line for image dimensions validation rule
2016-05-11 09:31:04 -05:00
Taylor Otwell
6f4c333678 Merge pull request #3777 from Adam14Four/develop
[5.3] Enabled MySQL "strict" mode by default
2016-05-11 09:25:31 -05:00
Adam14Four
f237656c68 Enabled MySQL "strict" mode by default 2016-05-10 12:30:43 -07:00
Taylor Otwell
59f2d49074 stub out commands method in console kernel 2016-05-09 11:16:31 -05:00
Mohamed Said
da64a014e7 Add language line for image dimensions validation rule 2016-05-09 17:50:13 +02:00
Taylor Otwell
a97b9e0c7c fix comment 2016-05-04 09:31:54 -05:00
Taylor Otwell
26ef471305 Merge branch 'feature/session-store-config' of https://github.com/tomcastleman/laravel into tomcastleman-feature/session-store-config 2016-05-04 09:30:29 -05:00
Taylor Otwell
81aea74578 Merge branch 'master' into develop 2016-05-04 09:30:19 -05:00
Tom Castleman
d68d4dc9cd adds configuration for session cache store 2016-05-02 17:27:52 +01:00
Taylor Otwell
f8cddc0000 Merge pull request #3770 from tillkruss/patch-2
Use Bootstrap 3.3
2016-05-01 22:13:00 -05:00
Till Krüss
382857a8a7 Use Bootstrap 3.3
Unless there is a reason why not?
2016-05-01 16:23:09 -07:00
Taylor Otwell
b358fe473d spacing 2016-05-01 10:07:37 -05:00
Taylor Otwell
3173f1c072 Merge pull request #3768 from tomcastleman/patch-1
[5.3] Add config for new Memcached features
2016-05-01 10:06:47 -05:00
Tom Castleman
9dc2d60336 Add config for new Memcached features
Adds config for persistent connections, SASL authentication, and custom options
2016-04-30 14:11:55 +01:00
Sadika Sumanapala
336d80c1f1 Get guest middleware using guestMiddleware() method
guestMiddleware() defined on ResetsPasswords trait

This change is required to fix issue #13383

Depends on pull request laravel/framework#13384
2016-04-30 12:39:22 +05:30
Taylor Otwell
da662e40ec working on broadcasting 2016-04-29 22:40:08 -05:00
Taylor Otwell
749528db0c remove unneeded trait 2016-04-28 10:28:26 -05:00
Taylor Otwell
e3d2b68c49 Merge branch 'master' into develop 2016-04-27 15:48:59 -05:00
Taylor Otwell
76b8ef7204 remove post install just in case it causes problems 2016-04-27 08:01:12 -05:00
Graham Campbell
020bf231ba Merge branch 'master' into develop 2016-04-27 14:00:46 +01:00
Taylor Otwell
eee2a8b7c8 Merge pull request #3763 from vinkla/npm
Add npm scripts
2016-04-27 08:00:19 -05:00
Vincent Klaiber
909f063c28 Add npm scripts 2016-04-27 14:43:47 +02:00
Taylor Otwell
d359343ca2 Merge pull request #3760 from tillkruss/patch-1
Switch to `.scss`
2016-04-24 20:16:16 -05:00
Till Krüss
cf1c148778 Switch to .scss 2016-04-22 19:39:28 -07:00
Graham Campbell
2c834ad59c Respect PSR-2 2016-04-15 22:49:14 +01:00
Taylor Otwell
70f8bb6e08 Merge pull request #3738 from laravel/backport
[5.1] Backport various changes
2016-04-05 09:06:24 -05:00
Graham Campbell
a6e0a2d190 Backport the composer script fixes 2016-04-05 11:23:29 +01:00
Graham Campbell
2dd40dfb40 Backport the phpunit fixes 2016-04-05 11:22:53 +01:00
Graham Campbell
3a2cfbc2f4 Backport the better faker default 2016-04-05 11:22:29 +01:00
Graham Campbell
2c446984a1 Backport some env tweaks 2016-04-05 11:22:18 +01:00
Graham Campbell
b2ca69f318 Merge pull request #3737 from laravel/tweak
Tweaked config
2016-04-05 11:15:13 +01:00
Graham Campbell
ce25be19eb Tweaked config 2016-04-05 11:15:06 +01:00
Graham Campbell
9fa63f8ce8 Merge pull request #3733 from jcxm360/patch-1
Update Kernel.php
2016-04-01 22:06:45 +01:00
Juan Martinez
0d8e71cd92 Update Kernel.php 2016-04-01 16:00:36 -05:00