mirror of
https://github.com/nextcloud/server.git
synced 2026-03-28 05:13:57 -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> |
||
|---|---|---|
| .. | ||
| appinfo | ||
| composer | ||
| css | ||
| data | ||
| img | ||
| js | ||
| l10n | ||
| lib | ||
| src | ||
| templates | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .l10nignore | ||
| openapi-administration.json | ||
| openapi-administration.json.license | ||
| openapi-full.json | ||
| openapi-full.json.license | ||
| openapi.json | ||
| openapi.json.license | ||