summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-2117-17/+17
|
* Fix othersJoas Schilling2016-07-2119-24/+43
|
* Remove unneeded checks if it runs on a Windows machineMorris Jobke2016-07-081-19/+1
| | | | * the setup check is still there
* Fix getting the certificate bundle for dav external storage (#25274)Robin Appelman2016-06-271-1/+6
| | | | | | * Fix getting the certificate bundle for dav external storages * Log the original exception in dav external storage
* handle unavailable fed shares while testing for availability (#25277)Robin Appelman2016-06-271-3/+3
| | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability
* Merge pull request #24899 from owncloud/local-storage-symlinksVincent Petry2016-06-081-1/+29
|\ | | | | dissalow symlinks in local storages that point outside the datadir
| * dissalow symlinks in local storages that point outside the datadirRobin Appelman2016-06-071-1/+29
| |
* | make sure $data['mtime'] is always a timestampRobin Appelman2016-06-071-0/+3
|/
* Fix warnings when trying to get mtime of non existing filesRobin Appelman2016-06-031-3/+3
|
* Check whether remote DAV server accepted the mtime on touchVincent Petry2016-05-301-1/+10
| | | | | | | | | | ownCloud as remote DAV always accepts the mtime on touch, but other servers like Apache's DAV server doesn't. The latter doesn't give any visible hint in its response to detect this case, so this fix does a subsequent PROPFIND to check whether the mtime was actually set. Since a touch() operation seldom happens (only on uploads), the minor performance loss should hopefully be acceptable.
* Fix webdav destination header when overwriting foldersVincent Petry2016-05-301-6/+23
| | | | The trailing slash is needed when talking to Apache's mod_dav server
* Update license headersLukas Reschke2016-05-2610-9/+16
|
* Remove unneeded unsets in encoding wrapperVincent Petry2016-05-201-16/+3
|
* Fixes for encoding wrapperVincent Petry2016-05-201-41/+19
| | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo
* Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+568
|
* Prevent concurrent availability checksRobin McCorkell2016-04-261-0/+4
|
* Merge pull request #24246 from owncloud/local-invalidLukas Reschke2016-04-261-0/+3
|\ | | | | error out if a local storage isn't setup correctly
| * error out if a local storage isn't setup correctlyRobin Appelman2016-04-251-0/+3
| |
* | do propagation in a single queryRobin Appelman2016-04-252-2/+2
|/
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-2418-0/+5925