Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -6/+6 |
| | |||||
* | Flush the Buffer Early - right after head | Thomas Müller | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | add 'body-public' ID to body in base layout so it can be identified via CSS | Jan-Christoph Borchardt | 2014-03-14 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | initialize OC_Defaults in template constructorX | Björn Schießle | 2013-07-24 | 1 | -3/+1 |
| | |||||
* | introduce shortname themable string and split from title, use for image alt text | Jan-Christoph Borchardt | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -2/+2 |
| | | | | | | 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 |
| | |||||
* | keep all strings in one place to make it easier to change them | Björn Schießle | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | mage page title aware of ownCloud edition | Björn Schießle | 2013-06-12 | 1 | -1/+3 |
| | |||||
* | add ie css switch to layout templates | Jörn Friedrich Dreyer | 2013-03-03 | 1 | -1/+6 |
| | |||||
* | Typo... | Lukas Reschke | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | [core] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -8/+8 |
| | |||||
* | add CSP turned on for angularjs | Bernhard Posselt | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | Style cleanup core dir | Bart Visscher | 2013-02-21 | 1 | -1/+2 |
| | |||||
* | Move loading of js_config to templatelayout | Bart Visscher | 2013-02-07 | 1 | -1/+0 |
| | | | | Also check for installed flag because this isn't available before setup | ||||
* | Fix merge conflict | Lukas Reschke | 2013-01-23 | 1 | -8/+0 |
| | |||||
* | Merge master... | Lukas Reschke | 2013-01-23 | 1 | -0/+8 |
|\ | |||||
| * | Move template parameters around so database error page is properly rendered | Michael Gapczynski | 2013-01-07 | 1 | -1/+0 |
| | | |||||
* | | Move config to core/js/config.php | Lukas Reschke | 2013-01-21 | 1 | -6/+1 |
|/ | |||||
* | Very simple js console switcher. | Thomas Tanghus | 2012-11-15 | 1 | -0/+1 |
| | |||||
* | Create only one CSRF token per session | Lukas Reschke | 2012-10-31 | 1 | -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ßle | 2012-10-05 | 1 | -0/+2 |
| | | | | public shares) | ||||
* | Move handling of core remotes to OC_TemplateLayout | Bart Visscher | 2012-09-07 | 1 | -6/+0 |
| | |||||
* | Fix password authentication for links and fix template problems for links by ↵ | Michael Gapczynski | 2012-08-29 | 1 | -0/+37 |
creating a new base layout |