nextcloud-server/lib/private/Repair
Ferdinand Thiessen 0563757ea4 fix(SetupCheck): Properly check public access to data directory
When checking for public (web) access to the data directory the status is not enough
as you might have a webserver that forwards to e.g. a login page.
So instead check that the content of the file matches.

For this the `.ncdata` file (renamed from `.ocdata`¹) has minimal text content
to allow checking.

¹The file was renamed from the legacy `.ocdata`, there is a repair step to remove the old one.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-08 22:08:42 +07:00
..
Events chore: Add SPDX header 2024-05-24 13:11:22 +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 chore: Add SPDX header 2024-05-24 13:11:22 +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 chore: Add SPDX header 2024-05-24 13:11:22 +07:00
NC30 fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
Owncloud chore: Add SPDX header 2024-05-24 13:11:22 +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
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: Add SPDX header 2024-05-24 13:11:22 +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 fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 2024-07-19 11:21:14 +07:00
MoveUpdaterStepFile.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OldGroupMembershipShares.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
RemoveLinkShares.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
RepairDavShares.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
RepairInvalidShares.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
RepairLogoDimension.php fix(mail): Fix big logos in mail templates for Outlook 2024-07-17 09:24:55 +07:00
RepairMimeTypes.php feat: support excalidraw file 2024-07-04 11:09:21 +07:00