summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/carddav
Commit message (Collapse)AuthorAgeFilesLines
* Update DAV unit tests to PSR-4Joas Schilling2016-05-258-1677/+0
|
* Merge pull request #23510 from owncloud/birthdays-on-shared-addressbooksThomas Müller2016-04-081-2/+47
|\ | | | | Propagate birthdays of shared addressbooks to the sharee's birthday c…
| * Propagate birthday to group shares as wellThomas Müller2016-03-231-2/+47
| |
* | Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-3/+62
|/
* Use a birthday title which does not require translation because we have no ↵Thomas Müller2016-03-101-1/+1
| | | | idea about the target device language and forcing English upon all users is kind of bad
* Merge pull request #22244 from owncloud/dont-update-shared-resource-propertiesThomas Müller2016-03-071-0/+16
|\ | | | | For 9.0 we don't have the possibility to store calendar and addressbo…
| * For 9.0 we don't have the possibility to store calendar and addressbook ↵Thomas Müller2016-02-291-0/+16
| | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now
* | Update author informationLukas Reschke2016-03-013-1/+4
| | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* | Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-011-3/+6
|\ \ | | | | | | remove remote address book if access was revoked
| * | remove synced remote address book if the remote server revoked access to his ↵Bjoern Schiessle2016-02-291-3/+6
| |/ | | | | | | system address book
* / Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-3/+4
|/
* Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-221-2/+2
|
* Adding cli command to sync birthday calendarThomas Müller2016-02-181-2/+34
|
* Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-182-6/+145
|
* 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
|
* Deleting a shared address book results in unshareThomas Müller2016-02-031-0/+64
|
* 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
* Register all system address books to the contacts managerThomas Müller2016-02-021-1/+1
|
* Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-271-3/+4
|
* Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-271-4/+4
|
* No card ID when deleting is acceptableJoas Schilling2016-01-211-0/+41
|
* Fix xml namespace in testThomas Müller2016-01-181-1/+1
|
* Fixing sharing unit testThomas Müller2016-01-181-6/+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 #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-134-5/+8
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-124-5/+8
| |
* | Address commentsThomas Müller2016-01-121-1/+0
| |
* | Adding unit tests for the sync serviceThomas Müller2016-01-121-0/+93
| |
* | Decouple federation and dav appThomas Müller2016-01-121-9/+5
|/
* Unit test contact provider registrationThomas Müller2016-01-111-0/+43
|
* Bump vobject version in carddav unittestRoeland Jago Douma2016-01-081-7/+7
|
* Fix carddav sharing plugin + adding unit testsThomas Müller2015-12-182-1/+82
|
* avoid duplicates on searchBjörn Schießle2015-12-151-5/+19
|
* Fix Oracle insert errorThomas Müller2015-12-151-2/+5
|
* implement delete, create, update, search, get permissionsBjörn Schießle2015-12-152-14/+603
|
* Fix update of avatar imageThomas Müller2015-12-021-29/+28
|
* Specify the email type and set name properlyThomas Müller2015-12-021-10/+31
|
* Add converter to generate/update a vcard from a given userThomas Müller2015-12-021-0/+116
|
* Adding an existing sharee is idempotentThomas Müller2015-11-191-2/+6
|
* Addressbook sharing added based on a simplified approach which is based on ↵Thomas Müller2015-11-191-2/+41
| | | | calendar sharing standard
* When creating addressbooks, make sure the displayname is setArthur Schiwon2015-11-101-0/+1
|
* Introducing CardDAV into coreThomas Müller2015-11-061-0/+180