| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 1 | -3/+90 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -48/+331 |
* | Pimp ActionProviderStore | Roeland Jago Douma | 2021-03-04 | 1 | -3/+3 |
* | use a consistent default value for sharing.maxAutocompleteResults | Arthur Schiwon | 2020-12-15 | 1 | -3/+4 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 4 | -30/+26 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 6 | -7/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 3 | -13/+13 |
* | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-... | Roeland Jago Douma | 2020-04-04 | 1 | -3/+3 |
|\ |
|
| * | Unify default value for restricting user enumeration with settings | Daniel Calviño Sánchez | 2020-03-24 | 1 | -3/+3 |
* | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 1 | -1/+0 |
|\ \ |
|
| * | | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -1/+0 |
| |/ |
|
* / | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -4/+4 |
|/ |
|
* | Add tests for ContactsStore filtering | Julius Härtl | 2020-03-20 | 1 | -4/+99 |
* | Do not encode contacts menu mailto links | Christoph Wurst | 2020-01-28 | 1 | -1/+1 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 1 | -3/+3 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 7 | -7/+7 |
* | Do not try to autoload built in types | Roeland Jago Douma | 2019-06-04 | 1 | -3/+3 |
* | Respect sharing enumeration config in contacts menu | Julius Härtl | 2019-04-18 | 1 | -1/+80 |
* | Fix risky tests without assertions | Joas Schilling | 2018-01-25 | 1 | -0/+1 |
* | Require PHPUnit 6.5 or higher | Joas Schilling | 2018-01-24 | 1 | -2/+1 |
* | Add filter for `shareapi_allow_share_dialog_user_enumeration` | Lukas Reschke | 2017-09-15 | 1 | -32/+125 |
* | Add tests | Tobia De Koninck | 2017-09-15 | 1 | -0/+129 |
* | Fix tests | Tobia De Koninck | 2017-09-15 | 1 | -1/+19 |
* | Do not show an email action for contacts with emtpy email addresses | Christoph Wurst | 2017-05-02 | 1 | -0/+24 |
* | fix ContactsStoreTest | Georg Ehrke | 2017-04-26 | 1 | -5/+10 |
* | add contactsmenu popover | Georg Ehrke | 2017-04-26 | 2 | -0/+135 |
* | Adjust entry unit test to newly added avatar property | Christoph Wurst | 2017-04-25 | 1 | -0/+1 |
* | Use absolute URI for action icons | Christoph Wurst | 2017-04-25 | 1 | -3/+16 |
* | Don't show contacts an entry for themselves | Christoph Wurst | 2017-04-25 | 2 | -10/+49 |
* | Let apps register contact menu provider via info.xml | Christoph Wurst | 2017-04-25 | 2 | -8/+62 |
* | Contacts menu | Christoph Wurst | 2017-04-25 | 7 | -0/+642 |