4.0.2 (2022-06-08)
- update einfraCZ templates (1a36322)
4.0.1 (2022-06-08)
- fix ECS (1ccc75c)
4.0.0 (2022-05-20)
- new template for privacyIDEA included from module Perun (8f9a8ec)
- requires cesnet/simplesamlphp-module-perun >= v8
3.1.5 (2022-01-20)
- fix dependency on perun-module (f805f93)
- update ECS, update configuration and fix the code (ad38c1d)
3.1.4 (2021-12-03)
- change the eINFRA black small logo (c2d5c3e)
3.1.3 (2021-12-01)
- add missing small version of eINFRA CZ black logo (26d041e)
3.1.2 (2021-11-24)
- update footer (d1fa85f)
3.1.1 (2021-11-22)
- fix bad mail address in footer (2fc92c0)
3.1.0 (2021-11-15)
- prepare theme:einfra_idp (9c3abf1)
3.0.3 (2021-11-15)
- fix duplicate or unused consts (ef595e0)
3.0.2 (2021-11-15)
- fix the translations (7afa534)
3.0.1 (2021-11-15)
All notable changes to this project will be documented in this file.
- Security improvements in script calls
- Add theme 'einfra'
- isCesnetEligible - wrong 'attribute was set' check
- Each log has just one line output
- Updated disco-tpl.php to be compatible with the new style of configuration from module Perun v5.0
- Fixed the bug in case, that some field from CESNET LDAP has some space around the value
- Change logo for Facebook
- Process filter isCesnetEligible now store boolean attribute to $request['attributes']
- TRUE if isCesnetEligible is not older than one year, FALSE otherwise
- Fixed some bugs in counting isCesnetElibile for sponsored accounts
- Use the correct rpc method for get user attributes from rpc for perun-simplesamlphp-module in version 3.x in IsCesnetEligible.php
- Add support for isCesnetEligible for sponsored accounts
- Compare eduPersonScopedAffiliation instead of unscopedAffiliation in isCesnetEligible.php
- Added apple logo
- Changes in footer
- Removed FAX contact
- Using multi-language links
- Removed CERIT logo from the footer
- Log error when CESNET LDAP return more than one item in getAllowedAffiliations() in IsCesnetEligible.php
- Updating 'IsCesnetEligible' attribute in Perun asynchronously
- Text in h1 tag in header is no longer as link
- Fixed color of h2 in footer
- IsCesnetEligible - Resolved problem with poor evaluation resolving, if user was or wasn't verified by Hostel
- Changed cesnet.css: color of h[1-6] is no longer overwritten by other css files
- Fixed the bug where isCesnetEligibleLastSeen was not set if user is empty
- 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
- Possibility to read isCesnetEligible attribute from LDAP
- Using of short array syntax ([] instead of array())
- Fixed the style of changelog
- Added file phpcs.xml
- Changed code style to PSR-2
- Module uses namespaces
- Some templates are included from module perun
- Added verification for empty response from LDAP in IsCesnetEligible::getAllowedAffiliations which is valid state
- Set the default LoA to 0 for IdP without or with empty attribute 'entityCategory'
- Changed ComputeLoA Process filter to add LoA=2 for people from university with affiliation='alum'
- Fix for situation when request does not contain Perun data
- Fixed required version of module 'cesnet/simplesamlphp-module-perun'
- Fixed css
- Added logo for Metacentrum
- Added License
- Possibility to show a warning in disco-tpl
- Added example how to configure ComputeLoA process filter
- 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 duplicate property
- Fixed the bug with hidden language bar if the $_POST is not empty
- Removed function present_attributes($t, $attributes, $nameParent) from consentform.php
-Fixed translations
- Added logos for Social Providers
- Whole module now uses a dictionary
- Fixed the changelog
- Fixed the pattern in isCesnetEligibleLastSeen
- Changed the email address for support in template
- Fixed the filter for isCesnetEligibleLastSeen that checks the eduPersonScopedAffiliations
- Fixed the bug, that attribute isCesnetEligibleLastSeen wasn't filled for Hostel Idp
- 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 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 )
- Removed all deprecated items from dictionaries
- Filling email is now required for reporting error
- Changelog