summaryrefslogtreecommitdiffstats
path: root/tests/lib/Contacts
Commit message (Collapse)AuthorAgeFilesLines
* Fix risky tests without assertionsJoas Schilling2018-01-251-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Require PHPUnit 6.5 or higherJoas Schilling2018-01-241-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-151-32/+125
| | | | | | | | This adjusts the contacts menu to also support searching by email address which is relevant in scenarios where no UID is known such as LDAP, etc. Furthermore, if `shareapi_allow_share_dialog_user_enumeration` is disabled only results are shown that match the full user ID or email address. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add testsTobia De Koninck2017-09-151-0/+129
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Fix testsTobia De Koninck2017-09-151-1/+19
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Do not show an email action for contacts with emtpy email addressesChristoph Wurst2017-05-021-0/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix ContactsStoreTestGeorg Ehrke2017-04-261-5/+10
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add contactsmenu popoverGeorg Ehrke2017-04-262-0/+135
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Adjust entry unit test to newly added avatar propertyChristoph Wurst2017-04-251-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use absolute URI for action iconsChristoph Wurst2017-04-251-3/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Don't show contacts an entry for themselvesChristoph Wurst2017-04-252-10/+49
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-252-8/+62
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-257-0/+642
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>