nextcloud-server/lib/public/Group/Backend
Benjamin Gaussorgues ca5cfdf88a fix(groups): allows to save group names with more than 64 characters
Mimic behaviour from LDAP users and add a hard limit to 255 characters

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2024-05-31 10:54:53 +07:00
..
ABackend.php fix(groups): allows to save group names with more than 64 characters 2024-05-31 10:54:53 +07:00
IAddToGroupBackend.php
IBatchMethodsBackend.php Fix psalm spotted type errors 2023-09-05 16:56:48 +07:00
ICountDisabledInGroup.php
ICountUsersBackend.php
ICreateGroupBackend.php fix(groups): allows to save group names with more than 64 characters 2024-05-31 10:54:53 +07:00
ICreateNamedGroupBackend.php fix(groups): allows to save group names with more than 64 characters 2024-05-31 10:54:53 +07:00
IDeleteGroupBackend.php
IGetDisplayNameBackend.php
IGroupDetailsBackend.php Move new methods to a new interface in OCP 2023-09-05 16:56:48 +07:00
IHideFromCollaborationBackend.php
IIsAdminBackend.php
INamedBackend.php
IRemoveFromGroupBackend.php
ISearchableGroupBackend.php
ISetDisplayNameBackend.php