]> source.dussan.org Git - nextcloud-server.git/commit
Move theming js to initial state 21240/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Thu, 4 Jun 2020 14:31:36 +0000 (16:31 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 5 Jun 2020 09:01:49 +0000 (11:01 +0200)
commit3f1b6e2ce903dc53633adb09527b6977bd2e930b
treeed26b345d56c51ac1679878839111af29285ddc1
parent81f83d3c1f9be926bf1898212e2445aa9c292dc1
Move theming js to initial state

A bit more elegant. Plus it will allow us to also write a proper
@nextcloud/theming package. To make life easier down the line for all.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/theming/appinfo/app.php
apps/theming/appinfo/routes.php
apps/theming/js/theming.js [new file with mode: 0644]
apps/theming/lib/AppInfo/Application.php
apps/theming/lib/Controller/ThemingController.php
apps/theming/lib/Service/JSDataService.php [new file with mode: 0644]
apps/theming/tests/Controller/ThemingControllerTest.php