summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add buttom border for headerMorris Jobke2017-08-141-0/+20
| | | | | | | | | | | | | | * allows to distinct the header from the rest of the UI for bright colors * ref #5654 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-192-0/+2
| |
* | Add the primary font color to the capabilities as wellJoas Schilling2017-08-162-9/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-08-162-0/+60
|/
* Fix preview of themingDaniel Calviño Sánchez2017-08-101-5/+9
| | | | | | | | | | | | | | | | Pull request #5584 made cached SCSS files depend on a hash of the base URL, so the "/css/core/server.css" file does no longer exist; as the file can not be loaded the "Loading preview" message is never removed and the "Saved" message is never shown. As it now depends on the hash of the base URL the file to be reloaded can no longer be hardcoded, so the full URL to the "server.css" file that has to be reloaded (if any) is now got from the DataResponse provided by the controller. Fixes #5975 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Refactor reloadStylesheets to receive absolute URLsDaniel Calviño Sánchez2017-08-101-3/+3
| | | | | | | This is a preparatory step for a following change in which reloadStylesheets will have to be able to receive absolute URLs. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Provide "server.css" URL in ThemingController responseDaniel Calviño Sánchez2017-08-102-4/+48
| | | | | | | | | | | | | | Pull request #5584 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>
* Split updateStylesheet tests for success and errorDaniel Calviño Sánchez2017-08-101-17/+51
| | | | | | | | This is a preparatory step for a following commit in which the properties present in the response will change depending on whether the request was successful or not. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Unify DataResponse format with its uses in the rest of the fileDaniel Calviño Sánchez2017-08-101-6/+9
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-092-2/+2
|
* Merge pull request #6008 from ↵Morris Jobke2017-08-081-19/+8
|\ | | | | | | | | nextcloud/stable12-5969-fix-vertical-alignment-of-loading-icon-and-status-message-in-theming-app [stable12] Fix vertical alignment of loading icon and status message in Theming app
| * Fix code styleDaniel Calviño Sánchez2017-08-071-1/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove superfluous selector partDaniel Calviño Sánchez2017-08-071-1/+1
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Align vertically loading icon and status messageDaniel Calviño Sánchez2017-08-071-6/+6
| | | | | | | | | | | | | | As both elements are inline/inline-block and belong to the same line they can be aligned vertically using "vertical-align: middle". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Do not use the same rules for loading icon than for upload iconDaniel Calviño Sánchez2017-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | When an image is being uploaded the upload icon is replaced by a loading icon, so the loading icon and the upload icon have to share their CSS rules, but only in that specific case; in general the loading icon is used in a totally different way than the upload icon and thus it should not share its CSS rules. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove ignored rulesDaniel Calviño Sánchez2017-08-071-11/+0
| | | | | | | | | | | | | | The removed rules were either always overriden by other rules or never used due to not matching any element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Use same lightness calculation as the SCSS compiler for themingJulius Härtl2017-08-041-4/+7
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Revert "[stable12] theming lightness correction"Lukas Reschke2017-08-041-7/+4
|
* Use same lightness calculation as the SCSS compiler for themingJulius Härtl2017-08-041-4/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-08-042-0/+48
|
* [tx-robot] updated from transifexNextcloud bot2017-08-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-08-026-0/+122
|
* [tx-robot] updated from transifexNextcloud bot2017-07-302-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-07-292-0/+48
|
* [tx-robot] updated from transifexNextcloud bot2017-07-252-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-07-242-0/+58
|
* [tx-robot] updated from transifexNextcloud bot2017-07-232-0/+58
|
* Add Android and iOS URLs to theming appMorris Jobke2017-07-192-0/+71
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow overwriting of IOS theming valuesRoeland Jago Douma2017-07-191-1/+20
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-07-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-142-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-122-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-07-082-0/+2
|
* Merge pull request #5583 from nextcloud/stable12-5450Morris Jobke2017-07-041-0/+3
|\ | | | | [stable12] Fix more icon in apps menu on bright backgrounds
| * Fix more icon in apps menu on bright backgroundsJulius Härtl2017-07-021-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2017-07-032-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-07-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-212-0/+56
|
* [tx-robot] updated from transifexNextcloud bot2017-06-172-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-164-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-06-132-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-092-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-074-0/+118
|
* [tx-robot] updated from transifexNextcloud bot2017-06-024-0/+62
|
* [tx-robot] updated from transifexNextcloud bot2017-06-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-312-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-302-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-266-0/+8
|