Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix theming tests | Joas Schilling | 2017-04-20 | 2 | -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 transifex | Nextcloud bot | 2017-04-17 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-16 | 2 | -12/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 2 | -0/+50 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-14 | 2 | -0/+52 |
| | |||||
* | Merge pull request #4256 from nextcloud/theming | Lukas Reschke | 2017-04-11 | 4 | -22/+25 |
|\ | | | | | Move OC_Defaults to OCP\Defaults | ||||
| * | ThemingDefaults append cacheBusterCounter to logo URL by default | Morris Jobke | 2017-04-09 | 2 | -15/+18 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 2 | -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 transifex | Nextcloud bot | 2017-04-08 | 2 | -2/+2 |
|/ | |||||
* | Add support for theming | Lukas Reschke | 2017-04-07 | 2 | -26/+82 |
| | | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-06 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-05 | 2 | -0/+52 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-04 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-01 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-31 | 2 | -0/+46 |
| | |||||
* | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 10 | -22/+22 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-25 | 2 | -0/+46 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-22 | 2 | -0/+52 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-21 | 2 | -0/+52 |
| | |||||
* | Don't use private api | Joas Schilling | 2017-03-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Correctly escape the footer description from theming | Joas Schilling | 2017-03-17 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-15 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-13 | 2 | -0/+50 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-12 | 2 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-10 | 2 | -0/+52 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-07 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-06 | 4 | -6/+58 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-05 | 8 | -16/+120 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-04 | 12 | -0/+312 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-03 | 12 | -0/+312 |
| | |||||
* | 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> |