summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_upload.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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