Commit Graph

59 Commits

Author SHA1 Message Date
HDVinnie 802daeaf3f (Update) Staff Notes System
- closes #267
- Ability to delete staff notes
- Created At column added and displayed in human format
2018-04-27 20:51:44 -04:00
HDVinnie 54d719175c (Feature) Codebase Version Checker
- powered by the almighty vue.js
2018-04-26 16:30:16 -04:00
HDVinnie 2e6cfd470d (Update) General Cleanup Of Controllers
- remove unused “use” statements
2018-04-25 15:15:41 -04:00
poppabear8883 9240bc2c35 (Refactored) Report System ref #209
Visually more appealing.
Will now reference urls in the message body.
Includes reported user AND reported by user.
Title now links to the torrent reported.
2018-04-22 17:15:24 -04:00
HDVinnie 97e9ac1394 (Fix) Poll Controller
- fixed missing ; for storing new poll
2018-04-19 17:31:21 -04:00
HDVinnie e50018a70e (Update) Minor Controllers Cleanup
- Toastr
- Code Comments
- Activity Logging
2018-04-15 19:35:14 -04:00
HDVinnie e3714183a9 (Update) Forums System
- small update that includes DB changes
- there is no longer a use for columns upload and download in
permissions table
- Some minor view cleanup
2018-04-12 16:59:12 -04:00
HDVinnie d0f4bff4f9 (Fix) ForumController
- added missing use statement for Toastr
2018-04-11 17:36:30 -04:00
HDVinnie d83861ff29 (Update) Add Pagination To Staff Logs
- Paginate Ban Logs
- Paginate Note Logs
- Paginate Report Logs
- Cleanup existing paginate by centering
2018-04-09 11:55:10 -04:00
HDVinnie 088d83c4d6 (Fix) Creating New Polls
- closes #245
- Keep in mind while it does now work this system is being rebuilt for
future release in branch
https://github.com/HDInnovations/UNIT3D/tree/Poll-System-Refactor and
is linked to issue #55
2018-03-30 09:21:29 -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 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 77b196a0d8 (Update) User Profiles
- fix name profil to profile in controllers, images, blades
- refactor user profile blade and UserController profile function
2018-03-21 18:50:57 -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 3c6dfe28f7 Merge branch 'master' into Moderation-Rework
# Conflicts:
#	app/Helpers/TorrentHelper.php
#	app/Http/Controllers/TorrentController.php
2018-03-14 20:41:32 +02: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
HDVinnie 84f7eb1935 (Update) Add Position To Categories
- closes #219
- Add position to categories and sortBy position
- Added few spots where Types sortBy position was missing
2018-03-13 15:57:26 -04: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 d797066370 (Fix) Group Settings
- This closes #75
2018-03-07 11:42:40 -05:00
HDVinnie 1a4e6c3670 (Update) Ban/Unban Email Notifications
- closes #206
- Email user when banned
- Email user when unbanned
2018-03-02 09:29:10 -05:00
HDVinnie 183ae6021b (Update) Gift FL Tokens
- closes #203
- Staff can now also gift FL Tokens in staff dashboard under “User
Gifting”
2018-02-25 09:43:03 -05:00
HDVinnie 526e61fe1d (Fix) Closes #187
- Foreign Key Migration Updated
- Model Updated
- Controller Updated
2018-02-22 12:05:10 -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 9893abfbb5 (Update) Refactor Controller
- closes #196
- removes use of redirect()->back() and Redirect::back()
2018-02-16 13:49:58 -05:00
Laravel Shift 81578d83cb Shift to new helper methods
Laravel 5 added several new helper functions, including:

- `view()`
- `response()`
- `redirect()`
- `config()`
- String functions

Review the [helpers][1] documentation for more details.

[1]: https://laravel.com/docs/5.0/helpers
2018-02-14 16:53:25 +00:00
HDVinnie 3474cb227c (Update) Add Internal Group
- Internal’s Page
- is_internal group permission
- Update migrations and seeders
- Update Controllers
- Update Views
2018-02-14 10:09:14 -05:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 4dc8b3fa1c (Update) Articles Management 2018-02-10 18:37:06 -05:00
HDVinnie f926ac4663 (Update) Backup Manager Complete
- With default configs when you run the backup process a zip of your DB
dump and your applications files will be placed in the /storage/app/
dir.
- Please go through the backup.php config…….theres lots you can adjust
to your liking.
- This requires one to run composer install
- This requires php-zip module
2018-02-07 00:09:45 -05:00
HDVinnie e40475acde (Update) Add Controller
- Added Staff Controller
2018-02-06 19:27:57 -05:00
HDVinnie 38f1941360 (Update) User Delete Function 2018-01-18 20:10:17 -05:00
HDVinnie 918e533a30 (Update) Reactor According To Linter Shift
In accordance with #119
2018-01-17 22:45:55 -05:00
Laravel Shift e9f1670dad Shift to new helper methods
Laravel 5 added several new helper functions, including:

- `view()`
- `response()`
- `redirect()`
- `config()`
- String functions

Review the [helpers][1] documentation for more details.

[1]: https://laravel.com/docs/5.0/helpers
2018-01-18 02:16:17 +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 f0cde09939 (Feature) Add Time Since Upload Has Been In Moderation
Closes #103
2018-01-04 18:38:26 -05:00
HDVinnie e62687fbc0 (Feature) Force Update User Password
- Staff can now force update a users password. A failsafe if user is
having password recovery problems
2017-12-30 21:52:47 -05:00
HDVinnie a3e5a89390 (Update) Categories System
- Make UNIT3D more general friendly. On top of the icons from previous
commit there is now option to select if there will be meta for the
category or not. Movie and TV cats should have meta enabled. Music,
Apps and whatnot should not. If meta is not enabled for said category
then the meta block is hidden for said torrent or request on its
details page.
2017-12-29 22:39:26 -05:00
HDVinnie 961ffa8f95 (Update) Groups System PT.1
- #75
- Add Breadcrumbs
- Added missing group permissions/options
- Update Migration
- Cleanup/Refactor
- Note this does not fully close issue noted above. There is more to be
done which will be finalized in (Update) Groups System PT.2
2017-12-27 14:59:05 -05:00
HDVinnie 6e36d38a92 (Update) Torrent Categories System
- Cleaned Up
- Added Breadcrumbs
- Category Icons (FontAwesome)
- Updated Migration and Seeder
- Use Toastr
2017-12-25 23:10:52 -05:00
HDVinnie ce494ff936 (Update) Torrent Types System
- Cleanup
- Add Positioning
- Add Breadcrumbs
2017-12-25 22:03:03 -05:00
HDVinnie d62338e876 (Update) Account Delete Function
- Cannot delete yourself or other staff
- Make Bots is_modo
2017-12-21 19:48:51 -05:00