nextcloud/lib/public/Accounts
Arthur Schiwon 44827e37c0
allow interacting with IAccountPropertyCollections
- in fact the API could be done in a nicer way and it might be possible to
  work without IAccountPropertyCollection, but only with the
  IAccountProperties.
- To keep it simple at first and not overengineer the blunt attempt is
  followed
- If necessary helpful in the further cause of development adjustements or
  extensions can be done quickly with this base


Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-06-03 20:49:49 +02:00
..
IAccount.php allow interacting with IAccountPropertyCollections 2021-06-03 20:49:49 +02:00
IAccountManager.php extend AccountManager API with collection const 2021-06-03 20:49:42 +02:00
IAccountProperty.php do not use private AccountManager in UsersController 2021-05-25 14:35:38 +02:00
IAccountPropertyCollection.php allow interacting with IAccountPropertyCollections 2021-06-03 20:49:49 +02:00
PropertyDoesNotExistException.php Remove @package annotations from public namespace 2020-08-26 16:59:40 +02:00