Commit Graph

4950 Commits

Author SHA1 Message Date
Taylor Otwell 4a44a0d3d5 no longer need this trait out of the box 2016-07-10 09:39:37 -05:00
Taylor Otwell 9ecfa9cf8e specify middleware directly 2016-07-10 08:48:46 -05:00
Taylor Otwell d72e3f3af5 fix conflicts 2016-07-09 11:28:21 -05:00
Taylor Otwell 02274da8fd code formatting 2016-07-09 11:27:46 -05:00
Kamaro Lambert e3bd984b01 Removed unnecessary else 2016-07-09 11:44:42 +02:00
Taylor Otwell 98ca59dc8c Merge pull request #3826 from ngyikp/master
Add a fallback sans-serif font in case the custom font fails to load
2016-07-05 08:46:57 -05:00
Ng Yik Phang a2c081fd58 Add fallback sans-serif font in case the custom font fails to load 2016-07-05 19:31:21 +08:00
Taylor Otwell ba1e9ad828 Merge pull request #3824 from byCedric/master
Add language line for file validation rule
2016-07-01 08:16:37 -05:00
Cedric van Putten cd03204044 Add language line for file validation rule. 2016-07-01 10:52:07 +02:00
Taylor Otwell c0898cc71a Merge pull request #3823 from crynobone/feature/notification
[5.3] Password broker would always use notifications::email view.
2016-06-30 09:11:50 -05:00
crynobone 34eb11faee [5.3] Password broker would always use notifications::email view.
Signed-off-by: crynobone <crynobone@gmail.com>
2016-06-30 21:03:16 +08:00
Taylor Otwell 9575714700 Add notifiable trait to default user. 2016-06-29 21:02:16 -05:00
Taylor Otwell 2051351626 Merge pull request #3822 from halaei/expire-90
expire jobs after 90 seconds
2016-06-29 08:39:32 -05:00
halaei d3aff652bd expire jobs after 90 seconds 2016-06-29 12:11:40 +04:30
Taylor Otwell d6ca0a6dc6 Merge pull request #3819 from jrean/patch-1
Added session domain env configuration
2016-06-24 15:55:04 -05:00
Taylor Otwell 6e380aa8f2 Merge pull request #3820 from sbine/master
Make password_resets.created_at nullable
2016-06-24 10:33:14 -05:00
Sara Bine be7b2627ae Make password_resets.created_at nullable
Prevents MySQL assigning default CURRENT_TIMESTAMP
Related issue: laravel/framework#11518
2016-06-23 17:14:50 -06:00
Jean Ragouin 7e4c6e84df Added session domain env configuration
Session domain value available with env configuration
https://github.com/laravel/laravel/pull/3806
2016-06-22 23:10:07 +08:00
Taylor Otwell 737b5eb3ef stub notifications 2016-06-22 09:57:59 -05:00
Taylor Otwell b787586514 expects json 2016-06-22 08:48:58 -05:00
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 47d7e2d490 Merge pull request #3811 from jerguslejko/fix/supported-drivers-docs
List supported drives in cache and broadcasting configs
2016-06-14 20:20:03 -04:00
Jerguš Lejko a20533c511 List supported drives in cache and broadcasting configs 2016-06-14 20:15:26 +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