nextcloud/lib/private/Accounts
Christoph Wurst b8c61b3515 fix(caching): Avoid checking existence before fetching
The cache might expire between checking for key existence and fetching
the value. In this rare case the code continues with a null value when
it doesn't expect one.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-12 09:44:48 +02:00
..
Account.php Add method to set all account properties from json 2022-03-17 16:33:19 +00:00
AccountManager.php fix(caching): Avoid checking existence before fetching 2023-06-12 09:44:48 +02:00
AccountProperty.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30
AccountPropertyCollection.php composer run cs:fix 2023-01-20 11:45:08 +01:00
Hooks.php composer run cs:fix 2023-01-20 11:45:08 +01:00
TAccountsHelper.php Add new account properties 2021-10-19 04:44:40 +00:00