summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Add icon for the theming appFelix Epp2016-09-071-0/+4
|
* Add image URLs and testsJoas Schilling2016-09-063-1/+225
|
* Add theming information to capabilities for the clientJoas Schilling2016-09-052-0/+63
|
* Fix ThemingDefaults getMock deprecationRoeland Jago Douma2016-08-311-5/+5
|
* Theming: Show loading spinner while uploading filesJulius Haertl2016-08-302-8/+19
|
* Theming: fix primary button for bright colorsJulius Haertl2016-08-292-35/+77
|
* Update AdminTest.phpiamfool2016-08-291-3/+3
|
* Update Admin.phpiamfool2016-08-281-1/+1
|
* Use temporary file as cacheLukas Reschke2016-08-272-4/+16
|
* Increase theming performanceLukas Reschke2016-08-273-7/+92
| | | | | | | | 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.
* Theming: Preview for page titleJulius Haertl2016-08-261-0/+3
|
* Merge pull request #771 from nextcloud/theming-fixesRoeland Jago Douma2016-08-262-4/+121
|\ | | | | Theming: Fix missing color usage
| * Theming: Adjust jquery ui elementsJulius Haertl2016-08-262-2/+46
| |
| * Theming: colorize primary buttonsJulius Haertl2016-08-262-2/+75
| |
* | Theming: Hide undo button on default valuesJulius Haertl2016-08-262-2/+32
| |
* | Theming: Add preview for login screenJulius Haertl2016-08-265-5/+46
|/
* Merge pull request #1026 from nextcloud/theming-extend-defaultsRoeland Jago Douma2016-08-262-7/+84
|\ | | | | Theming: Add logo and background to ThemingDefaults
| * Use the lazy root to make tests pass 🙈Joas Schilling2016-08-242-5/+1
| |
| * Theming: Add logo and background to ThemingDefaultsJulius Haertl2016-08-242-3/+84
| |
* | Require a ThemingDefaults class againRoeland Jago Douma2016-08-241-3/+2
|/
* fixes registering of theming settings where server return OC_Defaults ↵Arthur Schiwon2016-08-221-2/+3
| | | | instead of ThemingDefaults
* Use MockBuilder instead of createMockLukas Reschke2016-08-152-5/+5
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-154-5/+222
|
* fix theming testsArthur Schiwon2016-08-122-5/+3
|
* rename remaining occurences of OCA/Theming/TemplateArthur Schiwon2016-08-123-6/+6
|
* rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-123-18/+14
|
* Merge branch 'master' into implement_712Lukas Reschke2016-08-114-0/+126
|\
| * Theming: Add OCA.Theming Js for app interactionJulius Haertl2016-08-104-0/+107
| |
| * Add css classes to allow app developers using the theming colorsJulius Haertl2016-08-092-0/+19
| |
* | adjust Theming appArthur Schiwon2016-08-115-55/+172
|/
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Merge pull request #682 from nextcloud/fix-theming-logoMorris Jobke2016-08-012-14/+14
|\ | | | | 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-012-14/+14
| |
* | Validate the input of the theming optionsJoas Schilling2016-08-013-30/+94
|/
* Fix testsJoas Schilling2016-07-285-29/+70
|
* Update routes.phpJoas Schilling2016-07-281-4/+2
|
* Remove useless checkJoas Schilling2016-07-281-3/+1
|
* Use the methods on the Response objectJoas Schilling2016-07-281-11/+10
|
* Use public API preferableJoas Schilling2016-07-281-1/+1
|
* Move classes to PSR-4Joas Schilling2016-07-286-0/+0
|
* fix background id selector for the first run wizardBjoern Schiessle2016-07-282-4/+4
|
* fix unit testsBjoern Schiessle2016-07-281-53/+143
|
* re-use background color from theme in the firstrunwizardBjoern Schiessle2016-07-281-0/+9
|
* apply theme to the firstrunwizardBjoern Schiessle2016-07-281-0/+7
|
* Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-271-2/+1
|
* Theming: Generate colorized radio buttons dynamicallyJulius Haertl2016-07-275-56/+51
|
* Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-275-55/+119
|
* Theming: Clean up css generation and fix testsJulius Haertl2016-07-272-55/+87
|
* Theming: Colorize checkboxes depending on luminanceJulius Haertl2016-07-273-2/+28
|
* Theming: Preview for colorized checkboxesJulius Haertl2016-07-271-5/+18
|