summaryrefslogtreecommitdiffstats
path: root/lib/private/Contacts
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet2022-06-211-1/+1
* Modernize contacts menuThomas Citharel2022-05-127-196/+56
* Fix passing null to strlenThomas Citharel2022-03-242-4/+4
* Add global profile toggle configChristopher Ng2022-03-182-21/+17
* Limit more contact searchesJoas Schilling2021-12-081-2/+7
* Fix source of translationsChristopher Ng2021-11-262-2/+2
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-4/+1
* Change origin field to appIdJoas Schilling2021-10-204-23/+15
* Do not remove current user on findOneJohn Molakvoæ2021-10-201-14/+14
* Add appName to contactsmenu action APIJohn Molakvoæ2021-10-202-3/+26
* Profile backendChristopher Ng2021-10-194-9/+181
* Add email addresses to contacts menuDaniel Kesselberg2021-09-151-0/+1
* 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