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

Releases: CESNET/perun-simplesamlphp-module

v3.6.0

06 Dec 07:50
25c082c
Compare
Choose a tag to compare

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

30 Oct 12:16
b57dcbc
Compare
Choose a tag to compare

Fixed

  • Fixed the header on consentform

v3.5.1

29 Oct 15:44
25ec194
Compare
Choose a tag to compare

Fixed

  • Fixed bug in filtering IdPs on DS

v3.5.0

29 Oct 15:44
74ee5b1
Compare
Choose a tag to compare

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

09 Oct 06:24
2a2e13f
Compare
Choose a tag to compare

Fixed

  • Fixed bugs in disco-tpl.php

v3.4.0

07 Oct 06:17
a465f47
Compare
Choose a tag to compare

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

23 Sep 08:32
57eff6c
Compare
Choose a tag to compare

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

28 Aug 13:50
0f5fb55
Compare
Choose a tag to compare

Fixed

  • Fixed bug in redirect to registration in case only one VO and one group is available

v3.2.0

16 Aug 07:23
9271252
Compare
Choose a tag to compare

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

05 Jun 08:24
Compare
Choose a tag to compare

Fixed

  • Added checks into UpdateUserExtSource process filter to prevent undefined index or undefined offset errors