Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7567 from owncloud/apps-scroll-settings | Jan-Christoph Borchardt | 2014-03-09 | 1 | -0/+3 |
|\ | | | | | restrict height of settings and make scrollable | ||||
| * | restrict height of settings and make scrollable | Jan-Christoph Borchardt | 2014-03-05 | 1 | -0/+3 |
| | | |||||
* | | fix noise not repeating | Jan-Christoph Borchardt | 2014-03-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #7566 from owncloud/button-outlines | Morris Jobke | 2014-03-05 | 1 | -0/+1 |
|\ \ | |/ |/| | Adds 0 Outlines to Buttons | ||||
| * | Adds 0 Outlines to Buttons | raghunayyar | 2014-03-05 | 1 | -0/+1 |
| | | |||||
* | | add hover/focus states for star icons to hint at action | Jan-Christoph Borchardt | 2014-03-05 | 1 | -2/+6 |
|/ | |||||
* | Do not override button background image | jbtbnl | 2014-03-03 | 1 | -4/+4 |
| | |||||
* | Merge pull request #7382 from jbtbnl/master | Raghu Nayyar | 2014-02-27 | 1 | -1/+1 |
|\ | | | | | Remove necessity of icon class | ||||
| * | Remove necessity of icon class | jbtbnl | 2014-02-24 | 1 | -1/+1 |
| | | | | | | Only the icon specific class is needed | ||||
* | | Merge pull request #7452 from owncloud/icon-delete-hover | Morris Jobke | 2014-02-27 | 1 | -1/+2 |
|\ \ | | | | | | | icons: automatically show delete hover instead of using explicit class | ||||
| * | | icons: automatically show delete hover instead of using explicit class | Jan-Christoph Borchardt | 2014-02-27 | 1 | -1/+2 |
| |/ | |||||
* / | remove border from log in input fields, simpler and works better with themes | Jan-Christoph Borchardt | 2014-02-27 | 1 | -5/+3 |
|/ | |||||
* | use SVG icons from icons.css for New file menu | Jan-Christoph Borchardt | 2014-02-21 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' into mobile-header | Robin Appelman | 2014-02-21 | 3 | -6/+37 |
|\ | |||||
| * | fix IE10 viewport sizeing | Robin Appelman | 2014-02-20 | 1 | -0/+5 |
| | | |||||
| * | Merge pull request #7056 from owncloud/users-scrollperformance | Jan-Christoph Borchardt | 2014-02-20 | 2 | -1/+19 |
| |\ | | | | | | | Improve users list scrolling performance | ||||
| | * | Improve users list scrolling performance | Vincent Petry | 2014-02-17 | 2 | -1/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed JS error when avatar mode is disabled - added spinner at the bottom of the table - scroll detection now happens earlier - single/multiselect init is deferred so that the new rows are first appended into the list (more responsive) and initialized afterwards - disabled users sorting after add (assuming they are always sorted on the server side) | ||||
| * | | Merge pull request #6808 from globalpointfamily/remove_ie9_navagation_width_fix | Jan-Christoph Borchardt | 2014-02-20 | 1 | -5/+0 |
| |\ \ | | | | | | | | | remove fix for IE9 nav bar width | ||||
| | * | | remove fix for IE9 nav bar width | Konstantin.Popov | 2014-01-17 | 1 | -5/+0 |
| | | | | |||||
| * | | | Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-core | Jörn Friedrich Dreyer | 2014-02-20 | 1 | -0/+13 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: core/css/styles.css | ||||
| | * | | Moved Core Theme Logos to CSS | Jake Wilson | 2013-10-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | | | remove additional transition rule, reduce width of collapsed search bar | Jan-Christoph Borchardt | 2014-02-20 | 1 | -5/+1 |
| | | | | |||||
* | | | | do not show display name on mobile when profile picture is present | Jan-Christoph Borchardt | 2014-02-20 | 1 | -0/+6 |
| | | | | |||||
* | | | | move avatar into clickable area of user menu | Jan-Christoph Borchardt | 2014-02-20 | 1 | -4/+4 |
| | | | | |||||
* | | | | reduce width of searchbox on mobile, fix overlap, fix #7282 | Jan-Christoph Borchardt | 2014-02-20 | 2 | -4/+26 |
|/ / / | |||||
* | | | Merge pull request #6278 from nickvergessen/issue/6263 | Raghu Nayyar | 2014-01-29 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [issue/6263] layout.user.php code is not valid markup | ||||
| * | | | Extend margin to avoid displaying a scrollbar | Joas Schilling | 2014-01-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add white color variant of checkmark icon | jbtbnl | 2014-01-29 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 1 | -0/+240 |
|\ \ \ \ | | | | | | | | | | | Remove %webroot% from CSS | ||||
| * | | | | add icons.css file, first step to get rid of %webroot% | Jan-Christoph Borchardt | 2014-01-23 | 1 | -0/+240 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #5153 from owncloud/core-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 4 | -73/+72 |
|\ \ \ \ | | | | | | | | | | | Cleans up Core apps for relative(em) to absolute(px) styles. | ||||
| * | | | | Fixes width of the dropdown menus as per computed styles. | raghunayyar | 2014-01-26 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fixes typos, adds ; wherever not present. | raghunayyar | 2014-01-16 | 1 | -18/+18 |
| | | | | | |||||
| * | | | | Merge branch 'master' into core-em-to-px | raghunayyar | 2014-01-16 | 6 | -50/+211 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css | ||||
| * | | | | All Core Styles from em->px, apart from styles.css | raghunayyar | 2013-10-07 | 4 | -27/+27 |
| | | | | | |||||
* | | | | | Merge pull request #5152 from owncloud/files-em-to-px | Jan-Christoph Borchardt | 2014-01-27 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Converts em to px values for styles in Files. | ||||
| * | | | | remove comment & add space | Morris Jobke | 2014-01-18 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebase | raghunayyar | 2014-01-16 | 1 | -1/+2 |
| | |/ / | |/| | | |||||
* / | | | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 2 | -1/+22 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | Merge pull request #5968 from owncloud/legacy-popup-fixes | Vincent Petry | 2013-12-10 | 1 | -3/+11 |
|\ \ \ | | | | | | | | | fix the legacy popup to make calendar settings look nicer | ||||
| * | | | fix shadow size and arrow position | Jan-Christoph Borchardt | 2013-12-09 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix the legacy popup to make calendar settings look nicer | Jan-Christoph Borchardt | 2013-11-20 | 1 | -2/+10 |
| | | | | |||||
* | | | | fix IE8 transparent background | Morris Jobke | 2013-12-07 | 1 | -0/+5 |
| | | | | |||||
* | | | | Link to enable-javascript.com | ringmaster | 2013-12-05 | 1 | -0/+7 |
| | | | | |||||
* | | | | Move message up 10% | ringmaster | 2013-12-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | Add overlay noscript message to fix #6032 | ringmaster | 2013-12-05 | 1 | -0/+21 |
| | | | | |||||
* | | | | Merge pull request #5946 from owncloud/public-page-details | Vincent Petry | 2013-12-03 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | Public page details | ||||
| * | | | | fix public page - gallery view issues | Morris Jobke | 2013-12-03 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | account for shift of controls bar due to app navigation, do not shift on ↵ | Jan-Christoph Borchardt | 2013-12-03 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | public page | ||||
* | | | | | Merge pull request #5931 from owncloud/fix-time-field-properly | Thomas Müller | 2013-12-03 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | fix time input field properly, details |