Skip to content

Commits

Commits on Oct 4, 2024

  1. Pre-sort statistics aggregate

    Sorting the aggregate used to generate statistics means there's no need
    to sort by ID within the XSL transform, avoiding a probably JDK bug.
    iay committed Oct 4, 2024
    Copy the full SHA
    a5a56f5 View commit details
  2. Hoist xenc namespace

    Resolves ukf/ukf-meta#99.
    iay committed Oct 4, 2024
    Copy the full SHA
    39a56a4 View commit details
  3. Pass the members file location to the statistics transform

    The previous approach of passing the document is incompatible
    with the JDK processor.
    iay committed Oct 4, 2024
    Copy the full SHA
    f5e4cfb View commit details
  4. Simplify outboard statistics generation

    With MDA 0.10, it's no longer necessary to
    duplicate this code.
    iay committed Oct 4, 2024
    Copy the full SHA
    bdfed43 View commit details
  5. JDK compatibility

    iay committed Oct 4, 2024
    Copy the full SHA
    8eb7d06 View commit details

Commits on Aug 16, 2024

  1. Remove obsolete sp_mdui_test bean and XSLT

    See ukf/ukf-meta#445 for details
    Alex Stuart committed Aug 16, 2024
    Copy the full SHA
    5bb4036 View commit details

Commits on Jul 8, 2024

  1. Adopt new parent beans

    iay committed Jul 8, 2024
    Copy the full SHA
    31adc88 View commit details
  2. Copy the full SHA
    5fc3bf7 View commit details
  3. Copy the full SHA
    72c660c View commit details
  4. Copy the full SHA
    45bd937 View commit details

Commits on Jul 1, 2024

  1. Remove code for JSON discofeed generation and publication

    See ukf/ukf-meta#420 for details
    Alex Stuart committed Jul 1, 2024
    Copy the full SHA
    fff282e View commit details
  2. Exbed selected inner beans for testability

    See ukf/ukf-meta#434.
    iay committed Jul 1, 2024
    Copy the full SHA
    8c0014e View commit details

Commits on Jun 27, 2024

  1. Remove dead EXSLT dyn code from statistics stylesheet

    Resolves ukf/ukf-meta#435.
    iay committed Jun 27, 2024
    Copy the full SHA
    87780af View commit details

Commits on Jun 11, 2024

  1. Remove statistics-charting.xsl and related code

    See ukf/ukf-meta#437.
    iay committed Jun 11, 2024
    Copy the full SHA
    3211217 View commit details

Commits on Jun 5, 2024

  1. Fix XML entity character references

    from commit hash ukf/ukf-testbed/0a9ddabc1749969949d59c155762457f0992d50d
    
    see ukf/ukf-meta#432 for details
    Phil Smart committed Jun 5, 2024
    Copy the full SHA
    5b938c0 View commit details

Commits on Oct 27, 2023

  1. Entity-level scope refactoring, phase 1

    See ukf/ukf-meta#341.
    iay committed Oct 27, 2023
    Copy the full SHA
    feeb7f8 View commit details

Commits on Sep 8, 2023

  1. Copy the full SHA
    a401e70 View commit details

Commits on Aug 23, 2023

  1. Remove extraneous XML attributes in import XSLT

    See ukf/ukf-meta#396 for details
    Alex Stuart committed Aug 23, 2023
    Copy the full SHA
    1fafb5c View commit details

Commits on Apr 26, 2023

  1. Add support for IdPs asserting CoCo v2 entity category support

    See ukf/ukf-meta#359 for details
    Alex Stuart committed Apr 26, 2023
    Copy the full SHA
    b45569e View commit details

Commits on Mar 18, 2023

  1. Copy the full SHA
    c8a0c44 View commit details

Commits on Dec 12, 2022

  1. Improve build.xml samlmd.mdq.sign.test target

    See ukf/ukf-meta#351.
    iay committed Dec 12, 2022
    Copy the full SHA
    542785f View commit details

Commits on Aug 26, 2022

  1. Remove stages that add default encryption algorithms to output pipelines

    The previous commit added default encryption algorithms to the input
    pipelines, so there is nothing to do in the output pipeline. Therefore
    this commit is pure refactoring.
    
    See ukf/ukf-meta#243 for details
    Alex Stuart committed Aug 26, 2022
    Copy the full SHA
    9d4b5b6 View commit details
  2. Add default encryption algorithms to input pipelines

    The effect is to add default encryption algorithms to the wayf
    aggregate (which is not part of the UK federation public API)
    
    See ukf/ukf-meta#243 for details
    Alex Stuart committed Aug 26, 2022
    Copy the full SHA
    559d3b6 View commit details
  3. Add default encryption algorithms to SPs in the fallback aggregate

    This commit adds the default AES128-CBC encryption algorithm to
    SPs that do not have any registered block encryption algorithms.
    Previous commits add them to the test and production aggregates;
    this commit is the last step in rolling the defaults out.
    
    See ukf/ukf-meta#243 for details
    Alex Stuart committed Aug 26, 2022
    Copy the full SHA
    168ce08 View commit details

Commits on Aug 25, 2022

  1. Use AssuranceCertificationMatcher to simplify SIRTFI handling

    Change SIRTFI parent bean to the ukf bean from ukf-mda 0.9.12
    iay authored and Alex Stuart committed Aug 25, 2022
    Copy the full SHA
    6598f82 View commit details

Commits on Jul 12, 2022

  1. Implement reproducible signatures for per-entity metadata

    See ukf/ukf-meta#347.
    iay committed Jul 12, 2022
    Copy the full SHA
    f8ffb04 View commit details

Commits on Jun 29, 2022

  1. Update deployment environment for new HSM

    See ukf/ukf-meta#350 for details
    Jon Agland committed Jun 29, 2022
    Copy the full SHA
    380feb3 View commit details

Commits on Jun 22, 2022

  1. Add new deployment environment for testing new HSM

    See ukf/ukf-meta#349 for details
    Alex Stuart committed Jun 22, 2022
    Copy the full SHA
    e28a201 View commit details

Commits on Mar 7, 2022

  1. remove UKFederationMember label from fallback and wayf aggregates

    iay authored and Alex Stuart committed Mar 7, 2022
    Copy the full SHA
    170af39 View commit details

Commits on Jan 27, 2022

  1. Remove entity-level copy of scopes from wayf aggregate

    See ukf/ukf-meta#49 for details.
    iay committed Jan 27, 2022
    Copy the full SHA
    7d1e24e View commit details

Commits on Jan 19, 2022

  1. Remove entity-level copy of scopes from fallback aggregate

    See ukf/ukf-meta#49 for details.
    iay committed Jan 19, 2022
    Copy the full SHA
    c797e00 View commit details

Commits on Nov 1, 2021

  1. Remove entity-level copy of scope from production aggregate

    See ukf/ukf-meta#49 for details
    Alex Stuart committed Nov 1, 2021
    Copy the full SHA
    74c79cb View commit details
  2. Remove UKFederationMember element from production aggregate

    See ukf/ukf-meta#34 for details
    Alex Stuart committed Nov 1, 2021
    Copy the full SHA
    1aaca6f View commit details

Commits on Sep 16, 2021

  1. Check for locally derived known compromised RSA keys

    See ukf/ukf-meta#223.
    iay committed Sep 16, 2021
    Copy the full SHA
    e5ab456 View commit details

Commits on Sep 6, 2021

  1. Set includingLegacyDisplayNames in discofeeds generator

    See ukf/ukf-meta#230 for details
    Alex Stuart committed Sep 6, 2021
    Copy the full SHA
    a533196 View commit details
Older