Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(user): Introduce a public constant for max length of user idbugfix/noid/dont-break-when-checking-if-too-long-user-exists | Joas Schilling | 2025-04-17 | 1 | -3/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(usermanager): Don't throw when checking if a too long user id is an ↵ | Joas Schilling | 2025-04-16 | 1 | -0/+7 |
| | | | | | | existing user Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -18/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(cache): Remove displayname cache entry on delete | Joas Schilling | 2023-08-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make DisplayNameCache return null if user doesn't exists | Carl Schwan | 2022-08-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | cache display names in local memory before external memcache | Robin Appelman | 2022-04-22 | 1 | -6/+14 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update cache when display name change | Carl Schwan | 2022-04-22 | 1 | -1/+12 |
| | | | | | | This improve the correctness of the data Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Cache display name | Carl Schwan | 2022-04-22 | 1 | -0/+66 |
This should saves some query in the share backend when displaying the owner and it's not important if the display name is 10 minutes outdated as it is very rare that this gets changed. Signed-off-by: Carl Schwan <carl@carlschwan.eu> |