Commit Graph

12762 Commits

Author SHA1 Message Date
HDVinnie 09f8404ada Merge pull request #4559 from Roardom/igdb-int 2025-03-16 17:32:40 -04:00
Roardom 7889c71618 refactor: use unsigned int for igdb
Use the correct type for the external id.

Step 3 in cleaner meta fetching code.
2025-03-16 20:58:30 +00:00
HDVinnie ec823875ee Merge pull request #4562 from Obi-Wana/fix-helpdesk-image-attachement-upload 2025-03-16 16:53:17 -04:00
HDVinnie fd4440ad4f Merge pull request #4560 from Roardom/fix-company-network-meta 2025-03-16 16:52:47 -04:00
HDVinnie 3332ad3704 Merge pull request #4561 from Roardom/company-search 2025-03-16 16:52:28 -04:00
HDVinnie 49c31d3515 Merge pull request #4557 from Roardom/game-meta-auto 2025-03-16 16:30:29 -04:00
HDVinnie 84be03ed3c Merge pull request #4556 from Roardom/fix-featured-upload 2025-03-16 16:30:20 -04:00
Jay Sizzla 96dbaff2bd Fix helpdesk attachement upload 2025-03-16 16:45:38 +00:00
Roardom 1e2b4f8cee update: only include companies/networks with torrents in mediahub 2025-03-16 10:54:27 +00:00
Roardom 09b9126b1e fix: tv company and network meta fetching 2025-03-16 10:30:00 +00:00
Roardom 24ed359288 fix: auto fetch igdb metadata on torrent/request create/update 2025-03-15 13:47:59 +00:00
Roardom 494afca0d7 fix: torrents uploaded by mods via api automatically featured 2025-03-13 21:32:34 +00:00
HDVinnie 1099dfb57a update: bump unit3d config 2025-03-12 21:35:37 -04:00
HDVinnie ae61923d5b update: SECURITY.md 2025-03-12 21:33:55 -04:00
HDVinnie 2a3a718dfe Merge pull request #4553 from Roardom/game-db
(Refactor) Save igdb games to the database
2025-03-12 21:29:17 -04:00
HDVinnie 6ad70522b2 Merge pull request #4551 from Roardom/fix-tablet-top-nav
(Fix) Make top nav usable on tablet resolutions
2025-03-12 19:05:37 -04:00
HDVinnie 0515d16abb Merge pull request #4552 from Roardom/quick-search-default 2025-03-12 13:20:55 -04:00
HDVinnie 624ae604e6 Merge pull request #4554 from Roardom/fix-authenticated-rate-limit 2025-03-12 13:20:00 -04:00
HDVinnie a55e1f9d59 Merge pull request #4550 from Roardom/fix-torrent-icons-freeleech-percentage-spacing 2025-03-12 13:18:52 -04:00
HDVinnie 8b760aca3b Merge pull request #4549 from Roardom/editors-sql 2025-03-12 13:18:39 -04:00
HDVinnie 1fcfa4d727 Merge pull request #4547 from Roardom/quick-search-category 2025-03-12 13:16:15 -04:00
HDVinnie 3733af707b Merge pull request #4545 from Roardom/article-link
(Fix) Article "read more" link
2025-03-12 10:43:09 -04:00
HDVinnie 70222d15bf Merge pull request #4543 from Roardom/peer-history-sort
(Update) Show authenticated user first in torrent peer/history lists
2025-03-12 10:42:22 -04:00
Roardom 321a533316 fix: use separate rate limiter for authenticated images
30 per minute for web is too easy to hit.
2025-03-11 21:26:18 +00:00
Roardom 8fde78124b refactor: save igdb games to the database
Step 1 towards cleaner meta fetching code.

Users with a game category must run `php artisan fetch:meta` after migration.
2025-03-11 19:48:25 +00:00
Roardom 4e61bc69fc update: shorten quicksearch text
And move description of what can be searched down below.
2025-03-11 12:26:53 +00:00
HDVinnie 073e8889ed Blade Style Change (Prettier Blade CI) 2025-03-11 12:05:59 +00:00
Roardom 2b9479a77b fix: make top nav usable on tablet resolutions
Show quick search until 940px width, and move ratio bar to top instead of showing fewer stats.
2025-03-11 12:03:46 +00:00
Roardom 61a8aef56b fix: torrent icons freeleech percentage spacing 2025-03-11 11:53:41 +00:00
Roardom 8647ee7b1a update: allow torrent moderators to use sql search 2025-03-11 11:31:05 +00:00
Roardom b9dfd3e6dd update: show category name instead of Movie/TV in quick search
For when there exists multiple categories of the same meta.
2025-03-10 11:42:09 +00:00
Roardom 5ed54e51d5 fix: article "read more" link
Copy-paste error. Regression from #4497.
2025-03-10 10:54:59 +00:00
Roardom 4d030c0294 update: show authenticated user first in torrent peer/history lists 2025-03-10 04:45:38 +00:00
HDVinnie 78a4e6bb96 update: README.md 2025-03-09 11:09:28 -04:00
HDVinnie 1271972219 Merge pull request #4542 from HDInnovations/8.x.x
(Release) v9.0.0
v9.0.0
2025-03-09 10:26:25 -04:00
HDVinnie 5e4b0db9ca Merge pull request #4540 from HDInnovations/Composer-Dependencies 2025-03-09 09:55:48 -04:00
Roardom 7ba3881834 fix: update phpstan baseline
This error is no longer present after dependency updates.
2025-03-09 13:09:40 +00:00
Roardom e1b6909967 Merge pull request #4539 from HDInnovations/Notifications
(Fix) Notification setting logic when notification doesn't exist
2025-03-09 08:59:31 +00:00
Roardom 7e4ae4a5fc fix: notification comment tag tests
Tagging a user while creating a comment will both create a notification for the tag, as well as create a notification to the user who made the torrent/request. We only want to assert that the count of notifications created during the test is 1 only for the tag notifications and not count the other notification created.
2025-03-09 06:35:07 +00:00
HDVinnie f8060e3e22 fix: notification setting logic when notification doesn't exist 2025-03-09 06:00:52 +00:00
Roardom c5da3f114d Merge pull request #4541 from Roardom/phpstan-nullsafe
update: remove phpstan nullsafe.neverNull rule
2025-03-09 05:47:25 +00:00
HDVinnie 65eaa32bd6 update: composer dependencies 2025-03-09 00:19:21 -05:00
HDVinnie e5e501e7a6 Merge pull request #4531 from Roardom/stream-sd
(Remove) SD content and stream optimized flags
2025-03-09 00:18:14 -05:00
HDVinnie 59fec6afa3 Blade Style Change (Prettier Blade CI) 2025-03-09 05:15:17 +00:00
HDVinnie a364cf3954 Merge branch '8.x.x' into stream-sd 2025-03-09 00:14:06 -05:00
HDVinnie c5b3004d89 Merge pull request #4538 from HDInnovations/Ticket-Attachments
(Update) Authenticate ticket attachment requests
2025-03-08 23:09:47 -05:00
Roardom 5a6259cea7 remove: sd content and stream optimized flags
SD content is represented by the resolutions table now instead of this flag. Most people prefer web-dls over stream-optimized encodes these days.
2025-03-09 03:33:32 +00:00
HDVinnie 09ccdfeea2 Merge pull request #4537 from HDInnovations/Paginator
(Fix) Length aware paginator being treated as simple paginator
2025-03-08 19:02:04 -05:00
HDVinnie 49355c4e3c Merge pull request #4536 from HDInnovations/Config
(Update) UNIT3D Config
2025-03-08 18:59:51 -05:00
HDVinnie 2261de53f5 update: authenticate attachment upload requests 2025-03-08 18:51:03 -05:00