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
v4.0.1
Fixed
- Fixed getting attributes in class ForceAup
v4.0.0
Added
- Added some methods for getting values to Adapter.php
- Added fallback to RPC for methods we're not able to run in LDAP
- Add getFacilityAdmins method to RPC Connector
Changed
- Changed the way of getting attribute names for interfaces: through internal attribute names in perun_attributes.php config
- Return sorted eduPersonEntitlement
- Don't show previous selection when user show all entries on the discovery page
- ListOfSps
- Don't show the description by default
- Added required attribute 'listOfSps.serviceNameAttr' !!!
- Add translation for multi-languages attributes
- Config option for ForceAup process filter was changed from 'facilityVoShortNames' to 'perunFacilityVoShortNamesAttr'
Fixed
- Fixed Updating UES in Perun
v4.0.0-rc1
Added
- Added some methods for getting values to Adapter.php
- Added fallback to RPC for methods we're not able to run in LDAP
Changed
- Changed the way of getting attribute names for interfaces: through internal attribute names in perun_attributes.php config
- Return sorted eduPersonEntitlement
v3.9.0
Added
- Added facility capabilities to PerunEntitlement
- Added process filter for logging info about login
Changed
- Use object
Configuration
for getting base module configuration - Add possibility to select mode(whitelist/blacklist) in ProxyFilter.php
- The default option is blacklist
- Allow call multiple ProcessFilter in one ProxyFilter module
Fixed
- Fixed the width of showed tagged idps in case the count of idps is equal to (x * 3) + 1
- Using try{}catch{} to avoid to PerunException in PerunEntitlement.php
- Return [] instead of null in getFacilityCapability via RPC, if facilityCapability is not set
v3.8.0
Changed
- Releasing forwardedEduPersonEntitlement is now optional (forwardedEduPersonEntitlement are released by default)
Fixed
- Fixed problem with getting group without description from LDAP
- Before: Exeption
- Now: Description is ''
- Fixed releasing entitlement for Virtual Organization
- Before: einfra:members
- Now: einfra
Removed
- Removed deprecated getFacilitiesByEntityId method
v3.7.4
Added
- Added logging response time for each request into RPC/LDAP
Changed
- If needed to get more facility attributes, method getFacilityAttributesValues() is used instead of several calls of getFacilityAttribute()
Fixed
- Fix logging request params
v3.7.3
v3.7.2
Fixed
- Allow omitted config for nested class in ProxyFilter
- Fixed bad call of function 'showTaggedEntry()'
v3.7.1
Fixed
- Using correct const for EntitlementPrefix in PerunEntitlement.php
- Added missing 'group' between entitlementPrefix and groupName in mapGroupName()
v3.7.0
Changed
- UserExtSources are now updated asynchronously
Fixed
- Fix method stringify in StringifyTargetedID.php to be compatible with SimpleSAMLphp 1.18.0+
- Using getters to get private properties