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

Latest commit

Β 

History

History
182 lines (110 loc) Β· 5.95 KB

CHANGELOG.md

File metadata and controls

182 lines (110 loc) Β· 5.95 KB

5.1.2 (2022-07-22)

Bug Fixes

  • deps: bump proxystats dependedcy to v8.0.0 and higher (c7cd1f2)

5.1.1 (2022-07-01)

Bug Fixes

  • πŸ› Fix EMBL displaying of GDPR message in consent (6b6cf1f)

5.1.0 (2022-07-01)

Features

  • 🎸 Displaying statistics (75f43c3)

5.0.4 (2022-04-29)

Bug Fixes

  • πŸ› Fixed missing Head inject (7f4bbd4)

5.0.3 (2022-04-22)

Bug Fixes

  • πŸ› Fix privacyIdea template filename (4265871)

5.0.2 (2022-04-13)

Bug Fixes

  • πŸ› Added missing consent withdrawal contact (fb8242d)

5.0.1 (2022-04-13)

Bug Fixes

  • πŸ› Fix consent collapse (e34cf2e)

5.0.0 (2022-04-13)

Features

BREAKING CHANGES

  • dropped ELIXIR design, using LS design from now on.

4.0.0 (2022-03-14)

Features

  • 🎸 Remove CSC MFA related functionality (329eb78)

BREAKING CHANGES

  • 🧨 Removed CSC MFA related functionality

3.0.1 (2022-03-10)

Bug Fixes

  • πŸ› Fix name of loginForm file (f988ea3)

1.0.0 (2022-03-10)

Bug Fixes

  • πŸ› Fix ECS check (0bc2d67)
  • πŸ› Fix ECS new style (5eee8f3)

Features

Change Log

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

Changed

  • Allow use SSP module Perun in version v4.x

Added

  • Added process filter for MFA using CSC MFA OIDC server

Changed

  • 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

  • Added file phpcs.xml

Changed

  • 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

  • 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

  • Added support for MFA

Removed

  • Removed present_attributes() method from consentform.php

Fixed

  • Fixed requirements in composer.json

Added

  • Possibility to show a warning in disco-tpl

Changed

  • Updated Readme

Changed

  • Changed the URL to AddInstitution App

Changed

  • Whole module now uses a dictionary

Changed

  • Filling email is now required for reporting error
  • Changed help-block text for email in report error form
  • Fixed changelog

Added

  • Changelog