summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Adding an existing sharee is idempotentThomas Müller2015-11-191-8/+24
* Implement CSRF protectionThomas Müller2015-11-193-1/+26
* Addressbook sharing added based on a simplified approach which is based on ca...Thomas Müller2015-11-197-3/+506
* Merge pull request #20537 from owncloud/add-internal-locking-to-new-webdav-en...Thomas Müller2015-11-193-15/+10
|\
| * Add internal locking plugin - fixes #20502Thomas Müller2015-11-163-15/+10
* | Merge pull request #20371 from owncloud/add-caldav-2Thomas Müller2015-11-183-6/+1198
|\ \
| * | Use uri as displaynameThomas Müller2015-11-161-19/+7
| * | components was not written to the databaseThomas Müller2015-11-161-0/+1
| * | Add scheduling backendThomas Müller2015-11-161-4/+54
| * | Fix OracleThomas Müller2015-11-161-1/+1
| * | Introducing CalDAV into coreThomas Müller2015-11-163-6/+1159
* | | Add internal fileid to webdav responseVincent Petry2015-11-182-0/+13
* | | Merge pull request #20494 from owncloud/storage-forbidden-exceptionThomas Müller2015-11-184-0/+90
|\ \ \
| * | | Allow storage wrappers to through a forbidden exception with retry informationJoas Schilling2015-11-174-0/+90
| | |/ | |/|
* | | Merge pull request #20188 from owncloud/webdav-exposeshareownerThomas Müller2015-11-172-0/+18
|\ \ \ | |/ / |/| |
| * | Add "owner-id" and "owner-display-name" Webdav propertiesVincent Petry2015-11-162-0/+18
| |/
* / Add fake locker plugin for WebDAVFSLukas Reschke2015-11-133-2/+206
|/
* Merge pull request #20431 from owncloud/carddav-enforce-displaynameThomas Müller2015-11-101-1/+7
|\
| * When creating addressbooks, make sure the displayname is setArthur Schiwon2015-11-101-1/+7
* | Merge pull request #20422 from owncloud/fix-20421-masterThomas Müller2015-11-101-0/+3
|\ \ | |/ |/|
| * Ensure the user folder existsThomas Müller2015-11-101-0/+3
* | Adding CardDAV plugin to provide addressbook-home-set propertyThomas Müller2015-11-101-0/+2
|/
* Register DAVACL plugin to provide current-user-principalThomas Müller2015-11-091-0/+2
* Introducing CardDAV into coreThomas Müller2015-11-062-0/+564
* Fix TagList namespace in property mapVincent Petry2015-11-021-1/+1
* Merge pull request #17104 from owncloud/chunked-upload-lockingRobin Appelman2015-10-272-10/+15
|\
| * remove locking for chunksRobin Appelman2015-10-201-4/+0
| * Adjust for wide lockingRobin Appelman2015-10-202-6/+12
| * locking for chunked dav uploadRobin Appelman2015-10-201-4/+7
* | Merge pull request #20066 from owncloud/list-principaly-in-debug-modeThomas Müller2015-10-271-3/+8
|\ \
| * | as soon as debug mode is enabled we allow listing of principalsThomas Müller2015-10-261-3/+8
* | | Verify the src exists in webdav MOVERoeland Jago Douma2015-10-271-0/+4
|/ /
* | Adding required parameters of ctor of class AuthThomas Müller2015-10-261-1/+4
* | Introduced the new webdav endpoint remote.php/dav holding the principals and ...Thomas Müller2015-10-265-0/+462
* | Add tests for Sabre Auth plugin + make getCurrentUser compatibleLukas Reschke2015-10-231-20/+39
|/
* Fix webdav accessRoeland Jago Douma2015-10-162-3/+3
* Remove $ETagFunction - it was never usedThomas Müller2015-10-161-6/+0
* Consolidate webdav code - move all to one appThomas Müller2015-10-1626-0/+3978