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.1
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.2
Choose a head ref
  • 19 commits
  • 24 files changed
  • 3 contributors

Commits on Dec 10, 2025

  1. chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /website (

    #260)
    
    Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
    - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
    - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mdast-util-to-hast
      dependency-version: 13.2.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 Dec 10, 2025
    Configuration menu
    Copy the full SHA
    8b64485 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /website (#259)

    Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
    - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
    - [Commits](digitalbazaar/forge@v1.3.1...v1.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: node-forge
      dependency-version: 1.3.2
      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 Dec 10, 2025
    Configuration menu
    Copy the full SHA
    d9951ce View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump js-yaml from 3.14.1 to 3.14.2 in /website (#258)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      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 Dec 10, 2025
    Configuration menu
    Copy the full SHA
    745738b View commit details
    Browse the repository at this point in the history
  4. chore(docs): add mention about using a different version

    Add a mention about using a different version on the archive install page.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    8684122 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump docusaurus and node dependencies

    Bump docusaurus from 3.6.3 to 3.9.2.
    
    Bump node dependencies version.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    061d873 View commit details
    Browse the repository at this point in the history
  6. chore(docs): fix typo

    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    a1d1f52 View commit details
    Browse the repository at this point in the history
  7. docs: fix and update web servers instructions

    Update and fix instructions for Apache, Nginx, and Lighttpd.
    
    Fix wording and grammar.
    
    Fix typo by replacing 'DocumentRoot' with 'root' in Nginx config hint.
    
    Add a link to the installation method at the bottom of each web server page.
    
    Provide further information about the web server root directory since v8.6.0.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    fd3c407 View commit details
    Browse the repository at this point in the history
  8. chore(docs): replace novus/nvd3 by chartjs

    Replace novus/nvd3 Chart library by Chart.js in third-party libraries.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    68287be View commit details
    Browse the repository at this point in the history
  9. fix: cache compiled twig templates

    Fix the Twig template engine configuration to store compiled templates in the cache path.
    
    chore: apply psr-12 rules to container bindings
    
    chore: update git ignore file to exclude twig template cache
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    677d02c View commit details
    Browse the repository at this point in the history
  10. chore: enable strict types

    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    748360b View commit details
    Browse the repository at this point in the history
  11. docs: update faq

    Update and fix outdated information in the FAQ.
    
    Fix dead links.
    
    Fix grammar and wording in both FAQ and introduction pages.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    e952d85 View commit details
    Browse the repository at this point in the history
  12. fix: enddate period in job report

    Fix bug whith enddate in Job report page.
    
    The SQL query used to filter jobs by enddate had a typo in it.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    58457db View commit details
    Browse the repository at this point in the history
  13. chore: fix type casting

    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    371fcb1 View commit details
    Browse the repository at this point in the history
  14. fix: new password must be different than the current one

    When a user reset his password, ensure that the new password is different than the
    current one.
    dfranco committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    df5789e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a2d4071 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. chore(ci): add missing workflow permissions

    Add missing permissions to release workflow.
    dfranco committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    38495da View commit details
    Browse the repository at this point in the history
  2. chore(docs): update documentation section

    Reword the documentation section and remove outdated information.
    dfranco committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    fa31ca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd5746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f07d309 View commit details
    Browse the repository at this point in the history
Loading