]> source.dussan.org Git - nextcloud-server.git/commit
Add interfaces to interact with subscription from support app 15495/head
authorMorris Jobke <hey@morrisjobke.de>
Fri, 10 May 2019 12:21:41 +0000 (14:21 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 13 May 2019 09:04:47 +0000 (11:04 +0200)
commit83b00a99fa7fed776ceadfbfbb653832c6076688
tree6ee01776415b96967d11048e7db2bd046b0d6f76
parent855486d7c14ac41c3b952591cc4acbaed996c45a
Add interfaces to interact with subscription from support app

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Server.php
lib/private/Support/Subscription/Registry.php [new file with mode: 0644]
lib/public/Support/Subscription/Exception/AlreadyRegisteredException.php [new file with mode: 0644]
lib/public/Support/Subscription/IRegistry.php [new file with mode: 0644]
lib/public/Support/Subscription/ISubscription.php [new file with mode: 0644]
lib/public/Support/Subscription/ISupportedApps.php [new file with mode: 0644]
tests/lib/Support/Subscription/RegistryTest.php [new file with mode: 0644]