Roardom
80b9aa32bf
add: livewire top users
...
More cleanly modularized using livewire computed attributes. Abuses the fact that only one of the tabs is selected and most users won't access the other tabs. This significantly reduces the time spent loading the home page when the cache is cleared.
2024-06-01 15:47:26 +00:00
HDVinnie
2c949efaad
Merge pull request #3888 from Roardom/fix-blacklisted-agent-external-tracker
...
(Fix) Adding blacklisted clients to external tracker
2024-05-30 23:58:31 -04:00
HDVinnie
79d1b4c9cf
Merge pull request #3887 from Roardom/flash-external-tracker-error
...
(Update) Show error when external tracker returns error
2024-05-30 23:58:05 -04:00
HDVinnie
6bc3eaaf6a
Merge pull request #3886 from Roardom/fix-default-settings-form
...
(Fix) Select default user settings when none exists
2024-05-30 23:57:20 -04:00
HDVinnie
96a0b65618
Merge pull request #3885 from Roardom/settings-form-requests
...
(Refactor) Clean up user settings controllers
2024-05-30 23:56:39 -04:00
Roardom
07949ea3fc
fix: adding blacklisted clients to external tracker
2024-05-30 14:10:28 +00:00
Roardom
3c83ef7b5b
update: show error when external tracker returns error
2024-05-30 14:08:27 +00:00
Roardom
46240da36f
refactor: clean up user settings controllers
...
Use form requests
2024-05-29 10:40:15 +00:00
Roardom
021cbd3695
fix: select default user settings when none exists
2024-05-29 10:39:23 +00:00
HDVinnie
32795096bf
Merge pull request #3823 from Obi-Wana/add-validate-textarea-length
...
(Add) Validate max textarea length
2024-05-28 10:25:28 -04:00
Jay
548a7e4d0b
Don't alter limit for BDInfo
2024-05-28 08:16:54 +02:00
HDVinnie
0971dc156f
Merge pull request #3883 from Roardom/fix-bounty-aggregate
...
(Fix) Unexpected `incrementEach` effects
2024-05-27 23:37:30 -04:00
Roardom
2117a4fcd1
fix: unexpected incrementEach effects
...
see https://github.com/laravel/framework/issues/49009
2024-05-28 03:33:01 +00:00
HDVinnie
8d9fb6f15f
Merge pull request #3882 from Roardom/fix-tv-subscribe
...
(Fix) Various wishlist issues
2024-05-27 16:38:40 -04:00
Jay Sizzla
66bb33a747
Validate StoreTorrentRequest with correct DB length
2024-05-27 19:51:47 +02:00
Roardom
b027fb1e69
fix: various wishlist issues
...
- Add stricter validation
- Fix `tv_id` field
- Add index to `tv_id` column
- Cast input to integer
2024-05-27 08:47:47 +00:00
HDVinnie
fc18ca3197
Merge pull request #3881 from Roardom/reduce-navbar-queries
...
(Update) Remove duplicate query in top nav
2024-05-27 04:13:55 -04:00
Roardom
a740f69352
update: remove duplicate query in top nav
2024-05-27 08:09:32 +00:00
HDVinnie
bd9c5a5eb2
Merge pull request #3880 from Roardom/fix-torrent-meta
...
(Fix) Setting meta attribute on torrent meta trait
2024-05-27 03:06:02 -04:00
Roardom
648752fd86
fix: setting meta attribute on torrent meta trait
2024-05-27 07:02:23 +00:00
HDVinnie
ce7a05f188
Merge pull request #3879 from Roardom/fix-download-check
...
(Fix) Download check key value styles
2024-05-27 03:01:26 -04:00
HDVinnie
5d9db77b03
Merge pull request #3878 from Roardom/fix-strict-types
...
(Fix) Strict types
2024-05-27 03:01:14 -04:00
Roardom
37a7621228
Revert "revert: #3875 "
...
This reverts commit 8ef18600ec .
2024-05-27 06:54:11 +00:00
Roardom
18277b6459
fix: download check key value styles
2024-05-27 06:52:47 +00:00
Roardom
cd8d348b8e
fix: strict types
...
1. Need to use the path of a file and not the object.
2. When a torrent is uploaded, the upload form sends a string for the tmdb and the model is saved with a string and it's the database that does the conversion. We need to cast the string to an int if we want to reuse the model without rehydrating.
3. Some of the first_air_date and last_air_date are null and need to be checked to make sure they follow the correct format.
2024-05-27 06:09:35 +00:00
HDVinnie
03f3c63461
fix: comment replies
...
- was broken in #3873
2024-05-26 19:24:56 -04:00
HDVinnie
8ef18600ec
revert: #3875
...
- meta is not pulled correctly with refactor
2024-05-26 17:09:19 -04:00
HDVinnie
2cb62b29c2
fix: privacy checks
2024-05-26 17:06:49 -04:00
HDVinnie
eb47d29206
Merge pull request #3874 from Roardom/optimize-playlist-show
...
(Update) Reduce queries on playlist show
2024-05-26 15:28:51 -04:00
HDVinnie
fac11ce344
Merge branch '8.x.x' into optimize-playlist-show
2024-05-26 15:26:44 -04:00
HDVinnie
05bd5afcd3
Merge pull request #3877 from Roardom/remove-index-php
...
(Fix) Force redirect `/index.php/` requests
2024-05-26 15:25:52 -04:00
HDVinnie
a4a5c61c5c
Merge pull request #3875 from Roardom/fix-scope-meta-types
...
(Fix) Types on torrent meta trait
2024-05-26 15:25:35 -04:00
HDVinnie
40468e0784
Merge pull request #3873 from Roardom/fix-comment-extra-queries
...
(Update) Use eager loading for comment children existence
2024-05-26 15:24:55 -04:00
HDVinnie
60b20974a3
Merge pull request #3872 from Roardom/normalize-user-settings
...
(Update) Normalize user settings
2024-05-26 15:24:38 -04:00
HDVinnie
18e4e5133d
Merge pull request #3871 from Roardom/remove-peer-hidden-stat-hidden
...
(Remove) Unused columns on users table
2024-05-26 15:18:03 -04:00
HDVinnie
e8883c132a
PHP Style Change (Laravel Pint CI)
2024-05-26 19:17:19 +00:00
HDVinnie
86c1c61886
Merge pull request #3870 from Roardom/improve-monthly-pack-group-naming
...
(Update) Torrent group monthly season pack naming
2024-05-26 15:16:23 -04:00
HDVinnie
a8b6e991a0
Merge pull request #3869 from Roardom/add-updated-to-user-notes
...
(Add) Updated timestamp to user notes panel
2024-05-26 15:16:00 -04:00
HDVinnie
b01c1fc2f0
Merge pull request #3868 from Roardom/fix-post-tags
...
(Fix) Tagging users in posts
2024-05-26 15:15:31 -04:00
HDVinnie
cd7b1d5f88
Merge pull request #3867 from Roardom/fix-torrent-encode-settings-chrome-overflow
...
(Fix) Encode settings overflowing out of torrent code box
2024-05-26 15:14:53 -04:00
HDVinnie
d203d9ab0a
Merge pull request #3866 from Roardom/fix-external-tracker-slots
...
(Fix) Only include visible peers when sending to external tracker
2024-05-26 15:14:26 -04:00
HDVinnie
5dd8a63ab8
Merge pull request #3865 from Roardom/external-tracker-visible-peer
...
(Add) Display peer visibility on external torrent page
2024-05-26 15:14:05 -04:00
HDVinnie
1f702a2d37
Merge pull request #3863 from Roardom/title-subscribe
...
(Refactor) Wishlist and add movie/tv subscriptions
2024-05-26 15:13:22 -04:00
HDVinnie
d3c2779ed0
Merge pull request #3862 from Roardom/fix-duplicate-bon
...
(Fix) User bon earning calculation
2024-05-26 15:12:46 -04:00
HDVinnie
28f8911708
Merge pull request #3861 from Roardom/fix-refundable-torrents
...
(Fix) Refundable torrents
2024-05-26 15:11:27 -04:00
HDVinnie
59c9d19bd8
Merge pull request #3860 from Roardom/fix-quick-search-meta
...
(Fix) Quicksearch hardcoded category ids
2024-05-26 15:10:54 -04:00
HDVinnie
f3eaf448f6
Merge pull request #3859 from Roardom/re-enable-bookmarks
...
(Fix) Broken bookmarks button
2024-05-26 15:10:29 -04:00
HDVinnie
d2a08f4e30
Merge pull request #3858 from Roardom/copy-announce-url-to-clipboard
...
(Update) Copy announce url to clipboard on click
2024-05-26 15:10:01 -04:00
HDVinnie
00a9b1ddc2
Merge pull request #3857 from Roardom/fix-id-validation
...
(Fix) Allow `0000000`, etc. for id entry
2024-05-26 15:09:05 -04:00
HDVinnie
28a38e8358
Merge pull request #3856 from Roardom/improve-hierarchy-files
...
(Update) Improve hierarchy files
2024-05-26 15:08:24 -04:00