aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/layout.guest.php
Commit message (Collapse)AuthorAgeFilesLines
* Flush the Buffer Early - right after headThomas Müller2014-04-151-1/+1
|
* fix SVG replacement for logo so it works in IE8, fix #7866Jan-Christoph Borchardt2014-03-271-1/+1
|
* Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-coreJörn Friedrich Dreyer2014-02-201-1/+1
|\ | | | | | | | | Conflicts: core/css/styles.css
| * Moved Core Theme Logos to CSSJake Wilson2013-10-101-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 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
|
* merge masterJan-Christoph Borchardt2013-07-241-7/+5
|\
| * initialize OC_Defaults in template constructorXBjörn Schießle2013-07-241-6/+4
| |
| * introduce shortname themable string and split from title, use for image alt textJan-Christoph Borchardt2013-07-111-3/+3
| |
* | sticky footerJan-Christoph Borchardt2013-07-231-5/+9
| |
* | input field adjustments for new full-color background on log inJan-Christoph Borchardt2013-07-231-1/+2
| |
* | rip out unneeded #login div, replace with existing body-loginJan-Christoph Borchardt2013-07-231-7/+7
|/
* move to non-static OC_DefaultsBjörn Schießle2013-07-041-4/+4
| | | | | | Conflicts: lib/mail.php
* Add init funtion to OC_Defaults to be able to wrap translatable stringsBjörn Schießle2013-07-041-0/+3
|
* add logo claim to defaults.phpBjörn Schießle2013-07-011-3/+1
|
* construct the foother in defaults.php so that we use always the same footerBjörn Schießle2013-07-011-5/+2
| | | | | | Conflicts: settings/templates/admin.php
* hide the logo claim in case the theme is not loadedJan-Christoph Borchardt2013-06-171-1/+1
|
* improved footerBjörn Schießle2013-06-131-1/+2
|
* add logo-claimBjörn Schießle2013-06-121-0/+3
|
* keep all strings in one place to make it easier to change themBjörn Schießle2013-06-121-5/+4
|
* make footer aware of ownCloud editionsBjörn Schießle2013-06-121-2/+7
|
* mage page title aware of ownCloud editionBjörn Schießle2013-06-121-1/+3
|
* Add requesttoken to guest viewLukas Reschke2013-05-131-1/+1
| | | Should fix #3321
* add ie css switch to layout templatesJörn Friedrich Dreyer2013-03-031-1/+6
|
* [core] From echo to pLukas Reschke2013-02-271-10/+10
|
* add CSP turned on for angularjsBernhard Posselt2013-02-251-1/+1
|
* Style cleanup core dirBart Visscher2013-02-211-2/+4
|
* Move loading of js_config to templatelayoutBart Visscher2013-02-071-1/+0
| | | | Also check for installed flag because this isn't available before setup
* Merge pull request #1306 from owncloud/smart-app-bannerThomas Müller2013-01-261-0/+1
|\ | | | | add smart app banner to promote ios app
| * add smart app banner to promote ios appGeorg Ehrke2013-01-251-0/+1
| |
* | Fix merge conflictLukas Reschke2013-01-231-12/+0
| |
* | Merge master...Lukas Reschke2013-01-231-0/+12
|\|
| * 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-10/+1
|/
* use vector logo also on log in page, d'oh (also now retina-ready)Jan-Christoph Borchardt2012-12-061-1/+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.
* ->l expects two parametersLukas Reschke2012-10-281-1/+2
|
* Revert "Fix a typo"Lukas Reschke2012-10-281-1/+1
| | | | This reverts commit a306e4b8a02cb03d5c6f29aa602e75d075e2877f.
* Fix a typoLukas Reschke2012-10-281-1/+1
|
* Fix not defined JS variablesLukas Reschke2012-10-251-0/+3
|
* 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
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-2/+2
|\ | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * Better handling of core.css and core.jsBart Visscher2012-06-071-2/+2
| | | | | | | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933
* | Change app path logic in templatesBrice Maron2012-06-061-1/+1
|/
* Merge branch 'unstable'Bart Visscher2012-06-041-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
| * Combine and minimize core and default app js filesBart Visscher2012-05-161-0/+3
| |