summaryrefslogtreecommitdiffstats
path: root/apps/files/js
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Remove controls for file lists that don't need itVincent Petry2015-10-131-1/+5
|/ / | | | | | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* | 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
* | Merge pull request #19404 from owncloud/files-sidebar-sorttabsThomas Müller2015-09-282-1/+13
|\ \ | | | | | | Fix tabs order in files sidebar
| * | Fix tabs order in files sidebarVincent Petry2015-09-282-1/+13
| | |
* | | Fix order of actions in the files actions menuVincent Petry2015-09-283-0/+13
|/ /
* | Switch from Math.floor() to Math.ceil() when sending the dimension to PreviewOlivier Paroz2015-09-271-2/+2
| | | | | | | | Fixes #18203
* | fix filelist checkboxesHendrik Leppelsack2015-09-251-1/+1
| |
* | adjust the height of the sidebar preview image when resizing the browserRobin Appelman2015-09-231-4/+2
|/
* Merge pull request #19277 from owncloud/files-plusbuttonfixThomas Müller2015-09-231-3/+4
|\ | | | | Only render the plus button when it makes sense
| * Only render the plus button when it makes senseVincent Petry2015-09-221-3/+4
| |
* | Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandcoThomas Müller2015-09-222-3/+3
|\ \ | |/ |/| Properly show sidebar for trash and sharing sections
| * Properly show sidebar for trash and sharing sectionsVincent Petry2015-09-222-3/+3
| |
* | Properly translate file actionsVincent Petry2015-09-223-1/+4
|/
* Merge pull request #19048 from owncloud/details-iconThomas Müller2015-09-161-0/+1
|\ | | | | add details icon for file actions dropdown
| * Add details icon for details menu itemVincent Petry2015-09-151-0/+1
| |
* | fix accessibility of New button, use alt text instead of tooltipJan-Christoph Borchardt2015-09-161-1/+1
| |
* | Properly show sidebar when clicking on share buttonVincent Petry2015-09-161-0/+1
| |
* | Bring back the share icon and update its statusVincent Petry2015-09-161-0/+14
| | | | | | | | | | Display share icon in file list row. Update share icon status when the sharing state changed.
* | Merge pull request #18979 from owncloud/sidebare-preview-fixesThomas Müller2015-09-163-47/+71
|\ \ | |/ |/| Sidebare preview fixes
| * fix small mimetype iconsRobin Appelman2015-09-151-3/+3
| |
| * recognize eps, psd and illustrator as imageRobin Appelman2015-09-151-1/+7
| |
| * Various thumbnail fixesRobin Appelman2015-09-151-44/+62
| | | | | | | | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup
| * Fix path for fileinfomodel in subdirectoriesRobin Appelman2015-09-151-1/+1
| |
* | Fixed sidebar toggle entryVincent Petry2015-09-141-18/+26
| | | | | | | | | | | | Properly highlight the row after selecting the item. This also fixes the unit tests by changing the order of registration of file actions.
* | Keep right sidebar open, add Details actionVincent Petry2015-09-141-2/+11
|/