Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵ | Christopher Speller | 2015-10-05 | 1 | -6/+6 |
| | | | | Adding new ESLint rules. Fixing new ESLint errors. | ||||
* | Fix post list not resizing properlu for file previews. | JoramWilander | 2015-09-25 | 1 | -21/+27 |
| | |||||
* | Text cursor now focuses on the textbox after performing a drag and drop of ↵ | Reed Garmsen | 2015-09-23 | 1 | -3/+3 |
| | | | | some text | ||||
* | Added support to drag and drop text into the main textbox or RHS textbox | Reed Garmsen | 2015-09-23 | 1 | -0/+7 |
| | |||||
* | Functionalized draft checking | Reed Garmsen | 2015-09-22 | 1 | -24/+26 |
| | |||||
* | Post drafts are now displayed when they contain only files and no text | Reed Garmsen | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | Merge pull request #628 from mattermost/mm-2127 | Christopher Speller | 2015-09-09 | 1 | -19/+27 |
|\ | | | | | MM-2127 Added send icon button to create post control for mobile view. | ||||
| * | Added send icon button to create post control for mobile view. | JoramWilander | 2015-09-08 | 1 | -19/+27 |
| | | |||||
* | | Resize create post control when file previews are added. | JoramWilander | 2015-09-08 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #591 from mattermost/mm-1909 | Corey Hulen | 2015-09-03 | 1 | -3/+6 |
|\ | | | | | MM-1909 Upgrading ESLint, turning on new rules, enabling some warnings, optimizations | ||||
| * | Upgrading ESLint and adding some more rules. Refactoring to meet these new rules | Christopher Speller | 2015-09-03 | 1 | -3/+6 |
| | | |||||
* | | Fix poor typing performance on iOS devices. | JoramWilander | 2015-09-03 | 1 | -6/+2 |
|/ | |||||
* | Refactored various React components to use ES6 syntax and to match the style ↵ | hmhealey | 2015-09-01 | 1 | -120/+147 |
| | | | | guide without any errors or warnings | ||||
* | Removed warning message when at the max character limit | Reed Garmsen | 2015-08-28 | 1 | -5/+2 |
| | |||||
* | Merge pull request #469 from mattermost/mm-1699 | Christopher Speller | 2015-08-27 | 1 | -3/+1 |
|\ | | | | | 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 | -3/+1 |
| | | |||||
* | | Moved duplicate code into functions and added better handling of large paste ↵ | Reed Garmsen | 2015-08-26 | 1 | -10/+4 |
| | | | | | | | | text dumps | ||||
* | | Fixed issue with carriage returns being counted improperly in non-ie ↵ | Reed Garmsen | 2015-08-25 | 1 | -2/+4 |
| | | | | | | | | 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. | ||||
* | Fixing posts not being able to upload | Christopher Speller | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Fixed 'X is typing...' messages being malformed when sent to the server | hmhealey | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | minor bug fixes to pending posts | JoramWilander | 2015-08-18 | 1 | -1/+1 |
| | |||||
* | finalize implenetation of predictive client posts so that users get ↵ | JoramWilander | 2015-08-18 | 1 | -24/+29 |
| | | | | immediate feedback after posting | ||||
* | added client predictive commenting | JoramWilander | 2015-08-18 | 1 | -8/+22 |
| | |||||
* | adds predictive posting on the client | JoramWilander | 2015-08-18 | 1 | -5/+24 |
| | |||||
* | 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 | -50/+7 |
| | | | | of null when no draft is found | ||||
* | Formatted CreateComment, CreatePost, and FileUpload React components to ↵ | hmhealey | 2015-08-10 | 1 | -62/+77 |
| | | | | 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 posts | hmhealey | 2015-08-10 | 1 | -5/+17 |
| | |||||
* | Changed post drafts to maintain a list of the names of uploading files ↵ | hmhealey | 2015-08-10 | 1 | -48/+55 |
| | | | | instead of just a count | ||||
* | Removed ^replying in preparation for 0.6.0 | hmhealey | 2015-07-30 | 1 | -89/+2 |
| | |||||
* | Replaced instance of String.prototype.startsWith which only works in ↵ | hmhealey | 2015-07-27 | 1 | -1/+1 |
| | | | | browsers that support ES6 | ||||
* | Merge pull request #226 from nickago/MM-1546 | Joram Wilander | 2015-07-24 | 1 | -1/+1 |
|\ | | | | | MM-1546 Clear error messages on modal close and channel switch | ||||
| * | When closing out of a modal, unsaved data and text inside of it is erased. | nickago | 2015-07-23 | 1 | -1/+1 |
| | | |||||
* | | Fixed issue with error message for uploading more than 5 files not appearing ↵ | Reed Garmsen | 2015-07-23 | 1 | -1/+1 |
|/ | | | | on OSX | ||||
* | Merge pull request #228 from nickago/MM-1547 | Joram Wilander | 2015-07-22 | 1 | -4/+4 |
|\ | | | | | MM-1547 Added local cache storing of drafts for comments | ||||
| * | Added message persistance on closing RHS/switching to another comment | nickago | 2015-07-22 | 1 | -4/+4 |
| | | | | | | | | | | thread. Similar to the center pane and channels, switching comment threads won't delete entered but unsent text/media in the RHS | ||||
* | | Prevent users from sending empty ^ reply messages | hmhealey | 2015-07-21 | 1 | -5/+5 |
| | | |||||
* | | Added handling for when the user is ^ responding to a post that gets deleted | hmhealey | 2015-07-21 | 1 | -1/+7 |
| | | |||||
* | | Track caretCount as part of createPost's state so that we don't ↵ | hmhealey | 2015-07-21 | 1 | -22/+22 |
| | | | | | | | | unnecessarily search for a thread to reply to when the user is typing | ||||
* | | Trim the carets from the beginning of reply messages when they're posted | hmhealey | 2015-07-21 | 1 | -0/+5 |
| | | |||||
* | | Change the create_post component to track the active thread using the event ↵ | hmhealey | 2015-07-21 | 1 | -14/+24 |
| | | | | | | | | dispatcher so that it stays in sync with the post_list | ||||
* | | Added function to reply to earlier messages by prefixing a message with carets | hmhealey | 2015-07-21 | 1 | -0/+68 |
|/ | |||||
* | mm-1631 - Fixing image previewer bug | Asaad Mahmood | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #46 from mattermost/mm-1318 | Joram Wilander | 2015-06-25 | 1 | -13/+21 |
|\ | | | | | 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 | -13/+21 |
| | | |||||
| * | fixes br tags causing new lines | JoramWilander | 2015-06-18 | 1 | -3/+1 |
| | |