nextcloud/apps/theming/tests
Daniel Calviño Sánchez db52e861dd Provide "server.css" URL in ThemingController response
Pull request #5429 made cached SCSS files depend on a hash of the base
URL, so the "/css/core/server.css" file does no longer exist. The
"server.css" URL must be known by the Theming app in order to update the
stylesheets when previewing the changes to the theme, so the
DataResponse from the controller now provides the full URL to the
"server.css" file that has to be reloaded (if any).

The "server.css" URL provided by the response will be taken into account
by the JavaScript front-end in a following commit.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-08-10 12:37:57 +02:00
..
Controller Provide "server.css" URL in ThemingController response 2017-08-10 12:37:57 +02:00
Migration Use createMock 2017-02-16 15:13:39 +01:00
Settings rename confusing getMailHeaderColor to getColorPrimary, ref #3491 2017-03-29 18:23:23 +02:00
data Improve unit tests for image generation 2016-11-18 10:23:23 +01:00
CapabilitiesTest.php Return color when theming uses no background image 2017-05-17 13:16:44 +02:00
IconBuilderTest.php Use appdata logo when generating icons 2017-05-17 10:14:37 +02:00
ImageManagerTest.php Replace null return with NotFoundException 2016-11-18 10:23:25 +01:00
ServicesTest.php Add image URLs and tests 2016-09-06 08:55:22 +02:00
ThemingDefaultsTest.php Add Android and iOS URLs to theming app 2017-07-19 10:20:47 +02:00
UtilTest.php Prefer custom theme over theming app 2017-07-12 11:42:15 +02:00