]> source.dussan.org Git - nextcloud-server.git/commit
Provide a PHP Api for UserStatus 22106/head
authorGeorg Ehrke <developer@georgehrke.com>
Tue, 4 Aug 2020 17:34:55 +0000 (19:34 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Wed, 5 Aug 2020 11:48:46 +0000 (13:48 +0200)
commit0e0e0d19e8d57f9840348adde5a84d0e690dcebe
treebf4842a70cf77cd1bb53a84c1b5c0a53d6cc6b51
parent05813561691aca15116334464a64e8be054ddcbf
Provide a PHP Api for UserStatus

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
17 files changed:
apps/user_status/composer/composer/autoload_classmap.php
apps/user_status/composer/composer/autoload_static.php
apps/user_status/lib/AppInfo/Application.php
apps/user_status/lib/Connector/UserStatus.php [new file with mode: 0644]
apps/user_status/lib/Connector/UserStatusProvider.php [new file with mode: 0644]
apps/user_status/lib/Db/UserStatusMapper.php
apps/user_status/lib/Service/StatusService.php
apps/user_status/tests/Unit/Connector/UserStatusProviderTest.php [new file with mode: 0644]
apps/user_status/tests/Unit/Connector/UserStatusTest.php [new file with mode: 0644]
apps/user_status/tests/Unit/Db/UserStatusMapperTest.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Server.php
lib/private/UserStatus/Manager.php [new file with mode: 0644]
lib/public/UserStatus/IManager.php [new file with mode: 0644]
lib/public/UserStatus/IProvider.php [new file with mode: 0644]
lib/public/UserStatus/IUserStatus.php [new file with mode: 0644]