Merge pull request #59 from nextcloud/theming-app
Theming app
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- apps/theming/appinfo/app.php 38 additions, 0 deletionsapps/theming/appinfo/app.php
- apps/theming/appinfo/info.xml 15 additions, 0 deletionsapps/theming/appinfo/info.xml
- apps/theming/appinfo/routes.php 57 additions, 0 deletionsapps/theming/appinfo/routes.php
- apps/theming/css/settings-admin.css 34 additions, 0 deletionsapps/theming/css/settings-admin.css
- apps/theming/js/3rdparty/jscolor/LICENSE.txt 674 additions, 0 deletionsapps/theming/js/3rdparty/jscolor/LICENSE.txt
- apps/theming/js/3rdparty/jscolor/jscolor.js 1844 additions, 0 deletionsapps/theming/js/3rdparty/jscolor/jscolor.js
- apps/theming/js/3rdparty/jscolor/jscolor.min.js 10 additions, 0 deletionsapps/theming/js/3rdparty/jscolor/jscolor.min.js
- apps/theming/js/settings-admin.js 141 additions, 0 deletionsapps/theming/js/settings-admin.js
- apps/theming/lib/controller/themingcontroller.php 241 additions, 0 deletionsapps/theming/lib/controller/themingcontroller.php
- apps/theming/lib/template.php 150 additions, 0 deletionsapps/theming/lib/template.php
- apps/theming/settings/settings-admin.php 51 additions, 0 deletionsapps/theming/settings/settings-admin.php
- apps/theming/templates/settings-admin.php 57 additions, 0 deletionsapps/theming/templates/settings-admin.php
- apps/theming/tests/lib/TemplateTest.php 301 additions, 0 deletionsapps/theming/tests/lib/TemplateTest.php
- apps/theming/tests/lib/controller/ThemingControllerTest.php 428 additions, 0 deletionsapps/theming/tests/lib/controller/ThemingControllerTest.php
- build/integration/features/provisioning-v1.feature 1 addition, 0 deletionsbuild/integration/features/provisioning-v1.feature
- core/js/config.php 1 addition, 1 deletioncore/js/config.php
- core/shipped.json 1 addition, 0 deletionscore/shipped.json
- lib/private/Server.php 20 additions, 0 deletionslib/private/Server.php
- lib/private/legacy/template.php 1 addition, 1 deletionlib/private/legacy/template.php
Loading
Please register or sign in to comment