Backport changes to v5.2.x branch#23823
Open
glassez wants to merge 12 commits intoqbittorrent:v5_2_xfrom
Open
Conversation
In order for the sync algorithm to work properly, we must clear the peer country and country code when peer country resolution is disabled. Reference: qbittorrent#23708 (comment) PR qbittorrent#23758.
Under some Linux environments (e.g. Termux) "getrandom" may not actually exist. PR qbittorrent#23805.
Member
Author
|
@qbittorrent/bug-handlers |
This comment was marked as resolved.
This comment was marked as resolved.
This change is incomplete and causes RSS to spam errors in browser console. Fix up: qbittorrent#23752. PR qbittorrent#23820.
This was referenced Feb 17, 2026
This comment was marked as resolved.
This comment was marked as resolved.
From https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/autocomplete#new-password : >When creating a new account or changing passwords, this should be used for an "Enter your new >password" or "Confirm new password" field, as opposed to a general "Enter your current >password" field that might be present. This may be used by the browser both to avoid >accidentally filling in an existing password and to offer assistance in creating a secure password. Also see: https://html-validate.org/rules/autocomplete-password.html https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-new-password PR qbittorrent#23841.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This addresses the `no-useless-assignment` warnings from ESLint v10. PR qbittorrent#23853.
Member
When using virtual rows, header text was incorrectly displayed in the table. This only occurred when using Firefox. To fix this, we now use a colgroup to define column width instead of a hidden thead element. This results in correct behavior across all browsers. PR qbittorrent#23861.
When virtual rows are enabled, column content is incorrectly duplicated when columns are reordered. PR qbittorrent#23860.
Member
Author
#23858 and #23859 have merge conflicts. Please provide corresponding PRs to https://github.com/glassez/qBittorrent/tree/v5.2 with conflicts resolved. |
This file contains hidden or 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
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.
autocompleteattribute on password fields #23841@eslint/js#23848