summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
* Colorize checkboxes depending on theming colorJulius Haertl2016-07-271-0/+8
* Merge pull request #525 from nextcloud/fix-theme-logo-positionJoas Schilling2016-07-263-8/+12
|\
| * Theming: Fix preview and center alignment of logoJulius Haertl2016-07-251-4/+4
| * Adjust testsLukas Reschke2016-07-221-3/+6
| * Update themingcontroller.phpJos Poortvliet2016-07-221-1/+2
* | Fix search box overlapping on mobile (#450)Jan-Christoph Borchardt2016-07-222-6/+6
* | Also increase the min versionJoas Schilling2016-07-221-1/+1
* | bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|/
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\
| * Increase app versionsJoas Schilling2016-07-211-1/+1
* | Fix apps/Joas Schilling2016-07-2110-2/+53
|/
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-183-1/+66
|\
| * 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
* | Theming: Fix spaces in settings-admin.jsJulius Haertl2016-07-151-4/+4
* | Theming: Add tests for inverted colorsJulius Haertl2016-07-152-3/+130
* | Theming: Implement swapping the foreground color for bright colorsJulius Haertl2016-07-153-0/+97
|/
* Merge pull request #371 from nextcloud/implement-get-titleJoas Schilling2016-07-112-0/+25
|\
| * Implement "getTitle"Lukas Reschke2016-07-112-0/+25
* | Fix testsoparoz2016-07-111-4/+4
* | Make theming work with pretty URLsoparoz2016-07-112-2/+2
|/
* Only save when value changed or enter is pressedLukas Reschke2016-06-271-9/+15
* Add tooltipLukas Reschke2016-06-272-6/+7
* Add comment to "getMailHeaderColor"Lukas Reschke2016-06-271-0/+5
* Use stream instead of renameLukas Reschke2016-06-272-14/+45
* Replace OC_Defaults with \OC::$server->getThemingDefaults()Lukas Reschke2016-06-271-6/+1