Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

47 lines (38 loc) · 1.87 KB

Change Log

All notable changes to this project will be documented in this file.

[Added]

  • List of services is displayed as JSON if parameter 'output=json' is set in URL

[Added]

  • Added new atribute in PerunIdentity process filter with list of Services identifier's for which we don't want to show page with information, that the user will be redirected to other page

[Changed]

  • Changed design of ListOfSps
  • Changed the texts and visual form of pages: perun_identity_choose_vo_and_group.php and unauthorized_access_go_to_registration.php

[Fixed]

  • Fixed resend SPMetadata from request to unauthorized-access-go-to-registration page
  • Fixed url encoding in PerunGroups

[Added]

  • Added badges to README
  • Added page with configurable table of SPs on Proxy
  • Added new model Member
  • Added new model Resource
  • New methods for getting data from Perun LDAP and Perun RPC
  • Added function for generating metadata for SimpleSAMLphp Proxy AAI from Perun
  • Added UpdateUserExtSource filter

[Changed]

  • Connectors methods are not static for now.
  • Added constructors to Adapters, which allows specified config file for each connections.
  • New properties voId and uniqueName in Group model
  • Function getSpGroup require only one param($spEntityId)
  • Function unauthorize in PerunIdentity is now public
  • Changed the login and registration process

[Fixed]

  • Fixed the problem with access to non-secured LDAP
  • Fixed the bad call of function 'searchForEntity(...)' in function getVoById() in AdapterLdap.php