summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/UserMigration/ContactsMigrator.php
Commit message (Expand)AuthorAgeFilesLines
* chore(dav): Make json_encode and json_decode throw on errorChristoph Wurst2023-01-191-1/+1
* Fix empty address books being exportedChristopher Ng2022-07-051-0/+4
* Update contacts estimationChristopher Ng2022-05-301-7/+14
* Update method nameChristopher Ng2022-05-301-1/+1
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-301-1/+2
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-0/+15
* Fix warningChristopher Ng2022-04-201-1/+1
* Update naming of address book exportsChristopher Ng2022-04-201-10/+10
* Fix migrators according to exceptionsVincent Petry2022-04-131-2/+2
* Adapt existing migrators to new APICôme Chilliet2022-04-131-19/+19
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
* Extend contacts migratorChristopher Ng2022-04-081-0/+21
* Output literal null stringChristopher Ng2022-03-301-3/+3
* Access by array key instead of destructuringChristopher Ng2022-03-301-1/+1
* Contacts export and importChristopher Ng2022-03-301-0/+366