summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8078 from nextcloud/theming-validate-scssMorris Jobke2018-01-293-18/+14
|\ | | | | SCSS hardening
| * Fix theming testsJulius Härtl2018-01-261-8/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Do not rewrite absolute URLsJulius Härtl2018-01-261-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Only override image styles if the theming values are setJulius Härtl2018-01-261-8/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Remove theming migrationJulius Härtl2018-01-263-222/+0
|/ | | | | | Those images are alredy migrated after the instance has been updated to NC12 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-9/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
| | | | | | | | Support high resolution login images by resizing only images that are wider than 4096px fixes #7459 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-152-0/+6
|
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* More detailed theming capabilitiesJulius Härtl2018-01-106-53/+99
| | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix appmenu svg double invertJulius Härtl2018-01-101-6/+10
| | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #7705 from nextcloud/theming-calc-adjustMorris Jobke2018-01-093-18/+61
|\ | | | | Adjust theming color calculations using sRGB luma
| * Add colors to testsJulius Härtl2018-01-081-7/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix preview when theming changes invertion of iconsJulius Härtl2018-01-081-0/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust theming color calculations using sRGB lumaJulius Härtl2018-01-082-11/+39
| | | | | | | | | | | | based on https://robots.thoughtbot.com/closer-look-color-lightness Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix faulty path in theming scss generationJulius Härtl2018-01-051-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-0414-2/+164
|
* Remove css invert since we are using svg filters for nowJulius Härtl2018-01-031-5/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix testsRoeland Jago Douma2017-12-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also replace all other occurencesMorris Jobke2017-12-181-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-113-13/+21
|\ | | | | Fix email buttons for white theme
| * Fix email buttons for white themeMorris Jobke2017-12-113-13/+21
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Allows adding of hex color to the theme-colorAbijeet2017-12-082-2/+6
|/ | | | | | | | | | | | | | | | Fixes #7158. Adds a # on the color if missing. Increased maxlength, added hash:true for jscolor, and adding a # if not present on the change event. Since the input element now allows a hex code, changed values to hexcode. In addition, added a function to get RGB array from hex or rgb values. Calling it in both methods and using it to perform comparison. Also changed the way we were determining whether the jscolor component had loaded. Changed the control to use data-jscolor rather than defining opts in the class. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-12-072-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-12-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-12-0128-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-11-302-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-194-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-11-162-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2017-11-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-11-142-0/+2
|
* Theming: bump version to retrigger icon generationJulius Härtl2017-11-131-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Theming: Fix tests for favicon containing multiple sizesJulius Härtl2017-11-132-3/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Theming: Generate favicon sizes to avoid resizing issues done by the browserJulius Härtl2017-11-132-2/+26
| | | | | | fixes #5193 Signed-off-by: Julius Haertl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-11-1214-20/+28
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1130-6/+422
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1012-0/+456
|
* Merge pull request #7112 from nextcloud/theming-imagemagick-hintMorris Jobke2017-11-094-0/+21
|\ | | | | Theming: add hint about favicon generation
| * Fix unit testsMorris Jobke2017-11-091-0/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Theming: add hint about favicon generationJulius Härtl2017-11-083-0/+17
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #6788 from staabm/masterLukas Reschke2017-11-082-3/+3
|\ \ | |/ |/| Prevent XSS in links which open a new browser window
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-192-3/+3
| |
* | Theming: expose element color though capabilities APIJulius Härtl2017-11-073-5/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2017-11-074-0/+152
| |
* | Update license headersMorris Jobke2017-11-0623-76/+144
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-11-036-0/+80
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-012-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-312-0/+16
| |