| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only override image styles if the theming values are set | Julius Härtl | 2018-01-26 | 1 | -8/+10 |
* | Fix appmenu svg double invert | Julius Härtl | 2018-01-10 | 1 | -6/+10 |
* | Fix preview when theming changes invertion of icons | Julius Härtl | 2018-01-08 | 1 | -0/+9 |
* | Adjust theming color calculations using sRGB luma | Julius Härtl | 2018-01-08 | 1 | -3/+12 |
* | Remove css invert since we are using svg filters for now | Julius Härtl | 2018-01-03 | 1 | -5/+0 |
* | Theming: add hint about favicon generation | Julius Härtl | 2017-11-08 | 1 | -0/+4 |
* | Theming: Fix message/loading display on errors | Julius Härtl | 2017-10-03 | 1 | -0/+1 |
* | Fix layout of alternative login buttons | Morris Jobke | 2017-09-06 | 1 | -4/+10 |
* | Cleanup theming styles to fit the new login page | Julius Härtl | 2017-09-04 | 1 | -32/+25 |
* | Use separate element color in theming | Julius Härtl | 2017-09-04 | 1 | -5/+6 |
* | Change invertion threshold to 55% | Julius Härtl | 2017-09-02 | 1 | -1/+1 |
* | Set primary action button color to same as theming color | Jan-Christoph Borchardt | 2017-08-29 | 1 | -2/+1 |
* | Add buttom border for header | Morris Jobke | 2017-08-14 | 1 | -0/+20 |
* | Merge pull request #5982 from nextcloud/fix-loading-icon-inside-upload-button... | Lukas Reschke | 2017-08-08 | 1 | -1/+2 |
|\ |
|
| * | Fix loading icon inside upload button in Theming app | Daniel Calviño Sánchez | 2017-08-07 | 1 | -1/+2 |
* | | Merge pull request #5972 from nextcloud/replace-loading-icon-gif-with-pure-cs... | Morris Jobke | 2017-08-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Replace loading icon GIF with pure CSS loading icon | Daniel Calviño Sánchez | 2017-08-03 | 1 | -1/+1 |
* | | Merge pull request #5969 from nextcloud/fix-vertical-alignment-of-loading-ico... | Morris Jobke | 2017-08-04 | 1 | -20/+8 |
|\ \ |
|
| * | | Fix code style | Daniel Calviño Sánchez | 2017-08-03 | 1 | -1/+1 |
| * | | Remove superfluous selector part | Daniel Calviño Sánchez | 2017-08-03 | 1 | -1/+1 |
| * | | Align vertically loading icon and status message | Daniel Calviño Sánchez | 2017-08-03 | 1 | -6/+6 |
| * | | Do not use the same rules for loading icon than for upload icon | Daniel Calviño Sánchez | 2017-08-03 | 1 | -2/+1 |
| * | | Remove ignored rules | Daniel Calviño Sánchez | 2017-08-03 | 1 | -11/+0 |
| |/ |
|
* / | Revert "Proof of concept #5593 - inline SVG icon for icon-contacts" | Joas Schilling | 2017-08-03 | 1 | -2/+2 |
|/ |
|
* | Proof of concept #5593 - inline SVG icon for icon-contacts | Marin Treselj | 2017-08-02 | 1 | -2/+2 |
* | Revert background-size as requested, issue will be fixed separately | Marin Treselj | 2017-07-02 | 1 | -0/+3 |
* | Simplified Nextcloud logo icon | Marin Treselj | 2017-07-02 | 1 | -5/+1 |
* | Fix more icon in apps menu on bright backgrounds | Julius Härtl | 2017-06-17 | 1 | -0/+3 |
* | Show reset to default button for theming values on hover, fix #3198 | Jan-Christoph Borchardt | 2017-06-09 | 1 | -0/+2 |
* | Scale logo only for custom ones | Julius Härtl | 2017-05-19 | 1 | -0/+3 |
* | Fix logo being too big on log in page, fix #4585 | Jan-Christoph Borchardt | 2017-05-16 | 1 | -2/+1 |
* | Clicking on theming preview triggers fileupload dialog | Morris Jobke | 2017-05-11 | 1 | -0/+5 |
* | Fix theming preview for background image | Julius Härtl | 2017-05-09 | 1 | -1/+2 |
* | Adjust login button color and remove border | Julius Härtl | 2017-05-08 | 1 | -4/+4 |
* | Theming app: Add plain background color option | Julius Haertl | 2017-05-08 | 2 | -3/+60 |
* | Fix invalid theming URLs | Morris Jobke | 2017-05-05 | 1 | -2/+2 |
* | Code cleanup and preview for undo actions | Julius Härtl | 2017-04-29 | 1 | -1/+6 |
* | Use generated SCSS for theming preview | Julius Härtl | 2017-04-29 | 1 | -4/+25 |
* | Invert new header icons on bright theming colors | Julius Härtl | 2017-04-28 | 1 | -6/+9 |
* | Implement scss variable injection by OC_Defaults | Julius Haertl | 2017-04-25 | 1 | -0/+64 |
* | theming: move reset button into field and only show when focused | Jan-Christoph Borchardt | 2016-11-16 | 1 | -3/+21 |
* | Theming: Show loading spinner while uploading files | Julius Haertl | 2016-08-30 | 1 | -7/+9 |
* | Theming: Add preview for login screen | Julius Haertl | 2016-08-26 | 1 | -0/+15 |
* | design and layout fixes for Theming app | Jan-Christoph Borchardt | 2016-06-27 | 1 | -2/+8 |
* | add some visual feedback if the operation was succesful or not | Bjoern Schiessle | 2016-06-27 | 1 | -0/+4 |
* | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 1 | -0/+21 |
* | basic information architecture for the theming app | Jan-Christoph Borchardt | 2016-06-27 | 1 | -0/+3 |
* | initial commit for the theming app | Bjoern Schiessle | 2016-06-27 | 1 | -0/+0 |