aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.base.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-211-1/+3
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-0/+1
* chore(core): wrap initial state into hidden containerGrigorii K. Shartsev2024-07-301-3/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-271-0/+7
* Disable browser translationsArnout Engelen2022-10-271-1/+1
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-3/+3
* Remove legacy Internet Explorer headersMichaIng2022-03-191-1/+0
* Remove precomposed from apple-touch-icon-precomposedGary Kim2019-06-151-1/+1
* Remove unnecessary meta tags.Dominik Wasielewski2019-02-261-1/+0
* Provide initial stateRoeland Jago Douma2019-01-291-0/+3
* Fix base layout content paddingJulius Härtl2018-08-031-1/+1
* Really cleanup the content-wrapperJohn Molakvoæ (skjnldsv)2018-07-271-4/+2
* Acceptance and mobile navigation fixesJohn Molakvoæ (skjnldsv)2018-07-241-1/+5
* Add locale to templatesRoeland Jago Douma2018-07-061-1/+1
* Do not restrict zooming inJan-Christoph Borchardt2018-04-181-1/+1
* Referrer fix (no-referrer)Ralph Slooten2018-02-081-1/+1
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Streamline templates, more DRYMichael Letzgus2017-05-251-6/+1
* Make page loading faster by deferred script loading:Michael Letzgus2017-05-201-8/+1
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-2/+2
* Moving the inline js before the CSSRoeland Jago Douma2017-03-281-5/+5
* use theming colors for favicon on macOSJan-Christoph Borchardt2017-03-271-1/+1
* Inlince oc.js if possible!Roeland Jago Douma2016-10-251-0/+5
* Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-1/+1
* Add support for CSP noncesLukas Reschke2016-10-241-1/+1
* remove ie8+9 supportHendrik Leppelsack2016-06-231-3/+1
* Merge pull request #16857 from owncloud/printStylesheetsC. Montero Luque2016-03-311-1/+4
|\
| * support print stylesheetsHendrik Leppelsack2016-01-131-1/+4
* | Stupid clients only literally understand rel="icon"Daniel Aleksandersen2016-03-081-1/+1
|/
* Merge pull request #20236 from maprambo/safari-pinned-tab-iconThomas Müller2015-11-091-0/+1
|\
| * Added Safari tabbed pin iconmaprambo2015-11-041-0/+1
* | Add favicon for IE 8+Morris Jobke2015-11-031-1/+1
|/
* Prevent referer from being sentLukas Reschke2015-09-091-0/+1
* add theme-color for better Android browser integrationJan-Christoph Borchardt2015-07-291-0/+1
* addressing #14984 removing redundant type attributesVolker E2015-03-181-2/+2
* addressing #14983 obsolete Google Chrome FrameVolker E2015-03-181-1/+1
* addressing #14982 self-closing tags ending slash doesn't have a purpose & sho...Volker E2015-03-171-4/+4
* adressing #14979 meta charset declaration should be first in headVolker E2015-03-171-1/+1
* addressing #14978 - remove html root classes targeting IE6/IE7Volker E2015-03-171-6/+2
* Deduplicate template code and do not translate the linksJoas Schilling2015-02-091-1/+1
* Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-041-1/+1
* Add requesttoken to base templateLukas Reschke2014-12-051-1/+1
* Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text...Lukas Reschke2014-10-281-9/+1
* Setting moment locale based on user selectionClark Tomlinson2014-10-231-6/+6
* Add X-UA-Compatible to all templatesLukas Reschke2014-09-111-0/+1
* also add no-JavaScript notice to log in and sharing pages because they do not...Jan-Christoph Borchardt2014-09-081-0/+1
* Adding type to faviconClark Tomlinson2014-08-221-1/+1
* using flush() here is pointless as we render the layout into a memory buffer ...Thomas Müller2014-08-081-1/+0
* move to updated version of placeholderMorris Jobke2014-06-031-6/+6
* Flush the Buffer Early - right after headThomas Müller2014-04-151-1/+1