| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 1 | -3/+3 |
* | feat(files_sharing): allow to specify allowed groups to share instead of excl... | Corentin Damman | 2024-03-15 | 1 | -4/+12 |
* | fix(ContactsStore): Sanitize user ID given to guest avatar route | Ferdinand Thiessen | 2024-02-03 | 1 | -2/+2 |
* | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+10 |
* | Update ContactsStore: Avoid exceptions on empties | Josh | 2024-01-16 | 1 | -6/+7 |
* | feat(contactsmenu): Sort by user status | Christoph Wurst | 2023-11-08 | 3 | -11/+105 |
* | feat(contactsmenu): Show user status | Christoph Wurst | 2023-10-31 | 4 | -9/+49 |
* | core: Add OpenAPI spec | jld3103 | 2023-07-13 | 2 | -0/+6 |
* | Refactors lib/private/Contacts. | Faraz Samapoor | 2023-06-25 | 8 | -121/+45 |
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | fix the contacts-menu vcf-contact avatars | Simon L | 2023-02-15 | 1 | -1/+7 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -2/+0 |
* | Show local time in avatar menu | Joas Schilling | 2023-01-04 | 2 | -0/+89 |
* | Merge pull request #32635 from andyxheli/patch-3 | blizzz | 2022-10-05 | 1 | -2/+5 |
|\ |
|
| * | Update lib/private/Contacts/ContactsMenu/ContactsStore.php
| Andy Xheli | 2022-09-20 | 1 | -1/+1 |
| * | Update ContactsStore.php | Andy Xheli | 2022-09-19 | 1 | -1/+1 |
| * | Apply suggestions from code review
| Andy Xheli | 2022-09-16 | 1 | -1/+1 |
| * | Fix User profile picture when performing the search | Andy Xheli | 2022-05-27 | 1 | -2/+5 |
* | | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | | Fix PHP 8.2 warnings about undeclared properties | Côme Chilliet | 2022-06-21 | 1 | -1/+1 |
|/ |
|
* | Modernize contacts menu | Thomas Citharel | 2022-05-12 | 7 | -196/+56 |
* | 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 |