mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Some filesystems run as a Write-Once-Read-Many storages. This makes them impossible to use with NexeCloud, as the file system layers uses `truncate` syscall (through file_put_contents function). As Nextcloud is never updates existing files, removing the old entry and creatint a new one on update will allow NextCoud to update on such file systems. Update Local#fopen and Local#file_put_contents to remote existing file before truncating. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> |
||
|---|---|---|
| .. | ||
| PolyFill | ||
| Wrapper | ||
| Common.php | ||
| CommonTest.php | ||
| DAV.php | ||
| FailedStorage.php | ||
| Home.php | ||
| Local.php | ||
| LocalRootStorage.php | ||
| LocalTempFileTrait.php | ||
| Storage.php | ||
| StorageFactory.php | ||
| Temporary.php | ||