Commit Graph

337 Commits

Author SHA1 Message Date
HDVinnie 95baa12fd0 format: styleci 2021-12-07 15:07:55 -05:00
HDVinnie 584045276b refactor: torrent controller
- Move all BUFF features from "TorrentController" into "TorrentBuffController"
2021-12-07 15:05:53 -05:00
Jay Sizzla 556e596b63 fix StyleCI 2021-12-06 21:29:17 +01:00
Jay Sizzla f636b414ab Merge branch 'buffs' of github.com:Obi-Wana/UNIT3D-Community-Edition into buffs 2021-12-06 21:24:12 +01:00
Jay Sizzla 7306f72b61 Merge changes from '6.x.x' into 'buffs' 2021-12-06 21:23:59 +01:00
Obi-Wana 0dc33eb037 Merge branch '6.x.x' into buffs 2021-12-06 21:14:21 +01:00
Obi-Wana 72989c5746 Merge Branch "6.x.x" into "buffs" (#1)
* (Add) Torrent Regions and Distributors

* Apply fixes from StyleCI

* update: torrent model

* update: phpunit-test.yml

* update: phpunit-test.yml

* update: phpunit-test.yml

* update: phpunit-test.yml

* fix: comment controller test

* update: changelog

* Update pm.php

Italian Lang

* (Add) Torrent Cards Search View

* Apply fixes from StyleCI

* update: configs

* update: dependencies

* update: mediahub

Co-authored-by: HDVinnie <hdinnovations@protonmail.com>
Co-authored-by: HDVinnie <HDVinnie@users.noreply.github.com>
Co-authored-by: Todobien <32823071+Gideon75@users.noreply.github.com>
2021-12-06 20:52:23 +01:00
Jay Sizzla 47c0b98386 view: torrent buffs with slider 2021-12-06 20:49:16 +01:00
HDVinnie 32b9065be3 Apply fixes from StyleCI 2021-12-06 02:08:31 +00:00
HDVinnie a16e42e99f (Add) Torrent Regions and Distributors 2021-12-05 21:07:58 -05:00
K4Li 1ef3a60844 Update TorrentController.php
typo
2021-12-04 19:47:33 -05:00
HDVinnie b6524eb2fb update: torrent controller 2021-11-27 13:40:00 -05:00
HDVinnie 0fdb608b71 update: torrents system
- store season and episode numbers for tv meta uploads
2021-11-25 22:16:24 -05:00
HDVinnie 0c4498f281 fix: game trailers 2021-11-14 14:59:36 -05:00
HDVinnie 4dc4644494 fix: #2002
- closes #2002 due to no trailer available.
2021-11-14 14:56:11 -05:00
HDVinnie fd64226292 fix: #2001
- closes #2001
2021-11-14 14:08:44 -05:00
HDVinnie 5c41d6a991 Apply fixes from StyleCI 2021-10-24 20:23:10 +00:00
HDVinnie baaf091d31 update: game support 2021-10-24 16:22:51 -04:00
HDVinnie 87d1b42577 fix: keywords
- make sure keywords are unique and add stricter comparison.
2021-10-03 10:00:37 -04:00
HDVinnie 2a53cea216 refactor: newline after statement 2021-09-28 12:49:46 -04:00
HDVinnie 75c2686f68 update: phpdoc blocks 2021-09-28 12:16:43 -04:00
clandestine8 c961f76dd2 update: Add Require Resolution to API and Torrent Edit 2021-09-06 20:51:47 -04:00
clandestine8 893c8db434 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-07 00:35:22 +00:00
clandestine8 aa77ad18ca fix: use meta flag instead of slug 2021-09-06 20:34:30 -04:00
clandestine8 73eabd86fb Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-07 00:26:29 +00:00
clandestine8 4856fdfddb fix: require resolution for movie or tv meta categories 2021-09-06 20:26:01 -04:00
clandestine8 a737482e79 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-09-06 23:26:02 +00:00
HDVinnie dcbb4753d4 fix: #1867
- close #1867
- torrent cards and grouping have been removed. They will be added again via Livewire and AlpineJS soon.
- NOTE: To avoid errors for users who have there default torrent layout as the now removed cards or grouping please run the following command in php artisan tinker. $users = User:all(); foreach($users as $user) { $user->torrent_layout = 0; $user->save(); }
2021-08-10 19:28:17 -04:00
HDVinnie 425df823f1 update: torrents system
- adds meta trailers
- add meta recommendations
- rework similar torrents to Livewire
- adds torrent bulk delete to similar torrents page. (beta)
- adds personal release flag
2021-07-11 10:34:34 -04:00
Alkl58 ecd1ae7f75 StyleCI Fix 2021-06-07 19:42:11 +02:00
Alkl58 14b8105613 [Feature] Custom Torrent Banner 2021-06-07 19:19:27 +02:00
Alkl58 7a0692812f StyleCI Fix 2021-06-04 12:04:11 +02:00
Alkl58 0f25396a26 StyleCI Fix 2021-06-04 11:27:51 +02:00
Alkl58 4068c1f6ff [Feature] Custom Torrent Poster 2021-06-04 10:58:06 +02:00
HDVinnie 6aec71e20c refactor: torrent list page to livewire
- grouping view and card view are next
2021-05-25 19:41:55 -04:00
HDVinnie 2dbadb0b75 add: torrent bdinfo 2021-05-25 19:36:36 -04:00
Oha-you 23122962c1 update: Improve Linkify, escape special chars for BBcode 2021-05-20 22:55:39 +03:00
HDVinnie f18d7627f0 fix: torrent controller union type 2021-05-18 20:53:56 -04:00
HDVinnie 321847e067 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-05-16 02:41:53 +00:00
HDVinnie 3407075214 refactor: better php8 usage
- Change simple property init and assign to constructor promotion
- Remove unused variable in catch()
- Change docs types to union types, where possible
2021-05-15 22:41:28 -04:00
HDVinnie 041927202c refactor: type and name of catch exception should match 2021-05-15 14:01:27 -04:00
HDVinnie 999c16093b cleanup: unused variables 2021-05-15 12:52:00 -04:00
Oha-you 4d7b82a497 fix: Upload page - ajax preview description, save values, don't replace 2021-05-12 21:29:44 +03:00
HDVinnie 07bb03c9bc Revert "refactor: dynamic calls to static"
This reverts commit 71ff333eb4.
2021-05-09 10:49:39 -04:00
HDVinnie 71ff333eb4 refactor: dynamic calls to static 2021-04-27 21:35:23 -04:00
Oha-you 7a7cdcacf3 fix: Check filenames properly, use separate function without '/' 2021-04-17 14:48:52 +03:00
Oha-you 452254c691 add: Validate if files inside torrents have valid filenames 2021-04-15 01:15:53 +03:00
Oha-you 3b8cbab91f fix: Validate if the uploaded file is a valid torrent 2021-04-14 23:01:45 +03:00
HDVinnie f491805fb2 fix: issue #1622
- close #1622
2021-01-28 14:54:29 -05:00
HDVinnie 8ef0446933 Apply fixes from StyleCI
[ci skip] [skip ci]
2021-01-14 02:57:55 +00:00