]> source.dussan.org Git - nextcloud-server.git/commit
adjust internal data handling logic to fix store and load
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 23 Jun 2021 22:19:07 +0000 (00:19 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 29 Jun 2021 22:48:01 +0000 (00:48 +0200)
commit506227b5090edff883cb089aacd5bb65e8c1db03
treee64f5763a88842431e0a2235a3e7f2155902f55d
parent02808e38b4a974b55d8c41b92599d9e13b954937
adjust internal data handling logic to fix store and load

- format as stored previously in oc_accounts table is kept

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/private/Accounts/Account.php
lib/private/Accounts/AccountManager.php
lib/private/Avatar/AvatarManager.php
lib/public/Accounts/IAccount.php
tests/lib/Accounts/AccountManagerTest.php