aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6870 from owncloud/uncheck-remember-checkboxJan-Christoph Borchardt2014-04-291-1/+1
|\ | | | | do not check 'remember' log in by default
| * do not check 'remember' log in by defaultJan-Christoph Borchardt2014-01-211-1/+1
| |
* | Flush the Buffer Early - right after headThomas Müller2014-04-153-3/+3
| |
* | Merge pull request #7724 from owncloud/mobileThomas Müller2014-03-281-1/+1
|\ \ | | | | | | [WIP] Mobile optimization for base layout and Files app
| * | use minimum-scale=1.0Thomas Müller2014-03-251-1/+1
| | |
* | | fix SVG replacement for logo so it works in IE8, fix #7866Jan-Christoph Borchardt2014-03-272-2/+2
| | |
* | | add 'body-public' ID to body in base layout so it can be identified via CSSJan-Christoph Borchardt2014-03-141-1/+1
|/ /
* | fix: use print_escaped for radio button "checked"ideaship2014-03-061-1/+1
| | | | | | | | | | use of p() results in escaped HTML code: checked="checked" where it should be: checked="checked"
* | Merge pull request #7554 from owncloud/issue/7304Morris Jobke2014-03-051-2/+4
|\ \ | | | | | | Fix position of eye icon on database password field
| * | Fix position of eye icon on database password fieldJoas Schilling2014-03-051-2/+4
| | | | | | | | | | | | Fix #7304
* | | Fix mail template to use p() for colorsVincent Petry2014-03-031-4/+4
| | | | | | | | | | | | Now using p() instead of print_unescaped() for colors.
* | | make mail notification header color themableJan-Christoph Borchardt2014-03-031-2/+2
| | |
* | | mail template: remove off-white background color to better blend into mail ↵Jan-Christoph Borchardt2014-03-031-7/+7
| | | | | | | | | | | | client
* | | Installation: relabel 'Advanced' to more descriptive 'Storage & database'Jan-Christoph Borchardt2014-02-271-1/+1
|/ /
* | Merge branch 'master' into mobile-headerRobin Appelman2014-02-212-3/+4
|\ \
| * \ Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-coreJörn Friedrich Dreyer2014-02-202-3/+4
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/css/styles.css
| | * | Moved Core Theme Logos to CSSJake Wilson2013-10-102-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 accidentallyJan-Christoph Borchardt2014-02-201-1/+1
| | | |
* | | | move avatar into clickable area of user menuJan-Christoph Borchardt2014-02-201-3/+3
|/ / /
* | | do not autocapitalize fields on mobile, fix user name input. Also disable ↵Jan-Christoph Borchardt2014-02-182-12/+22
| | | | | | | | | | | | autocorrect and specify autocomplete
* | | Merge pull request #4795 from owncloud/setupMorris Jobke2014-02-041-62/+16
|\ \ \ | | | | | | | | Move core setup code to controller class
| * | | Use === instead of ==, add missing whitespace and CSS classMorris Jobke2014-02-011-2/+2
| | | |
| * | | DRY for database type radiolistBart Visscher2014-01-311-54/+8
| | | |
| * | | Do setup default value handling in the controller not the templateBart Visscher2014-01-311-8/+8
| | | |
* | | | Merge pull request #6278 from nickvergessen/issue/6263Raghu Nayyar2014-01-291-14/+19
|\ \ \ \ | |/ / / |/| | | [issue/6263] layout.user.php code is not valid markup
| * | | Add alt attribute for img elementsJoas Schilling2014-01-101-3/+3
| | | |
| * | | Fix unallowed child elementsJoas Schilling2014-01-101-11/+16
| | | |
* | | | Merge branch 'master' into mobile-styleThomas Müller2014-01-232-1/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php
| * | | Indicate password strength using strengthifyMorris Jobke2014-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uses zxcvbn * outsourced to separate jquery plugin * async loading * hide strength meter if input is empty * feedback if user enters weakest password * fade in and out * show tipsy with strength * Opera 12, IE8-10, FF 23, Chromium 29
| * | | fix email template l10n, emphasize filenameJan-Christoph Borchardt2014-01-091-1/+1
| |/ /
* / / restrict zooming on mobile devices for the publicly accessible, optimized pagesJan-Christoph Borchardt2014-01-172-2/+2
|/ /
* | Made password field required on client sideVladimir Sapronov2013-12-221-1/+1
| | | | | | Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19
* | Merge pull request #6262 from nickvergessen/issue/4375Frank Karlitschek2013-12-201-1/+1
|\ \ | | | | | | correctly mark app management active
| * | correctly mark app management activeJoas Schilling2013-12-091-1/+1
| | |
* | | Merge pull request #6202 from owncloud/fix_6032_altMorris Jobke2013-12-071-0/+1
|\ \ \ | |/ / |/| | Add overlay noscript message to fix #6032
| * | Remove reference to ownCloud.ringmaster2013-12-051-1/+1
| | |
| * | Link to enable-javascript.comringmaster2013-12-051-1/+1
| | |
| * | Make noscript message translatableringmaster2013-12-051-1/+1
| | |
| * | Add overlay noscript message to fix #6032ringmaster2013-12-051-0/+1
| | |
* | | fix appearance of error message - .errors is outdatedMorris Jobke2013-12-051-5/+6
|/ /
* | Fix resize issue for trash button in chrome and overflowing spinner in ↵Morris Jobke2013-11-281-0/+2
| | | | | | | | | | | | .update class fixes #6108
* | improve encryption messageMorris Jobke2013-11-271-1/+1
| |
* | add spinner to the template so that it can be loaded in timeBjoern Schiessle2013-11-271-0/+2
| |
* | switch from "name" attribute to "id"Bjoern Schiessle2013-11-271-1/+1
| |
* | show a message at the log-in screen if inital encryption take placeBjoern Schiessle2013-11-251-1/+3
| |
* | Add template for single user mode messageRobin Appelman2013-11-251-0/+10
| |
* | unify translation string - less work for the translatorsThomas Müller2013-11-212-2/+4
| |
* | Changed update message to be more instructive, changed update style to be ↵Ramiro Aparicio2013-10-242-0/+8
| | | | | | | | | | | | | | | | less aggresive Fix br tags Improve english messages
* | fix message dialog titles in IE8Jörn Friedrich Dreyer2013-10-231-1/+1
| |
* | introduce link_to_docs() and migrate linksThomas Müller2013-10-211-1/+1
| |