Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #469 from mattermost/mm-1699 | Christopher Speller | 2015-08-27 | 1 | -4/+3 |
|\ | | | | | MM-1699 Refactored post handling/updating on both the client and server | ||||
| * | Refactored post handling/updating on both the client and server. | JoramWilander | 2015-08-27 | 1 | -4/+3 |
| | | |||||
* | | Moved duplicate code into functions and added better handling of large paste ↵ | Reed Garmsen | 2015-08-26 | 1 | -10/+3 |
| | | | | | | | | text dumps | ||||
* | | Fixed issue with carriage returns being counted improperly in non-ie ↵ | Reed Garmsen | 2015-08-25 | 1 | -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 Garmsen | 2015-08-25 | 1 | -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 ↵ | JoramWilander | 2015-08-18 | 1 | -16/+15 |
| | | | | immediate feedback after posting | ||||
* | added client predictive commenting | JoramWilander | 2015-08-18 | 1 | -4/+20 |
| | |||||
* | Better error checking along with other fixes | Reed Garmsen | 2015-08-13 | 1 | -7/+11 |
| | |||||
* | Users can now drop files into the center pane or the rhs respectively to ↵ | Reed Garmsen | 2015-08-12 | 1 | -1/+3 |
| | | | | upload images and other files | ||||
* | Changed PostStore.getDraft/getCommentDraft to return an empty draft instead ↵ | hmhealey | 2015-08-11 | 1 | -42/+2 |
| | | | | of null when no draft is found | ||||
* | Formatted CreateComment, CreatePost, and FileUpload React components to ↵ | hmhealey | 2015-08-10 | 1 | -50/+69 |
| | | | | match the style guide | ||||
* | Changed file upload components to properly remove previews for failed uploads | hmhealey | 2015-08-10 | 1 | -2/+17 |
| | |||||
* | Changed post drafts to maintain a store a unique id for each file upload to ↵ | hmhealey | 2015-08-10 | 1 | -20/+10 |
| | | | | fix issues with duplicate file names | ||||
* | Added the ability to cancel file uploads on comments | hmhealey | 2015-08-10 | 1 | -5/+15 |
| | |||||
* | Changed post drafts to maintain a list of the names of uploading files ↵ | hmhealey | 2015-08-10 | 1 | -45/+52 |
| | | | | instead of just a count | ||||
* | Fixed issue with error message for uploading more than 5 files not appearing ↵ | Reed Garmsen | 2015-07-23 | 1 | -1/+1 |
| | | | | on OSX | ||||
* | Added message persistance on closing RHS/switching to another comment | nickago | 2015-07-22 | 1 | -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 that | nickago | 2015-07-17 | 1 | -1/+2 |
| | |||||
* | Merge pull request #46 from mattermost/mm-1318 | Joram Wilander | 2015-06-25 | 1 | -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 time | JoramWilander | 2015-06-22 | 1 | -10/+18 |
| | | |||||
| * | Error messages revolving around comment creation appear clientside unless we ↵ | Reed Garmsen | 2015-06-15 | 1 | -0/+6 |
| | | | | | | | | have a better solution in place | ||||
| * | Invalid RootId parameter error message no longer displays on the client. ↵ | Reed Garmsen | 2015-06-15 | 1 | -3/+0 |
| | | | | | | | | Changed acceptance of error from Agree to Okay. | ||||
| * | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+166 |
| | |||||
* | Change "Create a comment..." to "Add a comment..." | it33 | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | Error messages revolving around comment creation appear clientside unless we ↵ | Reed Garmsen | 2015-06-15 | 1 | -0/+6 |
| | | | | have a better solution in place | ||||
* | Invalid RootId parameter error message no longer displays on the client. ↵ | Reed Garmsen | 2015-06-15 | 1 | -3/+0 |
| | | | | Changed acceptance of error from Agree to Okay. | ||||
* | first commit | =Corey Hulen | 2015-06-14 | 1 | -0/+166 |