0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/user_ldap/lib/Migration
Côme Chilliet 875d0a27b0 fix(user_ldap): Ignore unserialize error in group membership migration
The memberships will be checked by the background job later and data
 will be added to the table anyway.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2024-03-06 10:18:16 +01:00
..
GroupMappingMigration.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
RemoveRefreshTime.php Update php licenses 2021-06-04 22:02:41 +02:00
SetDefaultProvider.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
UnsetDefaultProvider.php unset ldap provider when disabling user_ldap 2021-06-30 15:25:00 +02:00
UUIDFix.php Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
UUIDFixGroup.php Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
UUIDFixInsert.php Refactors "strpos" calls in /apps/user_ldap to improve code readability. 2023-06-02 15:26:55 +03:30
UUIDFixUser.php Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs 2024-02-08 18:27:44 +01:00
Version1010Date20200630192842.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version1120Date20210917155206.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Version1130Date20211102154716.php limit ldap_dn columns to 4000 2022-03-30 14:43:08 +00:00
Version1130Date20220110154717.php Move duplicated code to a base class for group_mapping migrations 2022-01-13 14:06:59 +01:00
Version1130Date20220110154718.php limit ldap_dn columns to 4000 2022-03-30 14:43:08 +00:00
Version1130Date20220110154719.php Split dropTable and createTable in two migrations 2022-01-13 14:06:58 +01:00
Version1141Date20220323143801.php Fix createNamedParameter in LDAP migrations 2022-04-07 11:34:13 +02:00
Version1190Date20230706134108.php fix(user_ldap): Ignore unserialize error in group membership migration 2024-03-06 10:18:16 +01:00
Version1190Date20230706134109.php fix(migrations): Help developers to add description and copyright info 2024-03-05 12:56:38 +01:00