Commit Graph

12779 Commits

Author SHA1 Message Date
Roardom
36086a087c fix: edit request page
There's an defined variable here from a copy-paste error that forgot to include the rest of the alpinejs logic.
2025-03-23 23:09:06 +00:00
HDVinnie
248e520d99 Merge pull request #4572 from wastaken7/master 2025-03-19 11:14:32 -04:00
unit3d-bot
0f65b822cc automation: update schema dump 2025-03-19 01:05:49 +00:00
HDVinnie
8bef41483c Merge pull request #4569 from Roardom/tmdb-prefix 2025-03-18 21:04:28 -04:00
wastaken7
a7609ea26b Update torrent.php 2025-03-18 13:47:00 -03:00
wastaken7
d65eda453f Update user.php 2025-03-18 11:14:01 -03:00
wastaken7
2aa70235a5 Update bon.php 2025-03-18 11:11:15 -03:00
wastaken7
5eb5d546e5 Update request.php 2025-03-18 10:55:55 -03:00
wastaken7
085fe4e436 Update user.php 2025-03-18 10:50:48 -03:00
HDVinnie
82870ff6c6 (Update) GitHub actions (#4571) 2025-03-18 01:28:19 -04:00
HDVinnie
b22e1a3237 Merge pull request #4570 from Roardom/fix-bon-earnings-empty
(Fix) Bon earnings query duplicate column error when no earnings exist
2025-03-17 18:37:26 -04:00
Roardom
c262d80476 fix: bon earnings query duplicate column error when no earnings exist
A new column is selected for every earning, but if there are no earnings, then no columns are selected, and laravel selects `*` by default. Change it to select `1` by default instead, so that it doesn't fall back to `*` when no earnings exist. This selected column won't ever be used, but won't cause any errors either.
2025-03-17 21:25:26 +00:00
Roardom
ae33c74f2b refactor: prefix tmdb metadata models with tmdb
Will help for when there exists other metadata sources available (such as already done for igdb)

Step 4 in cleaner meta fetching code.
2025-03-17 20:41:01 +00:00
HDVinnie
5011b8abbf Merge pull request #4563 from Roardom/split-tmdb-3
(Refactor) Split tmdb into movie_id and tv_id
2025-03-17 00:20:19 -04:00
Roardom
b3a9f48853 chore: format files
Not sure why this wasn't done previously.
2025-03-16 22:55:24 +00:00
Roardom
32cf8da4db refactor: split tmdb into movie_id and tv_id
Step 2 in cleaner meta fetching code.
2025-03-16 22:55:24 +00:00
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
44a3aeac19 Merge pull request #4555 from HDInnovations/development
(Release) UNIT3D v9.0.1
v9.0.1
2025-03-12 21:52:26 -04: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