Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing #15023, getting comments out of HTML output | Volker E | 2015-03-21 | 1 | -2/+2 |
| | |||||
* | fixing #15011 by adding ARIA roles where distinct | Volker E | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | 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 & ↵ | Volker E | 2015-03-17 | 1 | -4/+4 |
| | | | | should be removed | ||||
* | 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 | -7/+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 |
| | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage". | ||||
* | fix accessibility of logos | Jan-Christoph Borchardt | 2014-12-18 | 1 | -1/+3 |
| | |||||
* | introduce h1, use either ownCloud name or current app name | Jan-Christoph Borchardt | 2014-11-06 | 1 | -1/+3 |
| | |||||
* | Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the ↵ | Lukas Reschke | 2014-10-28 | 1 | -10/+1 |
| | | | | | | | | | $text parameter Also support closing tags with no text content given Conflicts: lib/private/template.php | ||||
* | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 1 | -6/+6 |
| | |||||
* | Merge pull request #10109 from owncloud/issue_#9793_guestlayout | Morris Jobke | 2014-09-15 | 1 | -7/+10 |
|\ | | | | | Step one, open guest layout for different styles. | ||||
| * | Step one, open guest layout for different styles. | Lukas Reschke | 2014-09-11 | 1 | -7/+10 |
| | | | | | | | | | | | | | | Conflicts: core/templates/layout.guest.php Step one, open guest layout for different styles. | ||||
* | | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 1 | -0/+1 |
|/ | | | | Replaces https://github.com/owncloud/core/pull/10850 | ||||
* | Merge pull request #10944 from owncloud/fix-nojavascript-style | Jan-Christoph Borchardt | 2014-09-08 | 1 | -0/+1 |
|\ | | | | | fix no-JS message, and add it to log in and shared as well cause they don’t work without JS | ||||
| * | also add no-JavaScript notice to log in and sharing pages because they do ↵ | Jan-Christoph Borchardt | 2014-09-08 | 1 | -0/+1 |
| | | | | | | | | not work without JS either | ||||
* | | templates: use p() for getiTunesAppId | Pascal de Bruijn | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | defaults: add customizable defaultiTunesAppId | Pascal de Bruijn | 2014-08-27 | 1 | -1/+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 |
| | | | | and actually transmit the data later | ||||
* | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -6/+6 |
| | |||||
* | Merge pull request #8140 from owncloud/login-valign | Jan-Christoph Borchardt | 2014-05-15 | 1 | -6/+7 |
|\ | | | | | Vertically align public layout to better fit small mobile screens | ||||
| * | Vertically align public layout to better fit small mobile screens | jbtbnl | 2014-04-10 | 1 | -6/+7 |
| | | |||||
* | | Flush the Buffer Early - right after head | Thomas Müller | 2014-04-15 | 1 | -1/+1 |
|/ | |||||
* | fix SVG replacement for logo so it works in IE8, fix #7866 | Jan-Christoph Borchardt | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-core | Jörn Friedrich Dreyer | 2014-02-20 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: core/css/styles.css | ||||
| * | Moved Core Theme Logos to CSS | Jake Wilson | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | In order to make it easier for a user/developer to replace logos in the core theme, I removed the hardcoded `logo.svg` and `logo-wide.svg` from the html, and replaced them with `div`s that use css background-image instead. This has multiple advantages: 1. The user can now use any filename they want for the logo. They are no longer forced to use logo.svg or logo-wide.svg. 2. The user can now easily use a JPG, PNG or GIF logo instead of SVG (SVG's are awesome, but used by an unfortunately small percentage of web developers at the current time. Most probably don't even know how to make an SVG…). 3. The user doesn't have to resort to hacking the core theme template files in order to use a different filename or file type. 4. Greatly simplifies documentation instructions for how to change the logos (http://owncloud.org/theming/). Signed-off-by: Jake Wilson <jakew@huebnerpetersen.com> | ||||
* | | 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 |
|/ | | | | Fixes #5285 | ||||
* | fix web interface showing very small when accessed on smartphone | Jan-Christoph Borchardt | 2013-10-06 | 1 | -0/+1 |
| | |||||
* | merge master | Jan-Christoph Borchardt | 2013-07-24 | 1 | -7/+5 |
|\ | |||||
| * | initialize OC_Defaults in template constructorX | Björn Schießle | 2013-07-24 | 1 | -6/+4 |
| | | |||||
| * | introduce shortname themable string and split from title, use for image alt text | Jan-Christoph Borchardt | 2013-07-11 | 1 | -3/+3 |
| | | |||||
* | | sticky footer | Jan-Christoph Borchardt | 2013-07-23 | 1 | -5/+9 |
| | | |||||
* | | input field adjustments for new full-color background on log in | Jan-Christoph Borchardt | 2013-07-23 | 1 | -1/+2 |
| | | |||||
* | | rip out unneeded #login div, replace with existing body-login | Jan-Christoph Borchardt | 2013-07-23 | 1 | -7/+7 |
|/ | |||||
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -4/+4 |
| | | | | | | Conflicts: lib/mail.php | ||||
* | Add init funtion to OC_Defaults to be able to wrap translatable strings | Björn Schießle | 2013-07-04 | 1 | -0/+3 |
| | |||||
* | add logo claim to defaults.php | Björn Schießle | 2013-07-01 | 1 | -3/+1 |
| | |||||
* | construct the foother in defaults.php so that we use always the same footer | Björn Schießle | 2013-07-01 | 1 | -5/+2 |
| | | | | | | Conflicts: settings/templates/admin.php | ||||
* | hide the logo claim in case the theme is not loaded | Jan-Christoph Borchardt | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | improved footer | Björn Schießle | 2013-06-13 | 1 | -1/+2 |
| | |||||
* | add logo-claim | Björn Schießle | 2013-06-12 | 1 | -0/+3 |
| | |||||
* | keep all strings in one place to make it easier to change them | Björn Schießle | 2013-06-12 | 1 | -5/+4 |
| | |||||
* | make footer aware of ownCloud editions | Björn Schießle | 2013-06-12 | 1 | -2/+7 |
| | |||||
* | mage page title aware of ownCloud edition | Björn Schießle | 2013-06-12 | 1 | -1/+3 |
| | |||||
* | Add requesttoken to guest view | Lukas Reschke | 2013-05-13 | 1 | -1/+1 |
| | | | Should fix #3321 | ||||
* | add ie css switch to layout templates | Jörn Friedrich Dreyer | 2013-03-03 | 1 | -1/+6 |
| |