Commit Graph

24 Commits

Author SHA1 Message Date
poppabear8883
5bca3ded3b Merge branch 'master' into Chat-2.0
# Conflicts:
#	app/Http/Controllers/RequestController.php
#	resources/assets/js/app.js
2018-05-07 09:54:19 -04:00
HDVinnie
5acd36ba05 (Update) Cleanup Contact Us System 2018-05-03 10:28:14 -04:00
poppabear8883
92b3cec318 (WIP) Chat v2.0
This is a "Work In Progress" commit. Its not expected to work.
2018-04-29 18:00:01 -04:00
HDVinnie
5064235e28 (WIP) New Chat
- Powered by VueJS, Socket.io and Laravel Echo Server for broadcasting
events.
- Alpha Stage
- Not ready for use!!!
- https://trello.com/c/tzHOvz5h/16-shoutbox-20
2018-04-29 11:57:22 -04:00
HDVinnie
2e6cfd470d (Update) General Cleanup Of Controllers
- remove unused “use” statements
2018-04-25 15:15:41 -04:00
HDVinnie
ec1c4ce489 (Fix) Latest Poll Block Query 2018-04-23 12:37:55 -04:00
HDVinnie
2e86ea24cc (Update) Poll System
- closes #55
- latest poll now displays on home page as long as the user has NOT
already voted on it.
- This I am classing as “still needs work” as it could be prettied up a
little
2018-04-23 12:24:38 -04:00
HDVinnie
8f7785e272 (Update) Display and Announce SD Uploads 2018-04-16 09:00:12 -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
e3e21896e2 (Update) Controllers Syntax
- use shorter and more readable syntax
- replace orderBy('created_at', 'DESC') with latest()
2018-03-24 15:56:39 -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
3fd68b5cc6 (Fix) Issue #198
- Closes #198
2018-02-20 12:28:28 -05:00
HDVinnie
edbc68180e (Update) Refactor Toastr Notifications 2018-02-16 14:57:52 -05:00
HDVinnie
8a8f440781 (Update) Refactor HTTP Redirects
- Use global redirect() helper instead of facade
2018-02-16 14:07:24 -05:00
HDVinnie
3e9763a551 (Update) Contact Us 2018-02-12 12:43:25 -05:00
Hyleus
777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie
e1a8c82c9a (Update) Quick Search
- Quick Search now uses main faceted search system
2018-01-15 17:07:11 -05:00
HDVinnie
a01ec21349 (Update) Quick Search 2018-01-04 16:11:55 -05:00
HDVinnie
07bc8efe9b (Update) Groups Migration
- This sets a new default base of groups
2018-01-03 14:24:22 -05:00
Hyleus
a51baf3245 Refactor chat.blade.php 2017-12-30 13:33:22 +01:00
Hyleus
268672293d Refactor chat blade-template 2017-12-29 10:11:31 +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