Commit Graph

65 Commits

Author SHA1 Message Date
HDVinnie 60f48a14b5 (Fix) Staff Dashboard SSL Cert Card
- add check to see it connection is secure. If connection is not https then dont try to pull SSL Cert Info.
2018-11-03 15:36:15 -04:00
HDVinnie ac5e15b141 (Update) Rework Group Queries
- use select and not pluck
2018-10-16 22:18:41 -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
HDVinnie d4e9ea9ee5 (Update) Staff Dashboard
- Add More System / App Info Cards
2018-09-05 08:51:21 -04:00
HDVinnie 9cc3730268 (Update) Staff Dashboard
- New Layout
- New System Info Cards
- New SSL Info Card

- NOTE: You must run `npm run prod && php artisan clear:all`

- NOTE: You must install `sudo apt-get install php7.x-intl`
You need to replace 'x' by the actual php version you currently have
installed.
2018-09-04 13:24:23 -04:00
HDVinnie 60710a7b82 (Update) Cleanup Home Controller 2018-06-05 14:35:43 -04:00
HDVinnie e725418c7f (Update) More Minor Controller Cleanup 2018-05-21 11:12:37 -04:00
HDVinnie 32e8b1c62b (Update) Controller + Commands Query Syntax
- using shorter and more readable syntax
- remove “=“ in where clauses
- uses oldest() / latest() instead of like orderBy('created_at', 'DESC')
2018-03-24 16:42:59 -04:00
HDVinnie 2da7207d2b (Update) Refactor General and Staff Controllers
- Remove all facades use besides mail
- Use Dependency Injection for Illuminate\Http\Request
- use helpers for auth, cache, validator, and more to rid of facades use
- use $request->input() over $request->get()
- use $request->isMethod('POST') over $request->getMethod('POST')
- general cleanup
2018-03-15 12:32:40 -04:00
HDVinnie 8a8f440781 (Update) Refactor HTTP Redirects
- Use global redirect() helper instead of facade
2018-02-16 14:07:24 -05:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 77a8c2140a (Update) NOTICE OF LICENSE
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
poppabear8883 e58563c88e Reformatted per psr-2 coding standards 2017-12-12 21:50:27 -05:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00