This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
Releases: CESNET/perun-simplesamlphp-module
Releases · CESNET/perun-simplesamlphp-module
v3.6.0
Added
- Added method getFacilityByEntityId
- Added resource capabilities into entitlements
Changed
- Slightly modified text displayed on WAYF
- Updated phpcs ruleset to PSR-12
- is_null() changed to === null
- Using identity comparison instead of equality comparison
- Removed checks in ifs that var is (not) null before empty(var) function (empty checks that itself)
- Double quotes changed to single quotes
- getFacilitiesByEntityId marked as deprecated (getFacilityByEntityId should be used instead)
- Using of getFacilityByEntityId instead of getFacilitiesByEntityId
- Filters JoinGroupsAdnEduPersonEntitlement and PerunGroups merged into PerunEntitlement
- Using expression in asserts (String in assert() is DEPRECATED from PHP 7.2)
Fixed
- Fixed wrong dictionary name in post.php
- Removed unnecessary include
- Resolve problem with Sideeffects (PSR1.Files.SideEffects)
v3.5.2
Fixed
- Fixed the header on consentform
v3.5.1
Fixed
- Fixed bug in filtering IdPs on DS
v3.5.0
Changed
- Updated consent page
- Consent page is shown as a list instead of a teble
- Changes in dictionary
- Change the width for keys(col-sm-5) and values(col-sm-7)
- Added filterAttributes option to ProxyFilter for filtering out based on user attribute values
v3.4.1
Fixed
- Fixed bugs in disco-tpl.php
v3.4.0
Changed
- Remove star which was shown on items on Discovery Service. Now the star will be shown only at previously selected IdP.
- Change work with IdP entities with tags 'social' and 'preferred' on DS
- Width of entities is now counted automatically
- Social IdP has 'Sign in with' before name, Preferred IdP hasn't
- Added possibility to change display name in attribute 'fullDisplayName' in metadata
- If user's last selected IdP is known then show only this IdP and button to show all IdPs
- Set autofocus on previously selected IdP if exist
- Removed unused function showIcon() in disco-tpl.php
Fixed
- Fixed the bug in 'getEntitylesAttribute' function to return correct value of Entityless attribute
- Fixed the bug in getting new aups to sign
v3.3.0
Added
- Added endpoint to get filtered list of metadata in format:
[
{
"entityid": "https://entityid1/",
"name": {
"en": "IdP1",
"cs": "IdP1"
}
},
{ ... }
]
- Added warning types: INFO, WARNING, ERROR
Changed
- RpcConnector now stores cookie into file
- Set CONNECTTIMEOUT and TIMEOUT in RpcConnector
- Use new object perunFacility in LDAP to search information about facility
- Configuration for warning on DS is now in module_perun.php
v3.2.1
Fixed
- Fixed bug in redirect to registration in case only one VO and one group is available
v3.2.0
Added
- Added filter JoinGroupsAndEduPersonEntitlement
Changed
- Using of short array syntax (from array() to [])
- Added modes into PerunAttribute process filter
- MODE_FULL - Rewrite all attributes specified in config
- MODE_PARTIAL - Rewrite only unset attributes
Fixed
- Fixed the problem that IDP filter on WAYF didn't work correctly
- Fixed bad error message when the process of bind user to LDAP failed
- Fixed style errors
v3.1.1
Fixed
- Added checks into UpdateUserExtSource process filter to prevent undefined index or undefined offset errors