summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for PHP bug when calling imagescaleJulius Haertl2016-11-231-1/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Add icon for the theming appFelix Epp2016-09-071-0/+4
|
* No background and logo in 10Joas Schilling2016-09-062-37/+5
|
* php 5.4 and 5.5 compatibilityJoas Schilling2016-09-063-33/+14
|
* Add image URLs and testsJoas Schilling2016-09-063-1/+225
|
* Add theming information to capabilities for the clientJoas Schilling2016-09-062-0/+63
|
* Theming: Show loading spinner while uploading filesJulius Haertl2016-08-302-6/+14
|
* Use temporary file as cacheLukas Reschke2016-08-292-4/+16
|
* Increase theming performanceLukas Reschke2016-08-293-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.
* 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-162-5/+5
| | | | CI uses an older PHPUnit
* Add unit testsLukas Reschke2016-08-164-5/+222
|
* fix theming testsArthur Schiwon2016-08-162-5/+3
|
* rename remaining occurences of OCA/Theming/TemplateArthur Schiwon2016-08-163-6/+6
|
* rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-163-18/+14
|
* adjust Theming appArthur Schiwon2016-08-165-55/+172
|
* 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-102-0/+19
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Validate the input of the theming optionsJoas Schilling2016-08-033-30/+94
|
* Fix testsJoas Schilling2016-08-035-29/+70
|
* Update routes.phpJoas Schilling2016-08-031-4/+2
|
* Remove useless checkJoas Schilling2016-08-031-3/+1
|
* Use the methods on the Response objectJoas Schilling2016-08-031-11/+10
|
* Use public API preferableJoas Schilling2016-08-031-1/+1
|
* Move classes to PSR-4Joas Schilling2016-08-036-0/+0
|
* fix missing semicolon to fix themed logo on log in pageJan-Christoph Borchardt2016-08-012-14/+14
|
* 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-281-2/+1
|
* Theming: Generate colorized radio buttons dynamicallyJulius Haertl2016-07-285-56/+51
|
* Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-285-55/+119
|
* Theming: Clean up css generation and fix testsJulius Haertl2016-07-282-55/+87
|
* Theming: Colorize checkboxes depending on luminanceJulius Haertl2016-07-283-0/+34
|
* Theming: Preview for colorized checkboxesJulius Haertl2016-07-281-5/+18
|
* Fix unit testsMorris Jobke2016-07-281-4/+4
|
* also adjust log in background color in themeJan-Christoph Borchardt2016-07-281-1/+1
|
* fix searchbox overlapping on mobileJan-Christoph Borchardt2016-07-281-2/+2
|
* Theming: Fix preview and center alignment of logoJulius Haertl2016-07-261-4/+4
|
* Adjust testsLukas Reschke2016-07-261-3/+6
|
* Update themingcontroller.phpJos Poortvliet2016-07-261-1/+2
|
* Run the license scriptJoas Schilling2016-07-229-0/+30
|
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-183-1/+66
|\ | | | | Theming fixes
| * Add unit testsJoas Schilling2016-07-151-0/+46
| |
| * Also load the theming app on CLIJoas Schilling2016-07-151-1/+7
| |
| * Better handling of empty sloganJoas Schilling2016-07-151-0/+13
| |
* | Theming: Fix image paths for caret iconJulius Haertl2016-07-163-5/+5
| |