Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 17 | -17/+17 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 19 | -24/+43 |
| | |||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -19/+1 |
| | | | | * the setup check is still there | ||||
* | Fix getting the certificate bundle for dav external storage (#25274) | Robin Appelman | 2016-06-27 | 1 | -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 Appelman | 2016-06-27 | 1 | -3/+3 |
| | | | | | | * More explicit http status codes * handle unavailable fed shares while testing for availability | ||||
* | Merge pull request #24899 from owncloud/local-storage-symlinks | Vincent Petry | 2016-06-08 | 1 | -1/+29 |
|\ | | | | | dissalow symlinks in local storages that point outside the datadir | ||||
| * | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -1/+29 |
| | | |||||
* | | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-07 | 1 | -0/+3 |
|/ | |||||
* | Fix warnings when trying to get mtime of non existing files | Robin Appelman | 2016-06-03 | 1 | -3/+3 |
| | |||||
* | Check whether remote DAV server accepted the mtime on touch | Vincent Petry | 2016-05-30 | 1 | -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 folders | Vincent Petry | 2016-05-30 | 1 | -6/+23 |
| | | | | The trailing slash is needed when talking to Apache's mod_dav server | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 10 | -9/+16 |
| | |||||
* | Remove unneeded unsets in encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -16/+3 |
| | |||||
* | Fixes for encoding wrapper | Vincent Petry | 2016-05-20 | 1 | -41/+19 |
| | | | | | | Improved label Fixed rename/copy/moveFromStorage/copyFromStorage and added tests Improved findPathToUse algo | ||||
* | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -0/+568 |
| | |||||
* | Prevent concurrent availability checks | Robin McCorkell | 2016-04-26 | 1 | -0/+4 |
| | |||||
* | Merge pull request #24246 from owncloud/local-invalid | Lukas Reschke | 2016-04-26 | 1 | -0/+3 |
|\ | | | | | error out if a local storage isn't setup correctly | ||||
| * | error out if a local storage isn't setup correctly | Robin Appelman | 2016-04-25 | 1 | -0/+3 |
| | | |||||
* | | do propagation in a single query | Robin Appelman | 2016-04-25 | 2 | -2/+2 |
|/ | |||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 18 | -0/+5925 |