summaryrefslogtreecommitdiffstats
path: root/lib/public/Contacts/IManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
| | | | | | | | | | | | | Found via `codespell -q 3 -S l10n -L jus ./lib/public` Signed-off-by: luz paz <luzpaz@github.com> Update lib/public/Accounts/IAccount.php Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: Simon L <szaimen@e.mail.de> Co-Authored-By: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* docs: document types flag for search optionsDaniel Kesselberg2023-01-191-1/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove some constants and functions which have been long deprecatedCôme Chilliet2022-09-301-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-171-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-081-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only limit search in the system address bookJoas Schilling2021-12-081-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only wildcard search if enumeration is allowedJoas Schilling2021-12-081-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-8/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix namespacingAnna Larch2021-03-021-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use paginated search for contactsJulius Härtl2020-04-231-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow to search for real pattern in contactsArne Hamann2019-05-281-1/+2
| | | | | | Added an option escape_like_param to allow wildcards Signed-off-by: Arne Hamann <kontakt+github@arne.email>
* Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-221-0/+12
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Co-Authored-By: Joas Schilling <coding@schilljs.com>
* Update license headersMorris Jobke2017-11-061-3/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Some phpstorm inspection fixesRoeland Jago Douma2017-07-221-120/+119
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Move \OCP\Contacts to PSR-4 (#24645)Roeland Douma2016-05-171-0/+170