Taylor Otwell
|
51addd6c63
|
Merge pull request #3817 from JosephSilber/unauthenticated-json
[5.3] Return JSON for unauthenticated AJAX requests
|
2016-06-22 08:38:13 -05:00 |
|
Joseph Silber
|
8e7672fc04
|
Return JSON for unauthenticated AJAX requests
|
2016-06-22 08:46:26 -04:00 |
|
Taylor Otwell
|
bd358bdc0f
|
Merge pull request #3815 from vlakoff/pdo-fetch-style
[5.3] Use proper PDO fetch style
|
2016-06-19 13:07:47 -04:00 |
|
vlakoff
|
07c95968b7
|
Use proper PDO fetch style
|
2016-06-19 05:16:51 +02:00 |
|
Taylor Otwell
|
e5dfb05247
|
message updates
|
2016-06-06 21:43:34 -05:00 |
|
Taylor Otwell
|
edc5cee942
|
Merge branch 'master' into develop
|
2016-06-04 09:37:46 -05:00 |
|
Taylor Otwell
|
767801a317
|
working on formatting
|
2016-06-04 09:37:32 -05:00 |
|
Michael Dyrynda
|
7259c265e6
|
Add application log level configuration
This config option ties in with changes in fbd6e77 that were tagged in
v5.2.35 of the framework.
|
2016-06-04 09:58:04 +09:30 |
|
Taylor Otwell
|
bee4dc1632
|
Merge pull request #3799 from drawmyattention/patch-1
Make TestCase abstract
|
2016-06-02 07:47:40 -05:00 |
|
Amo Chohan
|
7a449f86b9
|
Make TestCase abstract
|
2016-06-02 13:14:42 +01:00 |
|
Graham Campbell
|
b6bd185048
|
Merge branch 'master' into develop
|
2016-05-30 12:03:49 +01:00 |
|
Taylor Otwell
|
f95f384ba3
|
Merge pull request #3791 from JosephSilber/authorize-namespace
[5.3] Update `can` middleware to new namespace
|
2016-05-29 21:39:25 -05:00 |
|
Joseph Silber
|
4f018159b8
|
Update can middleware to new namespace
|
2016-05-29 22:27:14 -04:00 |
|
Taylor Otwell
|
b4024058bb
|
Merge pull request #3789 from luqmanrom/master
Add missing Mandrill secret keys in config.services
|
2016-05-29 15:03:07 -05:00 |
|
Luqman Rom
|
9352968734
|
Add missing Mandrill secret keys in config.services
|
2016-05-29 21:47:02 +08:00 |
|
Taylor Otwell
|
19f8537829
|
fix namespace
|
2016-05-26 13:53:39 -05:00 |
|
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 https://github.com/laravel/framework/commit/586bffa1d758e09114821b694b5e800cc9bbfb5f 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 |
|