summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_comment.jsx
Commit message (Expand)AuthorAgeFilesLines
* Refactored various React components to use ES6 syntax and to match the style ...hmhealey2015-09-011-88/+125
* Removed warning message when at the max character limitReed Garmsen2015-08-281-5/+2
* Merge pull request #469 from mattermost/mm-1699Christopher Speller2015-08-271-4/+3
|\
| * Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-4/+3
* | Moved duplicate code into functions and added better handling of large paste ...Reed Garmsen2015-08-261-10/+3
* | Fixed issue with carriage returns being counted improperly in non-ie browsers...Reed Garmsen2015-08-251-3/+5
* | Prevents users from typing more than 4000 characters into any 'textbox' (post...Reed Garmsen2015-08-251-1/+9
|/
* finalize implenetation of predictive client posts so that users get immediate...JoramWilander2015-08-181-16/+15
* added client predictive commentingJoramWilander2015-08-181-4/+20
* Better error checking along with other fixesReed Garmsen2015-08-131-7/+11
* Users can now drop files into the center pane or the rhs respectively to uplo...Reed Garmsen2015-08-121-1/+3
* Changed PostStore.getDraft/getCommentDraft to return an empty draft instead o...hmhealey2015-08-111-42/+2
* Formatted CreateComment, CreatePost, and FileUpload React components to match...hmhealey2015-08-101-50/+69
* Changed file upload components to properly remove previews for failed uploadshmhealey2015-08-101-2/+17
* Changed post drafts to maintain a store a unique id for each file upload to f...hmhealey2015-08-101-20/+10
* Added the ability to cancel file uploads on commentshmhealey2015-08-101-5/+15
* Changed post drafts to maintain a list of the names of uploading files instea...hmhealey2015-08-101-45/+52
* Fixed issue with error message for uploading more than 5 files not appearing ...Reed Garmsen2015-07-231-1/+1
* Added message persistance on closing RHS/switching to another commentnickago2015-07-221-3/+62
* Even on error, submission stop, updated to relect thatnickago2015-07-171-1/+2
* Merge pull request #46 from mattermost/mm-1318Joram Wilander2015-06-251-10/+18
|\
| * fixes mm-1318 only allow 5 files to be uploaded at a timeJoramWilander2015-06-221-10/+18
| * Error messages revolving around comment creation appear clientside unless we ...Reed Garmsen2015-06-151-0/+6
| * Invalid RootId parameter error message no longer displays on the client. Cha...Reed Garmsen2015-06-151-3/+0
| * first commit=Corey Hulen2015-06-141-0/+166
* Change "Create a comment..." to "Add a comment..."it332015-06-211-1/+1
* Error messages revolving around comment creation appear clientside unless we ...Reed Garmsen2015-06-151-0/+6
* Invalid RootId parameter error message no longer displays on the client. Cha...Reed Garmsen2015-06-151-3/+0
* first commit=Corey Hulen2015-06-141-0/+166