| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove precomposed from apple-touch-icon-precomposed | Gary Kim | 2019-06-15 | 1 | -1/+1 |
* | Remove unnecessary meta tags. | Dominik Wasielewski | 2019-02-26 | 1 | -1/+0 |
* | Provide initial state | Roeland Jago Douma | 2019-01-29 | 1 | -0/+3 |
* | Fix base layout content padding | Julius Härtl | 2018-08-03 | 1 | -1/+1 |
* | Really cleanup the content-wrapper | John Molakvoæ (skjnldsv) | 2018-07-27 | 1 | -4/+2 |
* | Acceptance and mobile navigation fixes | John Molakvoæ (skjnldsv) | 2018-07-24 | 1 | -1/+5 |
* | Add locale to templates | Roeland Jago Douma | 2018-07-06 | 1 | -1/+1 |
* | Do not restrict zooming in | Jan-Christoph Borchardt | 2018-04-18 | 1 | -1/+1 |
* | Referrer fix (no-referrer) | Ralph Slooten | 2018-02-08 | 1 | -1/+1 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Streamline templates, more DRY | Michael Letzgus | 2017-05-25 | 1 | -6/+1 |
* | Make page loading faster by deferred script loading: | Michael Letzgus | 2017-05-20 | 1 | -8/+1 |
* | rename confusing getMailHeaderColor to getColorPrimary, ref #3491 | Jan-Christoph Borchardt | 2017-03-29 | 1 | -2/+2 |
* | Moving the inline js before the CSS | Roeland Jago Douma | 2017-03-28 | 1 | -5/+5 |
* | use theming colors for favicon on macOS | Jan-Christoph Borchardt | 2017-03-27 | 1 | -1/+1 |
* | Inlince oc.js if possible! | Roeland Jago Douma | 2016-10-25 | 1 | -0/+5 |
* | Add ContentSecurityPolicyNonceManager | Lukas Reschke | 2016-10-24 | 1 | -1/+1 |
* | Add support for CSP nonces | Lukas Reschke | 2016-10-24 | 1 | -1/+1 |
* | remove ie8+9 support | Hendrik Leppelsack | 2016-06-23 | 1 | -3/+1 |
* | Merge pull request #16857 from owncloud/printStylesheets | C. Montero Luque | 2016-03-31 | 1 | -1/+4 |
|\ |
|
| * | support print stylesheets | Hendrik Leppelsack | 2016-01-13 | 1 | -1/+4 |
* | | Stupid clients only literally understand rel="icon" | Daniel Aleksandersen | 2016-03-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #20236 from maprambo/safari-pinned-tab-icon | Thomas Müller | 2015-11-09 | 1 | -0/+1 |
|\ |
|
| * | Added Safari tabbed pin icon | maprambo | 2015-11-04 | 1 | -0/+1 |
* | | Add favicon for IE 8+ | Morris Jobke | 2015-11-03 | 1 | -1/+1 |
|/ |
|
* | Prevent referer from being sent | Lukas Reschke | 2015-09-09 | 1 | -0/+1 |
* | add theme-color for better Android browser integration | Jan-Christoph Borchardt | 2015-07-29 | 1 | -0/+1 |
* | addressing #14984 removing redundant type attributes | Volker E | 2015-03-18 | 1 | -2/+2 |
* | addressing #14983 obsolete Google Chrome Frame | Volker E | 2015-03-18 | 1 | -1/+1 |
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & sho... | Volker E | 2015-03-17 | 1 | -4/+4 |
* | adressing #14979 meta charset declaration should be first in head | Volker E | 2015-03-17 | 1 | -1/+1 |
* | addressing #14978 - remove html root classes targeting IE6/IE7 | Volker E | 2015-03-17 | 1 | -6/+2 |
* | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 1 | -1/+1 |
* | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 1 | -1/+1 |
* | Add requesttoken to base template | Lukas Reschke | 2014-12-05 | 1 | -1/+1 |
* | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text... | Lukas Reschke | 2014-10-28 | 1 | -9/+1 |
* | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 1 | -6/+6 |
* | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 1 | -0/+1 |
* | also add no-JavaScript notice to log in and sharing pages because they do not... | Jan-Christoph Borchardt | 2014-09-08 | 1 | -0/+1 |
* | Adding type to favicon | Clark Tomlinson | 2014-08-22 | 1 | -1/+1 |
* | using flush() here is pointless as we render the layout into a memory buffer ... | Thomas Müller | 2014-08-08 | 1 | -1/+0 |
* | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -6/+6 |
* | Flush the Buffer Early - right after head | Thomas Müller | 2014-04-15 | 1 | -1/+1 |
* | add 'body-public' ID to body in base layout so it can be identified via CSS | Jan-Christoph Borchardt | 2014-03-14 | 1 | -1/+1 |
* | restrict zooming on mobile devices for the publicly accessible, optimized pages | Jan-Christoph Borchardt | 2014-01-17 | 1 | -1/+1 |
* | Fixed viewport layout using commas instead of semicolons | Vincent Petry | 2013-10-11 | 1 | -1/+1 |
* | fix web interface showing very small when accessed on smartphone | Jan-Christoph Borchardt | 2013-10-06 | 1 | -0/+1 |
* | initialize OC_Defaults in template constructorX | Björn Schießle | 2013-07-24 | 1 | -3/+1 |
* | introduce shortname themable string and split from title, use for image alt text | Jan-Christoph Borchardt | 2013-07-11 | 1 | -1/+1 |
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -2/+2 |