Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for whitelabeled edition, show branding name (e.g. 'ownCloud') instead of ↵ | Jan-Christoph Borchardt | 2014-09-26 | 1 | -1/+7 |
| | | | | appname in header bar | ||||
* | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 1 | -1/+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 | -1/+1 |
|\ | | | | | fix no-JS message, and add it to log in and shared as well cause they don’t work without JS | ||||
| * | fix styling and wording of no-JavaScript message | Jan-Christoph Borchardt | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |||||
* | Removing `x-webkit-speech` attribute #10561 | Volker E. | 2014-08-20 | 1 | -1/+1 |
| | | | Remove obsolete (from Google Chrome 36 on) attribute due to security vulnerability | ||||
* | 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 | ||||
* | fix syntax | Morris Jobke | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Changed to 1 line | Sander | 2014-07-08 | 1 | -3/+1 |
| | |||||
* | Added suggestions from @jancborchardt in #9517 | Sander | 2014-07-08 | 1 | -3/+3 |
| | |||||
* | Update layout.user.php | Sander | 2014-07-08 | 1 | -1/+1 |
| | |||||
* | Add webapp support | Sander | 2014-07-08 | 1 | -0/+6 |
| | |||||
* | show loading feedback also when clicking 'Apps' entry in app list | Jan-Christoph Borchardt | 2014-07-04 | 1 | -0/+1 |
| | |||||
* | Fix missing caret in header menu for IE8 | Joas Schilling | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | wrap App text with t() to let it use locales | Volkan Gezer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | rearrange CSS, remove duplicate code | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | move 'add apps' entry into normal navigation instead of a new line | Jan-Christoph Borchardt | 2014-06-04 | 1 | -6/+5 |
| | |||||
* | better loading feedback for app start, move from JS to CSS | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | show 'Apps' as fallback label for app switcher if no app title is present ↵ | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | | | | (for example in Settings) | ||||
* | separate home icon and menu toggle | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+2 |
| | |||||
* | cut ownCloud text from logo when logged in, place appname there | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | drop "push" element - no sticky footer needed anymore | Morris Jobke | 2014-06-04 | 1 | -4/+0 |
| | |||||
* | show appname next to logo for better hint at navigation | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -6/+6 |
| | |||||
* | Now settings CSS class with appid in content DIV | Vincent Petry | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Flush the Buffer Early - right after head | Thomas Müller | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7724 from owncloud/mobile | Thomas Müller | 2014-03-28 | 1 | -1/+1 |
|\ | | | | | [WIP] Mobile optimization for base layout and Files app | ||||
| * | use minimum-scale=1.0 | Thomas Müller | 2014-03-25 | 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 'master' into mobile-header | Robin Appelman | 2014-02-21 | 1 | -2/+3 |
|\ | |||||
| * | Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-core | Jörn Friedrich Dreyer | 2014-02-20 | 1 | -2/+3 |
| |\ | | | | | | | | | | | | | Conflicts: core/css/styles.css | ||||
| | * | Moved Core Theme Logos to CSS | Jake Wilson | 2013-10-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 in to not mangle layout accidentally | Jan-Christoph Borchardt | 2014-02-20 | 1 | -1/+1 |
| | | | |||||
* | | | move avatar into clickable area of user menu | Jan-Christoph Borchardt | 2014-02-20 | 1 | -3/+3 |
|/ / | |||||
* | | Add alt attribute for img elements | Joas Schilling | 2014-01-10 | 1 | -3/+3 |
| | | |||||
* | | Fix unallowed child elements | Joas Schilling | 2014-01-10 | 1 | -11/+16 |
| | | |||||
* | | Merge pull request #6262 from nickvergessen/issue/4375 | Frank Karlitschek | 2013-12-20 | 1 | -1/+1 |
|\ \ | | | | | | | correctly mark app management active | ||||
| * | | correctly mark app management active | Joas Schilling | 2013-12-09 | 1 | -1/+1 |
| | | | |||||
* | | | Remove reference to ownCloud. | ringmaster | 2013-12-05 | 1 | -1/+1 |
| | | | |||||
* | | | Link to enable-javascript.com | ringmaster | 2013-12-05 | 1 | -1/+1 |
| | | | |||||
* | | | Make noscript message translatable | ringmaster | 2013-12-05 | 1 | -1/+1 |
| | | | |||||
* | | | Add overlay noscript message to fix #6032 | ringmaster | 2013-12-05 | 1 | -0/+1 |
|/ / | |||||
* | | Updates ownCloud title to Application - ownCloud | raghunayyar | 2013-10-17 | 1 | -3/+4 |
| | | |||||
* | | Fixed viewport layout using commas instead of semicolons | Vincent Petry | 2013-10-11 | 1 | -1/+1 |
|/ | | | | Fixes #5285 | ||||
* | Merge pull request #5244 from owncloud/more-css-fixes | Morris Jobke | 2013-10-10 | 1 | -0/+1 |
|\ | | | | | More css fixes | ||||
| * | fix web interface showing very small when accessed on smartphone | Jan-Christoph Borchardt | 2013-10-06 | 1 | -0/+1 |
| | | |||||
* | | move call to print_unescaped() to template | Thomas Müller | 2013-10-07 | 1 | -1/+1 |
| | | |||||
* | | $defaults is not necessary here - merge artifact | Thomas Müller | 2013-10-02 | 1 | -2/+0 |
| | |