nextcloud-server/apps/settings/lib
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
..
Activity chore: Add SPDX header 2024-06-03 20:33:31 +07:00
AppInfo feat(security): restrict admin actions to IP ranges 2024-07-19 16:28:03 +07:00
BackgroundJobs chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Command/AdminDelegation chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Controller feat(users): Enable features for delegated user admins 2024-07-22 19:58:44 +07:00
Events chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Listener chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Mailer chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Middleware chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Search Merge pull request #45092 from nextcloud/fix/user-provider-search-shown 2024-07-24 16:38:13 +07:00
Sections chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Service chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Settings fix(AdminSettings/AI): show pref list of only the enabled translation providers 2024-08-01 13:36:37 +07:00
SetupChecks fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
UserMigration chore: Add SPDX header 2024-06-03 20:33:31 +07:00
WellKnown chore: Add SPDX header 2024-06-03 20:33:31 +07:00
Hooks.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00
ResponseDefinitions.php chore: Add SPDX header 2024-06-03 20:33:31 +07:00