summaryrefslogtreecommitdiffstats
path: root/lib/private/Contacts
Commit message (Collapse)AuthorAgeFilesLines
* Make ContactsStore a public APITobia De Koninck2017-12-111-1/+2
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Change @georgehrke's emailMorris Jobke2017-11-062-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-067-14/+11
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-151-14/+48
| | | | | | | | 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>
* Fix issue when disabling the shareapi_only_share_with_group_members option + ↵Tobia De Koninck2017-09-151-2/+12
| | | | | | fix findOne Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Improve code styleTobia De Koninck2017-09-151-5/+7
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Some code improvementsTobia De Koninck2017-09-151-4/+5
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Add testsTobia De Koninck2017-09-151-1/+1
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Fix testsTobia De Koninck2017-09-151-2/+4
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Privacy enhancements for contacts menuTobia De Koninck2017-09-151-4/+71
| | | | | | | - Groups, which are excluded from sharing should not see local users at all - If sharing is restricted to users own groups, he should only see contacts from his groups: 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/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add contactsmenu popoverGeorg Ehrke2017-04-262-1/+60
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Use absolute URI for action iconsChristoph Wurst2017-04-251-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Don't show contacts an entry for themselvesChristoph Wurst2017-04-252-4/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-252-14/+45
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Show mail address in popover menuChristoph Wurst2017-04-251-3/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-257-0/+654
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>