Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Release) v8.1.0 #3783

Merged
merged 94 commits into from
Apr 26, 2024
Merged

(Release) v8.1.0 #3783

merged 94 commits into from
Apr 26, 2024

Conversation

HDVinnie
Copy link
Collaborator

@HDVinnie HDVinnie commented Apr 26, 2024

Caution

Please do following before running php artisan git:update command

Bring site offline with php artisan down
Edit your .env file with sudo nano .env

manually rename these in .env and save and exit.

-BROADCAST_DRIVER=redis
-CACHE_DRIVER=redis
+BROADCAST_CONNECTION=redis
+CACHE_STORE=redis

Start updater php artisan git:update

PLEASE PAY CLOSE ATTENTION TO THESE REQUIRED CONFIG CHANGES!

0f52a11

e4dd9bf

BitPyrate and others added 30 commits April 2, 2024 18:58
Changed 2fa wording to be less exclusive to google
…ents-page

(Update) Group Requirements Page
(Update) two-factor-auth-form.blade.php lang
(Fix) Call to a member function pluck() on array
(Fix) Duplicate data-type-id attribute on torrent row component
- closes #3729
- closes #3724
- closes #3676
- replaces top_uploaders block with new top_users block which covers old stats plus more
HDVinnie and others added 29 commits April 19, 2024 11:28
We need to populate the status, seeders, leechers, and times_completed fields.
`featured` is both an attribute and a relation. Using `getAttribute`, we always prioritize the attribute, which seems to satisfy CI.
(Fix) Refresh the torrent before sending to external tracker
Expose featured and personal_release
(Update) API Torrent Resource
- Laravel 11 introduces a new default application structure with fewer default files. Namely, new Laravel applications contain fewer service providers, middleware, and configuration files.

However, it is not recommend that Laravel 10 applications upgrading to Laravel 11 attempt to migrate their application structure, as Laravel 11 has been carefully tuned to also support the Laravel 10 application structure.
- This value needs to be a int and not a string due to carbon changes.
- Tests: 390 incomplete, 334 passed (755 assertions) 23.5% Coverage
- this was supposed to include soft deleted users not only soft deleted users.
The eager loads have to filter to the current user. This also prevents caching, but the query is really fast anyways.
(Update) Disable PHP announce when external tracker is enabled
(Fix) Topic reads on home page
(Update) Automatically resize textarea input depending on content
- closes #3752
@HDVinnie HDVinnie merged commit 54f6745 into master Apr 26, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants