-
Notifications
You must be signed in to change notification settings - Fork 387
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.3.0 #4207
Merged
(Release) v8.3.0 #4207
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
(Add) Advanced search to similar page
The extra height is inefficient.
Added `type="search"` to properly classify the input field and `autocomplete="off"` to prevent browsers from saving search history and reduce interference from password managers.
(Fix) Removal of years from tv torrent groups
(Add) Expand all button to similar page
(Fix) Similar page select all button
(Update) Button margin inside panel headings
(Update) imgbb.js
We need to include system users in the conversation, even if they are soft deleted in cron job, that way they show up in the private message list
(Fix) Use same download icon for groupings and list
(Fix) System users not included in conversation
(Fix) Prevent users from replying to deleted system user
(Fix) Change mal logo; align meta icons; crop blu-ray.com logo
(Fix) New users not receiving default stylesheet defined in config
(Fix) Order of operations in user settings current setting selection
regression from 7490a7a
…lete="off" to prevent browsers from saving search history and reduce interference from password managers. Also added correct input type for minutesLeakedWithin to prevent server error when entering non numeric values.
(Update) CSS normalization
(Update) Make global site alerts bold
…ueries (Update) Remove unncessary home page queries
(Fix) Include imdb id in link to request/upload similar torrent
This function was ran in every view. The problem is for every partial, it was ran again. On pages like /mediahub/persons/x, this function was called 4000+ times because of all the partials, causing redis cache hits to use up more than 75% of the processing time to return the response. Fix by only calling it in the footer explicitly.
Regresson from #4053.
` / ` signifies that it's a multi-title upload and we shouldn't remove the title since the grouping only shows one of the titles. The other titles are still important.
Use the same logic as imdb.
(Update) Don't query database in filter api take 2
- @JSON is deprecated - move colors to css variables - cleanup query - cleanup JS
(Add) Staff donation charts
(Fix) Show tvdb on similar page
(Fix) Link to peers with full user agent on client stats page
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.
No description provided.