Commit Graph

3230 Commits

Author SHA1 Message Date
Roardom 09e5e24d07 fix: allow 0000000, etc. for id entry
Fail less often for valid scenarios for users not familiar with the system.
2024-05-24 05:25:53 +00:00
HDVinnie 4e16896540 remove: unused meta scope 2024-05-21 22:11:24 -04:00
Roardom 0d4418b97a add: livewire playlist search 2024-05-21 15:28:01 +00:00
Roardom eb6176ad1c fix: wrong variable used in top 10 custom interval cache 2024-05-10 08:11:33 +00:00
Roardom fa88cfff05 fix: connectable status on user actives page
The column needs to be selected when using the external tracker.
2024-05-08 10:27:58 +00:00
HDVinnie 08abf6d8ca add: request #3692
- closes #3692
2024-05-07 20:21:27 -04:00
Roardom f9e6037d08 add: custom top 10 interval 2024-05-05 08:59:31 +00:00
Roardom 4bf6f4c95e revert: group histories and uploads by month
Reverted because the implementation only allows sorting by date. Sorting using another column was broken.
2024-05-03 06:47:57 +00:00
HDVinnie aaf934ae7b Merge pull request #3798 from Roardom/chat-refactors
(Refactor) Minor chatbox refactors
2024-05-01 15:15:24 -04:00
Roardom 7a71cc7935 refactor: simplify echo/audible creation logic
Refactor the code to be more idiomatic code.
2024-05-01 08:26:09 +00:00
Roardom d59ef3ba8d remove: unused action from chat controller 2024-05-01 05:48:59 +00:00
Roardom 837441d34e refactor: simplify chatroom get echoes/audibles exist condition 2024-05-01 05:48:59 +00:00
Roardom 7054324306 add: phonetic soundex email and username searching 2024-05-01 01:30:23 +00:00
HDVinnie 3762d6eb11 (Add) Request #3792 (#3795)
* add: #3792

- closes #3792
2024-04-30 14:10:06 -04:00
Roardom d32ae88e86 remove: casino/trivia/bet bots
These bots don't currently do anything. Exception: the casino bot accepts donations through a nerdbot command but doesn't currently do anything else with it. If any trivia/casino/bet features need to be brought back, it would be easy enough to view the old code through the git history, but there's probably a bunch that can be improved with its interface as well.
2024-04-30 07:41:27 +00:00
HDVinnie 78d5f917e4 PHP Style Change (Laravel Pint CI) 2024-04-26 02:38:39 +00:00
HDVinnie 34e36694bb fix: #3752
- closes #3752
2024-04-25 22:37:36 -04:00
Roardom 34f58f2873 fix: topic reads on home page
The eager loads have to filter to the current user. This also prevents caching, but the query is really fast anyways.
2024-04-25 23:36:04 +00:00
HDVinnie 1ebcff0a9b Merge pull request #3775 from HDInnovations/User-Search
(Fix) User Search
2024-04-24 10:33:31 -04:00
HDVinnie a7fc767051 fix: user search
- this was supposed to include soft deleted users not only soft deleted users.
2024-04-24 10:17:44 -04:00
HDVinnie bd54a2334d fix: carbon issues 2024-04-24 10:15:54 -04:00
HDVinnie 51fa8ec46b update: laravel
- Laravel 11 introduces a new default application structure with fewer default files. Namely, new Laravel applications contain fewer service providers, middleware, and configuration files.

However, it is not recommend that Laravel 10 applications upgrading to Laravel 11 attempt to migrate their application structure, as Laravel 11 has been carefully tuned to also support the Laravel 10 application structure.
2024-04-23 16:06:37 -04:00
HDVinnie 6e4be4d83b chore: pint 2024-04-22 15:22:22 -04:00
Audionut 4444d9ce5b API - expose options
Expose featured and personal_release
2024-04-21 13:18:05 +00:00
Roardom 9d8621fc3c fix: ci
`featured` is both an attribute and a relation. Using `getAttribute`, we always prioritize the attribute, which seems to satisfy CI.
2024-04-20 02:24:39 +00:00
Roardom 11ef47ca09 fix: refresh the torrent before sending to external tracker
We need to populate the status, seeders, leechers, and times_completed fields.
2024-04-20 01:47:32 +00:00
HDVinnie ab956c2da5 Merge pull request #3767 from Roardom/fix-external-tracker-connectivity-status
(Fix) Connectivity check on external tracker
2024-04-19 10:48:32 -04:00
Roardom f653641e2b fix: connectivity check on external tracker
The external tracker updates the peer row and doesn't touch the redis cache.
2024-04-19 14:32:43 +00:00
Roardom 899f121e6f fix: add/remove featured torrents to external tracker 2024-04-19 14:29:50 +00:00
HDVinnie 509ee7316f Merge pull request #3765 from Roardom/fix-external-tracker-torrent-add
(Fix) All torrents should be added to the external tracker
2024-04-19 09:44:50 -04:00
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
Roardom e3234da27f fix: viewing stats from external tracker
Some incorrect logic here that was never properly tested
2024-04-19 09:38:26 +00:00
HDVinnie 41db02b0ac add: request #3745
- closes #3745
2024-04-17 19:29:49 -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 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