Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more subtle hover effect on sortable column, text instead of background | Jan-Christoph Borchardt | 2014-06-02 | 1 | -1/+1 | |
| | ||||||
* | fix misalignment of modified dates, shift to right | Jan-Christoph Borchardt | 2014-06-02 | 1 | -1/+1 | |
| | ||||||
* | remove unused table sizing CSS | Jan-Christoph Borchardt | 2014-06-02 | 1 | -2/+3 | |
| | ||||||
* | Merge pull request #8663 from owncloud/files-dndissue | Lukas Reschke | 2014-05-30 | 1 | -0/+5 | |
|\ | | | | | Fixed drag and drop from external files, added tests | |||||
| * | Fix dropping files below the table | Vincent Petry | 2014-05-22 | 1 | -0/+5 | |
| | | ||||||
* | | Fix table header colors | Vincent Petry | 2014-05-30 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | Table headers should be 999 even when using links (introduced by the sorting feature) When selecting with checkboxes, they must appear black. | |||||
* | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+4 | |
|/ | ||||||
* | Fixed many issues, clean up | Vincent Petry | 2014-05-15 | 1 | -15/+30 | |
| | | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now) | |||||
* | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -7/+22 | |
| | | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces | |||||
* | Added app navigation for files app | Vincent Petry | 2014-05-15 | 1 | -0/+7 | |
| | | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well | |||||
* | Set row height in files table | Bagera | 2014-05-14 | 1 | -2/+2 | |
| | | | | Sets row height to avoid resize when name is edited | |||||
* | fixes #7949 | Bagera | 2014-05-13 | 1 | -1/+1 | |
| | | | | Sets height to form to avoid resizing when filename link is not shown | |||||
* | Add sorting to files list, trashbin and public files | Vincent Petry | 2014-04-28 | 1 | -9/+27 | |
| | ||||||
* | Fix file selection for infinite scrolling | Vincent Petry | 2014-04-28 | 1 | -1/+0 | |
| | | | | | | | - moved file selection code to FileList - fix selection summary when all files are selected - nextPage now auto-selects files if "select all" checkbox is checked - fixed trashbin to use the same selection logic as FileList | |||||
* | fix shift of icons in 'New' menu in IE8/9, fix #7987 | Jan-Christoph Borchardt | 2014-04-16 | 1 | -1/+1 | |
| | ||||||
* | adding proper notification area for multi line messages | Thomas Müller | 2014-03-26 | 1 | -0/+8 | |
| | ||||||
* | adding ellipsis on file names | Thomas Müller | 2014-03-25 | 1 | -0/+7 | |
| | ||||||
* | mobile: document min-width value | Jan-Christoph Borchardt | 2014-03-21 | 1 | -2/+2 | |
| | ||||||
* | mobile: adjust break to 768, also fix min-widths | Jan-Christoph Borchardt | 2014-03-21 | 2 | -2/+2 | |
| | ||||||
* | do not show Deleted Files on mobile, not optimized yet and button too long | Jan-Christoph Borchardt | 2014-03-21 | 1 | -0/+5 | |
| | ||||||
* | mobile: remove shift for multiselect bar to account for missing navigation | Jan-Christoph Borchardt | 2014-03-21 | 1 | -0/+5 | |
| | ||||||
* | mobile: change CSS order so rename and versions are hidden | Jan-Christoph Borchardt | 2014-03-18 | 1 | -6/+5 | |
| | ||||||
* | mobile: first mobile fixes for Files. We still need to hide Rename and Versions | Jan-Christoph Borchardt | 2014-03-14 | 1 | -0/+44 | |
| | ||||||
* | fix too much distance between text and icon | Jan-Christoph Borchardt | 2014-02-21 | 1 | -1/+1 | |
| | ||||||
* | use SVG icons from icons.css for New file menu | Jan-Christoph Borchardt | 2014-02-21 | 1 | -7/+17 | |
| | ||||||
* | small change for compatibility | David | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | remove forced lowercase from extension, fix #4747, also coding style fixes | Jan-Christoph Borchardt | 2014-02-13 | 1 | -3/+20 | |
| | ||||||
* | fix misalignment of modified dates, shift to right | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+1 | |
| | ||||||
* | ellipsize long modified dates to make room for showing delete button, fix #7040 | Jan-Christoph Borchardt | 2014-02-03 | 1 | -0/+10 | |
| | ||||||
* | Makes Rename Icon Width 44px for touch sourfaces. | raghunayyar | 2014-01-31 | 1 | -0/+5 | |
| | ||||||
* | Rename action now appears as pencil icon | raghunayyar | 2014-01-30 | 1 | -0/+1 | |
| | ||||||
* | merge master into mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 2 | -28/+25 | |
|\ | ||||||
| * | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 1 | -8/+0 | |
| |\ | | | | | | | Remove %webroot% from CSS | |||||
| | * | remove %webroot% from files app | Jan-Christoph Borchardt | 2014-01-23 | 1 | -8/+0 | |
| | | | ||||||
| * | | Removes Bogus Styles. | raghunayyar | 2014-01-18 | 1 | -2/+0 | |
| | | | ||||||
| * | | Fixed files row height in Firefox/KDE | Vincent Petry | 2014-01-16 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Firefox is using native checkboxes and in KDE the checkboxes have a bigger height which caused the row height to increase and be misaligned with the date column. This fix makes the checkbox absolute to prevent it to influence the row height. | |||||
| * | | Fixes Trashbin and Files Style Conflicts, more em to px conversions post rebase | raghunayyar | 2014-01-16 | 1 | -6/+6 | |
| | | | ||||||
| * | | Merge branch 'master' into files-em-to-px | raghunayyar | 2014-01-15 | 1 | -18/+22 | |
| |\| | | | | | | | | | | | | | Conflicts: apps/files/css/files.css | |||||
| * | | Converts em to px values for styles in Files. | raghunayyar | 2013-10-06 | 2 | -16/+16 | |
| | | | ||||||
* | | | fix multiselect bar being too short on big displays | Jan-Christoph Borchardt | 2014-01-24 | 1 | -1/+2 | |
| | | | ||||||
* | | | remove background and width from multiselect bar, fix Download button not ↵ | Jan-Christoph Borchardt | 2014-01-23 | 1 | -1/+0 | |
| | | | | | | | | | | | | showing on mobile | |||||
* | | | make sure there's enough room for the file actions | Jan-Christoph Borchardt | 2014-01-17 | 1 | -0/+8 | |
| | | | ||||||
* | | | improvements to public files mobile view | Jan-Christoph Borchardt | 2014-01-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | remove min-width rule to fix mobile views | Jan-Christoph Borchardt | 2014-01-14 | 1 | -3/+0 | |
| |/ |/| | ||||||
* | | Fix resize issue for trash button in chrome and overflowing spinner in ↵ | Morris Jobke | 2013-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | .update class fixes #6108 | |||||
* | | Added min width to files table | Vincent Petry | 2013-11-21 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | Having a too small widths for the files table doesn't make sense as it overlaps file actions with the files themselves and make them unclickable, especially when viewed on mobile phone. The compromise that this fix introduces is to have a minimum width that will trigger horizontal scrolling, which will at least make it possible to click files on mobile phones. | |||||
* | | change bold 'deleted files' button to normal for less focus | Jan-Christoph Borchardt | 2013-11-18 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed preview URL + size while dragging an existing file | Vincent Petry | 2013-10-28 | 1 | -1/+2 | |
| | | ||||||
* | | prevent user from creating or renaming sth. to an existing filename | Jörn Friedrich Dreyer | 2013-10-22 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | - show tooltip when violating naming constraints while typing - when target filename exists on server fallback to dialog to interrupt the users flow because something unexpected went wrong - fixes #5062 - also fixes some whitespace and codestyle issues in files js - uses css selector over filterAttr in touched js files | |||||
* | | Removed extra bkg color on file actions when row is selected/hovered on | Vincent Petry | 2013-10-14 | 1 | -8/+0 | |
| | |