Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tooltip placement on rename error | Vincent Petry | 2015-10-05 | 1 | -2/+2 |
| | |||||
* | Merge pull request #19552 from owncloud/inline_fileactions_alttext | Thomas Müller | 2015-10-05 | 2 | -1/+58 |
|\ | | | | | If an inline files action provides an alt text show it | ||||
| * | If an inline files action provides an alt text show it | Roeland Jago Douma | 2015-10-03 | 2 | -1/+58 |
| | | | | | | | | | | * Added unit tests for icon display * Added unit tests for icon alt text display | ||||
* | | Merge pull request #19539 from owncloud/fix-multiselect-overlap-shorter | Thomas Müller | 2015-10-05 | 1 | -0/+4 |
|\ \ | | | | | | | Fix filelist size issues, breadcrumb, multiselect | ||||
| * | | Fix filelist size issues, breadcrumb, multiselect | Vincent Petry | 2015-10-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | - calculate multiselect header width to exclude scrollbar - call FileList._onResize() when sidebar is toggled ("appresized"), this also updates the breadcrumb width - moved global getScrollBarWidth() to OC.Util namespace | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-04 | 10 | -0/+30 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 6 | -12/+200 |
| | | |||||
* | | Merge pull request #19523 from owncloud/fix-seconds-ago | Thomas Müller | 2015-10-02 | 1 | -1/+1 |
|\ \ | | | | | | | Fix moment.js "a few seconds ago" with "seconds ago" | ||||
| * | | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -1/+1 |
| |/ | | | | | | | * fixes #18627 | ||||
* | | 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 #19521 from owncloud/files-conflictdialog-loadpromise | Thomas Müller | 2015-10-02 | 1 | -2/+5 |
|\ \ \ | | | | | | | | | Make sure the conflict dialog is loaded before adding conflicts | ||||
| * | | | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -2/+5 |
| | |/ | |/| | |||||
* / | | Use shorter text on the sidebar for files activities | Joas Schilling | 2015-10-02 | 1 | -0/+38 |
|/ / | |||||
* | | 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 |
| |/ | |||||
* | | Merge pull request #19496 from owncloud/ie8-filenamewidth-sickness | Jörn Friedrich Dreyer | 2015-10-02 | 1 | -11/+0 |
|\ \ | | | | | | | [IE8] Remove non-working ellipsis support | ||||
| * | | [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) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-01 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 2 | -3/+3 |
|\ \ | |/ |/| | Change small thumbnails to 32 px | ||||
| * | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 2 | -3/+3 |
| | | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | | Merge pull request #19454 from owncloud/ie8-madness-returns | Thomas Müller | 2015-09-30 | 3 | -0/+6 |
|\ \ | | | | | | | [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 | ||||
| * | | [IE8] Fix filetype icon sizes | Vincent Petry | 2015-09-29 | 2 | -0/+3 |
| |/ | | | | | | | | | | | Added hack that uses a "filter" CSS with explicit URL to fix the "New" menu by scaling down icons and also fix the folder/filetype icon in the sidebar by scaling it up. | ||||
* | | Merge pull request #19467 from owncloud/files-newmenu-highlightcurrent | Thomas Müller | 2015-09-30 | 2 | -0/+8 |
|\ \ | | | | | | | 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 | 2 | -0/+6 |
| |/ | | | | | | | | | Whenever the input field appears, the menu item should keep its opacity instead of reacting on hover. | ||||
* | | Merge pull request #19310 from owncloud/hide-sort-indicator | Thomas Müller | 2015-09-30 | 3 | -1/+29 |
|\ \ | | | | | | | hide sort indicator when in multiselect mode, ref #19056 | ||||
| * | | 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 | 3 | -0/+25 |
| | | | |||||
| * | | hide sort indicator when in multiselect mode, ref #19056 | Jan-Christoph Borchardt | 2015-09-23 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #19373 from owncloud/sidebar-preview-cover | Thomas Müller | 2015-09-30 | 2 | -6/+27 |
|\ \ \ | |_|/ |/| | | Cover both width and height for the sidebar preview | ||||
| * | | adjust aspect ratio of preview size when for aspect ratios > 16/9 | Robin Appelman | 2015-09-29 | 2 | -2/+16 |
| | | | |||||
| * | | improve handling of small images | Robin Appelman | 2015-09-29 | 1 | -2/+7 |
| | | | |||||
| * | | Scale portrait images correctly | Robin Appelman | 2015-09-29 | 2 | -2/+2 |
| | | | |||||
| * | | Cover both width and height for the sidebar preview | Robin Appelman | 2015-09-29 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #19365 from owncloud/files-detailsbar-interaction | Thomas Müller | 2015-09-29 | 3 | -37/+79 |
|\ \ \ | | | | | | | | | Fix sidebar interaction | ||||
| * | | | Fix sidebar interaction | Vincent Petry | 2015-09-28 | 3 | -37/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clicking a file row or selecting it will open the sidebar. - When sidebar is open, its contents update with the last selection. - Dragging doesn't open the sidebar but does update its contents if it was open already. - Switching folders closes the sidebar. - Close sidebar when highlighted file got deleted/removed from list | ||||
* | | | | Merge pull request #19417 from owncloud/files-upload-checkconflictbeforeupload | Thomas Müller | 2015-09-29 | 2 | -22/+64 |
|\ \ \ \ | | | | | | | | | | | Show conflict dialog before upload when possible | ||||
| * | | | | Show conflict dialog before upload when possible | Vincent Petry | 2015-09-28 | 2 | -22/+64 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading files, first check if the files exist in the current file list. For the ones that do, show a conflict dialog. For the rest, upload directly. If the upload operation detects a conflict on the server side, it will also continue populating the conflict dialog. From now on, server side conflict can only occur if someone concurrently uploaded a file into the same folder but the current user hasn't refreshed the list yet. | ||||
* | | | | Merge pull request #19409 from owncloud/files-sidebar-hiding-tabs | Thomas Müller | 2015-09-29 | 3 | -18/+124 |
|\ \ \ \ | |_|/ / |/| | | | Hide sidebar tab headers conditionally | ||||
| * | | | Hide sidebar tab headers conditionally | Vincent Petry | 2015-09-28 | 3 | -18/+124 |
| |/ / | | | | | | | | | | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden | ||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-29 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #19404 from owncloud/files-sidebar-sorttabs | Thomas Müller | 2015-09-28 | 3 | -1/+28 |
|\ \ | | | | | | | Fix tabs order in files sidebar | ||||
| * | | Fix tabs order in files sidebar | Vincent Petry | 2015-09-28 | 3 | -1/+28 |
| | | | |||||
* | | | Merge pull request #19401 from owncloud/files-actionsorder | Thomas Müller | 2015-09-28 | 4 | -0/+50 |
|\ \ \ | | | | | | | | | Fix order of actions in the files actions menu | ||||
| * | | | Fix order of actions in the files actions menu | Vincent Petry | 2015-09-28 | 4 | -0/+50 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-28 | 150 | -160/+442 |
|/ / | |||||
* | | Switch from Math.floor() to Math.ceil() when sending the dimension to Preview | Olivier Paroz | 2015-09-27 | 1 | -2/+2 |
| | | | | | | | | Fixes #18203 | ||||
* | | fix filecomparator | Hendrik Leppelsack | 2015-09-25 | 1 | -2/+2 |
| | |