summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_upload.jsx
Commit message (Expand)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-335/+0
* Stopped calling uploadFiles multiple times for a single uploadHarrison Healey2016-03-071-5/+5
* Updating some client deps + eslintChristopher Speller2016-02-221-1/+1
* Fix loc error with cancelling in progress uploadsJoramWilander2016-02-171-1/+2
* Cleaned up textbox focus codehmhealey2016-02-041-0/+2
* Fixed localization issues in file_upload.jsxhmhealey2016-02-041-3/+3
* fix hour12 React warning for FormattedDateElias Nahum2016-02-011-1/+5
* PLT-7: Refactoring frontend (chunk 9)Elias Nahum2016-02-011-5/+27
* Completely disabled broken pasting of images on IE11hmhealey2016-01-201-1/+5
* Added license validation and settingsJoramWilander2016-01-141-18/+9
* Restricted file uploads on iOS Chrome and the iOS app to work around iOS bugshmhealey2016-01-111-8/+21
* Fixed FileUpload to properly unbind drag handlers when unmountedhmhealey2016-01-081-0/+12
* Removed ability to drag n' drop text; drag n' drop ui no longer appears when ...Reed Garmsen2016-01-061-10/+24
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-4/+4
* Fixing most deprication warningsChristopher Speller2015-10-151-2/+2
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ...Christopher Speller2015-10-051-1/+1
* Added support to drag and drop text into the main textbox or RHS textboxReed Garmsen2015-09-231-1/+2
* Merge pull request #678 from mattermost/mm-1589Corey Hulen2015-09-141-1/+1
|\
| * New add channel modal using react-bootstrap.Christopher Speller2015-09-141-1/+1
* | Blank Content-Type for file GETs.JoramWilander2015-09-141-4/+3
|/
* Fixed file uploads to still upload other files when one is too largehmhealey2015-09-031-57/+31
* Fixing style=Corey Hulen2015-09-021-39/+21
* Replaced broken remaining calls to getDOMNode with React.findDOMNodehmhealey2015-09-021-2/+2
* MM-2065 style refactoring=Corey Hulen2015-09-011-40/+62
* Fixed this/self typonickago2015-08-201-1/+1
* Small changes to css to clean up codeReed Garmsen2015-08-141-12/+6
* Minor cosmetic refactoring of file_upload.jsxReed Garmsen2015-08-131-12/+14
* Better error checking along with other fixesReed Garmsen2015-08-131-4/+3
* Merge pull request #5 from rgarmsen2295/mm-316asaadmahmoodspin2015-08-131-3/+93
|\
| * Implements better markup for css changes to be made, including an overlay of ...Reed Garmsen2015-08-121-6/+12
| * Updated feature to work with new upload cancel logicReed Garmsen2015-08-121-7/+32
| * Fixed issue with uploading files from RHS when trying to upload after opening...Reed Garmsen2015-08-121-3/+2
| * Added check to make sure files are not stringsReed Garmsen2015-08-121-2/+6
| * Switched to using the jquery-dragster library to implement more consistent dr...Reed Garmsen2015-08-121-26/+22
| * Changed structure to keep code contained to file_upload.jsxReed Garmsen2015-08-121-12/+14
| * Working on adding overlays for file drag and dropReed Garmsen2015-08-121-13/+5
| * Users can now drop files into the center pane or the rhs respectively to uplo...Reed Garmsen2015-08-121-38/+66
| * Added handlers for dragging and dropping files onto the center pane or RHSReed Garmsen2015-08-121-0/+38
* | Cosmetic refactoringnickago2015-08-111-10/+17
* | Added server side validation of jpegs as imagesnickago2015-08-111-6/+0
|/
* Formatted CreateComment, CreatePost, and FileUpload React components to match...hmhealey2015-08-101-38/+62
* Changed file upload components to properly remove previews for failed uploadshmhealey2015-08-101-2/+2
* Changed post drafts to maintain a store a unique id for each file upload to f...hmhealey2015-08-101-14/+22
* Added the ability to cancel file uploads on postshmhealey2015-08-101-1/+36
* Changed post drafts to maintain a list of the names of uploading files instea...hmhealey2015-08-101-8/+20
* Fixed issue with error message for uploading more than 5 files not appearing ...Reed Garmsen2015-07-231-1/+1
* fixes mm-1318 only allow 5 files to be uploaded at a timeJoramWilander2015-06-221-9/+9
* first commit=Corey Hulen2015-06-141-0/+129