Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for PHP bug when calling imagescale | Julius Haertl | 2016-11-23 | 1 | -1/+3 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Add icon for the theming app | Felix Epp | 2016-09-07 | 1 | -0/+4 |
| | |||||
* | No background and logo in 10 | Joas Schilling | 2016-09-06 | 2 | -37/+5 |
| | |||||
* | php 5.4 and 5.5 compatibility | Joas Schilling | 2016-09-06 | 3 | -33/+14 |
| | |||||
* | Add image URLs and tests | Joas Schilling | 2016-09-06 | 3 | -1/+225 |
| | |||||
* | Add theming information to capabilities for the client | Joas Schilling | 2016-09-06 | 2 | -0/+63 |
| | |||||
* | Theming: Show loading spinner while uploading files | Julius Haertl | 2016-08-30 | 2 | -6/+14 |
| | |||||
* | Use temporary file as cache | Lukas Reschke | 2016-08-29 | 2 | -4/+16 |
| | |||||
* | Increase theming performance | Lukas Reschke | 2016-08-29 | 3 | -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 again | Roeland Jago Douma | 2016-08-24 | 1 | -3/+2 |
| | |||||
* | fixes registering of theming settings where server return OC_Defaults ↵ | Arthur Schiwon | 2016-08-22 | 1 | -2/+3 |
| | | | | instead of ThemingDefaults | ||||
* | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-16 | 2 | -5/+5 |
| | | | | CI uses an older PHPUnit | ||||
* | Add unit tests | Lukas Reschke | 2016-08-16 | 4 | -5/+222 |
| | |||||
* | fix theming tests | Arthur Schiwon | 2016-08-16 | 2 | -5/+3 |
| | |||||
* | rename remaining occurences of OCA/Theming/Template | Arthur Schiwon | 2016-08-16 | 3 | -6/+6 |
| | |||||
* | rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy" | Bjoern Schiessle | 2016-08-16 | 3 | -18/+14 |
| | |||||
* | adjust Theming app | Arthur Schiwon | 2016-08-16 | 5 | -55/+172 |
| | |||||
* | 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-10 | 2 | -0/+19 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Validate the input of the theming options | Joas Schilling | 2016-08-03 | 3 | -30/+94 |
| | |||||
* | Fix tests | Joas Schilling | 2016-08-03 | 5 | -29/+70 |
| | |||||
* | Update routes.php | Joas Schilling | 2016-08-03 | 1 | -4/+2 |
| | |||||
* | Remove useless check | Joas Schilling | 2016-08-03 | 1 | -3/+1 |
| | |||||
* | Use the methods on the Response object | Joas Schilling | 2016-08-03 | 1 | -11/+10 |
| | |||||
* | Use public API preferable | Joas Schilling | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Move classes to PSR-4 | Joas Schilling | 2016-08-03 | 6 | -0/+0 |
| | |||||
* | fix missing semicolon to fix themed logo on log in page | Jan-Christoph Borchardt | 2016-08-01 | 2 | -14/+14 |
| | |||||
* | 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-28 | 1 | -2/+1 |
| | |||||
* | Theming: Generate colorized radio buttons dynamically | Julius Haertl | 2016-07-28 | 5 | -56/+51 |
| | |||||
* | Theming: Colorize radio buttons and append new styles on preview | Julius Haertl | 2016-07-28 | 5 | -55/+119 |
| | |||||
* | Theming: Clean up css generation and fix tests | Julius Haertl | 2016-07-28 | 2 | -55/+87 |
| | |||||
* | Theming: Colorize checkboxes depending on luminance | Julius Haertl | 2016-07-28 | 3 | -0/+34 |
| | |||||
* | Theming: Preview for colorized checkboxes | Julius Haertl | 2016-07-28 | 1 | -5/+18 |
| | |||||
* | Fix unit tests | Morris Jobke | 2016-07-28 | 1 | -4/+4 |
| | |||||
* | also adjust log in background color in theme | Jan-Christoph Borchardt | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | fix searchbox overlapping on mobile | Jan-Christoph Borchardt | 2016-07-28 | 1 | -2/+2 |
| | |||||
* | Theming: Fix preview and center alignment of logo | Julius Haertl | 2016-07-26 | 1 | -4/+4 |
| | |||||
* | Adjust tests | Lukas Reschke | 2016-07-26 | 1 | -3/+6 |
| | |||||
* | Update themingcontroller.php | Jos Poortvliet | 2016-07-26 | 1 | -1/+2 |
| | |||||
* | Run the license script | Joas Schilling | 2016-07-22 | 9 | -0/+30 |
| | |||||
* | 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 |
| | |