Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Transifex config for theming app | Morris Jobke | 2017-03-01 | 1 | -0/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add test for creating AppData folder | Julius Haertl | 2017-02-20 | 1 | -13/+47 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Use createMock | Julius Haertl | 2017-02-16 | 2 | -46/+25 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Use ::class in tests and correct import | Julius Haertl | 2017-02-16 | 3 | -28/+34 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Add tests for theming migration step | Julius Haertl | 2017-02-16 | 2 | -7/+143 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Adapt ThemingController tests | Julius Haertl | 2017-02-16 | 1 | -52/+81 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Add repair step to move existing theming images | Julius Haertl | 2017-02-16 | 2 | -1/+85 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Move theming images to AppData | Julius Haertl | 2017-02-16 | 2 | -26/+36 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Merge pull request #3176 from nextcloud/default-value-datadir | blizzz | 2017-01-30 | 1 | -1/+1 |
|\ | | | | | Add proper default value for datadir | ||||
| * | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #3151 from nextcloud/navigation-icons | Morris Jobke | 2017-01-24 | 3 | -5/+35 |
|\ \ | | | | | | | add icons to navigation of personal & admin settings | ||||
| * | | Fix app section tests | Joas Schilling | 2017-01-19 | 1 | -2/+16 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Add the icons for shipped apps | Joas Schilling | 2017-01-19 | 2 | -3/+19 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix typo in theming description | Joas Schilling | 2017-01-23 | 1 | -1/+1 |
| |/ |/| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #3144 from nextcloud/use-data-download-response | Morris Jobke | 2017-01-19 | 2 | -7/+3 |
|\ \ | |/ |/| | Use DataDownloadResponse | ||||
| * | Use DataDownloadResponse | Lukas Reschke | 2017-01-18 | 2 | -7/+3 |
| | | | | | | | | | | | | | | 1. As documented 2. No need to show this inline, downloading has security advantages Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | theme app navigation menu highlight color | Morris Jobke | 2017-01-18 | 2 | -0/+5 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #2588 from nextcloud/theming-check-empty | Björn Schießle | 2016-12-09 | 2 | -1/+4 |
|\ | | | | | Check if image files for theming are empty | ||||
| * | Check if image files for theming are empty | Julius Haertl | 2016-12-09 | 2 | -1/+4 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | Add fallback to FILTER_LANCZOS for icon resizing | Julius Haertl | 2016-12-09 | 1 | -1/+6 |
|/ | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix transparency of icons | Julius Haertl | 2016-12-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix background border radius | Julius Haertl | 2016-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Move sizing to renderAppIcon method | Julius Haertl | 2016-12-04 | 2 | -6/+7 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Workaround for PHP bug when calling imagescale | Julius Haertl | 2016-11-22 | 1 | -1/+3 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Merge pull request #840 from nextcloud/theming-icon-endpoint | Morris Jobke | 2016-11-18 | 19 | -4/+1330 |
|\ | | | | | Add dynamic icon creation | ||||
| * | Use IAppManager instead of OC_App | Julius Haertl | 2016-11-18 | 5 | -36/+81 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Error handling and tests if file was not found | Julius Haertl | 2016-11-18 | 4 | -51/+96 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Sanitize input and small fixes | Julius Haertl | 2016-11-18 | 7 | -45/+61 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Replace null return with NotFoundException | Julius Haertl | 2016-11-18 | 4 | -21/+27 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Fix icon-folder css | Julius Haertl | 2016-11-18 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Fix svg resizing and remove deprecated method call | Julius Haertl | 2016-11-18 | 2 | -4/+11 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Improve caching | Julius Haertl | 2016-11-18 | 5 | -31/+69 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Caching for icon files using AppData | Julius Haertl | 2016-11-18 | 6 | -93/+433 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Code cleanup and cache buster for mime icons | Julius Haertl | 2016-11-18 | 8 | -75/+33 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Check if dynamic icons can be used | Julius Haertl | 2016-11-18 | 2 | -37/+90 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Add IconBuilder class to encapsulate icon generation | Julius Haertl | 2016-11-18 | 5 | -127/+341 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Improve unit tests for image generation | Julius Haertl | 2016-11-18 | 11 | -151/+207 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add IconController tests | Julius Haertl | 2016-11-18 | 2 | -19/+207 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Fix IconController after rebase | Julius Haertl | 2016-11-18 | 1 | -12/+12 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add icon caching | Julius Haertl | 2016-11-18 | 1 | -3/+5 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add colorized icon css from icons.css | Julius Haertl | 2016-11-18 | 2 | -0/+40 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Fix default parameters in icon routes | Julius Haertl | 2016-11-18 | 2 | -3/+2 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add PHPdoc and icon fallback to theming logo | Julius Haertl | 2016-11-18 | 1 | -1/+26 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add favicon-touch and fix icon creation with non svg images | Julius Haertl | 2016-11-18 | 2 | -32/+72 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Theming: Add dynamic icon and favicon endpoints | Julius Haertl | 2016-11-18 | 2 | -0/+254 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | Merge pull request #768 from nextcloud/s3-objectstore | Robin Appelman | 2016-11-18 | 2 | -30/+46 |
|\ \ | |/ |/| | Add S3 objectstore backend | ||||
| * | Fix themeing unit tests | Roeland Jago Douma | 2016-11-16 | 1 | -20/+29 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | fix theming images when using primary storage | Robin Appelman | 2016-11-16 | 1 | -10/+17 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #2151 from nextcloud/theming-fixes | Morris Jobke | 2016-11-16 | 2 | -30/+53 |
|\ \ | | | | | | | theming: move reset button into field and only show when focused |