nextcloud-server/lib/private/User
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
..
Listeners chore: Add SPDX header 2024-05-24 13:11:22 +07:00
AvailabilityCoordinator.php Feat: Allow users to select another user as their out-of-office replacement 2024-07-01 15:10:16 +07:00
Backend.php fix: rebased the branch with master and resolved conflicts 2024-07-08 15:42:55 +07:00
Database.php feat: Validate password hash 2024-07-08 16:31:42 +07:00
DisplayNameCache.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
LazyUser.php feat: Allow getting/setting the password hash of a user 2024-07-08 16:30:52 +07:00
LoginException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
Manager.php fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
NoUserException.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
OutOfOfficeData.php Fix: Make out of office replacement nullable 2024-07-03 12:31:53 +07:00
Session.php fix(Session): avoid race conditions on clustered setups 2024-07-10 13:28:33 +07:00
User.php feat: Allow getting/setting the password hash of a user 2024-07-08 16:30:52 +07:00