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: bacula-web/bacula-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.9.2
Choose a base ref
...
head repository: bacula-web/bacula-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.9.3
Choose a head ref
  • 12 commits
  • 21 files changed
  • 3 contributors

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    b71249c View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. fix: client and pool filters validation in jobs report

    Fix client and pool filters validation in Jobs report page.
    
    Add missing getter for Pool::id getter.
    
    Fixes #264,#262
    dfranco committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    c4b3e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb01dcd View commit details
    Browse the repository at this point in the history
  3. fix: hide empty pools setting not used in jobs report

    Fix unused hide_empty_pools settings in Jobs report pool filter.
    
    Fixes #266
    dfranco committed Jan 2, 2026
    Configuration menu
    Copy the full SHA
    c01b864 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

  1. Configuration menu
    Copy the full SHA
    8b089ee View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Configuration menu
    Copy the full SHA
    e390c63 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump qs and express in /website (#263)

    Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
    
    Updates `qs` from 6.13.0 to 6.14.1
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.13.0...v6.14.1)
    
    Updates `express` from 4.21.2 to 4.22.1
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/v4.22.1/History.md)
    - [Commits](expressjs/express@4.21.2...v4.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-version: 6.14.1
      dependency-type: indirect
    - dependency-name: express
      dependency-version: 4.22.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 4, 2026
    Configuration menu
    Copy the full SHA
    45f4248 View commit details
    Browse the repository at this point in the history
  3. fix: redundant html role attribute

    Fix redundant form role html attribute
    dfranco committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    7df4a61 View commit details
    Browse the repository at this point in the history
  4. fix: form label not associated to control

    Fix form input label not associated to control in Jobs report Twig template.
    dfranco committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    fdce564 View commit details
    Browse the repository at this point in the history
  5. fix: job start and end time input field size

    Adjust the input field size for job start and end times so that the value is not truncated on small screen resolutions.
    dfranco committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    0883709 View commit details
    Browse the repository at this point in the history
  6. fix: automatically recompile twig templates

    Update Twig environment settings so templates are automatically generated, even if debug mode is not enabled.
    dfranco committed Jan 4, 2026
    Configuration menu
    Copy the full SHA
    e135e1f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Configuration menu
    Copy the full SHA
    dce4f55 View commit details
    Browse the repository at this point in the history
Loading