Merge pull request #8540 from nextcloud/theming-advanced
Add option for header logo and favicon in theming app
No related branches found
No related tags found
Showing
- apps/theming/appinfo/routes.php 4 additions, 9 deletionsapps/theming/appinfo/routes.php
- apps/theming/css/settings-admin.css 0 additions, 107 deletionsapps/theming/css/settings-admin.css
- apps/theming/css/settings-admin.scss 120 additions, 0 deletionsapps/theming/css/settings-admin.scss
- apps/theming/css/theming.scss 42 additions, 5 deletionsapps/theming/css/theming.scss
- apps/theming/js/settings-admin.js 41 additions, 73 deletionsapps/theming/js/settings-admin.js
- apps/theming/lib/Controller/IconController.php 25 additions, 21 deletionsapps/theming/lib/Controller/IconController.php
- apps/theming/lib/Controller/ThemingController.php 62 additions, 111 deletionsapps/theming/lib/Controller/ThemingController.php
- apps/theming/lib/ImageManager.php 79 additions, 6 deletionsapps/theming/lib/ImageManager.php
- apps/theming/lib/Settings/Admin.php 12 additions, 12 deletionsapps/theming/lib/Settings/Admin.php
- apps/theming/lib/ThemingDefaults.php 29 additions, 24 deletionsapps/theming/lib/ThemingDefaults.php
- apps/theming/templates/settings-admin.php 37 additions, 7 deletionsapps/theming/templates/settings-admin.php
- apps/theming/tests/Controller/IconControllerTest.php 22 additions, 22 deletionsapps/theming/tests/Controller/IconControllerTest.php
- apps/theming/tests/Controller/ThemingControllerTest.php 68 additions, 130 deletionsapps/theming/tests/Controller/ThemingControllerTest.php
- apps/theming/tests/ImageManagerTest.php 104 additions, 7 deletionsapps/theming/tests/ImageManagerTest.php
- apps/theming/tests/Settings/AdminTest.php 15 additions, 16 deletionsapps/theming/tests/Settings/AdminTest.php
- apps/theming/tests/ThemingDefaultsTest.php 53 additions, 70 deletionsapps/theming/tests/ThemingDefaultsTest.php
- lib/private/Server.php 4 additions, 3 deletionslib/private/Server.php
Loading
Please register or sign in to comment