Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix column width of mtime column" | Morris Jobke | 2015-12-01 | 1 | -2/+2 |
| | |||||
* | Fix column width of mtime column | Morris Jobke | 2015-11-30 | 1 | -2/+2 |
| | | | | | | * in some translations (e.g. german) the header of this column otherwise got truncated "Zeitpunkt der Freigabe" vs "Zeitpunkt der Freig" | ||||
* | Merge pull request #19630 from owncloud/fix-ie-pain | Thomas Müller | 2015-10-14 | 1 | -0/+5 |
|\ | | | | | Fix more IE issues | ||||
| * | [IE8] Fix "new" button width | Vincent Petry | 2015-10-07 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2 | Thomas Müller | 2015-10-14 | 1 | -13/+0 |
|\ \ | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | ||||
| * | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 1 | -13/+0 |
| | | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | | Remove controls for file lists that don't need it | Vincent Petry | 2015-10-13 | 1 | -2/+4 |
|/ / | | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths. | ||||
* | | Revert "Move trashbin specific CSS that modifies sidebar" | Thomas Müller | 2015-10-12 | 1 | -0/+13 |
| | | |||||
* | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-12 | 1 | -13/+0 |
|/ | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | ||||
* | Merge pull request #19497 from owncloud/ie8-multiselect-delete-action-puke | Thomas Müller | 2015-10-02 | 1 | -0/+4 |
|\ | | | | | [IE8] Fix dangling Delete action when multiselect is enabled | ||||
| * | [IE8] Fix dangling Delete action when multiselect is enabled | Vincent Petry | 2015-10-01 | 1 | -0/+4 |
| | | | | | | | | | | For some reason we need to cancel out the table's top: 95px, but just for the delete action and not the other ones... whatever, IE8... | ||||
* | | Merge pull request #19484 from owncloud/ie8-checkbox-rage | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -5/+23 |
|\ \ | | | | | | | [IE8] Fix checkboxes in login page and file list | ||||
| * | | [IE8] Fix file list checkboxes | Vincent Petry | 2015-09-30 | 1 | -5/+23 |
| |/ | |||||
* / | [IE8] Remove non-working ellipsis support | Vincent Petry | 2015-10-01 | 1 | -11/+0 |
|/ | | | | | | | | This prevents the name element to be too wide, which would cause users to mistakenly click on it instead of the empty space when wanting to focus on a file for the sidebar. Also fixed the close button on the sidebar (make it appear) | ||||
* | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 1 | -0/+3 |
|\ | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | [IE8] Fix popover menu borders for IE8 | Vincent Petry | 2015-09-29 | 1 | -0/+3 |
| | | | | | | | | | | - fixes "New" menu - fixes file actions menu | ||||
* | | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrent | Thomas Müller | 2015-09-30 | 1 | -0/+6 |
|\ \ | | | | | | | Keep opacity in current item in newFileMenu | ||||
| * | | [IE8] opacity for active newFileMenu items | Vincent Petry | 2015-09-30 | 1 | -0/+2 |
| | | | |||||
| * | | Keep opacity in current item in newFileMenu | Vincent Petry | 2015-09-30 | 1 | -0/+4 |
| |/ | | | | | | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover. | ||||
* | | Prevent sort indicator hover to bypass multiselect restriction | Vincent Petry | 2015-09-29 | 1 | -1/+3 |
| | | |||||
* | | Disable sorting when multiselect is enabled in file list | Vincent Petry | 2015-09-29 | 1 | -0/+3 |
| | | |||||
* | | hide sort indicator when in multiselect mode, ref #19056 | Jan-Christoph Borchardt | 2015-09-23 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #19058 from owncloud/multiselect-bar-style | Thomas Müller | 2015-09-18 | 1 | -1/+1 |
|\ | | | | | adjust multiselect bar to controls bar, fix #18989 | ||||
| * | adjust multiselect bar to controls bar, fix #18989 | Jan-Christoph Borchardt | 2015-09-15 | 1 | -1/+1 |
| | | |||||
* | | fix new menu not showing on mobile, fix #18879 | Jan-Christoph Borchardt | 2015-09-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #18735 from owncloud/checkbox-style | Thomas Müller | 2015-09-16 | 1 | -16/+12 |
|\ \ | | | | | | | custom checkbox style | ||||
| * | | fix filelist checkboxes | Hendrik Leppelsack | 2015-09-16 | 1 | -16/+11 |
| | | | |||||
| * | | Fixes white and black checkboxes in core, files will be next. | Raghu Nayyar | 2015-09-16 | 1 | -0/+1 |
| |/ | |||||
* / | fix height of 'All files' entry in sidebar | Jan-Christoph Borchardt | 2015-09-15 | 1 | -4/+0 |
|/ | |||||
* | Merge pull request #18630 from owncloud/files-combineuploadbutton | Jan-Christoph Borchardt | 2015-09-07 | 1 | -74/+66 |
|\ | | | | | Combine upload action into the "New" menu | ||||
| * | Remove ellipsis on new file menu items | Vincent Petry | 2015-09-03 | 1 | -1/+0 |
| | | |||||
| * | fix icon and layout details for new menu | Jan-Christoph Borchardt | 2015-09-03 | 1 | -1/+9 |
| | | |||||
| * | Combine upload action into the "New" menu | Vincent Petry | 2015-08-28 | 1 | -75/+60 |
| | | | | | | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class | ||||
* | | Introduce small line for navigation sidebar | Morris Jobke | 2015-08-30 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #18606 from owncloud/fix-filename-overflow-sidebar | Morris Jobke | 2015-08-28 | 1 | -1/+24 |
|\ | | | | | fix right sidebar causing filename overflow, fix #18383 | ||||
| * | fix right sidebar causing filename overflow, fix #18383 | Jan-Christoph Borchardt | 2015-08-27 | 1 | -1/+24 |
| | | |||||
* | | restore behavior where favorite stars only show up on hover, to not clutter ↵ | Jan-Christoph Borchardt | 2015-08-27 | 1 | -2/+2 |
|/ | | | | the interface so much | ||||
* | reduce grey tones to one for list highlight | Jan-Christoph Borchardt | 2015-08-26 | 1 | -15/+15 |
| | |||||
* | reduce grey tones in app navigation, bubble menu and scrollbar | Jan-Christoph Borchardt | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | properly shade file actions and menu items, don't differentiate between ↵ | Jan-Christoph Borchardt | 2015-08-26 | 1 | -6/+35 |
| | | | | mobile and desktop | ||||
* | proper padding and whitespace for share and more actions | Jan-Christoph Borchardt | 2015-08-26 | 1 | -0/+7 |
| | |||||
* | use same font-size for share action text | Jan-Christoph Borchardt | 2015-08-26 | 1 | -1/+0 |
| | |||||
* | adjust dropdown borders to button borders | Christoph Wurst | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #18543 from owncloud/remove-lines | Jan-Christoph Borchardt | 2015-08-25 | 1 | -2/+6 |
|\ | | | | | Remove some lines | ||||
| * | reduce files table header line | Jan-Christoph Borchardt | 2015-08-25 | 1 | -2/+6 |
| | | |||||
* | | Fix row highlight in other file lists | Vincent Petry | 2015-08-25 | 1 | -0/+1 |
|/ | |||||
* | Fix files select bar width when app sidebar is visible | Vincent Petry | 2015-08-18 | 1 | -0/+5 |
| | |||||
* | fix width of action dropdown and last layout details | Jan-Christoph Borchardt | 2015-08-10 | 1 | -7/+14 |
| | |||||
* | remove whitespace on right cause of moved delete icon | Jan-Christoph Borchardt | 2015-08-10 | 1 | -18/+13 |
| | |||||
* | fix ellipsizing for file names | Jan-Christoph Borchardt | 2015-08-10 | 1 | -24/+4 |
| |