Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unraid/webgui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: unraid/webgui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 22, 2026

  1. Revert "Merge pull request #2689 from unraid/feat/consolidated-header"

    This reverts commit 8dd7b34, reversing
    changes made to 369f0b2.
    limetech committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    5749066 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2026

  1. fix: don't delete the shared default docker icon when removing an ico…

    …n-less container
    
    Containers with no template icon get /plugins/dynamix.docker.manager/images/question.png
    recorded as their icon in the webui-info registry (DockerClient.php L346). removeContainer()
    then unlinks that recorded path when cache flags are set, deleting the shared fallback from
    the docroot for the whole system until the next reboot. CA Docker Auto-Update triggers this
    whenever it updates an icon-less container.
    
    Also quote and guard the container-list onerror fallback (this.onerror=null) so a missing
    fallback degrades to one failed request per image instead of an endless 404 retry loop.
    
    Fixes #2691
    
    (cherry picked from commit 6f28eb6)
    chodeus authored and elibosley committed Jul 29, 2026
    Configuration menu
    Copy the full SHA
    ff8f6e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2026

  1. Merge pull request #2708 from elibosley/feature/os-628-backport-dont-…

    …delete-shared-default-docker-icon-questionpng
    
    fix: backport shared default docker icon fix to 7.3
    limetech authored Aug 1, 2026
    Configuration menu
    Copy the full SHA
    28b893c View commit details
    Browse the repository at this point in the history
Loading