Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove obsolete CSS, fix visual bug in share dialog #9255 | Jan-Christoph Borchardt | 2014-06-30 | 1 | -2/+4 |
| | |||||
* | Merge pull request #9256 from owncloud/design-mobile-shared | Jan-Christoph Borchardt | 2014-06-27 | 1 | -0/+6 |
|\ | | | | | show share action of shared items darker to distinguish from non-shared,... | ||||
| * | show share action of shared items darker to distinguish from non-shared, fix ↵ | Jan-Christoph Borchardt | 2014-06-27 | 1 | -0/+6 |
| | | | | | | | | #8898 | ||||
* | | fix rename icon, fix #9257 | Jan-Christoph Borchardt | 2014-06-27 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #9051 from owncloud/Bagera-master | Frank Karlitschek | 2014-06-26 | 2 | -23/+32 |
|\ | | | | | Fix delete action height | ||||
| * | Aligning in the table header as well | Bagera | 2014-06-16 | 2 | -15/+26 |
| | | | | | | | | Aligning the columns and in the rows | ||||
| * | Aligning with line height | Bagera | 2014-06-16 | 1 | -10/+5 |
| | | | | | | | | | | Remove "top:" in favour of setting "line-height" and fixing the resulting problem with the input field being positioned wrongly. | ||||
| * | Fix delete action height | Bagera | 2014-06-16 | 1 | -5/+8 |
| | | | | | | | | Fix #8530 and align the all actions in the row | ||||
* | | Fix ellipsis for folders on mobile screens | Morris Jobke | 2014-06-26 | 1 | -2/+2 |
| | | | | | | | | * fixes #9162 | ||||
* | | fix CSS for upload button - fixes #8939 | Morris Jobke | 2014-06-16 | 2 | -3/+12 |
|/ | |||||
* | Merge pull request #8928 from owncloud/too-long-filename-fix-v2 | jbtbnl | 2014-06-09 | 2 | -5/+55 |
|\ | | | | | Ellipcises too long filenames | ||||
| * | improve ellipsis of filename for different screen sizes | Morris Jobke | 2014-06-08 | 2 | -19/+22 |
| | | |||||
| * | @jancborchardt's commit for cross browser compatibility of extension. | raghunayyar | 2014-06-08 | 1 | -3/+1 |
| | | |||||
| * | Adds class name to span element inside filename. | raghunayyar | 2014-06-07 | 1 | -6/+6 |
| | | |||||
| * | Adds multiple media queries for filename. | raghunayyar | 2014-06-07 | 1 | -1/+37 |
| | | |||||
| * | Ellipcises too long filenames | raghunayyar | 2014-06-06 | 1 | -0/+13 |
| | | |||||
* | | Fixed delete button CSS in ext storage list | Vincent Petry | 2014-06-06 | 1 | -5/+6 |
| | | |||||
* | | Merge pull request #8922 from owncloud/design-controls-transparency | Jan-Christoph Borchardt | 2014-06-06 | 1 | -16/+1 |
|\ \ | | | | | | | Bugfixes for mobile | ||||
| * | | unify controls bar, remove duplicate from user management | Jan-Christoph Borchardt | 2014-06-06 | 1 | -16/+1 |
| |/ | |||||
* / | app settings: display input fields at full width | Jan-Christoph Borchardt | 2014-06-06 | 1 | -4/+0 |
|/ | |||||
* | Merge pull request #8159 from owncloud/mobile-sidebar-swipe | Thomas Müller | 2014-06-06 | 2 | -4/+2 |
|\ | | | | | Mobile sidebar swipe | ||||
| * | Fixed viewer mode for sidebar swipe | Vincent Petry | 2014-06-06 | 1 | -1/+0 |
| | | |||||
| * | slightly widen sidebar to 250px, works better with apps and on mobile | Jan-Christoph Borchardt | 2014-06-05 | 1 | -1/+1 |
| | | |||||
| * | fix position of sidebar toggle, fix Files controls position problems | Jan-Christoph Borchardt | 2014-06-05 | 1 | -2/+1 |
| | | |||||
* | | fix files multiselect bar now that the app list is gone | Jan-Christoph Borchardt | 2014-06-05 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8620 from owncloud/design-navigation-two | Thomas Müller | 2014-06-05 | 1 | -1/+1 |
|\ | | | | | Toggle app navigation not only on mobile, but on desktop as well | ||||
| * | adjust controls bar position for removed nav bar | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | | |||||
* | | remove obsolete position rule from files app | Jan-Christoph Borchardt | 2014-06-04 | 1 | -4/+0 |
|/ | |||||
* | Merge pull request #8837 from owncloud/issue/8720 | Morris Jobke | 2014-06-03 | 1 | -1/+1 |
|\ | | | | | Fix cursor and background of app navigation | ||||
| * | Do not overwrite cursor in sidebar | Joas Schilling | 2014-06-03 | 1 | -1/+1 |
| | | |||||
* | | remove specific sidebar size from Files app | Jan-Christoph Borchardt | 2014-06-03 | 1 | -8/+0 |
|/ | |||||
* | move Deleted Files to bottom of sidebar | Jan-Christoph Borchardt | 2014-06-02 | 1 | -0/+6 |
| | |||||
* | 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 |
| |