Releases: zlamalp/perun
Releases · zlamalp/perun
Release v3.28.0
Release 3.28.0 - New method getGroupRichMembersByIds, which can retrieve group members by ids. - Search methods fo members/users now support uuid. - Optimalized methods getMembersPage, findUsers a findMembers. - Removed method for preferred mail changed which used i/m parameters. - Module urn_perun_group_attribute_def_def_adGroupname now support dash in value. - Methods remove group from resource now support also inactive assignments. - Object assignedResource now contains also assigned tags. - Einfra and MU password modules now generate shorter password without some characters, which were confusing for users. - Methods like assignGroupsToResources now support assignment in async mode. - Created component for group-resource assignment revalidation. - Support for notification tags which support attributes from submitted application. - Support for prefiling attributes from submitted VO application to a new Group application.
Release v3.27.0
Release 3.27.0 - New script perun.passwordManager.mu-adm, which creates accounts in AD. - VOOT protocol support removed from Perun. - Aded setGroupsMemberStatus and canExtendMembership to OpenAPI. - Added canExtendMembershipInGroup, extendMembership, extendMembershipInGroup to rpc and OpenAPI. - Created new methods activateGroupResourceAssignment and deactivateGroupResourceAssignment. - New registrar modul for mu-adm. - Removed support for facility contacts from Perun. - Created attribute modules sendAs and sendOnBehalf for delegation of rights. - Modified MuadmPasswordManagerModule so it properly check password strenght. - rpLoginURL attribute added to the LDAP schema. - Removed deprecated methods getRichUsersFromListOfUsers a getRichUsersWithAttributesFromListOfUsers. - Update Spring Boot to 2.5.2
Release v3.26.4
Release 3.26.4
Release v3.26.3
Release 3.26.3 - Fixed wrong API param name for changePassword() in CLI. - Fixed broken application detail in admin gui which prevented displaying/approving/rejecting of applications.
Release v3.26.2
Release 3.26.2 - Fixed wrong API param name for changePassword() in GUI.
Release v3.26.1
Release 3.26.1 - Fixed changing application form approval mode form administrative GUI.
Release v3.26.0
Release 3.26.0 - Adding a new member to a group during synchronization will not trigger validation process for expired VO members. - group_resources table was extended by column group_resource_status, which will reflect group assignemnt state on resource. - Added new methods which works also with these statuses. - Extended support for password manager modules so it is possible to manipulate with passwords for already existing users. - Added support to merge group attributes of type map and list during group structure synchronizations. - Added mu-adm password manager module for managing admin passwords in mu-adm namespace. - Added parameters check for subroutine setSpecificUser in perun CLI.
Release v3.25.1
Release 3.25.1 - Added 2 new attributes to perun schema in LDAP. They handle VO membership filtering rules for SP.
Release v3.25.0
Release 3.25.0 - Methods which work with embedded applications shifted to RegistrarManager. - UUID token used for email change requests instead of old parameters "i" and "m". - Method requestPreferredEmailChange has a new parameter customURL, which replaces the old solution with referer header and customPath parameter. - Method getMembersPage now supports pagination and filtering by groupId and groupStatuses. - Member removal from VO also includes silent rejection of his opened group applications. - Fixed bug which caused that it was not possible to force remove VOs in some cases.
Release v3.24.0
Release 3.24.0 - get VO members with paging now supports also filtering by a searchstring and statuses. - email notifications are now generated according to a new configuration file. - Various enhancements for the new group embedded applications.