nextcloud/apps/theming/lib
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 Add tests for theming migration step 2017-02-16 15:13:38 +01:00
Settings rename confusing getMailHeaderColor to getColorPrimary, ref #3491 2017-03-29 18:23:23 +02:00
Capabilities.php Expose theming capabilities to public 2017-06-30 11:08:54 +02:00
IconBuilder.php Merge pull request #4888 from nextcloud/theming-fallback-icons 2017-05-18 23:30:02 +02:00
ImageManager.php Move theming images to AppData 2017-02-16 15:13:38 +01:00
ThemingDefaults.php Add Android and iOS URLs to theming app 2017-07-19 10:20:47 +02:00
Util.php Use same lightness calculation as the SCSS compiler for theming 2017-08-01 18:09:07 +01:00