Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix upgrade of user_ldap when oc_group_members contains duplicated uids | Côme Chilliet | 2024-01-04 | 1 | -5/+13 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add unique index for user_ldap group memberships | Côme Chilliet | 2023-08-10 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use BIGINT for new table id field | Côme Chilliet | 2023-08-10 | 1 | -2/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add missing primary key for ldap_group_membership | Côme Chilliet | 2023-08-10 | 1 | -0/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Refactor user_ldap group membership to use flat DB | Côme Chilliet | 2023-08-10 | 1 | -0/+107 |
Move away from serialized arrays. Also use a QBMapper class for the new table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |