summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.base.php
Commit message (Collapse)AuthorAgeFilesLines
* 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