Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed RECIEVED_* to RECEIVED_* | hmhealey | 2016-02-08 | 1 | -1/+1 |
| | |||||
* | Disabled keyboard focus code changes on mobile | hmhealey | 2016-02-05 | 1 | -4/+11 |
| | |||||
* | Merge pull request #2071 from hmhealey/plt1820 | Corey Hulen | 2016-02-04 | 1 | -34/+14 |
|\ | | | | | PLT-1820/PLT-1847 Cleaned up textbox focus code | ||||
| * | Added code to refocus on the post/comment textbox after a file is drag and ↵ | hmhealey | 2016-02-04 | 1 | -0/+4 |
| | | | | | | | | dropped | ||||
| * | Cleaned up textbox focus code | hmhealey | 2016-02-04 | 1 | -35/+11 |
| | | |||||
* | | Merge pull request #2064 from hmhealey/plt882 | Christopher Speller | 2016-02-04 | 1 | -6/+1 |
|\ \ | |/ |/| | PLT-882 Ephemeral Messages and Out-Of-Channel mentions | ||||
| * | Changed PostStore to not clear a deleted post's message | hmhealey | 2016-02-04 | 1 | -6/+1 |
| | | |||||
* | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 1 | -6/+36 |
|\| | |||||
| * | PLT-7: Refactoring frontend (chunk 11) | Elias Nahum | 2016-02-03 | 1 | -6/+36 |
| | | | | | | | | | | | | - channel view - Added translations for previous commits - Fix bug on signup_team email body | ||||
* | | merging | =Corey Hulen | 2016-01-22 | 1 | -1/+1 |
|\| | |||||
| * | PLT-7 fixing unit test for chunk 2 server | =Corey Hulen | 2016-01-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-01-14 | 1 | -7/+0 |
|\| | |||||
| * | Removed ability to drag n' drop text; drag n' drop ui no longer appears when ↵ | Reed Garmsen | 2016-01-06 | 1 | -7/+0 |
| | | | | | | | | non-files are dragged | ||||
* | | partial fix for UI | =Corey Hulen | 2016-01-08 | 1 | -6/+1 |
|/ | |||||
* | 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 |
| | |