summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [tx-robot] updated from transifexNextcloud bot2017-05-254-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-2420-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-05-2352-54/+60
|
* Merge pull request #5010 from ↵Joas Schilling2017-05-221-6/+6
|\ | | | | | | | | nextcloud/fix-starting-lower-case-letter-in-tooltip-of-theming-app Fix starting lower case letter in tooltip of Theming app
| * Fix starting lower case letter in tooltip of Theming appDaniel Calviño Sánchez2017-05-201-6/+6
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Adjust version requirementJoas Schilling2017-05-221-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #4910 from nextcloud/make-the-logo-smaller-creamLukas Reschke2017-05-193-7/+15
|\ | | | | Fix logo being too big on log in page, fix #4585
| * Scale logo only for custom onesJulius Härtl2017-05-193-5/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix logo being too big on log in page, fix #4585Jan-Christoph Borchardt2017-05-161-2/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-05-194-0/+6
| |
* | Merge pull request #4888 from nextcloud/theming-fallback-iconsLukas Reschke2017-05-183-37/+85
|\ \ | | | | | | Fallback to default favicon
| * | Inject FileAccessHelper for proper testingJulius Härtl2017-05-182-8/+21
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add proper Content-Type to iconsJulius Härtl2017-05-172-4/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fallback to default faviconJulius Härtl2017-05-173-35/+70
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2017-05-184-2/+10
| |
* | Merge pull request #4918 from nextcloud/theming-capabilities-plain-backgroundMorris Jobke2017-05-172-28/+48
|\ \ | | | | | | OCS Return color when theming uses no background image
| * | Return color when theming uses no background imageJulius Härtl2017-05-172-28/+48
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix testsJulius Härtl2017-05-171-5/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Use appdata logo when generating iconsJulius Härtl2017-05-174-33/+65
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-144-0/+4
|
* Don't open the dialog for logo and backgroundJoas Schilling2017-05-121-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clicking on theming preview triggers fileupload dialogMorris Jobke2017-05-112-0/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-05-114-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-05-1012-0/+62
|
* Fix theming preview for background imageJulius Härtl2017-05-091-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-094-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-05-084-2/+4
|
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-082-5/+19
| | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adjust login button color and remove borderJulius Härtl2017-05-081-4/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tests for theming backgroundColorJulius Härtl2017-05-083-6/+50
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Theming app: Add plain background color optionJulius Haertl2017-05-086-15/+108
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2017-05-086-6/+64
|
* [tx-robot] updated from transifexNextcloud bot2017-05-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-062-0/+46
|
* Fix invalid theming URLsMorris Jobke2017-05-053-12/+25
| | | | | | | * logo and background image had the cache buster applied twice: background-image: url(http://192.168.99.100/server/core/img/logo.svg?v=0?v=0); Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-05-054-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-044-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-034-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-05-024-0/+58
|
* Merge pull request #4594 from nextcloud/theming-image-defaultMorris Jobke2017-05-012-0/+69
|\ | | | | Delete theming images when logo/background is reset to default
| * Delete theming images when logo/background is reset to defaultJulius Härtl2017-04-302-0/+69
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2017-05-0116-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-3048-48/+56
|