aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/mainfileinfodetailview.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix icon update to be more consistentVincent Petry2015-10-291-2/+2
| | | | Makes the details bar show the same icon as in the list.
* Do not register sidebar panels when no sidebarVincent Petry2015-10-151-2/+2
|
* Move alt text for favorite action to imageVincent Petry2015-10-071-2/+1
|
* Merge pull request #19454 from owncloud/ie8-madness-returnsThomas Müller2015-09-301-0/+2
|\ | | | | [IE8] Fix file type sizes and popover menus in file list
| * [IE8] Fix filetype icon sizesVincent Petry2015-09-291-0/+2
| | | | | | | | | | | | 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.
* | 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
|/
* adjust the height of the sidebar preview image when resizing the browserRobin Appelman2015-09-231-4/+2
|
* fix small mimetype iconsRobin Appelman2015-09-151-3/+3
|
* Various thumbnail fixesRobin Appelman2015-09-151-44/+62
| | | | | | - Show square images as portrait - Set max height based on sidebar width - cleanup
* enforce loading icon in sidebar to be 32x32Georg Ehrke2015-09-111-3/+3
|
* larger preview for images in the sidebarRobin Appelman2015-09-021-6/+39
|
* allow handling thumbnail errorsRobin Appelman2015-09-021-1/+4
|
* Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-301-8/+11
|
* Fix trashbin sidebarVincent Petry2015-08-251-4/+4
| | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
* bigger file thumbnail in app sidebarJan-Christoph Borchardt2015-08-241-2/+2
|
* Make file actions work from sidebarVincent Petry2015-08-121-29/+78
| | | | | | | | | | | | | The favorite icon in the sidebar now triggers the file action and also updates itself according to the model's state when triggered from the file row. The thumbnail triggers the default action. Currently only one FileInfoModel is used for the selection and state synchronization between views. FileList reload now auto-closes the sidebar.
* replace tipsy with tooltipHendrik Leppelsack2015-08-071-1/+1
|
* fix tipsy gravity after rebaseArthur Schiwon2015-08-071-1/+1
|
* fix position of elements in right sidebarJan-Christoph Borchardt2015-08-071-2/+1
|
* Added unit tests for right sidebarVincent Petry2015-08-071-3/+2
|
* Improve layout, fix mime iconVincent Petry2015-08-071-12/+13
|
* More fixes to the right sidebarVincent Petry2015-08-071-5/+15
| | | | | Sidebar now works in all file list views. Moved owner to share tab.
* Improved right sidebarVincent Petry2015-08-071-17/+31
| | | | | | | | Added owner info. Added animation, but causes scrollbal. Default file action now when clicking on name directly. Fixed icon. Added empty share tab.
* Basic work for right sidebarVincent Petry2015-08-071-0/+75
Adds right sidebar with registrable panels (still WIP)