HDVinnie
2e6cfd470d
(Update) General Cleanup Of Controllers
...
- remove unused “use” statements
2018-04-25 15:15:41 -04:00
HDVinnie
c1ce21c132
(Update) Torrent Grouping
...
- Style changes
- Dont include IMDB ID’s with default 0
2018-04-24 09:01:39 -04:00
poppabear8883
63603dbdf7
(Fix) Default values needed changed
2018-04-23 13:53:24 -04:00
poppabear8883
09b47967e1
Merge remote-tracking branch 'origin/master'
2018-04-23 13:49:41 -04:00
poppabear8883
ff2ea90305
(Update) Torrent Group to Torrent Upload form
...
Now when you click the "Upload <TITLE>" button from the torrent group
details page, it passes the Title, IMDB and TMDB data to the form.
2018-04-23 13:49:35 -04:00
HDVinnie
d6ffb8f2a7
(Update) Refactor Similar Torrents
...
- remove similar drop panel and instead link to torrent grouping via
button.
- one less query in torrent controller
- only show button if IMDB is not default 0
2018-04-23 11:40:11 -04:00
HDVinnie
197eb6c889
(Feature) Torrent Grouping
...
- closes #27
- torrent category grouping like gazelle
- only for categories that are meta enabled
- uses IMDB number for relations
- could use some work but its a stable working start.
2018-04-19 19:01:28 -04:00
HDVinnie
b4c16a26b3
(Update) Activity Logging
2018-04-15 19:08:00 -04:00
HDVinnie
31cccfc271
(Update) Modify Torrent Bumping To Announce To Chat/IRC
...
- closes #216
2018-03-30 20:57:12 -04:00
HDVinnie
882bc14d06
(Fix) Torrent Deletion Redirect
...
- closes #244
- cannot redirect back to a torrent the doesn’t exist anymore when
deleting from the torrent details page
2018-03-30 08:55:23 -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
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