aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/User/DisplayNameCache.php
Commit message (Expand)AuthorAgeFilesLines
* fix(user): Introduce a public constant for max length of user idbugfix/noid/dont-break-when-checking-if-too-long-user-existsJoas Schilling2025-04-171-3/+2
* fix(usermanager): Don't throw when checking if a too long user id is an exist...Joas Schilling2025-04-161-0/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+6
* Make DisplayNameCache return null if user doesn't existsCarl Schwan2022-08-161-2/+2
* cache display names in local memory before external memcacheRobin Appelman2022-04-221-6/+14
* Update cache when display name changeCarl Schwan2022-04-221-1/+12
* Cache display nameCarl Schwan2022-04-221-0/+66