| Commit message (Expand) | 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 |
* | [WEBDAV] check if delete of source is allowed on move | Roeland Jago Douma | 2015-10-07 | 2 | -2/+32 |
* | 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 | 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 | 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 verific... | Joas Schilling | 2015-09-16 | 1 | -1/+1 |
* | 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 |
* | 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 | 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 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 | Vincent Petry | 2015-06-29 | 1 | -31/+63 |
* | | Fix class name conflict | Vincent Petry | 2015-06-29 | 1 | -3/+2 |
|/ |
|
* | Fixing ctor calls and ctor itself to not break usage in calendar and contacts... | Thomas Müller | 2015-06-29 | 1 | -1/+1 |
* | 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 | 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 | Vincent Petry | 2015-06-12 | 1 | -2/+14 |
* | | 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 |