| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix passing null to strlen | Thomas Citharel | 2022-03-24 | 2 | -4/+4 |
* | Add global profile toggle config | Christopher Ng | 2022-03-18 | 2 | -21/+17 |
* | Limit more contact searches | Joas Schilling | 2021-12-08 | 1 | -2/+7 |
* | Fix source of translations | Christopher Ng | 2021-11-26 | 2 | -2/+2 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -4/+1 |
* | Change origin field to appId | Joas Schilling | 2021-10-20 | 4 | -23/+15 |
* | Do not remove current user on findOne | John Molakvoæ | 2021-10-20 | 1 | -14/+14 |
* | Add appName to contactsmenu action API | John Molakvoæ | 2021-10-20 | 2 | -3/+26 |
* | Profile backend | Christopher Ng | 2021-10-19 | 4 | -9/+181 |
* | Add email addresses to contacts menu | Daniel Kesselberg | 2021-09-15 | 1 | -0/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 7 | -16/+11 |
* | Clean up the logic of the contacts store a bit | Joas Schilling | 2021-03-10 | 1 | -5/+5 |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 1 | -1/+6 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -38/+68 |
* | Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStore | Roeland Jago Douma | 2021-03-08 | 1 | -17/+16 |
|\ |
|
| * | Pimp ActionProviderStore | Roeland Jago Douma | 2021-03-04 | 1 | -17/+16 |
* | | Type Entry and IEntry | Roeland Jago Douma | 2021-03-04 | 1 | -14/+17 |
|/ |
|
* | use a consistent default value for sharing.maxAutocompleteResults | Arthur Schiwon | 2020-12-15 | 1 | -1/+2 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -0/+2 |
* | contactsmanager shall limit number of results early | Arthur Schiwon | 2020-07-31 | 2 | -7/+19 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 7 | -14/+6 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 4 | -8/+8 |
* | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-... | Roeland Jago Douma | 2020-04-04 | 1 | -1/+1 |
|\ |
|
| * | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 1 | -1/+1 |
* | | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
|/ |
|
* | Limit enumeration in contacts store | Julius Härtl | 2020-03-20 | 1 | -1/+2 |
* | Do not encode contacts menu mailto links | Christoph Wurst | 2020-01-28 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 7 | -14/+16 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Respect sharing enumeration config in contacts menu | Julius Härtl | 2019-04-18 | 1 | -5/+15 |
* | Don't fail contacts menu on unkown user | Roeland Jago Douma | 2018-07-19 | 1 | -1/+7 |
* | Fix local users check in contacts menu | Christoph Wurst | 2018-06-04 | 1 | -1/+2 |
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 1 | -2/+0 |
* | Make ContactsStore a public API | Tobia De Koninck | 2017-12-11 | 1 | -1/+2 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 2 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -14/+11 |
* | Add filter for `shareapi_allow_share_dialog_user_enumeration` | Lukas Reschke | 2017-09-15 | 1 | -14/+48 |
* | Fix issue when disabling the shareapi_only_share_with_group_members option + ... | Tobia De Koninck | 2017-09-15 | 1 | -2/+12 |
* | Improve code style | Tobia De Koninck | 2017-09-15 | 1 | -5/+7 |
* | Some code improvements | Tobia De Koninck | 2017-09-15 | 1 | -4/+5 |
* | Add tests | Tobia De Koninck | 2017-09-15 | 1 | -1/+1 |
* | Fix tests | Tobia De Koninck | 2017-09-15 | 1 | -2/+4 |
* | Privacy enhancements for contacts menu | Tobia De Koninck | 2017-09-15 | 1 | -4/+71 |
* | Do not show an email action for contacts with emtpy email addresses | Christoph Wurst | 2017-05-02 | 1 | -0/+4 |
* | add contactsmenu popover | Georg Ehrke | 2017-04-26 | 2 | -1/+60 |
* | Use absolute URI for action icons | Christoph Wurst | 2017-04-25 | 1 | -3/+9 |
* | Don't show contacts an entry for themselves | Christoph Wurst | 2017-04-25 | 2 | -4/+9 |
* | Let apps register contact menu provider via info.xml | Christoph Wurst | 2017-04-25 | 2 | -14/+45 |