Commit Graph

88 Commits

Author SHA1 Message Date
poppabear8883
a4876cc5c0 (Fix) Various bugs with $appurl 2018-05-11 10:48:37 -04:00
Poppabear
0fd8f5a9ef (Update)[Chat 2.0] Updated system messages 2018-05-08 21:05:53 -04:00
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
48ea925be3 (Update) Cleanup Torrent Upload/Edit System 2018-05-03 13:30:46 -04:00
HDVinnie
7728d26913 (Update) Change System Announcements To Use New Chat 2018-04-29 16:47:06 -04:00
Git Repository
f7ea38a722 Added extra space after IF keyword 2018-04-28 16:33:47 -07:00
Git Repository
6fb468d165 Fix search for uploaded returns 404 error 2018-04-28 15:04:53 -07:00
HDVinnie
c1579ee59f (Update) Some Progress 2018-04-26 21:19:56 -04:00
HDVinnie
f136d3e79b (Initial) Files 2018-04-26 19:07:00 -04:00
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