aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Service
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-301-26/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+44
| | | | | | | | | | | | | | | Synced from LDAP to profile: - Date of birth Synced from LDAP to SAB (via the profile): - Biography - Date of birth Original code by Jake Nabasny (GitHub: @slapcat) Co-authored-by: Jake Nabasny <jake@nabasny.com> Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(user_ldap): Remove unicode character from log linesCôme Chilliet2024-04-161-16/+16
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(user_ldap): Catch DB Exceptions when updating group membershipsCôme Chilliet2024-03-061-3/+53
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Removed GroupCreatedEvent/GroupDeletedEvent from UpdateGroupsServiceCôme Chilliet2023-08-101-6/+0
| | | | | | | This should be handled when mapping groups, not when registering their members. An empty group may still exist. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Dispatch UserRemovedEvents for removed groupsCôme Chilliet2023-08-101-0/+12
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [user_ldap] Small perf improvements suggestion from reviewCôme Chilliet2023-08-101-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix errors in UpdateGroupsService.phpCôme Chilliet2023-08-101-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add check-group commandCôme Chilliet2023-08-101-3/+12
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move UpdateGroups methods to a serviceCôme Chilliet2023-08-101-0/+179
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>