summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
Commit message (Expand)AuthorAgeFilesLines
...
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ...Christopher Speller2015-10-051-6/+6
* Fix post list not resizing properlu for file previews.JoramWilander2015-09-251-21/+27
* Text cursor now focuses on the textbox after performing a drag and drop of so...Reed Garmsen2015-09-231-3/+3
* Added support to drag and drop text into the main textbox or RHS textboxReed Garmsen2015-09-231-0/+7
* Functionalized draft checkingReed Garmsen2015-09-221-24/+26
* Post drafts are now displayed when they contain only files and no textReed Garmsen2015-09-221-2/+2
* Merge pull request #628 from mattermost/mm-2127Christopher Speller2015-09-091-19/+27
|\
| * Added send icon button to create post control for mobile view.JoramWilander2015-09-081-19/+27
* | Resize create post control when file previews are added.JoramWilander2015-09-081-0/+5
|/
* Merge pull request #591 from mattermost/mm-1909Corey Hulen2015-09-031-3/+6
|\
| * Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-3/+6
* | Fix poor typing performance on iOS devices.JoramWilander2015-09-031-6/+2
|/
* Refactored various React components to use ES6 syntax and to match the style ...hmhealey2015-09-011-120/+147
* 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-3/+1
|\
| * Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-3/+1
* | Moved duplicate code into functions and added better handling of large paste ...Reed Garmsen2015-08-261-10/+4
* | Fixed issue with carriage returns being counted improperly in non-ie browsers...Reed Garmsen2015-08-251-2/+4
* | Prevents users from typing more than 4000 characters into any 'textbox' (post...Reed Garmsen2015-08-251-1/+9
|/
* Fixing posts not being able to uploadChristopher Speller2015-08-201-2/+2
* Fixed 'X is typing...' messages being malformed when sent to the serverhmhealey2015-08-181-1/+1
* minor bug fixes to pending postsJoramWilander2015-08-181-1/+1
* finalize implenetation of predictive client posts so that users get immediate...JoramWilander2015-08-181-24/+29
* added client predictive commentingJoramWilander2015-08-181-8/+22
* adds predictive posting on the clientJoramWilander2015-08-181-5/+24
* 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-50/+7
* Formatted CreateComment, CreatePost, and FileUpload React components to match...hmhealey2015-08-101-62/+77
* 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 postshmhealey2015-08-101-5/+17
* Changed post drafts to maintain a list of the names of uploading files instea...hmhealey2015-08-101-48/+55
* Removed ^replying in preparation for 0.6.0hmhealey2015-07-301-89/+2
* Replaced instance of String.prototype.startsWith which only works in browsers...hmhealey2015-07-271-1/+1
* Merge pull request #226 from nickago/MM-1546Joram Wilander2015-07-241-1/+1
|\
| * When closing out of a modal, unsaved data and text inside of it is erased.nickago2015-07-231-1/+1
* | Fixed issue with error message for uploading more than 5 files not appearing ...Reed Garmsen2015-07-231-1/+1
|/
* Merge pull request #228 from nickago/MM-1547Joram Wilander2015-07-221-4/+4
|\
| * Added message persistance on closing RHS/switching to another commentnickago2015-07-221-4/+4
* | Prevent users from sending empty ^ reply messageshmhealey2015-07-211-5/+5
* | Added handling for when the user is ^ responding to a post that gets deletedhmhealey2015-07-211-1/+7
* | Track caretCount as part of createPost's state so that we don't unnecessarily...hmhealey2015-07-211-22/+22
* | Trim the carets from the beginning of reply messages when they're postedhmhealey2015-07-211-0/+5
* | Change the create_post component to track the active thread using the event d...hmhealey2015-07-211-14/+24
* | Added function to reply to earlier messages by prefixing a message with caretshmhealey2015-07-211-0/+68
|/
* mm-1631 - Fixing image previewer bugAsaad Mahmood2015-07-211-1/+1
* Merge pull request #46 from mattermost/mm-1318Joram Wilander2015-06-251-13/+21
|\
| * fixes mm-1318 only allow 5 files to be uploaded at a timeJoramWilander2015-06-221-13/+21