summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22757 from owncloud/apply-licenseC. Montero Luque2016-03-019-4/+28
|\
| * Remove Scrutinizer Auto FixerLukas Reschke2016-03-012-2/+0
| * Map MaciLukas Reschke2016-03-011-0/+1
| * Update author informationLukas Reschke2016-03-017-2/+27
* | allow putting the part file in the view rootRobin Appelman2016-03-011-0/+56
|/
* Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-011-3/+6
|\
| * remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-291-3/+6
* | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-3/+36
|\ \
| * | Return -3 for unlimited quotaVincent Petry2016-02-291-3/+36
| |/
* / Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-3/+4
|/
* Merge pull request #22569 from owncloud/issue-22566-too-much-mapping-entriesThomas Müller2016-02-231-11/+11
|\
| * Fix dav unit testsJoas Schilling2016-02-231-11/+11
* | Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-221-2/+2
|/
* Make non-public-method protectedJoas Schilling2016-02-221-8/+8
* Check if user has permission to create such a tagLukas Reschke2016-02-191-2/+253
* Merge pull request #22198 from owncloud/birthday-calendarThomas Müller2016-02-194-8/+183
|\
| * Adding cli command to sync birthday calendarThomas Müller2016-02-181-2/+34
| * Prevent deletion of birthday calendarThomas Müller2016-02-181-2/+4
| * Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-183-6/+147
* | Merge pull request #22424 from owncloud/add-generic-csrf-protection-to-webdavThomas Müller2016-02-191-45/+62
|\ \
| * | Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-45/+62
| |/
* / Check the quota on the actual file's storage in dav quota pluginVincent Petry2016-02-171-5/+104
|/
* Queries on the cards table by uri require the addressbook as well - fixes #22284Thomas Müller2016-02-152-7/+7
* Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-101-0/+17
* Fix group principalThomas Müller2016-02-101-2/+12
* Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-092-0/+132
|\
| * on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-092-0/+132
* | Merge pull request #22234 from owncloud/systemtags-filter-intersect-emptyThomas Müller2016-02-091-17/+100
|\ \
| * | Add a test for empty mid-resultJoas Schilling2016-02-091-23/+84
| * | Fix system tag filter AND conditionVincent Petry2016-02-091-0/+22
| |/
* / Migration of calendarsThomas Müller2016-02-093-0/+398
|/
* Add REPORT on files endpoint for filteringVincent Petry2016-02-081-0/+519
* Remove calendar-proxy support - did this ever work?Thomas Müller2016-02-081-4/+1
* Mark own comments as read after postingVincent Petry2016-02-051-0/+4
* Check for authorship on edit and delete attemptsArthur Schiwon2016-02-041-1/+170
* Adding propfind property to retrieve sharee information from a dav resourceThomas Müller2016-02-033-4/+25
* Deleting a shared address book results in unshareThomas Müller2016-02-033-1/+151
* Deleting a shared calendar results in unshareThomas Müller2016-02-032-0/+108
* Fix ACLs on shared calendarsThomas Müller2016-02-031-10/+97
* No duplicate address book if shared with user and group and the user is part ...Thomas Müller2016-02-031-3/+30
* No duplicate calendars if shared with user and group and the user is part of ...Thomas Müller2016-02-031-2/+31
* Add calendar sharingThomas Müller2016-02-0312-98/+204
* Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-033-2/+52
|\
| * set read marker via proppatch against entityArthur Schiwon2016-02-012-0/+6
| * Return isUnread property per commentArthur Schiwon2016-02-011-2/+46
* | Merge pull request #22055 from owncloud/systemtags-checkfileidownerThomas Müller2016-02-022-3/+78
|\ \
| * | Make sure user has access to file for system tag operationsVincent Petry2016-02-012-3/+78
| |/
* / Register all system address books to the contacts managerThomas Müller2016-02-022-4/+15
|/
* Comments WebDAV adjustementsArthur Schiwon2016-01-291-0/+148
* Merge pull request #21932 from owncloud/comments-dav-refinementsThomas Müller2016-01-292-6/+22
|\