Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
67 lines (53 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

67 lines (53 loc) · 2.07 KB

Change Log

All notable changes to this project will be documented in this file.

[Changed]

  • Removed warning template - it is no longer needed here because it was moved to module perun
  • Using of short array syntax
  • Remove requirements on module Peru

[Added]

  • Added file phpcs.xml

[Changed]

  • Changed code style to PSR-2
  • addInstitution URL and email in disco-tpl.php are loaded from a config file
  • Templates are included from module perun

[Added]

  • Added support for pass selected IdP from SP in AuthnContextClassRef attribute.
    • It's required add this line into module_perun.php config file
      'disco.removeAuthnContextClassRefPrefix' => 'urn:cesnet:proxyidp:',
      

[Changed]

  • Social Idps are not shown when adding institution

[Added]

  • Possibility to show a warning in disco-tpl

[Changed]

  • Whole module now uses a dictionary
  • Updated Readme

[Removed]

  • Removed function present_attributes($t, $attributes, $nameParent) from consentform.php

[Changed]

  • Filling email is now required for reporting error
  • Error reporting now uses dictionary
  • Fixed the sentence below the list of all IdPs in addInstitutionApp

[Added]

  • Short links for MU and VUT in disco-tpl.php

[Changed]

  • If you go to add-institution app, now you see only the list of IdP without Social IdP, short links to some IdPs or link to add-institution app

[Added]

  • Changelog