mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Grapevine is a Matrix homeserver, forked from Conduit 0.7.0
For example, if the database path is `/foo` and the media path is `/foo/bar`, but `/foo/bar` is a symlink or hardlink to `/baz`, the previous check would pass. The whole point of this check is to ensure that the database and media data can't step on each other, so this check is needed to deny that kind of situation as well. It would probably be good to add a test for this behavior. |
||
|---|---|---|
| bin | ||
| book | ||
| nix | ||
| src | ||
| tests/integrations | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .lycheeignore | ||
| .mailmap | ||
| .markdownlintignore | ||
| book.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| clippy.toml | ||
| default.nix | ||
| engage.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE.md | ||
| README.md | ||
| rust-toolchain.toml | ||
| rustfmt.toml | ||