5.1.2 (2022-07-22)
- deps: bump proxystats dependedcy to v8.0.0 and higher (c7cd1f2)
5.1.1 (2022-07-01)
- π Fix EMBL displaying of GDPR message in consent (6b6cf1f)
5.1.0 (2022-07-01)
- πΈ Displaying statistics (75f43c3)
5.0.4 (2022-04-29)
- π Fixed missing Head inject (7f4bbd4)
5.0.3 (2022-04-22)
- π Fix privacyIdea template filename (4265871)
5.0.2 (2022-04-13)
- π Added missing consent withdrawal contact (fb8242d)
5.0.1 (2022-04-13)
- π Fix consent collapse (e34cf2e)
5.0.0 (2022-04-13)
- πΈLS AAI design (0042cc0)
- dropped ELIXIR design, using LS design from now on.
4.0.0 (2022-03-14)
- πΈ Remove CSC MFA related functionality (329eb78)
- 𧨠Removed CSC MFA related functionality
3.0.1 (2022-03-10)
- π Fix name of loginForm file (f988ea3)
- privacyidea (680a9ae)
All notable changes to this project will be documented in this file.
- Allow use SSP module Perun in version v4.x
- Added process filter for MFA using CSC MFA OIDC server
- Using of short array syntax ([] instead of array())
- Using imports instead of qualified names
- Removed warning template - it is no longer needed here because it was moved to module perun
- Added file phpcs.xml
- Changed code style to PSR-2
- addInstitution URL nad email in disco-tpl.php are loaded from a config file
- Templates are included from module perun
-
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:',
- Social Idps are not shown when adding institution
- Added support for MFA
- Removed present_attributes() method from consentform.php
- Fixed requirements in composer.json
- Possibility to show a warning in disco-tpl
- Updated Readme
- Changed the URL to AddInstitution App
- Whole module now uses a dictionary
- Filling email is now required for reporting error
- Changed help-block text for email in report error form
- Fixed changelog
- Changelog