summaryrefslogtreecommitdiffstats
path: root/lib/private/Contacts/ContactsMenu
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-16/+11
* Clean up the logic of the contacts store a bitJoas Schilling2021-03-101-5/+5
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-1/+6
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-38/+68
* Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStoreRoeland Jago Douma2021-03-081-17/+16
|\
| * Pimp ActionProviderStoreRoeland Jago Douma2021-03-041-17/+16
* | Type Entry and IEntryRoeland Jago Douma2021-03-041-14/+17
|/
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-1/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-0/+2
* contactsmanager shall limit number of results earlyArthur Schiwon2020-07-312-7/+19
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-14/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-094-8/+8
* Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma2020-04-041-1/+1
|\
| * Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-1/+1
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
|/
* Limit enumeration in contacts storeJulius Härtl2020-03-201-1/+2
* Do not encode contacts menu mailto linksChristoph Wurst2020-01-281-1/+1
* Update license headersChristoph Wurst2019-12-057-14/+16
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Respect sharing enumeration config in contacts menuJulius Härtl2019-04-181-5/+15
* Don't fail contacts menu on unkown userRoeland Jago Douma2018-07-191-1/+7
* Fix local users check in contacts menuChristoph Wurst2018-06-041-1/+2
* Remove unused import statementsMorris Jobke2018-02-141-2/+0
* Make ContactsStore a public APITobia De Koninck2017-12-111-1/+2
* Change @georgehrke's emailMorris Jobke2017-11-062-2/+2
* Update license headersMorris Jobke2017-11-067-14/+11
* Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-151-14/+48
* Fix issue when disabling the shareapi_only_share_with_group_members option + ...Tobia De Koninck2017-09-151-2/+12
* Improve code styleTobia De Koninck2017-09-151-5/+7
* Some code improvementsTobia De Koninck2017-09-151-4/+5
* Add testsTobia De Koninck2017-09-151-1/+1
* Fix testsTobia De Koninck2017-09-151-2/+4
* Privacy enhancements for contacts menuTobia De Koninck2017-09-151-4/+71
* Do not show an email action for contacts with emtpy email addressesChristoph Wurst2017-05-021-0/+4
* add contactsmenu popoverGeorg Ehrke2017-04-262-1/+60
* Use absolute URI for action iconsChristoph Wurst2017-04-251-3/+9
* Don't show contacts an entry for themselvesChristoph Wurst2017-04-252-4/+9
* Let apps register contact menu provider via info.xmlChristoph Wurst2017-04-252-14/+45
* Show mail address in popover menuChristoph Wurst2017-04-251-3/+1
* Contacts menuChristoph Wurst2017-04-257-0/+654