]> source.dussan.org Git - nextcloud-server.git/commit
Add new dashboard public API
authorJulius Härtl <jus@bitgrid.net>
Wed, 27 May 2020 07:07:17 +0000 (09:07 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 15 Jul 2020 07:24:50 +0000 (09:24 +0200)
commit673d70dfc5ac5cab63bda1c0d0d5d7a21bf420e9
tree052e49a443b04c57b9e19d89000507e01466b275
parentb327b4fbe6d732cca06bb200921439ac1eba3f15
Add new dashboard public API

Signed-off-by: Julius Härtl <jus@bitgrid.net>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Dashboard/Manager.php [new file with mode: 0644]
lib/private/Server.php
lib/public/Dashboard/IManager.php [new file with mode: 0644]
lib/public/Dashboard/IPanel.php [new file with mode: 0644]
lib/public/Dashboard/IRegisterPanelEvent.php [new file with mode: 0644]