Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-25Move function to LargeFileHelperLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-25fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428)Boris Rybalkin
* fixing php 32 bit (arm) filemtime on large file issue (#18971) * cast to int
2016-10-25Remove not existent function callLukas Reschke
- Removes a not existent function call - Removes a fallback for Windows Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26Only use realpath for real directories (#26058)Vincent Petry
In some cross-local-storage use cases, the Local storage is instantiated with "/" as data directory. In such cases, calling realpath() would cause PHP warnings when open_basedir is set. This fix bypasses the realpath() call when dealing with a root storage. Downstreaming of https://github.com/owncloud/core/pull/26058 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-06-07dissalow symlinks in local storages that point outside the datadirRobin Appelman
2016-06-03Fix warnings when trying to get mtime of non existing filesRobin Appelman
2016-05-26Update license headersLukas Reschke
2016-04-25error out if a local storage isn't setup correctlyRobin Appelman
2016-04-24Move \OC\Files to PSR-4Roeland Jago Douma