Commit Graph

11314 Commits

Author SHA1 Message Date
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
HDVinnie 3762d6eb11 (Add) Request #3792 (#3795)
* add: #3792

- closes #3792
2024-04-30 14:10:06 -04:00
HDVinnie 7a52808fe9 update: unit3d config 2024-04-30 11:14:25 -04:00
HDVinnie 4feaccfeb9 Merge pull request #3791 from arthurmelton/html_only_ddg
(Update) Meta Data Links
2024-04-30 11:12:52 -04:00
HDVinnie 591e4e868d Merge pull request #3793 from Roardom/remove-bots
(Remove) Casino/trivia/bet bots
2024-04-30 11:07:47 -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
Arthur Melton 8fdcb9cdae Use html only versions of duckduckgo 2024-04-29 08:44:39 -04:00
HDVinnie 32aa20b1f8 Merge pull request #3789 from HDInnovations/Dependencies
(Update) Composer Dependencies
2024-04-28 20:55:57 -04:00
HDVinnie 66827fd704 update: composer dependencies
- locks unit3d to carbon 2 as well.
2024-04-28 20:18:14 -04:00
HDVinnie b95aba8ca4 Merge pull request #3787 from HDInnovations/8.x.x
(Release) v8.1.1
v8.1.1
2024-04-28 15:32:57 -04:00
HDVinnie 0e1f4f3dbd update: unit3d config 2024-04-28 15:28:50 -04:00
HDVinnie d5efe2cc20 Revert "update: disable PHP announce when external tracker is enabled"
This reverts commit e4a47152a1.
2024-04-28 15:25:29 -04:00
HDVinnie c0fc50896d Merge pull request #3786 from HDInnovations/AutoGroup-Command
(Fix) Auto Group Command
2024-04-27 14:57:19 -04:00
HDVinnie 6dfaa56659 fix: autogroup 2024-04-27 14:50:07 -04:00
HDVinnie 555665555e Merge pull request #3784 from Roardom/api-votes
(Add) Tmdb votes and count to api
2024-04-27 14:47:58 -04:00
Roardom c4371a3dee add: tmdb votes and count to irc announce 2024-04-26 18:37:14 +00:00
HDVinnie 54f6745d2b Merge pull request #3783 from HDInnovations/8.x.x
(Release) v8.1.0
v8.1.0
2024-04-25 22:52:03 -04:00
HDVinnie 1706578a7c Merge pull request #3782 from HDInnovations/Bug-3752
(Fix) Bug #3752
2024-04-25 22:41:17 -04:00
HDVinnie 33748bcd2f update: unit3d config 2024-04-25 22:40:26 -04: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
HDVinnie bff0abd763 Merge pull request #3779 from Roardom/textarea-size
(Update) Automatically resize textarea input depending on content
2024-04-25 22:19:54 -04:00
HDVinnie 87515f4fdc Merge pull request #3780 from Roardom/topic-caching
(Fix) Topic reads on home page
2024-04-25 22:19:43 -04:00
HDVinnie 161fbcc262 Merge pull request #3781 from Roardom/disable-announce
(Update) Disable PHP announce when external tracker is enabled
2024-04-25 22:19:11 -04:00
Roardom e4a47152a1 update: disable PHP announce when external tracker is enabled 2024-04-26 01:04:18 +00: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
Roardom bb934b8ed8 update: automatically resize textarea input depending on content
Uses new feature added to Chrome recently. Hopefully other browsers add it soon: https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing
2024-04-25 08:50:37 +00:00
HDVinnie 1ebcff0a9b Merge pull request #3775 from HDInnovations/User-Search
(Fix) User Search
2024-04-24 10:33:31 -04:00
HDVinnie 2b5d924998 Merge pull request #3774 from HDInnovations/Laravel-11
(Update) Laravel 11
2024-04-24 10:30:28 -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 e4dd9bfa9b update: configs 2024-04-23 22:29:21 -04:00
HDVinnie 4f10a0f155 chore: composer bump 2024-04-23 17:17:07 -04:00
HDVinnie b3b04f63ec update: mysql-schema.sql 2024-04-23 17:10:12 -04:00
HDVinnie 0f52a11201 fix: other.php config
- This value needs to be a int and not a string due to carbon changes.
- Tests: 390 incomplete, 334 passed (755 assertions) 23.5% Coverage
2024-04-23 17:01:17 -04:00
HDVinnie 1420eb454c remove: deprecated methods and dbal 2024-04-23 16:35:06 -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 ed392eb196 Merge pull request #3773 from HDInnovations/Meta-Data
(Update) Meta data
2024-04-22 21:25:48 -04:00
HDVinnie 518dfefb83 Merge pull request #3771 from Audionut/patch-1
(Update) API Torrent Resource
2024-04-22 21:25:20 -04:00
HDVinnie 6e4be4d83b chore: pint 2024-04-22 15:22:22 -04:00
HDVinnie 4bcc9cbf13 add: bluray.com support 2024-04-22 15:11:50 -04:00
Audionut 4444d9ce5b API - expose options
Expose featured and personal_release
2024-04-21 13:18:05 +00:00
HDVinnie f9f894870a Merge pull request #3768 from Roardom/fix-null-torrent-status
(Fix) Refresh the torrent before sending to external tracker
2024-04-20 00:04:02 -04: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 c5377ae96b fix: top_users.blade.php 2024-04-19 11:28:11 -04:00
HDVinnie b4f402a782 fix: user profile
- broken in https://github.com/HDInnovations/UNIT3D-Community-Edition/pull/3754
2024-04-19 11:07:24 -04: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