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: pfrest/pfSense-pkg-RESTAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.5
Choose a base ref
...
head repository: pfrest/pfSense-pkg-RESTAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.6
Choose a head ref
  • 19 commits
  • 12 files changed
  • 2 contributors

Commits on Apr 1, 2026

  1. chore: bump webonyx/graphql-php from 15.30.2 to 15.31.3

    Bumps [webonyx/graphql-php](https://github.com/webonyx/graphql-php) from 15.30.2 to 15.31.3.
    - [Release notes](https://github.com/webonyx/graphql-php/releases)
    - [Changelog](https://github.com/webonyx/graphql-php/blob/master/CHANGELOG.md)
    - [Commits](webonyx/graphql-php@v15.30.2...v15.31.3)
    
    ---
    updated-dependencies:
    - dependency-name: webonyx/graphql-php
      dependency-version: 15.31.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    cd5c5f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #866 from pfrest/dependabot/composer/master/webony…

    …x/graphql-php-15.31.3
    
    chore: bump webonyx/graphql-php from 15.30.2 to 15.31.3
    jaredhendrickson13 authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    6487fba View commit details
    Browse the repository at this point in the history
  3. chore: bump firebase/php-jwt from 7.0.3 to 7.0.4

    Bumps [firebase/php-jwt](https://github.com/firebase/php-jwt) from 7.0.3 to 7.0.4.
    - [Release notes](https://github.com/firebase/php-jwt/releases)
    - [Changelog](https://github.com/firebase/php-jwt/blob/main/CHANGELOG.md)
    - [Commits](googleapis/php-jwt@v7.0.3...v7.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: firebase/php-jwt
      dependency-version: 7.0.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    ecaf2b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. fix(CertificateAuthority): add missing 'caref' field #873

    This commit fixes an issue where the object relation system expected a 'caref' value to determine which CAs would impacted by deletions. However, since this model did not have this field it was simply ignored and considered all CAs as impacted by deletions.
    jaredhendrickson13 committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    55d82e1 View commit details
    Browse the repository at this point in the history
  2. fix(CertificateAuthority): don't delete intermediate ca when root ca …

    …is deleted #873
    
    This behavior no longer matches the behavior of the webConfigurator and should be removed.
    jaredhendrickson13 committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    7cbd075 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30aac21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a1b3ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb1383b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    627520a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #867 from pfrest/dependabot/composer/master/fireba…

    …se/php-jwt-7.0.4
    
    chore: bump firebase/php-jwt from 7.0.3 to 7.0.4
    jaredhendrickson13 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    260170f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e289024 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. chore: bump actions/deploy-pages from 4.0.5 to 5.0.0 (#868)

    Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.5 to 5.0.0.
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](actions/deploy-pages@v4.0.5...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      dependency-version: 5.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    a04b09b View commit details
    Browse the repository at this point in the history
  2. chore: bump @prettier/plugin-php from 0.24.0 to 0.25.0 (#872)

    * chore: bump @prettier/plugin-php from 0.24.0 to 0.25.0
    
    Bumps [@prettier/plugin-php](https://github.com/prettier/prettier-php) from 0.24.0 to 0.25.0.
    - [Release notes](https://github.com/prettier/prettier-php/releases)
    - [Commits](prettier/plugin-php@v0.24.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@prettier/plugin-php"
      dependency-version: 0.25.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * style: run prettier on changed files
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jared Hendrickson <github@jaredhendrickson.com>
    dependabot[bot] and jaredhendrickson13 authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    8af3910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e60a3a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ae88f View commit details
    Browse the repository at this point in the history
  5. refactor(CertificateAuthority): make caref a StringField

    Avoids infinite recursion trying to relate objects to themselves.
    jaredhendrickson13 committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    0dfe719 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf3b6d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69e6f50 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #874 from pfrest/next_patch

    v2.7.6 Fixes
    jaredhendrickson13 authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    d1caec2 View commit details
    Browse the repository at this point in the history
Loading