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

Display external address #20118

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Display external address #20118

wants to merge 8 commits into from

Commits on Dec 7, 2023

  1. Initial External Address Display

    Adds an external address display label to the GUI and WebUI. Both work showing the *last detected* address. Systems with multiple addresses will need to be addressed at a later date. This will help an absolute ton of people using qBittorrent via Docker or with single-address setups.
    
    Signed-off-by: Odin Vex <44311901+OdinVex@users.noreply.github.com>
    OdinVex committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a398dc4 View commit details
    Browse the repository at this point in the history
  2. Update src/webui/api/transfercontroller.cpp

    Remove unnecessary copy-pasta re-cast.
    
    Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
    OdinVex and glassez committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2323e9a View commit details
    Browse the repository at this point in the history
  3. Update statusbar.cpp

    Added statusbar separator, conformed which separator belonged where.
    OdinVex committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c6cd439 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    d5888aa View commit details
    Browse the repository at this point in the history
  2. Adjust external address display to show IPv4 and IPv6 addresses

    Signed-off-by: Odin Vex <44311901+OdinVex@users.noreply.github.com>
    OdinVex committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4e07c0a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Revamp means of displaying external addresses in GUI and WebUI

    Signed-off-by: Odin Vex <44311901+OdinVex@users.noreply.github.com>
    OdinVex committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    91d075a View commit details
    Browse the repository at this point in the history
  2. Add missing QBT_TR translation call for WebUI used to filter events f…

    …or detecting external IP addresses
    
    Signed-off-by: Odin Vex <44311901+OdinVex@users.noreply.github.com>
    OdinVex committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    37a9eda View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Adjust naming convention for functions relating to display of externa…

    …l IP addresses
    
    Co-authored-by: Vladimir Golovnev <glassez@yandex.ru>
    OdinVex and glassez committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7ae5783 View commit details
    Browse the repository at this point in the history