nextcloud-server/lib/private/Repair
Ferdinand Thiessen 072d4e8cba
chore: move implementation from OC legacy to OCP\Files
- move implementation to the OCP variant that called the legacy before
- add the missing deprecation notice
- add missing parameter to align both signatures
- use OCP\Files where this method is still used

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-05-14 14:55:45 +07:00
..
Events chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
NC13 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC14 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC16 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC18 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC20 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC21 fix: validate account properties as a repair step 2025-02-24 15:16:27 +07:00
NC22 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC24 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC25 style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
NC29 refactor: convert sanitize account properties repair step to background job 2025-02-24 15:16:28 +07:00
NC30 fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
Owncloud fix(oauth2): retain support for legacy ownCloud clients 2025-04-01 11:25:52 +07:00
AddAppConfigLazyMigration.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AddBruteForceCleanupJob.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AddCleanupDeletedUsersBackgroundJob.php fix: Make user removal more resilient 2024-09-26 20:48:37 +07:00
AddCleanupUpdaterBackupsJob.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AddMetadataGenerationJob.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AddRemoveOldTasksBackgroundJob.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CleanTags.php chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
CleanUpAbandonedApps.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ClearFrontendCaches.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ClearGeneratedAvatarCache.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
ClearGeneratedAvatarCacheJob.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Collation.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
MoveUpdaterStepFile.php chore: move implementation from OC legacy to OCP\Files 2025-05-14 14:55:45 +07:00
OldGroupMembershipShares.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
RemoveBrokenProperties.php fix: replace null character when serializing 2024-12-13 11:46:26 +07:00
RemoveLinkShares.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
RepairDavShares.php chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
RepairInvalidShares.php chore(db): Correctly apply query types 2024-10-17 09:21:07 +07:00
RepairLogoDimension.php fix(theming): Make getImage() call save against missing non-SVG version 2024-08-21 10:30:25 +07:00
RepairMimeTypes.php feat(mimetypes): Fixed copy paste error 2025-03-25 19:50:27 +07:00