Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | work directly on storages when doing a chunked upload assembly | Robin Appelman | 2015-09-14 | 1 | -43/+74 |
| | |||||
* | handle notfound exceptions in lock plugin | Robin Appelman | 2015-09-14 | 1 | -1/+5 |
| | |||||
* | wrap the entire put operation in a read lock | Robin Appelman | 2015-09-14 | 4 | -9/+98 |
| | |||||
* | expose locking api in sabre connector | Robin Appelman | 2015-09-14 | 1 | -1/+26 |
| | |||||
* | Explicitly specify status code 200 as response code | Lukas Reschke | 2015-08-25 | 1 | -0/+1 |
| | | | | Potentially fixes https://github.com/owncloud/core/issues/17586 | ||||
* | handle single file dav endpoints | Robin Appelman | 2015-08-11 | 1 | -2/+6 |
| | |||||
* | only add tags plugin when loggedin | Robin Appelman | 2015-08-11 | 1 | -2/+2 |
| | |||||
* | split out creating the sabre dav server to it's own factory | Robin Appelman | 2015-08-11 | 2 | -3/+106 |
| | |||||
* | add test framework for doing full request webdav tests | Robin Appelman | 2015-08-11 | 2 | -2/+2 |
| | |||||
* | Merge pull request #18030 from owncloud/dav-upload-updater | Vincent Petry | 2015-08-06 | 1 | -2/+1 |
|\ | | | | | go trough the updater when uploading over webdav | ||||
| * | go trough the updater when uploading over webdav | Robin Appelman | 2015-08-03 | 1 | -2/+1 |
| | | |||||
* | | also log the class for dav exceptions | Robin Appelman | 2015-07-24 | 1 | -0/+1 |
|/ | |||||
* | Strip public webdav info about sharing and mount points | Vincent Petry | 2015-07-13 | 1 | -2/+16 |
| | | | | | Remove information about whether a file is an incoming share or mount point when requested over public webdav. | ||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -3/+3 |
| | |||||
* | Only delete part file on error if it is really a part file | Vincent Petry | 2015-07-01 | 1 | -2/+6 |
| | |||||
* | Clean up part file only once, not twice on error | Vincent Petry | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | Avoid namespace clash | Thomas Müller | 2015-06-30 | 1 | -5/+4 |
| | |||||
* | Adding exception handling for ServerNotAvailableException - refs #17192 | Thomas Müller | 2015-06-30 | 1 | -18/+33 |
| | |||||
* | Merge pull request #17189 from owncloud/files-straypartfilesonexception | Morris Jobke | 2015-06-30 | 1 | -31/+63 |
|\ | | | | | Cleanup part file after upload exception | ||||
| * | Cleanup part file after upload exception | Vincent Petry | 2015-06-29 | 1 | -31/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | Added unit tests for checking for stray part files. Convert exception to sabre exception in upload put method. Also added unit test for exception mapping, which also indirectly tests that the part file is being deleted on exception. This applies to both chunking and non-chunking mode. Added some unit tests for chunk upload. | ||||
* | | Fix class name conflict | Vincent Petry | 2015-06-29 | 1 | -3/+2 |
|/ | | | | | | Looks like PHP 5.6.x doesn't like name conflicts. \Sabre\DAV\Server would overlap with \OC\Connector\Sabre\Server. | ||||
* | Fixing ctor calls and ctor itself to not break usage in calendar and ↵ | Thomas Müller | 2015-06-29 | 1 | -1/+1 |
| | | | | contacts ..... | ||||
* | Unit tests added for MaintenancePlugin | Thomas Müller | 2015-06-29 | 1 | -3/+17 |
| | |||||
* | In case of maintenance we should add a message to the exception | Thomas Müller | 2015-06-29 | 1 | -11/+13 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 7 | -9/+22 |
| | |||||
* | handle locked exceptions when getting file/directory info in sabre | Robin Appelman | 2015-06-17 | 2 | -1/+8 |
| | |||||
* | Merge pull request #16729 from owncloud/scanner-read-lock | Thomas Müller | 2015-06-17 | 1 | -5/+4 |
|\ | | | | | keep a read lock while scanning a file or folder | ||||
| * | keep a read lock while scanning a file or folder | Robin Appelman | 2015-06-15 | 1 | -5/+4 |
| | | |||||
* | | Convert invalid path exception to sabre exception on MOVE | Vincent Petry | 2015-06-15 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #16912 from owncloud/webdav-smalltransferlockfix | Thomas Müller | 2015-06-15 | 1 | -2/+14 |
|\ | | | | | Webdav PUT small file lock must be shared during hooks | ||||
| * | Webdav PUT small file lock must be shared during hooks | Vincent Petry | 2015-06-12 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | Fixed code path for Webdav PUT of small files to use shared locks during hook execution, and exclusive during the file operation This makes it possible for versions to be copied by accessing the file in a post_write hook. | ||||
* | | verify path when getting a node for sabredav | Robin Appelman | 2015-06-11 | 1 | -0/+4 |
|/ | |||||
* | Revert "verify path when getting a node for sabredav" | Vincent Petry | 2015-06-11 | 1 | -2/+0 |
| | |||||
* | verify path when getting a node for sabredav | Robin Appelman | 2015-06-11 | 1 | -0/+2 |
| | |||||
* | Prevent deleting Webdav root | Vincent Petry | 2015-06-05 | 1 | -1/+1 |
| | |||||
* | Fix "@throws" tags on doc blocks | Joas Schilling | 2015-06-05 | 1 | -3/+15 |
| | |||||
* | Validate path in getChild | Vincent Petry | 2015-06-05 | 1 | -0/+3 |
| | |||||
* | Translate invalid path exception to sabre exception for files | Vincent Petry | 2015-06-03 | 1 | -0/+2 |
| | |||||
* | Return 423 instead of 503 for locked files | Vincent Petry | 2015-06-01 | 1 | -1/+1 |
| | |||||
* | Move locking exceptions | Vincent Petry | 2015-06-01 | 2 | -4/+15 |
| | |||||
* | Convert LockedException to FileLocked in Sabre connector | Vincent Petry | 2015-06-01 | 2 | -3/+19 |
| | | | | | | For Sabre to be able to return the proper error code instead of 500, the LockedException is now rethrown as FileLocked exception in the Sabre connector | ||||
* | add locking for non-chunking webdav upload | Robin Appelman | 2015-06-01 | 1 | -0/+5 |
| | |||||
* | close file handle after sending sabre response | Robin Appelman | 2015-06-01 | 1 | -0/+6 |
| | |||||
* | Validate target file name for some webdav ops | Vincent Petry | 2015-05-29 | 2 | -0/+14 |
| | |||||
* | Fix indentation | Lukas Reschke | 2015-05-27 | 1 | -25/+25 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -2/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #16364 from owncloud/add-warning-webdav | Morris Jobke | 2015-05-18 | 1 | -3/+15 |
|\ | | | | | Add notice that WebDAV interface is not intended for browsers | ||||
| * | Add notice that WebDAV interface is not intended for browsers | Lukas Reschke | 2015-05-15 | 1 | -3/+15 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/16359 | ||||
* | | Merge pull request #16292 from owncloud/webdav-storage-fireprehooks | Joas Schilling | 2015-05-15 | 1 | -6/+28 |
|\ \ | |/ |/| | Fire prehooks when uploading directly to storage | ||||
| * | Fire prehooks when uploading directly to storage | Vincent Petry | 2015-05-13 | 1 | -6/+28 |
| | |