| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't require Same Site Cookies on assets | Thomas Citharel | 2018-10-17 | 1 | -0/+2 |
* | Use default favicon on sharing pages | Julius Härtl | 2018-10-11 | 1 | -1/+1 |
* | Merge pull request #10898 from nextcloud/feature/10684/default-logo-color-the... | Morris Jobke | 2018-10-08 | 3 | -6/+5 |
|\ |
|
| * | Adapts the theming util to the new core logo image path | Michael Weimann | 2018-10-04 | 1 | -2/+2 |
| * | Updates inverted logo handling to work like the app icons | Michael Weimann | 2018-10-02 | 2 | -23/+1 |
| * | Moves the logo files to logo | Michael Weimann | 2018-10-02 | 2 | -7/+8 |
| * | Switches the default logo color depending on the primary color | Michael Weimann | 2018-10-02 | 2 | -1/+21 |
* | | Append error from exception for message | Daniel Kesselberg | 2018-10-03 | 1 | -1/+1 |
* | | Fix call to logger | Daniel Kesselberg | 2018-10-03 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #11042 from nextcloud/bugfix/10894/php73-filter_var-deprec... | Joas Schilling | 2018-09-13 | 1 | -4/+2 |
|\ |
|
| * | Remove filter_var flags due to PHP 7.3 deprecation, fixes #10894 | Patrik Kernstock | 2018-09-04 | 1 | -4/+2 |
* | | Disables SVG favicon uploads when imagemagick is missing. | Michael Weimann | 2018-09-05 | 2 | -2/+20 |
|/ |
|
* | Make the default element color for bright theming colors lighter | Julius Härtl | 2018-08-30 | 1 | -1/+1 |
* | Theming: Fix footer tests | Julius Härtl | 2018-08-27 | 1 | -2/+3 |
* | Theming: Only Entity in footer if a url is set | Julius Härtl | 2018-08-27 | 1 | -3/+7 |
* | [theming] reload css variables instead of the whole server css | Julius Härtl | 2018-06-20 | 1 | -6/+6 |
* | Theming update on url | John Molakvoæ (skjnldsv) | 2018-06-20 | 1 | -2/+2 |
* | Merge pull request #9258 from nextcloud/theming-logo-png | Morris Jobke | 2018-06-15 | 6 | -49/+100 |
|\ |
|
| * | Add info message if an exception occurs during the svg to png conversion | Julius Härtl | 2018-06-14 | 1 | -1/+12 |
| * | Minor fixes and cleanup | Julius Härtl | 2018-06-06 | 5 | -20/+14 |
| * | Use svg opt out as parameter | Julius Härtl | 2018-06-05 | 2 | -10/+13 |
| * | Adjust ImageManager tests for png generation | Julius Härtl | 2018-06-05 | 1 | -6/+3 |
| * | Generate PNG version of the theming app logo for mails | Julius Härtl | 2018-06-05 | 3 | -21/+67 |
* | | Fix possible test timing issues in IconController | Roeland Jago Douma | 2018-06-13 | 1 | -6/+0 |
* | | Mock the timefactory in the theming tests | Roeland Jago Douma | 2018-06-07 | 1 | -5/+0 |
|/ |
|
* | Fix usage | Roeland Jago Douma | 2018-06-04 | 2 | -29/+0 |
* | addjust footer height when legal links are present. fixes #9572 | Arthur Schiwon | 2018-05-24 | 1 | -2/+8 |
* | also add a privacy link | Arthur Schiwon | 2018-05-24 | 3 | -8/+41 |
* | Merge pull request #9437 from nextcloud/feature/noid/imprint | Roeland Jago Douma | 2018-05-17 | 3 | -0/+26 |
|\ |
|
| * | allow to specify a link to a legal notice | Arthur Schiwon | 2018-05-09 | 3 | -0/+26 |
* | | Add Content-Disposition header | Julius Härtl | 2018-05-17 | 1 | -0/+1 |
* | | Properly check mime type of the uploaded file | Julius Härtl | 2018-05-17 | 1 | -2/+3 |
|/ |
|
* | Fix theming tests | Julius Härtl | 2018-04-19 | 2 | -8/+15 |
* | Make sure the custom favicon is used | Julius Härtl | 2018-04-19 | 1 | -2/+10 |
* | Add typehints | Julius Härtl | 2018-04-19 | 3 | -3/+4 |
* | Return value | Julius Härtl | 2018-04-19 | 1 | -1/+1 |
* | Move to more generic image handling and add extra images | Julius Härtl | 2018-04-19 | 5 | -166/+183 |
* | Merge pull request #8993 from nextcloud/theming-allow-ui-with-theme | Roeland Jago Douma | 2018-03-27 | 1 | -1/+1 |
|\ |
|
| * | Show UI when using a custom theme | Julius Härtl | 2018-03-26 | 1 | -1/+1 |
* | | Clear any theming prefixed cache on cache buster increase | Julius Härtl | 2018-03-26 | 1 | -1/+1 |
|/ |
|
* | Update ThemingController.php | rakekniven | 2018-03-19 | 1 | -1/+1 |
* | Update ThemingController.php | rakekniven | 2018-03-16 | 1 | -3/+3 |
* | Update ThemingController.php | rakekniven | 2018-03-10 | 1 | -1/+1 |
* | Use cache prefix for theming as well | Julius Härtl | 2018-03-07 | 1 | -1/+1 |
* | Fix tests to use ICacheFactory | Julius Härtl | 2018-03-07 | 1 | -2/+2 |
* | Move base url from global cache prefix to frontend related ones | Julius Härtl | 2018-03-07 | 1 | -1/+1 |
* | Remove null check | Kyle Fazzari | 2018-02-25 | 1 | -7/+2 |
* | theming: handle not being in the serverroot | Kyle Fazzari | 2018-02-20 | 1 | -3/+15 |
* | Remove unused import statements | Morris Jobke | 2018-02-14 | 2 | -3/+0 |
* | Merge pull request #8078 from nextcloud/theming-validate-scss | Morris Jobke | 2018-01-29 | 1 | -2/+2 |
|\ |
|