summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_comment.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Improved PreferenceStore api when getting valueshmhealey2015-12-151-4/+4
|
* Multiple UI ImprovementsAsaad Mahmood2015-12-081-1/+1
|
* Merge pull request #1585 from mattermost/PLT-1301Christopher Speller2015-12-031-1/+0
|\ | | | | PLT-1301 Fixing RHS disappearing bug
| * PLT-1301 Fixing RHS disappearing bug=Corey Hulen2015-12-021-1/+0
| |
* | Removed command autocomplete from the comment textbox and edit post modalhmhealey2015-12-021-0/+1
|/
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-15/+15
| | | | system.
* Converted DeletePostModal to React-Bootstraphmhealey2015-11-181-1/+2
|
* add new user-setting section 'advanced' and remove ctrl-send setting from ↵Florian Orben2015-10-281-7/+9
| | | | general tab
* allow messages to be send on ctrl+enterFlorian Orben2015-10-281-8/+23
|
* use constant value to check if to send a typing event for commentsFlorian Orben2015-10-261-1/+1
|
* Merge pull request #1103 from florianorben/PLT-751Harrison Healey2015-10-211-0/+24
|\ | | | | PLT-751: Enable arrow to edit posts in comment threads
| * PLT-751: Enable arrow to edit posts in comment threadsFlorian Orben2015-10-191-0/+24
| |
* | Handle window resize events in React wayAntti Ahti2015-10-201-2/+13
|/ | | | | | Use the React-way of handling resize events. Essentially store the window size in component state instead of doing some custom handling. See http://facebook.github.io/react/tips/dom-event-listeners.html
* Fixing most deprication warningsChristopher Speller2015-10-151-2/+2
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-151-1/+3
|
* PLT-42: Add "File uploading" text left of "Add Comment" when file is uploadingFlorian Orben2015-10-141-0/+12
|
* Other UI ImprovementsAsaad Mahmood2015-10-121-19/+21
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Now handles commenting on a deleted post gracefully, and checks for any ↵Reed Garmsen2015-10-071-1/+2
| | | | areas where data may no longer exist once a post has been deleted
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-6/+6
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Fixes RHS not scrolling to show previews when file attached.JoramWilander2015-09-251-0/+6
|
* Text cursor now focuses on the textbox after performing a drag and drop of ↵Reed Garmsen2015-09-231-3/+3
| | | | some text
* Added support to drag and drop text into the main textbox or RHS textboxReed Garmsen2015-09-231-0/+7
|
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-88/+125
| | | | guide without any errors or warnings
* 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
|\ | | | | MM-1699 Refactored post handling/updating on both the client and server
| * 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
| | | | | | | | text dumps
* | Fixed issue with carriage returns being counted improperly in non-ie ↵Reed Garmsen2015-08-251-3/+5
| | | | | | | | browsers and updated error messages to be appropriate to what is being typed (message vs. post vs. edit)
* | Prevents users from typing more than 4000 characters into any 'textbox' ↵Reed Garmsen2015-08-251-1/+9
|/ | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit.
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-16/+15
| | | | immediate feedback after posting
* 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 ↵Reed Garmsen2015-08-121-1/+3
| | | | upload images and other files
* Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵hmhealey2015-08-111-42/+2
| | | | of null when no draft is found
* Formatted CreateComment, CreatePost, and FileUpload React components to ↵hmhealey2015-08-101-50/+69
| | | | match the style guide
* 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 ↵hmhealey2015-08-101-20/+10
| | | | fix issues with duplicate file names
* 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 ↵hmhealey2015-08-101-45/+52
| | | | 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
* Added message persistance on closing RHS/switching to another commentnickago2015-07-221-3/+62
| | | | | thread. Similar to the center pane and channels, switching comment threads won't delete entered but unsent text/media in the RHS
* 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 time
| * 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
| | | | | | | | have a better solution in place
| * Invalid RootId parameter error message no longer displays on the client. ↵Reed Garmsen2015-06-151-3/+0
| | | | | | | | Changed acceptance of error from Agree to Okay.
| * 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
| | | | have a better solution in place