summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Add REPORT on files endpoint for filteringVincent Petry2016-02-082-1/+331
* Merge pull request #21817 from owncloud/support-old-carddav-endpointThomas Müller2016-02-084-24/+45
|\
| * Remove calendar-proxy support - did this ever work?Thomas Müller2016-02-081-2/+0
| * Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-084-24/+47
* | Fix PHPDocLukas Reschke2016-02-081-5/+7
* | Adding common name to shareeThomas Müller2016-02-083-4/+7
* | Original resources should not be overwritten by shared resourcesThomas Müller2016-02-082-13/+19
|/
* Mark own comments as read after postingVincent Petry2016-02-051-0/+5
* Check for authorship on edit and delete attemptsArthur Schiwon2016-02-041-0/+14
* Remove entries in dav_shares on deletion of a calendarThomas Müller2016-02-033-4/+14
* Adding propfind property to retrieve sharee information from a dav resourceThomas Müller2016-02-032-0/+176
* Deleting a shared address book results in unshareThomas Müller2016-02-032-10/+49
* Deleting a shared calendar results in unshareThomas Müller2016-02-031-2/+14
* Disallow to share with the owner of the resourceThomas Müller2016-02-031-5/+15
* Fix ACLs on shared calendarsThomas Müller2016-02-033-20/+1
* No duplicate address book if shared with user and group and the user is part ...Thomas Müller2016-02-031-3/+3
* No duplicate calendars if shared with user and group and the user is part of ...Thomas Müller2016-02-031-4/+3
* Add calendar sharingThomas Müller2016-02-036-20/+274
* Add store/retrieve checksumsRoeland Jago Douma2016-02-032-2/+37
* Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-034-7/+95
|\
| * set read marker via proppatch against entityArthur Schiwon2016-02-011-1/+37
| * Return isUnread property per commentArthur Schiwon2016-02-014-6/+58
* | Merge pull request #22055 from owncloud/systemtags-checkfileidownerThomas Müller2016-02-024-10/+31
|\ \
| * | Make sure user has access to file for system tag operationsVincent Petry2016-02-014-10/+31
| |/
* | Filter contacts from the local system addressbook - remote share with local u...Thomas Müller2016-02-021-0/+4
* | PHP 5.4 compatibilityThomas Müller2016-02-021-1/+2
* | Register all system address books to the contacts managerThomas Müller2016-02-021-2/+12
|/
* Merge pull request #21967 from owncloud/comments-webdavThomas Müller2016-02-013-2/+133
|\
| * url encode idArthur Schiwon2016-01-291-1/+1
| * standardize datetime outputArthur Schiwon2016-01-291-1/+1
| * Comments WebDAV adjustementsArthur Schiwon2016-01-293-2/+133
* | Catch potential exceptions when accessing the users avatar - e.g. issues with...Thomas Müller2016-01-291-2/+15
|/
* Merge pull request #21932 from owncloud/comments-dav-refinementsThomas Müller2016-01-292-2/+14
|\
| * provide info about plugin, and do not run commit ourselves on proppatchArthur Schiwon2016-01-262-2/+14
* | Merge pull request #21333 from owncloud/migrate-contactsThomas Müller2016-01-282-0/+179
|\ \
| * | Fix sql to get shared addressbooks including unit testsThomas Müller2016-01-271-1/+1
| * | Unit testing database access to old contacts tablesThomas Müller2016-01-271-3/+3
| * | Unit testing migration logicThomas Müller2016-01-272-43/+104
| * | Add app to migrate contacts and calendarsThomas Müller2016-01-271-0/+118
* | | Merge pull request #21895 from owncloud/calendar-sharingThomas Müller2016-01-277-125/+224
|\ \ \ | |/ / |/| |
| * | Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-275-93/+199
| * | Fix server ctor including unit test - this shall never happen againThomas Müller2016-01-271-1/+1
| * | Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-276-32/+25
| |/
* / Fix system tags proppatch with booleansVincent Petry2016-01-271-4/+6
|/
* Add fake locking support for OneNote 2013Lukas Reschke2016-01-262-6/+12
* Merge pull request #21664 from owncloud/comments-davThomas Müller2016-01-267-0/+928
|\
| * files_sharing requires int as file idArthur Schiwon2016-01-261-1/+1
| * Revert "utilize elementMap for parsing DateTime string input argument for REP...Arthur Schiwon2016-01-261-8/+6
| * return 404 instead of 403 when attempting to create a comment on an not exist...Arthur Schiwon2016-01-261-3/+3
| * utilize elementMap for parsing DateTime string input argument for REPORT methodArthur Schiwon2016-01-261-6/+8