summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.base.php
Commit message (Collapse)AuthorAgeFilesLines
* remove ie8+9 supportHendrik Leppelsack2016-06-231-3/+1
|
* Merge pull request #16857 from owncloud/printStylesheetsC. Montero Luque2016-03-311-1/+4
|\ | | | | Support for print stylesheets
| * support print stylesheetsHendrik Leppelsack2016-01-131-1/+4
| |
* | Stupid clients only literally understand rel="icon"Daniel Aleksandersen2016-03-081-1/+1
|/ | | | | | rel="shortcut icon" hasn’t been relevant in years, isn’t in any standards, and causes problems for simple pattern matching clients. https://www.w3.org/TR/html/links.html#linkTypes
* Merge pull request #20236 from maprambo/safari-pinned-tab-iconThomas Müller2015-11-091-0/+1
|\ | | | | added Safari tabbed pin icon
| * Added Safari tabbed pin iconmaprambo2015-11-041-0/+1
| | | | | | | | Added the necessary code and a black and inverted version of the favicon/ touch icon in svg format
* | Add favicon for IE 8+Morris Jobke2015-11-031-1/+1
|/
* Prevent referer from being sentLukas Reschke2015-09-091-0/+1
| | | | Nice hardening for enhanced privacy. Especially useful when using embedded viewers such as files_pdfviewer.
* 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 & ↵Volker E2015-03-171-4/+4
| | | | should be removed
* 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
| | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* Add requesttoken to base templateLukas Reschke2014-12-051-1/+1
| | | | Potentially fixes https://github.com/owncloud/core/issues/12580
* Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵Lukas Reschke2014-10-281-9/+1
| | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php
* Setting moment locale based on user selectionClark Tomlinson2014-10-231-6/+6
|
* Add X-UA-Compatible to all templatesLukas Reschke2014-09-111-0/+1
| | | | Replaces https://github.com/owncloud/core/pull/10850
* also add no-JavaScript notice to log in and sharing pages because they do ↵Jan-Christoph Borchardt2014-09-081-0/+1
| | | | not work without JS either
* 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
| | | | and actually transmit the data later
* move to updated version of placeholderMorris Jobke2014-06-031-6/+6
|
* Flush the Buffer Early - right after headThomas Müller2014-04-151-1/+1
|
* add 'body-public' ID to body in base layout so it can be identified via CSSJan-Christoph Borchardt2014-03-141-1/+1
|
* restrict zooming on mobile devices for the publicly accessible, optimized pagesJan-Christoph Borchardt2014-01-171-1/+1
|
* Fixed viewport layout using commas instead of semicolonsVincent Petry2013-10-111-1/+1
| | | | Fixes #5285
* fix web interface showing very small when accessed on smartphoneJan-Christoph Borchardt2013-10-061-0/+1
|
* initialize OC_Defaults in template constructorXBjörn Schießle2013-07-241-3/+1
|
* introduce shortname themable string and split from title, use for image alt textJan-Christoph Borchardt2013-07-111-1/+1
|
* move to non-static OC_DefaultsBjörn Schießle2013-07-041-2/+2
| | | | | | Conflicts: lib/mail.php
* Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-041-0/+3
|
* keep all strings in one place to make it easier to change themBjörn Schießle2013-06-121-1/+1
|
* mage page title aware of ownCloud editionBjörn Schießle2013-06-121-1/+3
|
* add ie css switch to layout templatesJörn Friedrich Dreyer2013-03-031-1/+6
|
* Typo...Lukas Reschke2013-02-271-1/+1
|
* [core] From echo to pLukas Reschke2013-02-271-8/+8
|
* add CSP turned on for angularjsBernhard Posselt2013-02-251-1/+1
|
* Style cleanup core dirBart Visscher2013-02-211-1/+2
|
* Move loading of js_config to templatelayoutBart Visscher2013-02-071-1/+0
| | | | Also check for installed flag because this isn't available before setup
* Fix merge conflictLukas Reschke2013-01-231-8/+0
|
* Merge master...Lukas Reschke2013-01-231-0/+8
|\
| * Move template parameters around so database error page is properly renderedMichael Gapczynski2013-01-071-1/+0
| |
* | Move config to core/js/config.phpLukas Reschke2013-01-211-6/+1
|/
* Very simple js console switcher.Thomas Tanghus2012-11-151-0/+1
|
* Create only one CSRF token per sessionLukas Reschke2012-10-311-1/+0
| | | | | | | | | Before, the CSRF token expired every hour. We had a script in place which should refresh the token but this don't worked in every case. (Laptop sleeping etc.) With this commit, the token will only get once created for every session so that the "Token expired" warning shouldn't appear.
* always generate access token, also for forms shown to anonymous users (e.g. ↵Björn Schießle2012-10-051-0/+2
| | | | public shares)
* Move handling of core remotes to OC_TemplateLayoutBart Visscher2012-09-071-6/+0
|
* Fix password authentication for links and fix template problems for links by ↵Michael Gapczynski2012-08-291-0/+37
creating a new base layout