summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-04-052-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-04-042-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-04-012-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-03-312-0/+46
|
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-2910-22/+22
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-03-252-0/+46
|
* [tx-robot] updated from transifexNextcloud bot2017-03-222-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-03-212-0/+52
|
* Don't use private apiJoas Schilling2017-03-201-1/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly escape the footer description from themingJoas Schilling2017-03-171-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-03-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-03-132-0/+50
|
* [tx-robot] updated from transifexNextcloud bot2017-03-122-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-03-102-0/+52
|
* [tx-robot] updated from transifexNextcloud bot2017-03-072-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-03-064-6/+58
|
* [tx-robot] updated from transifexNextcloud bot2017-03-058-16/+120
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0412-0/+312
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0312-0/+312
|
* Transifex config for theming appMorris Jobke2017-03-011-0/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add test for creating AppData folderJulius Haertl2017-02-201-13/+47
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Use createMockJulius Haertl2017-02-162-46/+25
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Use ::class in tests and correct importJulius Haertl2017-02-163-28/+34
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Add tests for theming migration stepJulius Haertl2017-02-162-7/+143
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Adapt ThemingController testsJulius Haertl2017-02-161-52/+81
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Add repair step to move existing theming imagesJulius Haertl2017-02-162-1/+85
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Move theming images to AppDataJulius Haertl2017-02-162-26/+36
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\ | | | | Add proper default value for datadir
| * Add proper default value for datadirMorris Jobke2017-01-191-1/+1
| | | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #3151 from nextcloud/navigation-iconsMorris Jobke2017-01-243-5/+35
|\ \ | | | | | | add icons to navigation of personal & admin settings
| * | Fix app section testsJoas Schilling2017-01-191-2/+16
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add the icons for shipped appsJoas Schilling2017-01-192-3/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix typo in theming descriptionJoas Schilling2017-01-231-1/+1
| |/ |/| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3144 from nextcloud/use-data-download-responseMorris Jobke2017-01-192-7/+3
|\ \ | |/ |/| Use DataDownloadResponse
| * Use DataDownloadResponseLukas Reschke2017-01-182-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 colorMorris Jobke2017-01-182-0/+5
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #2588 from nextcloud/theming-check-emptyBjörn Schießle2016-12-092-1/+4
|\ | | | | Check if image files for theming are empty
| * Check if image files for theming are emptyJulius Haertl2016-12-092-1/+4
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Add fallback to FILTER_LANCZOS for icon resizingJulius Haertl2016-12-091-1/+6
|/ | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix transparency of iconsJulius Haertl2016-12-041-0/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix background border radiusJulius Haertl2016-12-041-1/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Move sizing to renderAppIcon methodJulius Haertl2016-12-042-6/+7
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Workaround for PHP bug when calling imagescaleJulius Haertl2016-11-221-1/+3
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-1819-4/+1330
|\ | | | | Add dynamic icon creation
| * Use IAppManager instead of OC_AppJulius Haertl2016-11-185-36/+81
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Error handling and tests if file was not foundJulius Haertl2016-11-184-51/+96
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Sanitize input and small fixesJulius Haertl2016-11-187-45/+61
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Replace null return with NotFoundExceptionJulius Haertl2016-11-184-21/+27
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Fix icon-folder cssJulius Haertl2016-11-182-6/+6
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>