| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -829/+0 |
* | add unit test | Robin Appelman | 2015-09-17 | 1 | -0/+17 |
* | fix chunking tests | Robin Appelman | 2015-09-14 | 1 | -0/+2 |
* | adjust tests to handle before/after locking | Robin Appelman | 2015-09-14 | 1 | -5/+43 |
* | Cleanup part file after upload exception | Vincent Petry | 2015-06-29 | 1 | -29/+314 |
* | Webdav PUT small file lock must be shared during hooks | Vincent Petry | 2015-06-12 | 1 | -0/+80 |
* | Fire prehooks when uploading directly to storage | Vincent Petry | 2015-05-13 | 1 | -38/+194 |
* | fix test | Robin Appelman | 2015-04-27 | 1 | -1/+0 |
* | pass a stream to the tests | Robin Appelman | 2015-04-14 | 1 | -5/+13 |
* | update tests | Robin Appelman | 2015-04-09 | 1 | -4/+12 |
* | Adding a more meaningful message for sabre dav exception - fixes #14516 | Thomas Müller | 2015-03-11 | 1 | -3/+0 |
* | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 1 | -7/+12 |
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -9/+9 |
* | Fix webdav put for single file webdav shares | Robin Appelman | 2015-01-29 | 1 | -0/+25 |
* | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -8/+8 |
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -7/+7 |
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
* | WebDAV now throws 403 when deletion did not work | Vincent Petry | 2014-09-22 | 1 | -0/+63 |
* | content size checks are not valid for LOCK | Thomas Müller | 2014-09-12 | 1 | -0/+2 |
* | Fix unit test | Robin Appelman | 2014-09-05 | 1 | -7/+5 |
* | Upload abortion is now detected within the OC_Connector_Sabre_File::put() | Thomas Müller | 2014-07-08 | 1 | -5/+46 |
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -4/+4 |
* | remove outdated test | Robin Appelman | 2014-04-25 | 1 | -18/+0 |
* | Update unit tests to use the new injection | Robin Appelman | 2014-03-03 | 1 | -14/+67 |
* | Remove unit tests which causes the filesystem tests to fail | Robin Appelman | 2014-02-21 | 1 | -15/+0 |
* | Added file name check in webdav connector | Vincent Petry | 2014-02-18 | 1 | -0/+40 |
* | test cases added for create/remove Shared folder and file | Thomas Müller | 2013-10-22 | 1 | -0/+7 |
* | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
* | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 |
* | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 |