Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Theming: Add OCA.Theming Js for app interaction | Julius Haertl | 2016-08-10 | 4 | -0/+107 |
| | |||||
* | Add css classes to allow app developers using the theming colors | Julius Haertl | 2016-08-09 | 2 | -0/+19 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #682 from nextcloud/fix-theming-logo | Morris Jobke | 2016-08-01 | 2 | -14/+14 |
|\ | | | | | fix missing semicolon to fix themed logo on log in page | ||||
| * | fix missing semicolon to fix themed logo on log in page | Jan-Christoph Borchardt | 2016-08-01 | 2 | -14/+14 |
| | | |||||
* | | Validate the input of the theming options | Joas Schilling | 2016-08-01 | 3 | -30/+94 |
|/ | |||||
* | Fix tests | Joas Schilling | 2016-07-28 | 5 | -29/+70 |
| | |||||
* | Update routes.php | Joas Schilling | 2016-07-28 | 1 | -4/+2 |
| | |||||
* | Remove useless check | Joas Schilling | 2016-07-28 | 1 | -3/+1 |
| | |||||
* | Use the methods on the Response object | Joas Schilling | 2016-07-28 | 1 | -11/+10 |
| | |||||
* | Use public API preferable | Joas Schilling | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Move classes to PSR-4 | Joas Schilling | 2016-07-28 | 6 | -0/+0 |
| | |||||
* | fix background id selector for the first run wizard | Bjoern Schiessle | 2016-07-28 | 2 | -4/+4 |
| | |||||
* | fix unit tests | Bjoern Schiessle | 2016-07-28 | 1 | -53/+143 |
| | |||||
* | re-use background color from theme in the firstrunwizard | Bjoern Schiessle | 2016-07-28 | 1 | -0/+9 |
| | |||||
* | apply theme to the firstrunwizard | Bjoern Schiessle | 2016-07-28 | 1 | -0/+7 |
| | |||||
* | Theming: Cleanup and remove opacity from checkbox/radiobutton | Julius Haertl | 2016-07-27 | 1 | -2/+1 |
| | |||||
* | Theming: Generate colorized radio buttons dynamically | Julius Haertl | 2016-07-27 | 5 | -56/+51 |
| | |||||
* | Theming: Colorize radio buttons and append new styles on preview | Julius Haertl | 2016-07-27 | 5 | -55/+119 |
| | |||||
* | Theming: Clean up css generation and fix tests | Julius Haertl | 2016-07-27 | 2 | -55/+87 |
| | |||||
* | Theming: Colorize checkboxes depending on luminance | Julius Haertl | 2016-07-27 | 3 | -2/+28 |
| | |||||
* | Theming: Preview for colorized checkboxes | Julius Haertl | 2016-07-27 | 1 | -5/+18 |
| | |||||
* | Colorize checkboxes depending on theming color | Julius Haertl | 2016-07-27 | 1 | -0/+8 |
| | |||||
* | Merge pull request #525 from nextcloud/fix-theme-logo-position | Joas Schilling | 2016-07-26 | 3 | -8/+12 |
|\ | | | | | Fix theme logo position and shape | ||||
| * | Theming: Fix preview and center alignment of logo | Julius Haertl | 2016-07-25 | 1 | -4/+4 |
| | | |||||
| * | Adjust tests | Lukas Reschke | 2016-07-22 | 1 | -3/+6 |
| | | |||||
| * | Update themingcontroller.php | Jos Poortvliet | 2016-07-22 | 1 | -1/+2 |
| | | |||||
* | | Fix search box overlapping on mobile (#450) | Jan-Christoph Borchardt | 2016-07-22 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | * fix searchbox overlapping on mobile * also adjust log in background color in theme * Fix unit tests | ||||
* | | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 10 | -2/+53 |
|/ | |||||
* | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 3 | -1/+66 |
|\ | | | | | Theming fixes | ||||
| * | Add unit tests | Joas Schilling | 2016-07-15 | 1 | -0/+46 |
| | | |||||
| * | Also load the theming app on CLI | Joas Schilling | 2016-07-15 | 1 | -1/+7 |
| | | |||||
| * | Better handling of empty slogan | Joas Schilling | 2016-07-15 | 1 | -0/+13 |
| | | |||||
* | | Theming: Fix image paths for caret icon | Julius Haertl | 2016-07-16 | 3 | -5/+5 |
| | | |||||
* | | Theming: Fix spaces in settings-admin.js | Julius Haertl | 2016-07-15 | 1 | -4/+4 |
| | | |||||
* | | Theming: Add tests for inverted colors | Julius Haertl | 2016-07-15 | 2 | -3/+130 |
| | | |||||
* | | Theming: Implement swapping the foreground color for bright colors | Julius Haertl | 2016-07-15 | 3 | -0/+97 |
|/ | |||||
* | Merge pull request #371 from nextcloud/implement-get-title | Joas Schilling | 2016-07-11 | 2 | -0/+25 |
|\ | | | | | Implement "getTitle" | ||||
| * | Implement "getTitle" | Lukas Reschke | 2016-07-11 | 2 | -0/+25 |
| | | | | | | | | Fixes https://github.com/nextcloud/server/issues/341 | ||||
* | | Fix tests | oparoz | 2016-07-11 | 1 | -4/+4 |
| | | |||||
* | | Make theming work with pretty URLs | oparoz | 2016-07-11 | 2 | -2/+2 |
|/ | | | | | In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension. Fixes #315 | ||||
* | Only save when value changed or enter is pressed | Lukas Reschke | 2016-06-27 | 1 | -9/+15 |
| | |||||
* | Add tooltip | Lukas Reschke | 2016-06-27 | 2 | -6/+7 |
| | |||||
* | Add comment to "getMailHeaderColor" | Lukas Reschke | 2016-06-27 | 1 | -0/+5 |
| | |||||
* | Use stream instead of rename | Lukas Reschke | 2016-06-27 | 2 | -14/+45 |
| | |||||
* | Replace OC_Defaults with \OC::$server->getThemingDefaults() | Lukas Reschke | 2016-06-27 | 1 | -6/+1 |
| |