summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_attachment.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Multiple UI ImprovementsAsaad Mahmood2016-01-071-1/+1
|
* Removed temporary fix for old filenames that used absolute urls pointing to ↵hmhealey2016-01-061-4/+0
| | | | the get file api
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-3/+3
| | | | system.
* Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-1/+1
| | | | accurate.
* Multiple UI changesAsaad Mahmood2015-10-291-1/+1
|
* Fixing merge conflict=Corey Hulen2015-10-221-20/+138
|\
| * Change stop symbol to another one since chrome-win can't display itFlorian Orben2015-10-211-1/+1
| |
| * apply portrait/landscape/quadrat format to playing gif to always display it ↵Florian Orben2015-10-211-3/+17
| | | | | | | | in best possible way
| * Add stop button to stop animated gifsFlorian Orben2015-10-211-28/+73
| |
| * Horizontally align images if image height > image widthFlorian Orben2015-10-211-3/+15
| |
| * PLT-616: Enable playing of animated GIF in thumbnails and previewFlorian Orben2015-10-211-3/+50
| |
* | Multi-session login=Corey Hulen2015-10-201-2/+2
|/
* Fixing most deprication warningsChristopher Speller2015-10-151-2/+2
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Converting preview image modal to use react-bootstrap. Fixes issue where ↵Christopher Speller2015-09-241-8/+2
| | | | modal would appear behind background on iOS
* MM-1866 - Adding download icon and adding download link for both file title ↵Asaad Mahmood2015-09-091-2/+14
| | | | and download icon
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-7/+13
|
* Fixing style issue in file_attachment.jsxChristopher Speller2015-09-021-1/+2
|
* Cosmetic Refactoringnickago2015-09-021-84/+104
|
* Fixes root images not loading when switich RHS threads.JoramWilander2015-08-281-4/+15
|
* Fixes mm-1912 move get file info into its own web service call=Corey Hulen2015-08-241-5/+10
|
* Fixing style guide issuesAsaad Mahmood2015-08-151-3/+2
|
* Using variables efficientlyAsaad Mahmood2015-08-151-3/+3
|
* Initialising trimmedFilename variableAsaad Mahmood2015-08-141-0/+1
|
* mm-1858 - Truncating and adding tooltips to file names in thumbnail detailsAsaad Mahmood2015-08-141-1/+9
|
* center small thumbnails and top left larger thumbnailsJoramWilander2015-07-311-0/+11
|
* Cleaned up ViewImageModal and FileAttachment and added some extra commentshmhealey2015-07-291-8/+7
|
* Updated ViewImage modal dialog to include details about non-image fileshmhealey2015-07-291-1/+1
|
* Added check to make sure that FileAttachment is mounted before ↵hmhealey2015-07-291-2/+11
| | | | asynchronously setting state to avoid warning messages.
* Fixed FileAttachment component to not spam the server with requests when ↵hmhealey2015-07-291-3/+8
| | | | displaying a zero byte file
* Added utility function to get a file attachment's urlhmhealey2015-07-291-9/+1
|
* Changed the thumbnail for non-image file attachments to open the ↵hmhealey2015-07-291-12/+6
| | | | ViewImageModal on click like it does for image attachments
* Fixed race condition which could occur while requesting the file size for ↵hmhealey2015-07-291-10/+28
| | | | the file attachment previews
* Removed unused custom-file CSS class that was being applied to non-image ↵hmhealey2015-07-291-6/+1
| | | | file attachment previews
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵hmhealey2015-07-291-2/+2
| | | | those in the main window
* Reconcile the code to display attachment previews into a FileAttachmentList ↵hmhealey2015-07-291-0/+109
class to clean up duplicated code.