Commit Graph

21 Commits

Author SHA1 Message Date
Roardom 4ab0bccf34 update: new similar torrents ui design
More compact UI on the similar torrents page for listing the similar torrents that ressembles the torrent grouping layout.
2024-08-26 23:39:33 +00:00
Roardom d623283d2b refactor: modularize grouping by type and sorting in torrent group card 2024-08-26 14:04:23 +00:00
Roardom a0299daa16 refactor: use eloquent relations directly 2024-08-18 03:26:41 +00:00
Roardom 7027c4a2c5 fix: use setAttribute() to set custom model propeties 2024-06-05 11:23:59 +00:00
Roardom b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie 71c5a3ebcb patch: livewire url attributes 2024-03-06 02:02:05 -05:00
HDVinnie 12c98d52a4 update: PersonCredit.php 2024-03-03 23:30:45 -05:00
HDVinnie bde593e48b update: livewire 2024-03-03 22:41:29 -05:00
Roardom fe31076104 Reapply "Merge pull request #3380 from Roardom/livewire-types"
This reverts commit b4a9dfea8b.
2024-01-24 08:03:05 +00:00
HDVinnie b4a9dfea8b Revert "Merge pull request #3380 from Roardom/livewire-types"
This reverts commit a4e1a1bc62, reversing
changes made to 10982c68bd.
2024-01-14 16:18:08 -05:00
Roardom 7037200377 fix: Livewire queryString type hint 2024-01-14 11:35:55 +00:00
Roardom b6a3917575 fix: add type hints to Livewire computed properties 2024-01-14 11:35:55 +00:00
HDVinnie aa3dc8ed18 refactor: enums 2024-01-04 03:26:10 -05:00
Roardom 605483c4e1 update: sort specials in torrent grouping 2023-12-31 09:22:01 +00:00
Roardom 6e6f551367 fix: various larastan livewire issues 2023-08-25 06:45:41 +00:00
Roardom bb5255d968 Revert "update: cache personal freeleech existence instead of its value"
This reverts commit b48a9222d1.
2023-07-28 06:08:55 +00:00
Roardom b48a9222d1 update: cache personal freeleech existence instead of its value
We only cache it if it exists, so let's not query it every single time it doesn't exist.
We don't remove it from the hourly run command yet so that currently existing freeleeches can be deleted.
2023-07-25 22:48:56 +00:00
Roardom cd01f84d91 fix: slow queries on person page
From 3 seconds to 75ms.
2023-07-24 01:33:08 +00:00
Roardom 11247b58cd add: redirect to appropriate person tab from torrent meta 2023-07-21 11:14:11 +00:00
Roardom d5cfb30f33 fix: person credit error
Since the credits table unique index has nullable columns, we get duplicate credits, which means duplicate movie/tv. We need to remove these duplicates before continuing processing.
2023-07-15 10:20:29 +00:00
Roardom 52fce75622 update: tabinate person credits by occupation 2023-07-09 03:38:54 +00:00