Commit Graph

69 Commits

Author SHA1 Message Date
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
de5a94d4f9 (Fix) Torrent Featured Auto Shout Typo 2018-03-23 17:05:52 -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
35f5727307 (Update) Torrent Delete Redirect 2018-03-18 07:49:50 -04:00
HDVinnie
640f5231dd Update TorrentController.php
- remove facades use
- fix typo
2018-03-17 11:49:02 -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
738da7c8a1 (Fix) Typo 2018-03-15 20:07:28 -04:00
HDVinnie
83f577e95b (Update) General Torrent Controller
- Forgot to commit
2018-03-15 12:56:42 -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
MrG01
639919d4e3 Pointer Fix 2018-03-14 11:17:56 +02:00
HDVinnie
2c0d080ff6 (Update) Add Search By Uploader
- Faceted Torrent Search System now allows search by uploader and will
ONLY show torrents by that uploader that are NOT anonymous.
- closes #212
- Search by genre is not possible at this time until the meta data
system is reworked. Genre search is planned and will be added once meta
system is reworked.
2018-03-13 19:19:21 -04: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
bcec5ba962 Merge branch 'master' into Moderation-Rework
# Conflicts:
#	app/Http/Controllers/Staff/ModerationController.php
#	routes/web.php
2018-03-13 21:45:16 +02:00
HDVinnie
cedb1a3d66 Merge branch 'master' into Refactor-Codebase-(RepositoryPattern+EagerLoading) 2018-03-13 14:51:11 -04:00
MrG01
6bdf37a954 Merge branch 'master' into Moderation-Rework 2018-03-12 19:35:55 +02:00
MrG01
9de79e689e [REFACTOR] Torrent Helper
- Once approve occurs:
  - User Progress is altered;
  - Shout to Shoutbox occurs
  - Shout to IRC Bot occurs
2018-03-12 19:35:43 +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
HDVinnie
2d86ed84f0 (Update) Torrent Bookmark System 2018-03-11 19:43:14 -04:00
HDVinnie
0741d3f408 (Update) Cleanup Torrent Faceted Search 2018-03-11 13:48:18 -04:00
MrG01
a292790fb9 [CHANGE] Request Facade and more
- Refactor to use Illuminate\Http\Request instead of use
Illuminate\Support\Facades\Request;
- Most public functions now have comments
- Upon delete checks against Requests are also done
- Delete divs should really be buttons
#57 #98
2018-03-11 10:38:36 +02:00
MrG01
c8b91d194f [BUG] Delete
- Added validator to delete controller
- Address issue #98
2018-03-10 23:33:59 +02:00
HDVinnie
ff9955c5be (Update) Show Torrent Results Count 2018-03-06 15:33:40 -05:00
HDVinnie
ca15584aaa (Fix) IRC Syntax 2018-03-05 14:05:19 -05:00
HDVinnie
c25185cc68 (Update) IRC Messages 2018-03-05 14:01:03 -05:00
HDVinnie
3c88f2cb7e (Fix) IRC Announce Message 2018-03-05 13:54:57 -05:00
HDVinnie
7efe85477a (Update) IRC Announce Message Format 2018-03-05 12:10:03 -05:00
HDVinnie
3d1afae0d0 (Update) Refactor IRC Announce Bot 2018-03-04 22:54:39 -05:00
HDVinnie
67b4d9093e Merge pull request #215 from HDInnovations/IRC-Announce-Bot
(Feature) IRC Announce Bot
- closes #193
2018-03-04 15:40:46 -05:00
HDVinnie
97f7d60c43 (Update) Final Commit
- update config w/ enabled option
- update controller for new config changes
- update IRCAnnounceBot.php config typo
2018-03-04 15:30:50 -05:00
HDVinnie
1dcd9c8703 (Update) Torrent Delete Function
- closes #214
2018-03-04 14:09:10 -05:00
HDVinnie
6f3bb40335 (Update) Add Irc Announce Bot Facade 2018-02-26 11:38:20 -05:00
HDVinnie
07abf8c0b1 (Initial) IRC Announce Bot PT.1
- UNTESTED!
- irc-bot config / IRCAnnounceBot / TorrentController
- Artisan Commands To Follow For Test Use
2018-02-26 01:25:53 -05:00
HDVinnie
9793c92c26 (Update) Meta Data API's
- Now using TMDB (Required) as primary and IMDB as secondary
2018-02-22 12:06:52 -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
HDVinnie
50638db9af Merge branch 'master' into shift-6100 2018-02-14 16:17:19 +01: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
Laravel Shift
3c5c3d9953 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-02-06 21:47:43 +00:00
Hyleus
f91dd4eaef Remove the ability for users to delete their own uploads after a day 2018-01-26 12:03:15 +01:00
Hyleus
c1c13e73ca Anonymize Mediainfo dump 2018-01-24 19:26:54 +01:00
HDVinnie
05925fc3d1 (Fix) Torrents Search System
- closes #120
2018-01-19 06:59:11 -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
9a807064d6 (Update) Personal Freeleech + Graveyard System + Freeleech Tokens
- Personal Freeleech System Reworked
- Graveyard Working (Beta, could use more love and will get it)
- Added Freeleech Tokens System To Couple With Graveyard
2018-01-15 20:51:20 -05:00