]> source.dussan.org Git - nextcloud-server.git/commit
Add dashboard app
authorJulius Härtl <jus@bitgrid.net>
Mon, 8 Jun 2020 13:39:26 +0000 (15:39 +0200)
committerJulius Härtl <jus@bitgrid.net>
Wed, 15 Jul 2020 07:24:51 +0000 (09:24 +0200)
commit5a1874910bbb87551bb0195b725279c9c1a33beb
tree2617abd68c8c4161a5f110d477fa3416a3f8a337
parent544fcdb549381f233dbfd9ca57cf6e7afb490104
Add dashboard app

Signed-off-by: Julius Härtl <jus@bitgrid.net>
.gitignore
apps/dashboard/appinfo/app.php [new file with mode: 0644]
apps/dashboard/appinfo/info.xml [new file with mode: 0644]
apps/dashboard/appinfo/routes.php [new file with mode: 0644]
apps/dashboard/img/dashboard.svg [new file with mode: 0644]
apps/dashboard/lib/Controller/DashboardController.php [new file with mode: 0644]
apps/dashboard/src/App.vue [new file with mode: 0644]
apps/dashboard/src/main.js [new file with mode: 0644]
apps/dashboard/templates/index.php [new file with mode: 0644]
apps/dashboard/webpack.js [new file with mode: 0644]
webpack.common.js