Commit Graph

4694 Commits

Author SHA1 Message Date
Roardom f61364f803 fix: add torrents to external tracker immediately
Otherwise, we get errors when deleting pending torrents.
2024-04-19 13:39:43 +00:00
HDVinnie 41db02b0ac add: request #3745
- closes #3745
2024-04-17 19:29:49 -04:00
HDVinnie 78e162282f Merge pull request #3755 from HDInnovations/Group-Validation
(Fix) Group Validation
2024-04-15 23:00:12 -04:00
HDVinnie 3240dd696a update: notifications 2024-04-15 14:26:10 -04:00
HDVinnie 5682bd03f8 update: rules 2024-04-14 20:25:09 -04:00
HDVinnie fa2a5a2dab chore: actions 2024-04-14 18:53:08 -04:00
HDVinnie b40250f88d fix: form request 2024-04-14 18:21:36 -04:00
Jay Sizzla ea38a1cb38 Add search for title and year 2024-04-14 11:34:39 +02:00
HDVinnie ec236053f7 add: personal releases 2024-04-11 18:24:06 -04:00
HDVinnie 2685606fbe add: request #3676
- closes #3676
- replaces top_uploaders block with new top_users block which covers old stats plus more
2024-04-08 18:53:09 -04:00
HDVinnie 1f96ca1583 Merge pull request #3734 from HDInnovations/Bug-3724
(Fix) Bug #3724
2024-04-07 21:21:29 -04:00
HDVinnie c5d7859dd8 fix: #3724
- closes #3724
2024-04-07 21:03:50 -04:00
HDVinnie 65ced2cf75 fix: #3729
- closes #3729
2024-04-07 20:29:49 -04:00
LostRager 3152cc554f (Fix) Call to a member function pluck() on array 2024-04-03 04:39:28 +02:00
HDVinnie cdbe2d54c3 Merge pull request #3712 from LostRager/patch-3
(Fix) Welcome back message not showing up correctly
2024-04-02 17:51:22 -04:00
LostRager 31e36fa8f8 (Fix) Welcome back message not showing up correctly 2024-04-02 22:26:24 +02:00
HDVinnie 6488f5fced Merge pull request #3710 from Alkl58/8.x.x
(Fix) Announce: Seeder not getting Leecher Peers
2024-04-02 13:48:23 -04:00
alkl58 17bbd99514 Fix Announce: Seeder not getting Leecher Peers 2024-04-02 17:10:11 +02:00
HDVinnie 6e03edd3a7 fix: #3687
- closes #3687
2024-04-02 10:31:38 -04:00
HDVinnie 97885ffe1d Merge pull request #3696 from Alkl58/ticket-attachment
(Add) Image attachments to ticket create form
2024-03-30 16:16:56 -04:00
alkl58 3e1604f30a check if no attachments before calling function 2024-03-28 21:27:08 +01:00
alkl58 41c50014f3 Fix Pint 2024-03-28 21:15:48 +01:00
alkl58 90d0d47a31 add missing parameters 2024-03-28 21:02:26 +01:00
HDVinnie fd0b29ae52 Merge pull request #3694 from Alkl58/8.x.x
(Fix) Ticket attachment upload
2024-03-28 15:53:36 -04:00
alkl58 6be4b296b0 add: image attachments to ticket create form 2024-03-28 20:31:31 +01:00
alkl58 a5bf4e219a fix: ticket attachment upload 2024-03-28 19:57:24 +01:00
EkoNesLeg 693372ed24 (Refactor) AutoGroup User Assignment
Encapsulates the logic for assigning a user to a group and setting permissions within a single if condition; the `else` clause that breaks the loop when a user doesn't meet the conditions for a group is removed, so that promotion is no longer a sequential process. As such, users can can jump straight to Seeder/Archivist ranks.
2024-03-28 09:11:59 +00:00
HDVinnie 60a2a5fd4a PHP Style Change (Laravel Pint CI) 2024-03-27 11:19:46 +00:00
HDVinnie ebc2f205e5 update: rate limiters 2024-03-27 07:18:45 -04:00
HDVinnie 8fafbefb53 update: StatsController.php
- show all groups but staff
2024-03-27 06:48:11 -04:00
HDVinnie 4fa7b382fb Merge pull request #3686 from Obi-Wana/group-requirements-v2
(Add) Perks to the Group requirements page
2024-03-27 06:39:36 -04:00
HDVinnie 18d5ff83db update: StatsController.php 2024-03-27 06:35:52 -04:00
HDVinnie 83ce914c43 update: TorrentZipController 2024-03-26 21:51:16 -04:00
HDVinnie b9e0094458 chore: pint 2024-03-25 22:42:08 -04:00
HDVinnie ccc98875ea fix: post tip notification 2024-03-24 18:57:46 -04:00
HDVinnie 3429ddb7c0 fix: torrent helper autofreeleech
- credit to @MiM-MiM

Co-Authored-By: MiM-MiM <69122723+MiM-MiM@users.noreply.github.com>
2024-03-24 18:57:02 -04:00
Jay Sizzla 160bb26c8b Add perks to the groups requirements view 2024-03-21 16:27:41 +01:00
HDVinnie 25eab6891e add: #3639
- closes #3639
2024-03-20 09:03:28 -04:00
HDVinnie 93b17f0419 chore: license 2024-03-19 17:56:44 -04:00
HDVinnie 78346276c0 fix: app/Http/Livewire/Comment.php
- deprecated
2024-03-19 14:26:41 -04:00
HDVinnie d6a51cc9a9 Merge pull request #3683 from HDInnovations/Meta-Scope
(Add) Meta Scope Trait
2024-03-19 14:25:58 -04:00
HDVinnie 2b39f57856 PHP Style Change (Laravel Pint CI) 2024-03-19 17:43:16 +00:00
HDVinnie 2a2d1608dc cleanup: form requests 2024-03-19 13:42:23 -04:00
HDVinnie d5b03b55fe refactor: meta scoping
- removes duplicate code into a single usable trait
2024-03-19 13:39:24 -04:00
HDVinnie e03db3e6ad update: can_upload validation 2024-03-19 13:05:00 -04:00
HDVinnie e19539d78d Merge pull request #3681 from HDInnovations/Laravel-Log-Viewer
(Fix) Laravel log viewer
2024-03-19 12:45:21 -04:00
HDVinnie 4b36bfaa9f Merge pull request #3682 from HDInnovations/Bulk-Torrent-Delete
(Fix) Bulk torrent delete
2024-03-19 12:39:47 -04:00
HDVinnie d23e882819 Merge pull request #3673 from Obi-Wana/group-requirements
(Add) Group requirements table
2024-03-19 12:36:55 -04:00
HDVinnie d7ffb556f5 fix: similar torrents bulk deleting
- fixes for livewire 3
2024-03-19 12:29:11 -04:00
HDVinnie 82632477b5 fix: log viewer
- fixes for livewire 3 but in the end this could use full refactor.
2024-03-19 12:27:54 -04:00