nextcloud-server/lib/private/Accounts
Carl Schwan eef973e85b Minor optimizations for saving user personal information
* Remove double hook: the OC_User::changeUser triggers an
OC\AccountManager::userUpdated and the app is already listening to this
signal in its Application definition

* Make createCard not check if an card exists if we already checked
  previously. We also don't try to get the card if the user is disabled
  as we don't use the card in this case

We this change we go from 100 DB requests to 80 DB requests when saving
an user email address.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
2022-05-12 21:02:52 +07:00
..
Account.php Add method to set all account properties from json 2022-03-17 16:33:19 +07:00
AccountManager.php Minor optimizations for saving user personal information 2022-05-12 21:02:52 +07:00
AccountProperty.php Fix undefined/unset scope in account properties 2022-01-11 10:15:06 +07:00
AccountPropertyCollection.php Fix ArrayAccess and JsonSerializable return types 2021-11-23 09:28:56 +07:00
Hooks.php fix code style 2021-06-30 00:45:49 +07:00
TAccountsHelper.php Add new account properties 2021-10-19 04:44:40 +07:00