Commit Graph

59 Commits

Author SHA1 Message Date
HDVinnie 1f167c16e2 (Update) HTML Encrypt 🚀 2019-07-13 17:53:00 -04:00
Jack Price-Burns de427bc728 (Fix) StyleCI 2019-06-17 19:27:37 +01:00
Jack Price-Burns bd8f28d168 (Fix) Slow online users section on home page 🐛 2019-06-17 19:21:15 +01:00
HDVinnie a69a0f12dc (Update) Refactor Middelware + Listeners 🚀
- removed useless middelwares to reduce load.
- refactored online users block to auth event listeners
2019-05-15 17:27:20 -04:00
HDVinnie 9389e279d7 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-05-09 00:11:55 +00:00
Laravel Shift d9ddbe6159 Shift cleanup 2019-05-09 00:05:27 +00:00
Laravel Shift 4853105815 Shift to consistent, fluent response chains 2019-05-09 00:05:17 +00:00
Laravel Shift 97e88dd68b Leverage injected request object
Laravel automatically injects the current Http [request object][1] to all Controller actions and Middleware. Leveraging this object improves consistency and testability.

[1]: https://laravel.com/docs/5.7/requests#accessing-the-request
2019-05-09 00:05:13 +00:00
Laravel Shift b0732954c4 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2019-05-09 00:05:08 +00:00
Laravel Shift dcc003602b Adopt Laravel coding style
The Laravel framework adopts the PSR-2 coding style with some additions.
Laravel apps *should* adopt this coding style as well.

However, Shift allows you to customize the adopted coding style through
the [.shiftrc][1] file by using your [PHP CS Fixer][2] config.

[1]: https://laravelshift.com/shiftrc-configuration-file
[2]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
2019-05-09 00:04:58 +00:00
HDVinnie 67339d7329 (Update) PHPDocs 🚀 2019-04-03 20:02:01 -04:00
HDVinnie 2da9253f6d Apply fixes from StyleCI
[ci skip] [skip ci]
2019-03-25 18:00:19 +00:00
HDVinnie c382aa5236 (Update) Refactor Validation Error/Info/Warning/Success Handeling 🚀 2019-03-25 13:53:41 -04:00
HDVinnie 8bb397c29c (Update) Standardize Select Queries 🚀 2019-03-13 11:26:20 -04:00
HDVinnie 3c255f91fe (Update) Middleware 🚀 2019-03-13 08:33:43 -04:00
HDVinnie e0e1aa924b Apply fixes from StyleCI 2019-02-22 13:16:32 +00:00
HDVinnie 3c87845e54 (Update) Namespace models under App\Models 🚀 2019-02-22 08:15:41 -05:00
HDVinnie ae71c4053d Apply fixes from StyleCI 2019-02-21 14:29:28 +00:00
HDVinnie bb68df00f5 (Update) Groups System 🚀
- add is_owner
- update middlewares
- lock Backup Manager, Config Manager, Laravel Log Viewer to is_owner groups only.
- update configs
2019-02-21 09:27:50 -05:00
HDVinnie 99f2d060d2 (Update) Add Cloudfare Support 🚀 2019-02-01 20:35:54 -05:00
HDVinnie d3d3438c61 (Fix) TwoStep Auth System 🐛
- TODO: move views to be dependant and not a extension of default blade.
2019-01-10 21:24:35 -05:00
HDVinnie 992d55922d (Update) Http2ServerPush Middleware 🚀
- prevent duplicate header links
2019-01-09 09:16:23 -05:00
HDVinnie 655184b8dc (Update) Append Missing License 🚀 2018-12-16 19:34:10 -05:00
HDVinnie 2f2c52328b Apply fixes from StyleCI 2018-12-06 22:57:41 +00:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie ed3e33c19b (Update) CheckIfOnline Middelware 2018-12-02 15:53:23 -05:00
HDVinnie df94b53917 (Fix) CheckIfOnline Middelware
- dont register banned users as online
2018-12-02 12:37:37 -05:00
HDVinnie 87563a2473 (Update) Refator Toastr Notifications 2018-11-12 11:14:41 -05:00
Laravel Shift 2f98c05614 Shift Middleware 2018-10-28 01:45:02 +00:00
HDVinnie ac5e15b141 (Update) Rework Group Queries
- use select and not pluck
2018-10-16 22:18:41 -04:00
HDVinnie 14341a6964 (Update) Optimize Queries 2018-10-16 21:45:15 -04:00
HDVinnie 895bbb66e3 (Update) Optimize Many Queries
- reduce load
2018-10-16 21:27:47 -04:00
HDVinnie dc0dfd176e (Update) Group Handling 2018-09-17 19:09:12 -04:00
Laravel Shift 5c1c56d2ca Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-07-18 20:13:14 +00:00
HDVinnie db9feef9c9 (Update) Import Facade’s Explicitly 2018-07-11 11:21:33 -04:00
HDVinnie 2525f5ff8d (Update) Adopt PSR-2 Coding Style
- General Cleanup
2018-07-11 11:15:06 -04:00
HDVinnie 6441ca7fb7 (Update) Mass Controllers Cleanup 2018-06-06 23:49:27 -04:00
poppabear8883 afad6aca27 (Update) Cleanup Trait
- Removed unused request
- Updated scope on trait method to private
- Add type hint in middleware method
2018-03-22 09:22:40 -04:00
HDVinnie f3010a3d49 (Update) Update Middelware
- remove facade use and replace with helpers
- cleanup
2018-03-21 12:03:16 -04:00
HDVinnie 5a670e3b4b (Update) Remove Broken Session Lockscreen
- removed session locking until better system is thought out
- #2
2018-03-20 14:12:16 -04:00
HDVinnie 4efd2d207a (Update) Refactoring
- autoBan
- LoginController
- Middleware
- Routes
2018-02-14 15:11:17 -05:00
HDVinnie 50638db9af Merge branch 'master' into shift-6100 2018-02-14 16:17:19 +01:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
Laravel Shift 52c8016b4e Shift Middleware 2018-02-06 21:47:44 +00:00
HDVinnie 7f4987a92d (Update) Users Security Settings
- Ability for user to turn on or off TwoStepAuth
2018-01-25 18:23:07 -05:00
HDVinnie 99f6a5e21f (Feature) TwoStepAuth Initial Release 2018-01-25 18:10:53 -05:00
Laravel Shift b02e933c19 Shift Middleware 2018-01-18 01:04:20 +00:00
Laravel Shift 0e48e34c8a Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
2018-01-18 01:04:19 +00:00
HDVinnie 146399be62 (Update) Http2ServerPush
- No longer do images
- enabled in kernel
2018-01-12 11:18:14 -05:00
HDVinnie 05601df28b (Feature) Http2ServerPush
- Info regarding ServerPush http://blog.xebia.com/http2-server-push/
- I currently have it disabled in the kernel
- This should only be used if you first raise your
```
fastcgi_buffers
fastcgi_buffer_size
```
- From my testing this is well worth it and does speed up UNIT3D
2018-01-10 12:20:38 -05:00