Commit Graph

253 Commits

Author SHA1 Message Date
HDVinnie 6c1d1e7a17 (Fix) Sticky Torrents
This fixes the bug report of stickied torrents not sticking to the top
of the torrents list.
2018-08-06 11:04:02 -04:00
Laravel Shift 5c1c56d2ca 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-07-18 20:13:14 +00:00
HDVinnie db9feef9c9 (Update) Import Facade’s Explicitly 2018-07-11 11:21:33 -04:00
HDVinnie 31bc97cf11 (Update) Initial Changes
- vue component smallbookmark needs work still
- Poster and IMDB ratings/votes are commented out and will remain so
until meta system is refactored.
2018-07-09 09:43:14 -04:00
HDVinnie c01f9d8ac7 (Update) Torrent Downloading
- if a user has no download rights - he can upload but he can't
download his .torrent file to actually seed. NOW one is be able to
download his/her own torrents regardless of the download rights.
2018-06-24 14:28:30 -04:00
HDVinnie a6ed78768e (Update) Torrent Controller
- no need to store temp torrent files long term!
2018-06-24 13:58:32 -04:00
HDVinnie d24045acba (Update) Aborts
Replace `abort(403, 'Unauthorized action.’);` use with a graceful
toastr error.
2018-06-09 21:29:44 -04:00
HDVinnie 6441ca7fb7 (Update) Mass Controllers Cleanup 2018-06-06 23:49:27 -04:00
HDVinnie 9b11647be5 (Update) Cleanup Torrent Controllers 2018-06-06 19:46:07 -04:00
HDVinnie 761f233682 (Update) Feature Torrents System 2018-06-05 22:57:16 -04:00
HDVinnie 457da8ebef (Update) Torrent Reseed Request 2018-05-23 21:50:39 -04:00
HDVinnie 6726efb27a (Fix) Torrent Editing
- missed commit
- edit_tor.blade.php renamed to edit_torrent.blade.php
- var changed from $tor to $torrent
2018-05-22 23:18:05 -04:00
HDVinnie 83776fdbf3 (Update) Torrent/Announce System
- update Peers table (rename hash to info_hash for consistency)
- update announce and torrent controller to match new column name
- major cleanup / refactor of torrent controller
- remove torrent rules from model into controller
- cleanup torrent, peer and torrentfile models

- THIS REQUIRES `php artisan migrate`
2018-05-22 14:53:14 -04:00
HDVinnie d38530db95 (Update) Freeleech Tokens
- minor cleanup
2018-05-21 23:22:05 -04:00
HDVinnie c6c0a03564 (Update) New Torrent Cards Layout [BETA]
- removes old poster layout for new cards layout
2018-05-20 22:14:11 -04:00
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