Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 25 | -3872/+0 |
| | |||||
* | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | Vincent Petry | 2015-10-13 | 1 | -3/+3 |
| | | | | | | | Fix regression that makes PROPPATCH of mtime work like it did in OC <= 8.0. The PROPPATCH must be done on the "lastmodified" property. The "getlastmodified" now return 403 again. | ||||
* | [WEBDAV] check if delete of source is allowed on move | Roeland Jago Douma | 2015-10-07 | 2 | -2/+32 |
| | | | | | | | | | | | Fixes #5251 If we perform a move we need to make sure first that the source can be deleted. Else the dest might be cleared but the move will fail later. * Added unit tests Eventually we need more and better checking here. | ||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 6 | -3/+3 |
| | |||||
* | Allow listeners to set status code and message | Joas Schilling | 2015-09-23 | 1 | -1/+11 |
| | |||||
* | Merge pull request #19081 from owncloud/prevent0bytedownloads | Robin Appelman | 2015-09-21 | 1 | -2/+5 |
|\ | | | | | prevent 0 byte downloads when storage returns false | ||||
| * | prevent 0 byte downloads when storage returns false | Jörn Friedrich Dreyer | 2015-09-17 | 1 | -2/+5 |
| | | |||||
* | | Merge pull request #19095 from owncloud/set-priority-to-1-for-maintenance | Thomas Müller | 2015-09-18 | 1 | -1/+1 |
|\ \ | | | | | | | Make sure Maintenance is checked before auth and others | ||||
| * | | Make sure Maintenance is checked before auth and others | Joas Schilling | 2015-09-17 | 1 | -1/+1 |
| |/ | |||||
* | | Do not "use" Server | Joas Schilling | 2015-09-17 | 1 | -3/+2 |
| | | |||||
* | | Add a Sabre plugin that emits an event for apps | Joas Schilling | 2015-09-17 | 2 | -1/+64 |
|/ | |||||
* | Check for maintenance mode first so we send the 503 instead of login ↵ | Joas Schilling | 2015-09-16 | 1 | -1/+1 |
| | | | | verification | ||||
* | allow hook cancel | Robin Appelman | 2015-09-14 | 1 | -4/+9 |
| | |||||
* | use the correct path for cache updates when doing chunked assembly | Robin Appelman | 2015-09-14 | 1 | -7/+13 |
| | |||||
* | 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 |
| |