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

Latest commit

 

History

History
321 lines (221 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

321 lines (221 loc) · 11.2 KB

4.0.2 (2022-06-08)

Bug Fixes

  • update einfraCZ templates (1a36322)

4.0.1 (2022-06-08)

Bug Fixes

4.0.0 (2022-05-20)

Features

  • new template for privacyIDEA included from module Perun (8f9a8ec)

BREAKING CHANGES

  • requires cesnet/simplesamlphp-module-perun >= v8

3.1.5 (2022-01-20)

Bug Fixes

  • fix dependency on perun-module (f805f93)
  • update ECS, update configuration and fix the code (ad38c1d)

3.1.4 (2021-12-03)

Bug Fixes

  • change the eINFRA black small logo (c2d5c3e)

3.1.3 (2021-12-01)

Bug Fixes

  • add missing small version of eINFRA CZ black logo (26d041e)

3.1.2 (2021-11-24)

Bug Fixes

3.1.1 (2021-11-22)

Bug Fixes

  • fix bad mail address in footer (2fc92c0)

3.1.0 (2021-11-15)

Features

  • prepare theme:einfra_idp (9c3abf1)

3.0.3 (2021-11-15)

Bug Fixes

  • fix duplicate or unused consts (ef595e0)

3.0.2 (2021-11-15)

Bug Fixes

3.0.1 (2021-11-15)

Bug Fixes

  • change page width for e-infra template (2966f9e)
  • changes in e-INFRA CZ template footer (40caab3)

Change Log

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

Added

  • Security improvements in script calls
  • Add theme 'einfra'

Fixed

  • isCesnetEligible - wrong 'attribute was set' check
  • Each log has just one line output

Changed

  • Updated disco-tpl.php to be compatible with the new style of configuration from module Perun v5.0

Fixed

  • Fixed the bug in case, that some field from CESNET LDAP has some space around the value

Changed

  • Change logo for Facebook

Changed

  • Process filter isCesnetEligible now store boolean attribute to $request['attributes']
    • TRUE if isCesnetEligible is not older than one year, FALSE otherwise

Fixed

  • Fixed some bugs in counting isCesnetElibile for sponsored accounts

Fixed

  • Use the correct rpc method for get user attributes from rpc for perun-simplesamlphp-module in version 3.x in IsCesnetEligible.php

Added

  • Add support for isCesnetEligible for sponsored accounts

Changed

  • Compare eduPersonScopedAffiliation instead of unscopedAffiliation in isCesnetEligible.php

Addded

  • Added apple logo

Fixed

  • Changes in footer
    • Removed FAX contact
    • Using multi-language links

Fixed

  • Removed CERIT logo from the footer

Fixed

  • Log error when CESNET LDAP return more than one item in getAllowedAffiliations() in IsCesnetEligible.php

Changed

  • Updating 'IsCesnetEligible' attribute in Perun asynchronously

Fixed

  • Text in h1 tag in header is no longer as link
  • Fixed color of h2 in footer

Fixed

  • IsCesnetEligible - Resolved problem with poor evaluation resolving, if user was or wasn't verified by Hostel

Fixed

  • Changed cesnet.css: color of h[1-6] is no longer overwritten by other css files

Fixed

  • Fixed the bug where isCesnetEligibleLastSeen was not set if user is empty

Changed

  • Warning in disco-tpl modified due to changes in module perun
  • Removed warning template - it is no longer needed here because it was moved to module perun
  • is_null() changed to === null
  • == and != changed to === and !==
  • Double quotes changed to single quotes

Added

  • Possibility to read isCesnetEligible attribute from LDAP

Changed

  • Using of short array syntax ([] instead of array())

Fixed

  • Fixed the style of changelog

Added

  • Added file phpcs.xml

Changed

  • Changed code style to PSR-2
  • Module uses namespaces
  • Some templates are included from module perun

Fixed

  • Added verification for empty response from LDAP in IsCesnetEligible::getAllowedAffiliations which is valid state

Fixed

  • Set the default LoA to 0 for IdP without or with empty attribute 'entityCategory'

Changed

  • Changed ComputeLoA Process filter to add LoA=2 for people from university with affiliation='alum'

Fixed

  • Fix for situation when request does not contain Perun data

Fixed

  • Fixed required version of module 'cesnet/simplesamlphp-module-perun'
  • Fixed css

Added

  • Added logo for Metacentrum

Added

  • Added License
  • Possibility to show a warning in disco-tpl
  • Added example how to configure ComputeLoA process filter

Changed

  • Updated README
  • Changed calls of RpcConnector methods (More information about changes in connectors and adapters in perun-simplesamlphp-module you can find in this PR)
  • Filter IsCesnetEligible is now computed by combination of attributes from user and CESNET LDAP

Fixed

  • Fixed duplicate property
  • Fixed the bug with hidden language bar if the $_POST is not empty

Removed

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

Fixed

-Fixed translations

Added

  • Added logos for Social Providers

Changed

  • Whole module now uses a dictionary

Fixed

  • Fixed the changelog

Changed

  • Fixed the pattern in isCesnetEligibleLastSeen
  • Changed the email address for support in template

Changed

  • Fixed the filter for isCesnetEligibleLastSeen that checks the eduPersonScopedAffiliations
  • Fixed the bug, that attribute isCesnetEligibleLastSeen wasn't filled for Hostel Idp

Changed

  • Fixed the bug in isCesnetEligibleLastSeen and ComputeLoA, that throw error when the attribute 'EntityCategory' isn't in IdP metadata or if UserAttributes 'eduPersonScopedAffiliation' isn't received from IdP.
  • Removed the line in disco-tpl that log defaultFilter without any other information

Added

  • Added support for Czech language for reporting error
  • Class sspmod_cesnet_Auth_Process_ComputeLoA for compute Level of Assurance
  • Class sspmod_cesnet_Auth_Process_IsCesnetEligible for get the timestamp of last login with account that pass through the eduid filter (More information about this filter you can get here )

Changed

  • Removed all deprecated items from dictionaries
  • Filling email is now required for reporting error

Added

  • Changelog