summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
* Hide search results after switching directoryVincent Petry2016-06-241-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 listVincent Petry2016-06-241-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 Ehrke2016-05-301-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 detectionVincent Petry2016-04-211-1/+1
|
* Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mountMorris Jobke2016-04-201-1/+2
|\ | | | | [stable8.2] Fixes a possible infinite change-dir-loop
| * Fixes a possible infinite change-dir-loopArthur Schiwon2016-04-131-1/+2
| | | | | | | | Those can occure when browsing in a mount that got unavailable
* | Remove disabled autocorrect for new file namesMorris Jobke2016-03-091-1/+1
| | | | | | | | * ref #22784
* | Remove browser autocomplete in new file menuVincent Petry2016-03-071-1/+1
|/
* Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-171-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 contextVincent Petry2015-12-112-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 listRobin Appelman2015-11-021-2/+3
|
* Fix icon update to be more consistentVincent Petry2015-10-292-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-conflictsLukas Reschke2015-10-211-11/+33
|\ | | | | [stable8.2] Fix file upload, conflict dialog, also in public link
| * Fix file upload, conflict dialog, also in public linkVincent Petry2015-10-211-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 renameVincent Petry2015-10-211-3/+6
|/
* Merge pull request #19819 from ↵Morris Jobke2015-10-202-4/+8
|\ | | | | | | | | owncloud/stable8.2-filelist-preventerrorwhennosidebar [stable8.2] Do not register sidebar panels when no sidebar
| * Do not register sidebar panels when no sidebarVincent Petry2015-10-162-4/+8
| |
* | Merge pull request #19780 from owncloud/stable8.2-files-delete-hidenotifMorris Jobke2015-10-201-0/+2
|\ \ | | | | | | [stable8.2] Hide notification on delete
| * | Hide notification on deleteVincent Petry2015-10-141-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-favoriteMorris Jobke2015-10-201-2/+1
|\ \ | | | | | | [stable8.2] Move alt text for favorite action to image
| * | Move alt text for favorite action to imageVincent Petry2015-10-141-2/+1
| |/
* | Merge pull request #19778 from owncloud/stable8.2-files-canceluploaddebounce-reMorris Jobke2015-10-201-6/+5
|\ \ | | | | | | [stable8.2] Debounce cancel upload message
| * | Debounce cancel upload messageVincent Petry2015-10-141-6/+5
| |/
* / showTemporary instead of show for notificationsVincent Petry2015-10-141-20/+8
|/
* Revert "Debounce cancel upload message"Thomas Müller2015-10-121-5/+6
|
* Debounce cancel upload messageVincent Petry2015-10-071-6/+5
|
* Fix tooltip placement on rename errorVincent Petry2015-10-051-2/+2
|
* Merge pull request #19552 from owncloud/inline_fileactions_alttextThomas Müller2015-10-051-1/+2
|\ | | | | If an inline files action provides an alt text show it
| * If an inline files action provides an alt text show itRoeland Jago Douma2015-10-031-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-shorterThomas Müller2015-10-051-0/+4
|\ \ | |/ |/| Fix filelist size issues, breadcrumb, multiselect
| * Fix filelist size issues, breadcrumb, multiselectVincent Petry2015-10-021-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 conflictsVincent Petry2015-10-021-2/+5
|/
* Merge pull request #19468 from owncloud/fix-36-vs-32-previewsThomas Müller2015-09-301-2/+2
|\ | | | | Change small thumbnails to 32 px
| * Change small thumbnails to 32 pxMorris Jobke2015-09-301-2/+2
| | | | | | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* | Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-302-0/+3
|\ \ | | | | | | [IE8] Fix file type sizes and popover menus in file list
| * | [IE8] Fix filetype icon sizesVincent Petry2015-09-292-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-highlightcurrentThomas Müller2015-09-301-0/+2
|\ \ | | | | | | Keep opacity in current item in newFileMenu
| * | Keep opacity in current item in newFileMenuVincent Petry2015-09-301-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-indicatorThomas Müller2015-09-301-0/+3
|\ \ | | | | | | hide sort indicator when in multiselect mode, ref #19056
| * | Disable sorting when multiselect is enabled in file listVincent Petry2015-09-291-0/+3
| | |
* | | Merge pull request #19373 from owncloud/sidebar-preview-coverThomas Müller2015-09-301-5/+26
|\ \ \ | |_|/ |/| | Cover both width and height for the sidebar preview
| * | adjust aspect ratio of preview size when for aspect ratios > 16/9Robin Appelman2015-09-291-1/+15
| | |
| * | improve handling of small imagesRobin Appelman2015-09-291-2/+7
| | |
| * | Scale portrait images correctlyRobin Appelman2015-09-291-1/+1
| | |
| * | Cover both width and height for the sidebar previewRobin Appelman2015-09-291-2/+4
| | |
* | | Merge pull request #19365 from owncloud/files-detailsbar-interactionThomas Müller2015-09-292-32/+42
|\ \ \ | | | | | | | | Fix sidebar interaction
| * | | Fix sidebar interactionVincent Petry2015-09-282-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-checkconflictbeforeuploadThomas Müller2015-09-292-22/+64
|\ \ \ | | | | | | | | Show conflict dialog before upload when possible
| * | | Show conflict dialog before upload when possibleVincent Petry2015-09-282-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 conditionallyVincent Petry2015-09-282-10/+54
|/ / | | | | | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden