Lukas Reschke
5cd0fd2559
Merge pull request #8700 from owncloud/design-smallfixes
...
Design detail fixes
2014-05-29 21:54:15 +02:00
Vincent Petry
7e055a9404
Fixed DOM elements, styling and code style issues
...
- Reduced number of DOM elements
- Also added mention of "config" backup.
2014-05-28 11:29:22 +02:00
Vincent Petry
ca45937d84
Fixed styles in update overview page
2014-05-27 16:36:21 +02:00
Jan-Christoph Borchardt
574e4f0579
use user-select: none; on header, navigation and user menu
2014-05-23 17:57:29 +02:00
Jan-Christoph Borchardt
5bf13783e2
darken scrollbar to distinguish from selected sidebar items
2014-05-23 17:43:20 +02:00
Jan-Christoph Borchardt
7be0ce6ada
remove noise texture from interface (not necessary, and blurry on high-res)
2014-05-23 14:15:36 +02:00
Jan-Christoph Borchardt
b92c4cb84d
fix sticky footer on log in page
2014-05-12 13:40:04 +02:00
Jan-Christoph Borchardt
c1dfdbbbb4
fix enlarged caret on installation page
2014-05-06 12:17:13 +02:00
Thomas Müller
49d9631eee
Merge pull request #8400 from owncloud/download-button-public-folder
...
reintroduce download button on public shares
2014-05-02 16:59:09 +02:00
Jan-Christoph Borchardt
899c7c0443
fix position and look of public download button
2014-05-02 15:26:21 +02:00
Jan-Christoph Borchardt
a280a69ecc
remove unneeded header-right details styles
2014-05-02 15:14:41 +02:00
Jan-Christoph Borchardt
4f873690d3
remove leftcontent and rightcontent CSS, no longer needed
2014-04-29 16:55:35 +02:00
Morris Jobke
0b4431216d
Merge pull request #8236 from owncloud/header-right-fix
...
remove duplication of header and 'header-right' element, also ellipsize when too wide
2014-04-17 15:18:40 +02:00
Morris Jobke
2f6eed4f9d
Merge pull request #7994 from owncloud/fix-login-fields
...
Fix login fields
2014-04-16 23:17:49 +02:00
Jan-Christoph Borchardt
03ad908c30
fix overlapping infield labels
2014-04-16 17:49:46 +02:00
Jan-Christoph Borchardt
067a5cdee7
fix database infield label indentation
2014-04-16 17:44:05 +02:00
Jan-Christoph Borchardt
6a79b7f2b5
fix sizing for fields when password is shown
2014-04-16 17:43:15 +02:00
Jan-Christoph Borchardt
9c6f8e59ae
fix header code duplication, code style fixes
2014-04-16 16:26:41 +02:00
Jan-Christoph Borchardt
547ddf7775
remove duplication of 'header-right' element, also make it overflow when too wide
2014-04-16 15:53:38 +02:00
Jan-Christoph Borchardt
7110ecbf06
fix error display on smaller screens, fix #8090
2014-04-16 15:31:15 +02:00
Robin Appelman
ceb6666e73
Fix slideshow buttons being invisible
2014-04-06 00:16:14 +02:00
Vincent Petry
0be9de5df5
Files, trashbin, public apps use ajax/JSON for the file list
...
Files app:
- removed file list template, now rendering list from JSON response
- FileList.addFile/addDir is now FileList.add() and takes a JS map with all required
arguments instead of having a long number of function arguments
- added unit tests for many FileList operations
- fixed newfile.php, newfolder.php and rename.php to return the file's
full JSON on success
- removed obsolete/unused undo code
- removed download_url / loading options, now using
Files.getDownloadUrl() for that
- server side now uses Helper::getFileInfo() to prepare file JSON response
- previews are now client-side only
Breadcrumbs are now JS only:
- Added BreadCrumb class to handle breadcrumb rendering and events
- Added unit test for BreadCrumb class
- Moved all relevant JS functions to the BreadCrumb class
Public page now uses ajax to load the file list:
- Added Helper class in sharing app to make it easier to authenticate
and retrieve the file's real path
- Added ajax/list.php to retrieve the file list
- Fixed FileActions and FileList to work with the ajax list
Core:
- Fixed file picker dialog to use the same list format as files app
2014-04-02 15:33:47 +02:00
Jan-Christoph Borchardt
0c441724bc
make infield labels use less space so pasting in is easier
2014-04-01 17:21:05 +02:00
Jan-Christoph Borchardt
c926e98ea9
fix log in input sizing caused by core input field switch to px
2014-04-01 17:18:03 +02:00
Vincent Petry
18acfa8bb3
Merge pull request #7915 from owncloud/replace-personalblock
...
Replace personalblock with .section
2014-04-01 11:20:16 +02:00
Morris Jobke
ab696edba6
Merge pull request #7916 from owncloud/fix-input-sizes
...
Fix input sizes
2014-03-31 15:56:19 +02:00
Jan-Christoph Borchardt
2be2a5d2c5
external storage: fix merge conflict, indentation
2014-03-31 13:12:04 +02:00
Jan-Christoph Borchardt
615de6534f
fix duplicate rules for button/input styles, em to px
2014-03-31 12:27:26 +02:00
Thomas Müller
e3b951f412
Merge pull request #7724 from owncloud/mobile
...
[WIP] Mobile optimization for base layout and Files app
2014-03-28 10:27:15 +01:00
Jan-Christoph Borchardt
ec46a07195
convert input metrics to px
2014-03-27 17:13:36 +01:00
Jan-Christoph Borchardt
5b2abb32a6
remove CSS rules for personalblock, remove it from core
2014-03-27 17:00:47 +01:00
Jan-Christoph Borchardt
ba82175e11
specify logo to not repeat when container is bigger
2014-03-27 14:37:41 +01:00
Jörn Friedrich Dreyer
c9d97d2ef2
add top:45px to position:fixed controls, fixes alignment on android 4.0.4 browser
2014-03-21 11:56:47 +01:00
jbtbnl
57cfff7d51
Fix #7758
2014-03-19 16:45:10 +01:00
raghunayyar
5a9689eb5c
Adds 0 Outlines to Buttons
2014-03-05 19:36:36 +05:30
jbtbnl
e603164517
Do not override button background image
2014-03-03 14:07:44 +01:00
Jan-Christoph Borchardt
f0cd08ab5d
remove border from log in input fields, simpler and works better with themes
2014-02-27 12:13:09 +01:00
Robin Appelman
80481a1e41
Merge branch 'master' into mobile-header
2014-02-21 12:46:09 +01:00
Robin Appelman
d9bb21146f
fix IE10 viewport sizeing
2014-02-20 18:14:40 +01:00
Jan-Christoph Borchardt
bfe6dfe5da
Merge pull request #7056 from owncloud/users-scrollperformance
...
Improve users list scrolling performance
2014-02-20 16:45:36 +01:00
Jörn Friedrich Dreyer
3f6d14be85
Merge branch 'core-css-logos' of github.com:Jakobud/owncloud-core
...
Conflicts:
core/css/styles.css
2014-02-20 14:29:23 +01:00
Jan-Christoph Borchardt
92d57cb5a7
move avatar into clickable area of user menu
2014-02-20 13:36:52 +01:00
Jan-Christoph Borchardt
3e2c56157b
reduce width of searchbox on mobile, fix overlap, fix #7282
2014-02-20 11:33:46 +01:00
Vincent Petry
c732764eb5
Improve users list scrolling performance
...
- 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)
2014-02-17 19:32:45 +01:00
Raghu Nayyar
299a8285bd
Merge pull request #6278 from nickvergessen/issue/6263
...
[issue/6263] layout.user.php code is not valid markup
2014-01-29 10:42:17 -08:00
Jan-Christoph Borchardt
6fbc73e673
Merge pull request #5152 from owncloud/files-em-to-px
...
Converts em to px values for styles in Files.
2014-01-27 02:28:01 -08:00
Morris Jobke
ce0cbbd7bc
remove comment & add space
2014-01-18 14:22:56 +01:00
raghunayyar
f975fd5499
Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebase
2014-01-16 14:23:39 +05:30
Morris Jobke
5c1a9f35f1
Indicate password strength using strengthify
...
* 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
2014-01-15 11:10:12 +01:00
Joas Schilling
d95cab632b
Extend margin to avoid displaying a scrollbar
2014-01-10 10:17:19 +01:00