aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/AddressBookImpl.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-20/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-17/+17
* chore: Add SPDX headerAndy Scherzinger2024-05-271-29/+4
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
* Add URI type to VCardMikhail Sazanov2022-08-031-1/+1
* Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-171-1/+2
* Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-081-0/+1
* Only wildcard search if enumeration is allowedJoas Schilling2021-12-081-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* fix creating vcards with multiple string valuesArthur Schiwon2021-04-301-7/+11
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* handle nested properties, fixes #20544call-me-matt2020-10-121-1/+16
* Fix some MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-1/+0
* IAddressBook: add isShared and isSystemAddressBookGeorg Ehrke2020-08-051-6/+23
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
* Use paginated search for contactsJulius Härtl2020-04-231-0/+2
* Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-171-13/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+6
* Dont assign $options to $options and cleanup docDaniel Kesselberg2019-07-221-3/+1
* Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-191-3/+5
|\
| * Allow to search for real pattern in contactsArne Hamann2019-05-281-3/+5
* | add carddav-search option for X-ADDRESSBOOKSERVER-MEMBERlabor42019-06-071-1/+1
|/
* Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-221-0/+9
* Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
* Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
* Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
* Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Fix testsRoeland Jago Douma2016-11-041-1/+0
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-4/+3
* Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-301-1/+41
* Fix apps/Joas Schilling2016-07-211-1/+3
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-211-10/+34
* Update license headersLukas Reschke2016-05-261-1/+1
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+224