Commit Graph

39 Commits

Author SHA1 Message Date
HDVinnie
8a7310f2d5 (Update) System Messages 🚀
- formated for new chat
2019-02-09 20:02:21 -05:00
HDVinnie
0471bc2ccb (Update) Permission Checks 🚀
- remove if else statements in favor for cleaner abort_unless and abort_if helpers
2019-01-27 11:17:51 -05:00
HDVinnie
0850390860 (Update) Standardize Where Expressions 🚀
- using `Model::where('download', '=', 1)` over`Model::where('download', 1)`
- decided is easier for new devs to understand.
- thanks to @werrpy for helping with the regex to mass update.
2018-12-16 18:32:58 -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
87563a2473 (Update) Refator Toastr Notifications 2018-11-12 11:14:41 -05:00
HDVinnie
b777ef03e2 (Update) Optimize Queries
- eager loading
2018-10-17 14:15:18 -04:00
HDVinnie
1122a8a0c3 (Update) Torrent Moderation Panel Queries
- use eager loading
2018-10-16 23:10:13 -04:00
HDVinnie
85b5633a32 (Update) Automated System Chat Messages 2018-09-29 23:04:15 -04:00
HDVinnie
4618a36181 (Update) Torrent Moderation System & Torrent Details Page
- closes #384
2018-08-30 22:34:50 -04:00
HDVinnie
8abc72f9c1 (Fix) Torrent Upload Chat Announcements 2018-08-30 21:28:03 -04:00
HDVinnie
1c0a271073 (Fix) Typo 2018-08-25 18:38:02 -04:00
HDVinnie
e456241b9e (Fix) Moderation PM's
- fixes messages sent to uploader when there upload is “Postponed” or
“Rejected”.
2018-08-25 18:31:09 -04:00
HDVinnie
75b6515c63 (Update) Moderation Validation 2018-06-15 23:05:49 -04:00
MrG01
1c5591ab98 Fixes issue with modals not working Ito moderation 2018-06-16 00:18:19 +02:00
HDVinnie
6441ca7fb7 (Update) Mass Controllers Cleanup 2018-06-06 23:49:27 -04:00
HDVinnie
17da38d33a (Update) Moderation Controller
- Update how Private Messages Are Created
2018-06-05 20:56:33 -04:00
HDVinnie
a61a21b833 (Update) Cleanup Moderation Controller 2018-06-05 20:49:52 -04:00
HDVinnie
08fea357c3 (Update) Moderation System 2018-05-03 15:15:52 -04:00
HDVinnie
2e6cfd470d (Update) General Cleanup Of Controllers
- remove unused “use” statements
2018-04-25 15:15:41 -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
87ce42daf3 (Update) Refactor Torrent Request System
- renamed  models/functions and more to avoid conflict with
`App\Http\Requests` which will be used to refactor all HTTP Validation
rules into dedicated form requests
2018-03-22 20:10:37 -04:00
HDVinnie
889be525d9 Update ModerationController.php
- remove unneeded peer and category USE
2018-03-17 11:41:41 -04:00
HDVinnie
d963c41eb2 Update ModerationController.php
- remove facades use
2018-03-17 11:37:34 -04:00
MrG01
6f1762c15f Helper changes 2018-03-17 16:23:45 +02:00
MrG01
ed57e6a96d Merge branch 'master' into Moderation-Rework
# Conflicts:
#	app/Http/Controllers/Staff/ModerationController.php
#	app/Http/Controllers/TorrentController.php
2018-03-17 16:11:42 +02: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
MrG01
f06e5c91da Minor corrections
- for requests input() is preferred over get()
- some string changes
- minor variables fixes
- moderation query changes
2018-03-14 20:37:20 +02:00
MrG01
eba881c2b7 [REFACTOR] Torrent Helper
- Achievements and announcements are no longer handled by the upload
function itself
- Refer approval to Torrent Helper
2018-03-12 19:24:20 +02:00
MrG01
c8b91d194f [BUG] Delete
- Added validator to delete controller
- Address issue #98
2018-03-10 23:33:59 +02:00
MrG01
1cb92c51f1 Merge branch 'master' into Moderation-Rework
# Conflicts:
#	app/Http/Controllers/Staff/ModerationController.php
#	routes/web.php
2018-03-10 21:31:59 +02:00
MrG01
bc92e070b8 Postponing is now available 2018-03-10 21:29:47 +02: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
Hyleus
777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie
f0cde09939 (Feature) Add Time Since Upload Has Been In Moderation
Closes #103
2018-01-04 18:38:26 -05: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