nextcloud-server/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
..
composer fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
l10n Fix(l10n): Update translations from Transifex 2024-08-08 00:20:57 +07:00
private fix(SetupCheck): Properly check public access to data directory 2024-08-08 22:08:42 +07:00
public docs: clearify IMemcache::inc and dec behavior 2024-08-07 19:41:43 +07:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
base.php fix(session): Log when session_* calls are slow 2024-08-07 09:02:10 +07:00
versioncheck.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00