Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add buttom border for header | Morris Jobke | 2017-08-14 | 1 | -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 transifex | Nextcloud bot | 2017-08-19 | 2 | -0/+2 | |
| | | ||||||
* | | Add the primary font color to the capabilities as well | Joas Schilling | 2017-08-16 | 2 | -9/+22 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-16 | 2 | -0/+60 | |
|/ | ||||||
* | Fix preview of theming | Daniel Calviño Sánchez | 2017-08-10 | 1 | -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 URLs | Daniel Calviño Sánchez | 2017-08-10 | 1 | -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 response | Daniel Calviño Sánchez | 2017-08-10 | 2 | -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 error | Daniel Calviño Sánchez | 2017-08-10 | 1 | -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 file | Daniel Calviño Sánchez | 2017-08-10 | 1 | -6/+9 | |
| | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-09 | 2 | -2/+2 | |
| | ||||||
* | Merge pull request #6008 from ↵ | Morris Jobke | 2017-08-08 | 1 | -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 style | Daniel Calviño Sánchez | 2017-08-07 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
| * | Remove superfluous selector part | Daniel Calviño Sánchez | 2017-08-07 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | |||||
| * | Align vertically loading icon and status message | Daniel Calviño Sánchez | 2017-08-07 | 1 | -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 icon | Daniel Calviño Sánchez | 2017-08-07 | 1 | -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 rules | Daniel Calviño Sánchez | 2017-08-07 | 1 | -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 theming | Julius Härtl | 2017-08-04 | 1 | -4/+7 | |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Revert "[stable12] theming lightness correction" | Lukas Reschke | 2017-08-04 | 1 | -7/+4 | |
| | ||||||
* | Use same lightness calculation as the SCSS compiler for theming | Julius Härtl | 2017-08-04 | 1 | -4/+7 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-04 | 2 | -0/+48 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-03 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-02 | 6 | -0/+122 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-30 | 2 | -2/+14 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-29 | 2 | -0/+48 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-25 | 2 | -0/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-24 | 2 | -0/+58 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-23 | 2 | -0/+58 | |
| | ||||||
* | Add Android and iOS URLs to theming app | Morris Jobke | 2017-07-19 | 2 | -0/+71 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Allow overwriting of IOS theming values | Roeland Jago Douma | 2017-07-19 | 1 | -1/+20 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-15 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-14 | 2 | -2/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-13 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-12 | 2 | -4/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-08 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #5583 from nextcloud/stable12-5450 | Morris Jobke | 2017-07-04 | 1 | -0/+3 | |
|\ | | | | | [stable12] Fix more icon in apps menu on bright backgrounds | |||||
| * | Fix more icon in apps menu on bright backgrounds | Julius Härtl | 2017-07-02 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-03 | 2 | -0/+8 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-01 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-24 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-21 | 2 | -0/+56 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-17 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-16 | 4 | -6/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-13 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-09 | 2 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-07 | 4 | -0/+118 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-02 | 4 | -0/+62 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-01 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-31 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-26 | 6 | -0/+8 | |
| |