aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/UserMigration
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-31/+7
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-276-114/+12
* Skip instead of throwing on invalid address book migrationChristopher Ng2024-02-231-13/+23
* Skip instead of throwing on invalid calendar migrationChristopher Ng2024-02-231-4/+10
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-3/+3
* fix(dav): Remove usage of indirect thecodingmachine/safe dependencyChristopher Ng2023-10-242-23/+20
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-052-4/+4
* 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 calendar estimationChristopher Ng2022-05-301-6/+17
* Update contacts estimationChristopher Ng2022-05-301-7/+14
* Update method nameChristopher Ng2022-05-302-2/+2
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-302-2/+4
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-302-0/+30
* Fix warningChristopher Ng2022-04-201-1/+1
* Update naming of address book exportsChristopher Ng2022-04-201-10/+10
* Fix export of shared calendarsChristopher Ng2022-04-201-16/+9
* Fix migrators according to exceptionsVincent Petry2022-04-131-2/+2
* Adapt existing migrators to new APICôme Chilliet2022-04-132-30/+32
* l10n: Remove commaValdnet2022-04-121-1/+1
* Use Migrators id instead of class namesCôme Chilliet2022-04-112-2/+2
* Extend calendar migratorChristopher Ng2022-04-081-0/+21
* 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-303-0/+430
* Show filename in output messageChristopher Ng2022-03-291-5/+4
* Skip import of current calendar on errorChristopher Ng2022-03-291-10/+18
* Extends UserMigrationException in CalendarMigratorExceptionCôme Chilliet2022-03-141-2/+2
* Improve error handling and output messagesChristopher Ng2022-03-091-13/+22
* Various minor updatesChristopher Ng2022-03-021-37/+29
* Minor updatesChristopher Ng2022-03-021-62/+70
* Integrate migratorChristopher Ng2022-03-021-73/+67
* Calendar export and importChristopher Ng2022-03-023-0/+521