mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
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> |
||
|---|---|---|
| .. | ||
| template | ||
| OC_API.php | ||
| OC_App.php | ||
| OC_Defaults.php | ||
| OC_Files.php | ||
| OC_Helper.php | ||
| OC_Hook.php | ||
| OC_Image.php | ||
| OC_JSON.php | ||
| OC_Response.php | ||
| OC_Template.php | ||
| OC_User.php | ||
| OC_Util.php | ||