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
HDVinnie
b11cf92dc1
update: bump unit3d config
2025-03-08 18:46:31 -05:00
HDVinnie
62445644c9
fix: length aware paginator being treated as simple paginator
...
- For some reason the method_exists() check isn't working. I also fixed the appearance of simple paginator to match the ellipses and cut off points of the length aware paginator.
Co-Authored-By: Roardom <78790963+Roardom@users.noreply.github.com >
2025-03-08 18:43:26 -05:00
HDVinnie
521317abd3
Merge pull request #4534 from Roardom/fix-torrent-row-poster-align
...
(Fix) Enforce tmdb poster height
2025-03-07 07:48:06 -05:00
HDVinnie
ef009dd150
Merge pull request #4533 from Roardom/fix-thanks-check
...
(Fix) Thanks icons on grouped view
2025-03-07 07:47:24 -05:00
HDVinnie
de367ca58e
Merge pull request #4532 from Roardom/inline-clients
...
(Update) Inline client stats query
2025-03-07 07:46:46 -05:00
HDVinnie
8ec8c3786f
Merge pull request #4530 from Roardom/fix-bulk-torrent-delete-message
...
(Fix) Bulk torrents delete notification message
2025-03-07 07:45:35 -05:00
HDVinnie
3f25c647d0
Merge pull request #4529 from Roardom/storage-gitignore
...
(Fix) Add `/storage/app` to `.gitignore`
2025-03-07 07:45:00 -05:00
HDVinnie
179f749807
Merge pull request #4528 from Roardom/fix-torrent-edit-perms
...
(Fix) Require/exclude anon/personal_release on torrent edit
2025-03-07 07:44:39 -05:00
HDVinnie
03aa792009
Merge pull request #4527 from Roardom/fix-announce-search
...
(Update) Use simple paginate for announce log
2025-03-07 07:43:34 -05:00
Roardom
d14f59028a
fix: enforce tmdb poster height
...
Makes it so the table doesn't jump around on page load.
2025-03-06 19:46:00 +00:00
Roardom
3b0f00053f
fix: thanks icons on grouped view
...
Regresssion from #4514 .
2025-03-06 19:02:43 +00:00
Roardom
933efb785b
update: inline client stats query
...
The query only takes 6 seconds on my local untuned machine. Caching it for an hour is probably fine, we have worse queries out there, and indexing isn't an option since this table is write-heavy. Reduces overall complexity and prevents blank page after cache is reset.
2025-03-06 16:53:06 +00:00
Roardom
14ce0ba99d
fix: bulk torrents delete notification message
2025-03-06 13:33:34 +00:00
Roardom
94c387b319
update: use simple paginate for announce log
...
Prevents time outs when there's billions of records in the announces table.
We can also try cursor pagination if simple pagination doesn't work.
2025-03-06 11:48:45 +00:00