-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
(Release) v8.1.0 #3783
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 #3676 - replaces top_uploaders block with new top_users block which covers old stats plus more
(Update) Dependencies
(Fix) Helpdesk Route
(Add) Request #3676
We need to populate the status, seeders, leechers, and times_completed fields.
(Fix) Refresh the torrent before sending to external tracker
Expose featured and personal_release
(Update) API Torrent Resource
(Update) Meta data
- 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.
(Update) Laravel 11
(Fix) User Search
Uses new feature added to Chrome recently. Hopefully other browsers add it soon: https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Caution
Please do following before running
php artisan git:update
commandBring site offline with
php artisan down
Edit your
.env
file withsudo nano .env
manually rename these in .env and save and exit.
Start updater
php artisan git:update
PLEASE PAY CLOSE ATTENTION TO THESE REQUIRED CONFIG CHANGES!
0f52a11
e4dd9bf