summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3151 from nextcloud/navigation-iconsMorris Jobke2017-01-241-2/+16
|\ | | | | add icons to navigation of personal & admin settings
| * Fix app section testsJoas Schilling2017-01-191-2/+16
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3144 from nextcloud/use-data-download-responseMorris Jobke2017-01-191-5/+2
|\ \ | |/ |/| Use DataDownloadResponse
| * Use DataDownloadResponseLukas Reschke2017-01-181-5/+2
| | | | | | | | | | | | | | 1. As documented 2. No need to show this inline, downloading has security advantages Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | theme app navigation menu highlight colorMorris Jobke2017-01-181-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move sizing to renderAppIcon methodJulius Haertl2016-12-041-1/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-1812-3/+694
|\ | | | | Add dynamic icon creation
| * Use IAppManager instead of OC_AppJulius Haertl2016-11-183-3/+25
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Error handling and tests if file was not foundJulius Haertl2016-11-182-6/+39
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Sanitize input and small fixesJulius Haertl2016-11-182-8/+7
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Replace null return with NotFoundExceptionJulius Haertl2016-11-182-8/+13
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Fix icon-folder cssJulius Haertl2016-11-181-5/+5
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Improve cachingJulius Haertl2016-11-182-10/+22
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Caching for icon files using AppDataJulius Haertl2016-11-183-73/+264
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Code cleanup and cache buster for mime iconsJulius Haertl2016-11-184-31/+15
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Check if dynamic icons can be usedJulius Haertl2016-11-181-17/+76
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Add IconBuilder class to encapsulate icon generationJulius Haertl2016-11-182-43/+151
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Improve unit tests for image generationJulius Haertl2016-11-189-72/+118
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add IconController testsJulius Haertl2016-11-181-0/+201
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add colorized icon css from icons.cssJulius Haertl2016-11-181-0/+31
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-181-20/+29
|\ \ | |/ |/| Add S3 objectstore backend
| * Fix themeing unit testsRoeland Jago Douma2016-11-161-20/+29
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Revert "Fix #1782"Julius Haertl2016-11-161-4/+4
|/ | | | | | This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix #1782John Molakvoæ2016-11-021-4/+4
| | | | | | | | Fix checkbox left margin glitch Fix tests fix unit tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* also fix log in button confirm arrow when theming, fix #1615Jan-Christoph Borchardt2016-10-251-0/+2
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* remove slight transparency of primary action button, ref #1615Jan-Christoph Borchardt2016-10-251-8/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add image URLs and testsJoas Schilling2016-09-062-0/+215
|
* Fix ThemingDefaults getMock deprecationRoeland Jago Douma2016-08-311-5/+5
|
* Theming: fix primary button for bright colorsJulius Haertl2016-08-291-30/+58
|
* Update AdminTest.phpiamfool2016-08-291-3/+3
|
* Use temporary file as cacheLukas Reschke2016-08-271-2/+6
|
* Increase theming performanceLukas Reschke2016-08-271-0/+57
| | | | | | | | 1. Set proper caching headers (`Pragma: cache`) 2. Resize image proportionally to a max size of 1920px 3. Store images with progressive mode This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
* Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma2016-08-261-4/+97
|\ | | | | Theming: Fix missing color usage
| * Theming: Adjust jquery ui elementsJulius Haertl2016-08-261-2/+37
| |
| * Theming: colorize primary buttonsJulius Haertl2016-08-261-2/+60
| |
* | Theming: Add preview for login screenJulius Haertl2016-08-261-0/+8
|/
* Use the lazy root to make tests pass 🙈Joas Schilling2016-08-241-2/+0
|
* Theming: Add logo and background to ThemingDefaultsJulius Haertl2016-08-241-2/+50
|
* Use MockBuilder instead of createMockLukas Reschke2016-08-152-5/+5
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-153-0/+218
|
* fix theming testsArthur Schiwon2016-08-122-5/+3
|
* rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-121-2/+3
|
* Theming: Add OCA.Theming Js for app interactionJulius Haertl2016-08-101-0/+68
|
* Add css classes to allow app developers using the theming colorsJulius Haertl2016-08-091-0/+14
|
* Merge pull request #682 from nextcloud/fix-theming-logoMorris Jobke2016-08-011-11/+11
|\ | | | | fix missing semicolon to fix themed logo on log in page
| * fix missing semicolon to fix themed logo on log in pageJan-Christoph Borchardt2016-08-011-11/+11
| |
* | Validate the input of the theming optionsJoas Schilling2016-08-011-26/+46
|/
* Fix testsJoas Schilling2016-07-282-16/+46
|
* Move classes to PSR-4Joas Schilling2016-07-283-0/+0
|
* fix background id selector for the first run wizardBjoern Schiessle2016-07-281-3/+3
|