summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_upload.jsx
Commit message (Collapse)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
| | | | - sidebar right & rhs
* 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
| | | | non-files are dragged
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-4/+4
| | | | system.
* 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
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* 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
|\ | | | | PLT-171 MM-1589 New add channel modal using react-bootstrap.
| * 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
|\ | | | | MM-316 Allows users to drag and drop files from their computer to the center pane or RHS to upload them
| * Implements better markup for css changes to be made, including an overlay of ↵Reed Garmsen2015-08-121-6/+12
| | | | | | | | the dropzones and help pic/text
| * 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 ↵Reed Garmsen2015-08-121-3/+2
| | | | | | | | opening the RHS and then switching channels
| * 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 ↵Reed Garmsen2015-08-121-26/+22
| | | | | | | | drag and drop support, rather than using the inconsistent html5 implementation
| * 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 ↵Reed Garmsen2015-08-121-38/+66
| | | | | | | | upload images and other files
| * 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 ↵hmhealey2015-08-101-38/+62
| | | | match the style guide
* 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 ↵hmhealey2015-08-101-14/+22
| | | | fix issues with duplicate file names
* 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 ↵hmhealey2015-08-101-8/+20
| | | | instead of just a count
* Fixed issue with error message for uploading more than 5 files not appearing ↵Reed Garmsen2015-07-231-1/+1
| | | | on OSX
* 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