summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Fix theming testsJoas Schilling2017-04-202-10/+10
| | | | | | | Trying to configure method "shouldReplaceIcons" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-04-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-162-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-04-152-0/+50
|
* [tx-robot] updated from transifexNextcloud bot2017-04-142-0/+52
|
* Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-114-22/+25
|\ | | | | Move OC_Defaults to OCP\Defaults
| * ThemingDefaults append cacheBusterCounter to logo URL by defaultMorris Jobke2017-04-092-15/+18
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-082-2/+2
|/
* Add support for themingLukas Reschke2017-04-072-26/+82
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-04-062-0/+2
|
* [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>