summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | of the group
* No duplicate calendars if shared with user and group and the user is part of ↵Thomas Müller2016-02-031-2/+31
| | | | the group
* Add calendar sharingThomas Müller2016-02-0312-98/+204
|
* Merge pull request #22059 from owncloud/comments-readmark-davThomas Müller2016-02-033-2/+52
|\ | | | | Comments DAV methods for read mark manipulation (mark comments of a file as read) + return isUnread status
| * 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 operations
| * | Make sure user has access to file for system tag operationsVincent Petry2016-02-012-3/+78
| |/ | | | | | | | | Fixes DAV's SystemTagsObjectTypeCollection to not give access to files where the current user doesn't have access to.
* / 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
|\ | | | | provide info about plugin, and do not run commit ourselves on proppatch
| * provide info about plugin, and do not run commit ourselves on proppatchArthur Schiwon2016-01-262-6/+22
| |
* | Merge pull request #21333 from owncloud/migrate-contactsThomas Müller2016-01-283-0/+350
|\ \ | | | | | | Migrate contacts
| * | Fix sql to get shared addressbooks including unit testsThomas Müller2016-01-271-0/+16
| | |
| * | Unit testing database access to old contacts tablesThomas Müller2016-01-272-0/+264
| | |
| * | Unit testing migration logicThomas Müller2016-01-271-0/+70
| | |
* | | Merge pull request #21895 from owncloud/calendar-sharingThomas Müller2016-01-275-7/+688
|\ \ \ | |/ / |/| | Migrate from CardDAV sharing to more general DAV sharing
| * | Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-271-3/+4
| | |
| * | Fix server ctor including unit test - this shall never happen againThomas Müller2016-01-271-0/+24
| | |
| * | Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-273-4/+660
| |/
* / Fix system tags proppatch with booleansVincent Petry2016-01-271-4/+4
|/ | | | | | | Backbone webdav adapter now converts booleans and ints to strings. Fixed system tags to use "true" / "false" strings for booleans instead of 1 / 0.
* Merge pull request #21664 from owncloud/comments-davThomas Müller2016-01-265-0/+1212
|\ | | | | Comments DAV implementation
| * adjust unit testsArthur Schiwon2016-01-263-7/+6
| |
| * Comments DAV implementationArthur Schiwon2016-01-265-0/+1213
| |
* | Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-261-1/+1
|/
* Merge pull request #21814 from owncloud/systemtags-backend-permissionsThomas Müller2016-01-225-96/+518
|\ | | | | Fix DAV backend to respect system tags permissions
| * Inject user session to check for admin in system tags DAV handlersVincent Petry2016-01-212-3/+35
| |
| * Fix DAV to respect system tags permissionsVincent Petry2016-01-215-95/+485
| | | | | | | | | | | | | | | | | | | | | | When queried as regular user, visible tags are not displayed in result sets and queries for existence will return false. Non-assignable or non-visible tags cannot be renamed/assigned/unassigned. User is not allowed to change tag permissions, only to change the name if the tag is also assignable.
* | Merge pull request #21826 from owncloud/dav-fix-user-deletionThomas Müller2016-01-221-0/+41
|\ \ | |/ |/| No card ID when deleting is acceptable
| * No card ID when deleting is acceptableJoas Schilling2016-01-211-0/+41
| |
* | Merge pull request #21778 from owncloud/share-calendarsThomas Müller2016-01-2122-204/+339
|\ \ | | | | | | More tests for CalDAV
| * | Add back the current-user-principal test suiteThomas Müller2016-01-191-1/+1
| | |
| * | CalDAV sync testsThomas Müller2016-01-1921-203/+331
| | |
| * | Adjust CalDAV testsThomas Müller2016-01-192-2/+9
| |/
* / Added system tags GUI in sidebarVincent Petry2016-01-191-2/+2
|/ | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags.
* Fix xml namespace in testThomas Müller2016-01-181-1/+1
|
* Fixing sharing unit testThomas Müller2016-01-181-6/+8
|
* Fix CalDAV test suiteThomas Müller2016-01-181-1/+1
|
* Test ownCloud CardDAV sharing using CalDAVTesterThomas Müller2016-01-1816-4/+371
|
* Fix unit test - optimize codeThomas Müller2016-01-181-8/+8
|
* Show group shared addressbooksThomas Müller2016-01-181-2/+8
|
* Unit tests for updateUser and deleteUserThomas Müller2016-01-141-1/+35
|
* Add test for ensureSystemAddressBookExistsThomas Müller2016-01-141-0/+11
|
* Start updating system addressbookThomas Müller2016-01-141-1/+2
|
* Fix carddav unit testsRoeland Jago Douma2016-01-131-7/+7
|
* Merge pull request #21655 from owncloud/remove-listener-pluginThomas Müller2016-01-131-1/+0
|\ | | | | Remove the listener dav plugin