Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6870 from owncloud/uncheck-remember-checkbox | Jan-Christoph Borchardt | 2014-04-29 | 1 | -1/+1 |
|\ | | | | | do not check 'remember' log in by default | ||||
| * | do not check 'remember' log in by default | Jan-Christoph Borchardt | 2014-01-21 | 1 | -1/+1 |
| | | |||||
* | | Flush the Buffer Early - right after head | Thomas Müller | 2014-04-15 | 3 | -3/+3 |
| | | |||||
* | | 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 | 2 | -2/+2 |
| | | | |||||
* | | | 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 |
|/ / | |||||
* | | fix: use print_escaped for radio button "checked" | ideaship | 2014-03-06 | 1 | -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/7304 | Morris Jobke | 2014-03-05 | 1 | -2/+4 |
|\ \ | | | | | | | Fix position of eye icon on database password field | ||||
| * | | Fix position of eye icon on database password field | Joas Schilling | 2014-03-05 | 1 | -2/+4 |
| | | | | | | | | | | | | Fix #7304 | ||||
* | | | Fix mail template to use p() for colors | Vincent Petry | 2014-03-03 | 1 | -4/+4 |
| | | | | | | | | | | | | Now using p() instead of print_unescaped() for colors. | ||||
* | | | make mail notification header color themable | Jan-Christoph Borchardt | 2014-03-03 | 1 | -2/+2 |
| | | | |||||
* | | | mail template: remove off-white background color to better blend into mail ↵ | Jan-Christoph Borchardt | 2014-03-03 | 1 | -7/+7 |
| | | | | | | | | | | | | client | ||||
* | | | Installation: relabel 'Advanced' to more descriptive 'Storage & database' | Jan-Christoph Borchardt | 2014-02-27 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'master' into mobile-header | Robin Appelman | 2014-02-21 | 2 | -3/+4 |
|\ \ | |||||
| * \ | Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-core | Jörn Friedrich Dreyer | 2014-02-20 | 2 | -3/+4 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: core/css/styles.css | ||||
| | * | | Moved Core Theme Logos to CSS | Jake Wilson | 2013-10-10 | 2 | -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 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 |
|/ / / | |||||
* | | | do not autocapitalize fields on mobile, fix user name input. Also disable ↵ | Jan-Christoph Borchardt | 2014-02-18 | 2 | -12/+22 |
| | | | | | | | | | | | | autocorrect and specify autocomplete | ||||
* | | | Merge pull request #4795 from owncloud/setup | Morris Jobke | 2014-02-04 | 1 | -62/+16 |
|\ \ \ | | | | | | | | | Move core setup code to controller class | ||||
| * | | | Use === instead of ==, add missing whitespace and CSS class | Morris Jobke | 2014-02-01 | 1 | -2/+2 |
| | | | | |||||
| * | | | DRY for database type radiolist | Bart Visscher | 2014-01-31 | 1 | -54/+8 |
| | | | | |||||
| * | | | Do setup default value handling in the controller not the template | Bart Visscher | 2014-01-31 | 1 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #6278 from nickvergessen/issue/6263 | Raghu Nayyar | 2014-01-29 | 1 | -14/+19 |
|\ \ \ \ | |/ / / |/| | | | [issue/6263] layout.user.php code is not valid markup | ||||
| * | | | 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 branch 'master' into mobile-style | Thomas Müller | 2014-01-23 | 2 | -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 strengthify | Morris Jobke | 2014-01-15 | 1 | -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 filename | Jan-Christoph Borchardt | 2014-01-09 | 1 | -1/+1 |
| |/ / | |||||
* / / | restrict zooming on mobile devices for the publicly accessible, optimized pages | Jan-Christoph Borchardt | 2014-01-17 | 2 | -2/+2 |
|/ / | |||||
* | | Made password field required on client side | Vladimir Sapronov | 2013-12-22 | 1 | -1/+1 |
| | | | | | | Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19 | ||||
* | | 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 |
| | | | |||||
* | | | Merge pull request #6202 from owncloud/fix_6032_alt | Morris Jobke | 2013-12-07 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Add overlay noscript message to fix #6032 | ||||
| * | | 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 |
| | | | |||||
* | | | fix appearance of error message - .errors is outdated | Morris Jobke | 2013-12-05 | 1 | -5/+6 |
|/ / | |||||
* | | Fix resize issue for trash button in chrome and overflowing spinner in ↵ | Morris Jobke | 2013-11-28 | 1 | -0/+2 |
| | | | | | | | | | | | | .update class fixes #6108 | ||||
* | | improve encryption message | Morris Jobke | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | add spinner to the template so that it can be loaded in time | Bjoern Schiessle | 2013-11-27 | 1 | -0/+2 |
| | | |||||
* | | switch from "name" attribute to "id" | Bjoern Schiessle | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | show a message at the log-in screen if inital encryption take place | Bjoern Schiessle | 2013-11-25 | 1 | -1/+3 |
| | | |||||
* | | Add template for single user mode message | Robin Appelman | 2013-11-25 | 1 | -0/+10 |
| | | |||||
* | | unify translation string - less work for the translators | Thomas Müller | 2013-11-21 | 2 | -2/+4 |
| | | |||||
* | | Changed update message to be more instructive, changed update style to be ↵ | Ramiro Aparicio | 2013-10-24 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | less aggresive Fix br tags Improve english messages | ||||
* | | fix message dialog titles in IE8 | Jörn Friedrich Dreyer | 2013-10-23 | 1 | -1/+1 |
| | | |||||
* | | introduce link_to_docs() and migrate links | Thomas Müller | 2013-10-21 | 1 | -1/+1 |
| | |