Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 3 | -18/+14 |
|\ | | | | | SCSS hardening | ||||
| * | Fix theming tests | Julius Härtl | 2018-01-26 | 1 | -8/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Do not rewrite absolute URLs | Julius Härtl | 2018-01-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Only override image styles if the theming values are set | Julius Härtl | 2018-01-26 | 1 | -8/+10 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Remove theming migration | Julius Härtl | 2018-01-26 | 3 | -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 Schilling | 2018-01-24 | 1 | -9/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Theming: adjust background image resizing | Julius Härtl | 2018-01-19 | 1 | -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 transifex | Nextcloud bot | 2018-01-15 | 2 | -0/+6 |
| | |||||
* | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | More detailed theming capabilities | Julius Härtl | 2018-01-10 | 6 | -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 invert | Julius Härtl | 2018-01-10 | 1 | -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-adjust | Morris Jobke | 2018-01-09 | 3 | -18/+61 |
|\ | | | | | Adjust theming color calculations using sRGB luma | ||||
| * | Add colors to tests | Julius Härtl | 2018-01-08 | 1 | -7/+13 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Fix preview when theming changes invertion of icons | Julius Härtl | 2018-01-08 | 1 | -0/+9 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Adjust theming color calculations using sRGB luma | Julius Härtl | 2018-01-08 | 2 | -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 values | Julius Härtl | 2018-01-09 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix faulty path in theming scss generation | Julius Härtl | 2018-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-04 | 14 | -2/+164 |
| | |||||
* | Remove css invert since we are using svg filters for now | Julius Härtl | 2018-01-03 | 1 | -5/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix tests | Roeland Jago Douma | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7427 from nextcloud/fix-white-color-in-emails | Morris Jobke | 2017-12-11 | 3 | -13/+21 |
|\ | | | | | Fix email buttons for white theme | ||||
| * | Fix email buttons for white theme | Morris Jobke | 2017-12-11 | 3 | -13/+21 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Allows adding of hex color to the theme-color | Abijeet | 2017-12-08 | 2 | -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 transifex | Nextcloud bot | 2017-12-07 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-04 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-01 | 28 | -0/+30 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-30 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-19 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-16 | 2 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-15 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-14 | 2 | -0/+2 |
| | |||||
* | Theming: bump version to retrigger icon generation | Julius Härtl | 2017-11-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Theming: Fix tests for favicon containing multiple sizes | Julius Härtl | 2017-11-13 | 2 | -3/+18 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Theming: Generate favicon sizes to avoid resizing issues done by the browser | Julius Härtl | 2017-11-13 | 2 | -2/+26 |
| | | | | | | fixes #5193 Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-12 | 14 | -20/+28 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-11 | 30 | -6/+422 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-10 | 12 | -0/+456 |
| | |||||
* | Merge pull request #7112 from nextcloud/theming-imagemagick-hint | Morris Jobke | 2017-11-09 | 4 | -0/+21 |
|\ | | | | | Theming: add hint about favicon generation | ||||
| * | Fix unit tests | Morris Jobke | 2017-11-09 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Theming: add hint about favicon generation | Julius Härtl | 2017-11-08 | 3 | -0/+17 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #6788 from staabm/master | Lukas Reschke | 2017-11-08 | 2 | -3/+3 |
|\ \ | |/ |/| | Prevent XSS in links which open a new browser window | ||||
| * | Prevent XSS in links which open a new browser window | Markus Staab | 2017-10-19 | 2 | -3/+3 |
| | | |||||
* | | Theming: expose element color though capabilities API | Julius Härtl | 2017-11-07 | 3 | -5/+8 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 4 | -0/+152 |
| | | |||||
* | | Update license headers | Morris Jobke | 2017-11-06 | 23 | -76/+144 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-03 | 6 | -0/+80 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-01 | 2 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-31 | 2 | -0/+16 |
| | |