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: simplesamlphp/simplesamlphp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.4
Choose a base ref
...
head repository: simplesamlphp/simplesamlphp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.5
Choose a head ref
  • 7 commits
  • 15 files changed
  • 5 contributors

Commits on Dec 11, 2025

  1. fix for attributes.po translations (#2576)

    * A 2.4 PR of 2575 to see what the CI makes of it in that env.
    
    #2575
    
    * it seems that the number of attempted paths in included in the count
    monkeyiq authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    5cae09a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Update changelog with NameIDType JSON serialization (#2588)

    * Update changelog with NameIDType JSON serialization
    
    2.4.4 included a bump in the saml2-legacy dependency which changes the structure of how some attributes would be json-serialized. This MR just includes a line in the changelog to call this out explicitly
    
    * Corrected version for notes about change in NameIDType JSON serialization
    
    The change in JSON serialization was in 2.4.3 not 2.4.4
    lordelph authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    a18435e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

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

Commits on Feb 18, 2026

  1. Remove stray spacing in twig (#2596)

    dnmvisser authored and tvdijen committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    9e060d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Bugfix/nameid policy (#2603)

    * Bugfix: don't set illegal combination of AllowCreate/Format
    
    * Force allowCreate to false if format is TRANSIENT
    
    I also kept a reference to the errata 05 page/line here in a comment
    
    * allowCreate is true by default and contained for TRANSIENT
    
    As the default was true for this before it is now that way again. If
    the format is NAMEID_TRANSIENT it will be set to respect the Errata 05.
    
    * The persistent default is back to having allowCreate=true
    
    ---------
    
    Co-authored-by: Ben Martin <monkeyiq@users.sourceforge.net>
    tvdijen and monkeyiq committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    bd16e8e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. {% set trackid = '' %}

    tvdijen authored Mar 8, 2026
    Configuration menu
    Copy the full SHA
    9f49b8e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Release v2.4.5

    tvdijen committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    10355e5 View commit details
    Browse the repository at this point in the history
Loading