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

v3.0.0

Choose a tag to compare

@vyskocilpavel vyskocilpavel released this 09 Apr 09:35
· 531 commits to master since this release
93d8f45

Added

  • Added file phpcs.xml
  • Added basic versions of template files

Changed

  • Changed code standard to PSR-2
  • Module uses namespaces
  • Changed name of the classes below:
    • sspmod_perun_Auth_Process_ForceAup to SimpleSAML\Module\perun\Auth\Process\ForceAup
    • sspmod_perun_Auth_Process_IdPAttribute to SimpleSAML\Module\perun\Auth\Process\IdpAttribute
    • sspmod_perun_Auth_Process_PerunAttributes to SimpleSAML\Module\perun\Auth\Process\PerunAttributes
    • sspmod_perun_Auth_Process_PerunGroups to SimpleSAML\Module\perun\Auth\Process\PerunGroups
    • sspmod_perun_Auth_Process_PerunIdentity to SimpleSAML\Module\perun\Auth\Process\PerunIdentity
    • sspmod_perun_Auth_Process_ProcessTargetedID to SimpleSAML\Module\perun\Auth\Process\ProcessTargetedID
    • sspmod_perun_Auth_Process_ProxyFilter to SimpleSAML\Module\perun\Auth\Process\ProxyFilter
    • sspmod_perun_Auth_Process_RemoveAllAttributes to SimpleSAML\Module\perun\Auth\Process\RemoveAllAttributes
    • sspmod_perun_Auth_Process_RetainIdPEntityID to SimpleSAML\Module\perun\Auth\Process\RetainIdPEntityID
    • sspmod_perun_Auth_Process_StringifyTargetedID to SimpleSAML\Module\perun\Auth\Process\StringifyTargetedID
    • sspmod_perun_Auth_Process_UpdateUserExtSource to SimpleSAML\Module\perun\Auth\Process\UpdateUserExtSource
    • sspmod_perun_Auth_Process_WarningTestSP to SimpleSAML\Module\perun\Auth\Process\WarningTestSP
    • sspmod_perun_model_Facility to SimpleSAML\Module\perun\model\Facility
    • sspmod_perun_model_Group to SimpleSAML\Module\perun\model\Group
    • sspmod_perun_model_HasId to SimpleSAML\Module\perun\model\HasId
    • sspmod_perun_model_Member to SimpleSAML\Module\perun\model\Member
    • sspmod_perun_model_Resource to SimpleSAML\Module\perun\model\Resource
    • sspmod_perun_model_User to SimpleSAML\Module\perun\model\User
    • sspmod_perun_model_Vo to SimpleSAML\Module\perun\model\Vo
    • sspmod_perun_Adapter to SimpleSAML\Module\perun\Adapter
    • sspmod_perun_AdapterLdap to SimpleSAML\Module\perun\AdapterLdap
    • sspmod_perun_AdapterRpc to SimpleSAML\Module\perun\AdapterRpc
    • DatabaseCommand to SimpleSAML\Module\perun\DatabaseCommand
    • DatabaseConnector to SimpleSAML\Module\perun\DatabaseConnector
    • sspmod_perun_Disco to SimpleSAML\Module\perun\Disco
    • sspmod_perun_DiscoTemplate to SimpleSAML\Module\perun\DiscoTemplate
    • sspmod_perun_Exception to SimpleSAML\Module\perun\Exception
    • sspmod_perun_IdpListsService to SimpleSAML\Module\perun\IdpListsService
    • sspmod_perun_IdpListsServiceCsv to SimpleSAML\Module\perun\IdpListsServiceCsv
    • sspmod_perun_IdpListsServiceDB to SimpleSAML\Module\perun\IdpListsServiceDB
    • sspmod_perun_LdapConnector to SimpleSAML\Module\perun\LdapConnector
    • sspmod_perun_RpcConnector to SimpleSAML\Module\perun\RpcConnector
  • Added disco-tpl template file
  • Method getUsersGroupsOnFacility in AdapterRpc was optimized
  • Searching of institutions on WAYF is accent-insensitive
  • Changed config file for listOfSps

Fixed

  • Fixed the bug generating Array to string conversion Exception in PerunAttributes,
    when storing one Perun attribute to more SAML attribute

Removed

  • Removed template config file module_perun_listOfSps.php
    (Configuration of listOfSps.php page is moved to module_perun.php)