summaryrefslogtreecommitdiffstats
path: root/lib/private/ContactsManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plsam issues in DB/ContactsManager and ConsoleCarl Schwan2023-09-051-14/+11
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* fix(mail): ContactManager search with fullmatchJohannes Merkel2023-06-291-3/+6
| | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* 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-18/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix a doctype in OCP for IAddressBookThomas Citharel2022-05-171-1/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-081-3/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only limit search in the system address bookJoas Schilling2021-12-081-2/+14
| | | | 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-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-4/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-6/+6
| | | | | | Found by Psalm 3.14.1 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* More importsJoas Schilling2020-06-221-4/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix code styleJoas Schilling2020-06-221-153/+152
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix undefined class "IAddressbook" on docsJoas Schilling2020-06-221-6/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.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>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+7
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-091-2/+2
|\ | | | | Remove all extra whitespace PSR2 does not like
| * Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use php keywords in lowercaseChristoph Wurst2020-04-091-1/+1
|/ | | | 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-9/+9
| | | | 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>
* 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/+16
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Co-Authored-By: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+189
* \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException