Shift
|
7c2a6ffe92
|
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.
You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.
For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
|
2024-04-05 18:36:26 +00:00 |
|
StyleCI Bot
|
cf4260e5f9
|
Apply fixes from StyleCI
|
2024-01-19 20:03:40 +00:00 |
|
James Brooks
|
cf674850dd
|
Laravel 10 + Cachet Core
|
2024-01-19 20:03:17 +00:00 |
|
James Brooks
|
7f53a7e9df
|
Improved subscriber handling
- Signed routes
- Manage subscriptions now sends an email link
|
2019-07-12 11:39:13 +01:00 |
|
James Brooks
|
be26449a42
|
Apply fixes from StyleCI
|
2019-06-23 08:04:32 +00:00 |
|
James Brooks
|
5c50e3c068
|
Merge branch '2.4' into feature/remote-user-authenticate
|
2019-06-23 09:04:25 +01:00 |
|
James Brooks
|
d32f5e1aea
|
Add Cache Control middleware for #3479
|
2019-02-19 07:27:44 +00:00 |
|
James Brooks
|
827822e22e
|
Re-enable middleware. Fixes #3472
|
2019-02-18 14:03:43 +00:00 |
|
Graham Campbell
|
37389ef55f
|
Drop dependency on alt-three throttle (#3469)
I've just pulled in the subset of the features we were actually using.
|
2019-02-15 10:26:39 +00:00 |
|
James Brooks
|
ffe9c99f9c
|
Apply fixes from StyleCI
|
2019-01-26 10:38:21 +00:00 |
|
James Brooks
|
654e72ceb5
|
Fixes CORS headers. Closes #3413
|
2019-01-26 10:37:24 +00:00 |
|
James Brooks
|
6ce087e5ad
|
Apply fixes from StyleCI
|
2019-01-03 19:45:59 +00:00 |
|
James Brooks
|
a033d1498d
|
Add support for authentication via REMOTE_USER
|
2019-01-03 19:45:43 +00:00 |
|
James Brooks
|
57aef06927
|
Install Laravel 5.6
|
2018-06-25 21:48:27 +01:00 |
|
Connor S. Parks
|
196eba7129
|
use _our_ version of the middleware
|
2016-10-24 10:19:15 +01:00 |
|
Connor S. Parks
|
25bba1c178
|
re-adds the middleware
|
2016-10-19 16:28:25 +01:00 |
|
James Brooks
|
a7e8ba3697
|
Update routes
|
2016-10-19 12:28:54 +01:00 |
|
Graham Campbell
|
278a7b7b36
|
Applied fixes from StyleCI
[ci skip] [skip ci]
|
2016-10-19 07:54:08 +00:00 |
|
Laravel Shift
|
c58d05f170
|
Shift Middleware
|
2016-10-19 07:53:10 +00:00 |
|
Graham Campbell
|
167d076edc
|
Fix crap login throttling
|
2016-05-28 15:45:38 +01:00 |
|
Graham Campbell
|
1ab9d95b9c
|
Native throttling
|
2016-02-25 21:26:46 +00:00 |
|
James Brooks
|
4deff42aff
|
Updated laravel-cors. Closes #1485
|
2016-02-25 17:50:51 +00:00 |
|
Graham Campbell
|
a1b7bb8cce
|
Cleanup middleware and routes
|
2015-12-24 17:30:59 +00:00 |
|
Graham Campbell
|
445f5c662a
|
Refactor middleware
|
2015-12-24 16:52:56 +00:00 |
|
James Brooks
|
fbc4041bf7
|
Hide disabled components from public API. Closes #1095
|
2015-11-04 14:59:11 +00:00 |
|
James Brooks
|
55429283c0
|
Started working on API timezone support
|
2015-10-07 13:48:14 +01:00 |
|
James Brooks
|
ed09ca46b8
|
Localize the status page to the visitors lang. Closes #835
|
2015-08-15 10:00:50 +01:00 |
|
James Brooks
|
0e83999f7d
|
Order the $routeMiddleware values
|
2015-08-06 14:29:13 +01:00 |
|
Graham Campbell
|
c1d53a7b42
|
Fixed login throttling
|
2015-08-03 13:37:16 +01:00 |
|
Graham Campbell
|
0a321bffd8
|
Updated copyright information
|
2015-07-06 17:37:01 +01:00 |
|
Graham Campbell
|
2b43b83455
|
Added middleware to the kernel
|
2015-06-18 18:13:15 +01:00 |
|
James Brooks
|
036928e53e
|
Closes #700 - Subscribers can now be turned on and off
|
2015-06-10 21:29:35 +01:00 |
|
Graham Campbell
|
9315de8a4c
|
Fixed up the middleware
|
2015-06-10 14:03:31 +01:00 |
|
Graham Campbell
|
3988753b99
|
Updated copyright headers
|
2015-05-25 17:59:08 +01:00 |
|
Graham Campbell
|
b06167f5e9
|
Updated joe's email address
|
2015-05-25 17:53:06 +01:00 |
|
Graham Campbell
|
91e4dafca9
|
Updated my email address
|
2015-05-23 14:48:33 +01:00 |
|
James Brooks
|
a1ab59a15a
|
Remove old Cors middleware
|
2015-05-20 08:08:53 +01:00 |
|
James Brooks
|
bc376748c8
|
Fixes #628 - Handle Cors properly.
|
2015-05-19 20:54:23 +01:00 |
|
James Brooks
|
0928251673
|
Add Joseph Cohem and Graham Campbell to the copyright headers.
|
2015-05-19 10:45:38 +01:00 |
|
James Brooks
|
c3c62a6b4e
|
Add TrustProxies to Http middleware
|
2015-04-19 09:04:50 +01:00 |
|
James Brooks
|
80e3d9167d
|
Closes #568, adds copyright information.
|
2015-04-19 08:52:39 +01:00 |
|
Joseph Cohen
|
b4ac66d727
|
Cachet is now a Laravel 5 app
|
2015-03-20 18:30:45 -06:00 |
|