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

Backport to v4_1_x #10615

Merged
merged 10 commits into from
May 23, 2019
Merged

Backport to v4_1_x #10615

merged 10 commits into from
May 23, 2019

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    9f69fd8 View commit details
    Browse the repository at this point in the history
  2. Refactor HTTP query parsing

    Chocobo1 committed May 10, 2019
    Configuration menu
    Copy the full SHA
    fcd3bb6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    9a4dd3e View commit details
    Browse the repository at this point in the history
  2. Download RSS enclosure element if no proper MIME type is found

    In the case where an RSS feed doesn't have the "enclosure" element
    with type "application/x-bittorrent", fallback to the last enclosure
    element which has no "type" attribute.
    Mataniko authored and Chocobo1 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    8f29b70 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Change the speed unit from Bytes/s to KiB/s

    Updated the adding torrent dialogs in WebUI. Closes qbittorrent#10017.
    jerrymakesjelly authored and Chocobo1 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    4fbd52c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Configuration menu
    Copy the full SHA
    ef130e4 View commit details
    Browse the repository at this point in the history
  2. Add 12 hour and 24 hour speed graphs

    dzmat authored and Chocobo1 committed May 15, 2019
    Configuration menu
    Copy the full SHA
    5026da5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32ed5f1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Fix assertion fail

    When fileSize == 0, the second index could be smaller than the first index,
    thus trigger the assert check in IndexInterval constructor.
    
    Closes qbittorrent#10611.
    Chocobo1 committed May 16, 2019
    Configuration menu
    Copy the full SHA
    f6d72fa View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Fix typos

    Chocobo1 committed May 20, 2019
    Configuration menu
    Copy the full SHA
    6394467 View commit details
    Browse the repository at this point in the history