Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide search results after switching directory | Vincent Petry | 2016-06-24 | 1 | -0/+7 |
| | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear. | ||||
* | Fix search result link for file results outside default list | Vincent Petry | 2016-06-24 | 1 | -2/+2 |
| | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list. | ||||
* | dont update search onResize (#24862) | Georg Ehrke | 2016-05-30 | 1 | -2/+0 |
| | | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box. | ||||
* | Fix StorageNotAvailable exception string detection | Vincent Petry | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mount | Morris Jobke | 2016-04-20 | 1 | -1/+2 |
|\ | | | | | [stable8.2] Fixes a possible infinite change-dir-loop | ||||
| * | Fixes a possible infinite change-dir-loop | Arthur Schiwon | 2016-04-13 | 1 | -1/+2 |
| | | | | | | | | Those can occure when browsing in a mount that got unavailable | ||||
* | | Remove disabled autocorrect for new file names | Morris Jobke | 2016-03-09 | 1 | -1/+1 |
| | | | | | | | | * ref #22784 | ||||
* | | Remove browser autocomplete in new file menu | Vincent Petry | 2016-03-07 | 1 | -1/+1 |
|/ | |||||
* | Close file detail sidebar when selecting/unselecting files | Vincent Petry | 2016-02-17 | 1 | -4/+10 |
| | | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now. | ||||
* | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 2 | -3/+31 |
| | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute. | ||||
* | dont trigger the scroll event of every single item we filter in the file list | Robin Appelman | 2015-11-02 | 1 | -2/+3 |
| | |||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 2 | -5/+21 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | Merge pull request #19956 from owncloud/stable8.2-fix-webui-upload-and-conflicts | Lukas Reschke | 2015-10-21 | 1 | -11/+33 |
|\ | | | | | [stable8.2] Fix file upload, conflict dialog, also in public link | ||||
| * | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 1 | -11/+33 |
| | | | | | | | | | | | | | | | | - Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format... | ||||
* | | Do not display details bar after rename | Vincent Petry | 2015-10-21 | 1 | -3/+6 |
|/ | |||||
* | Merge pull request #19819 from ↵ | Morris Jobke | 2015-10-20 | 2 | -4/+8 |
|\ | | | | | | | | | owncloud/stable8.2-filelist-preventerrorwhennosidebar [stable8.2] Do not register sidebar panels when no sidebar | ||||
| * | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-16 | 2 | -4/+8 |
| | | |||||
* | | Merge pull request #19780 from owncloud/stable8.2-files-delete-hidenotif | Morris Jobke | 2015-10-20 | 1 | -0/+2 |
|\ \ | | | | | | | [stable8.2] Hide notification on delete | ||||
| * | | Hide notification on delete | Vincent Petry | 2015-10-14 | 1 | -0/+2 |
| |/ | | | | | | | | | | | | | | | In case a permanent notification "storage full" was displayed, it will be hidden after deleting a file. Directly after that a getstoragestats.php call is made that will decide whether to reshow the notification based on the new free space. | ||||
* | | Merge pull request #19772 from owncloud/stable8.2-sidebar-alt-favorite | Morris Jobke | 2015-10-20 | 1 | -2/+1 |
|\ \ | | | | | | | [stable8.2] Move alt text for favorite action to image | ||||
| * | | Move alt text for favorite action to image | Vincent Petry | 2015-10-14 | 1 | -2/+1 |
| |/ | |||||
* | | Merge pull request #19778 from owncloud/stable8.2-files-canceluploaddebounce-re | Morris Jobke | 2015-10-20 | 1 | -6/+5 |
|\ \ | | | | | | | [stable8.2] Debounce cancel upload message | ||||
| * | | Debounce cancel upload message | Vincent Petry | 2015-10-14 | 1 | -6/+5 |
| |/ | |||||
* / | showTemporary instead of show for notifications | Vincent Petry | 2015-10-14 | 1 | -20/+8 |
|/ | |||||
* | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
| | |||||
* | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
| | |||||
* | 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 | 1 | -1/+2 |
|\ | | | | | 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 | 1 | -1/+2 |
| | | | | | | | | | | * 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 | ||||
* | | Make sure the conflict dialog is loaded before adding conflicts | Vincent Petry | 2015-10-02 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #19468 from owncloud/fix-36-vs-32-previews | Thomas Müller | 2015-09-30 | 1 | -2/+2 |
|\ | | | | | Change small thumbnails to 32 px | ||||
| * | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | | | | * 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 | 2 | -0/+3 |
|\ \ | | | | | | | [IE8] Fix file type sizes and popover menus in file list | ||||
| * | | [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 | 1 | -0/+2 |
|\ \ | | | | | | | Keep opacity in current item in newFileMenu | ||||
| * | | Keep opacity in current item in newFileMenu | Vincent Petry | 2015-09-30 | 1 | -0/+2 |
| |/ | | | | | | | | | 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 | 1 | -0/+3 |
|\ \ | | | | | | | hide sort indicator when in multiselect mode, ref #19056 | ||||
| * | | Disable sorting when multiselect is enabled in file list | Vincent Petry | 2015-09-29 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #19373 from owncloud/sidebar-preview-cover | Thomas Müller | 2015-09-30 | 1 | -5/+26 |
|\ \ \ | |_|/ |/| | | 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 | 1 | -1/+15 |
| | | | |||||
| * | | improve handling of small images | Robin Appelman | 2015-09-29 | 1 | -2/+7 |
| | | | |||||
| * | | Scale portrait images correctly | Robin Appelman | 2015-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | 2 | -32/+42 |
|\ \ \ | | | | | | | | | Fix sidebar interaction | ||||
| * | | | Fix sidebar interaction | Vincent Petry | 2015-09-28 | 2 | -32/+42 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* / / | Hide sidebar tab headers conditionally | Vincent Petry | 2015-09-28 | 2 | -10/+54 |
|/ / | | | | | | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden |