Merge pull request #11740 from nextcloud/feature/noid/account-api
Public API to get user acocunt data
No related branches found
No related tags found
Showing
- lib/composer/composer/autoload_classmap.php 6 additions, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 6 additions, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/Accounts/Account.php 81 additions, 0 deletionslib/private/Accounts/Account.php
- lib/private/Accounts/AccountManager.php 15 additions, 20 deletionslib/private/Accounts/AccountManager.php
- lib/private/Accounts/AccountProperty.php 140 additions, 0 deletionslib/private/Accounts/AccountProperty.php
- lib/public/Accounts/IAccount.php 92 additions, 0 deletionslib/public/Accounts/IAccount.php
- lib/public/Accounts/IAccountManager.php 69 additions, 0 deletionslib/public/Accounts/IAccountManager.php
- lib/public/Accounts/IAccountProperty.php 105 additions, 0 deletionslib/public/Accounts/IAccountProperty.php
- lib/public/Accounts/PropertyDoesNotExistException.php 44 additions, 0 deletionslib/public/Accounts/PropertyDoesNotExistException.php
- tests/lib/Accounts/AccountPropertyTest.php 102 additions, 0 deletionstests/lib/Accounts/AccountPropertyTest.php
- tests/lib/Accounts/AccountTest.php 112 additions, 0 deletionstests/lib/Accounts/AccountTest.php
- tests/lib/Accounts/AccountsManagerTest.php 38 additions, 0 deletionstests/lib/Accounts/AccountsManagerTest.php
Loading
Please register or sign in to comment