Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stopped CreatePost from responding to PreferenceStore changes before it gets ↵ | hmhealey | 2015-12-15 | 1 | -5/+11 |
| | | | | mounted | ||||
* | Improved PreferenceStore api when getting values | hmhealey | 2015-12-15 | 1 | -8/+8 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-12-08 | 1 | -3/+3 |
| | |||||
* | Implementing Permalinks and jumping to post from search. Performance | Christopher Speller | 2015-11-23 | 1 | -7/+4 |
| | | | | improvements. | ||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -18/+18 |
| | | | | system. | ||||
* | Update create_post.jsx | Eric Sethna | 2015-11-18 | 1 | -2/+2 |
| | | | Add Enter key instructions to the Sending Messages pop-over. | ||||
* | Converted DeletePostModal to React-Bootstrap | hmhealey | 2015-11-18 | 1 | -1/+2 |
| | |||||
* | Merge pull request #1315 from mattermost/plt-996 | Corey Hulen | 2015-11-05 | 1 | -2/+2 |
|\ | | | | | PLT-996 Prevent tutorial showing up a second before post list loads | ||||
| * | Update tutorial to not show by default | JoramWilander | 2015-11-05 | 1 | -2/+2 |
| | | |||||
* | | Fixed center channel height magic. Fixes tutorial | Christopher Speller | 2015-11-05 | 1 | -2/+0 |
|/ | |||||
* | Overlay fixes and added class prop for tips | JoramWilander | 2015-11-02 | 1 | -0/+1 |
| | |||||
* | Updating tutorial screens | Asaad Mahmood | 2015-11-02 | 1 | -4/+3 |
| | |||||
* | Add tutorial popovers | JoramWilander | 2015-11-02 | 1 | -13/+49 |
| | |||||
* | Some renaming | Christopher Speller | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | Hooking up external components | Christopher Speller | 2015-11-02 | 1 | -0/+1 |
| | |||||
* | add new user-setting section 'advanced' and remove ctrl-send setting from ↵ | Florian Orben | 2015-10-28 | 1 | -6/+8 |
| | | | | general tab | ||||
* | allow messages to be send on ctrl+enter | Florian Orben | 2015-10-28 | 1 | -8/+23 |
| | |||||
* | Merge pull request #1193 from hmhealey/plt798 | Corey Hulen | 2015-10-26 | 1 | -2/+8 |
|\ | | | | | PLT-798 Prevent image files larger than 4k resolution from being uploaded | ||||
| * | Fixed file upload and profile picture upload error display to work for ↵ | hmhealey | 2015-10-26 | 1 | -2/+8 |
| | | | | | | | | serverside errors | ||||
* | | PLT-703: Support multiple users being shown as typing underneath input boxes. | Florian Orben | 2015-10-26 | 1 | -1/+1 |
|/ | |||||
* | Mattermost can not send message start with slash | Florian Orben | 2015-10-25 | 1 | -51/+64 |
| | | | | resolves #827 | ||||
* | Fixed typos in create_post.jsx resizing code | Reed Garmsen | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Handle window resize events in React way | Antti Ahti | 2015-10-20 | 1 | -4/+19 |
| | | | | | | 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 | ||||
* | PLT-74: Enable Up Arrow keyboard shortcut to edit your last message | Florian Orben | 2015-10-15 | 1 | -2/+5 |
| | | | | | | | | - fix bug where channel_id was not set if update_post ajax was "too fast" - fix bug js error if there is no last post, i.e. empty channel - renamed lastPostId to postId so it has a nicer api to be triggered from everywhere - fix a typo - automatically focus textarea on modal open | ||||
* | PLT-74: Enable Up Arrow keyboard shortcut to edit your last message | Florian Orben | 2015-10-15 | 1 | -1/+22 |
| | |||||
* | Fixing most deprication warnings | Christopher Speller | 2015-10-15 | 1 | -3/+3 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2015-10-14 | 1 | -1/+4 |
| | |||||
* | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| |