aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Contacts/ContactsMenu/ContactsStore.php
Commit message (Expand)AuthorAgeFilesLines
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-241-26/+2
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-151-4/+12
* fix(ContactsStore): Sanitize user ID given to guest avatar routeFerdinand Thiessen2024-02-031-2/+2
* feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+10
* Update ContactsStore: Avoid exceptions on empties Josh2024-01-161-6/+7
* feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-081-8/+77
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-0/+2
* Refactors lib/private/Contacts.Faraz Samapoor2023-06-251-27/+8
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* fix the contacts-menu vcf-contact avatarsSimon L2023-02-151-1/+7
* Merge pull request #32635 from andyxheli/patch-3blizzz2022-10-051-2/+5
|\
| * Update lib/private/Contacts/ContactsMenu/ContactsStore.php Andy Xheli2022-09-201-1/+1
| * Update ContactsStore.phpAndy Xheli2022-09-191-1/+1
| * Apply suggestions from code review Andy Xheli2022-09-161-1/+1
| * Fix User profile picture when performing the searchAndy Xheli2022-05-271-2/+5
* | 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-121-42/+14
* Fix passing null to strlenThomas Citharel2022-03-241-2/+2
* Add global profile toggle configChristopher Ng2022-03-181-11/+9
* Limit more contact searchesJoas Schilling2021-12-081-2/+7
* Fix source of translationsChristopher Ng2021-11-261-1/+1
* Do not remove current user on findOneJohn Molakvoæ2021-10-201-14/+14
* Profile backendChristopher Ng2021-10-191-8/+46
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-4/+2
* 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
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* contactsmanager shall limit number of results earlyArthur Schiwon2020-07-311-6/+18
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-8/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* 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
* Update license headersChristoph Wurst2019-12-051-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* 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-061-1/+1
* Update license headersMorris Jobke2017-11-061-2/+4
* Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-151-14/+48