nextcloud/lib
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 +02:00
..
composer Make it possible to get the appdata folder using the public API 2022-05-11 23:28:37 +02:00
l10n [tx-robot] updated from transifex 2022-05-10 02:36:28 +00:00
private Minor optimizations for saving user personal information 2022-05-12 21:02:52 +02:00
public Merge pull request #32077 from nextcloud/cleanup/lock 2022-05-12 20:57:38 +02:00
autoloader.php Add a built-in profiler inside Nextcloud 2022-04-04 10:28:26 +02:00
base.php Remove default values 2022-05-05 13:46:09 +02:00
versioncheck.php Drop PHP7.3 2022-01-25 17:25:08 +01:00