Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Multiple UI Improvements | Asaad Mahmood | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1585 from mattermost/PLT-1301 | Christopher Speller | 2015-12-03 | 1 | -1/+0 |
|\ | | | | | PLT-1301 Fixing RHS disappearing bug | ||||
| * | PLT-1301 Fixing RHS disappearing bug | =Corey Hulen | 2015-12-02 | 1 | -1/+0 |
| | | |||||
* | | Removed command autocomplete from the comment textbox and edit post modal | hmhealey | 2015-12-02 | 1 | -0/+1 |
|/ | |||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -15/+15 |
| | | | | system. | ||||
* | Converted DeletePostModal to React-Bootstrap | hmhealey | 2015-11-18 | 1 | -1/+2 |
| | |||||
* | add new user-setting section 'advanced' and remove ctrl-send setting from ↵ | Florian Orben | 2015-10-28 | 1 | -7/+9 |
| | | | | general tab | ||||
* | allow messages to be send on ctrl+enter | Florian Orben | 2015-10-28 | 1 | -8/+23 |
| | |||||
* | use constant value to check if to send a typing event for comments | Florian Orben | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1103 from florianorben/PLT-751 | Harrison Healey | 2015-10-21 | 1 | -0/+24 |
|\ | | | | | PLT-751: Enable arrow to edit posts in comment threads | ||||
| * | PLT-751: Enable arrow to edit posts in comment threads | Florian Orben | 2015-10-19 | 1 | -0/+24 |
| | | |||||
* | | Handle window resize events in React way | Antti Ahti | 2015-10-20 | 1 | -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 warnings | Christopher Speller | 2015-10-15 | 1 | -2/+2 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-10-15 | 1 | -1/+3 |
| | |||||
* | PLT-42: Add "File uploading" text left of "Add Comment" when file is uploading | Florian Orben | 2015-10-14 | 1 | -0/+12 |
| | |||||
* | Other UI Improvements | Asaad Mahmood | 2015-10-12 | 1 | -19/+21 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Now handles commenting on a deleted post gracefully, and checks for any ↵ | Reed Garmsen | 2015-10-07 | 1 | -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 Speller | 2015-10-05 | 1 | -6/+6 |
| | | | | Adding new ESLint rules. Fixing new ESLint errors. | ||||
* | Fixes RHS not scrolling to show previews when file attached. | JoramWilander | 2015-09-25 | 1 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | Refactored various React components to use ES6 syntax and to match the style ↵ | hmhealey | 2015-09-01 | 1 | -88/+125 |
| | | | | 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 | -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. |