summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
Commit message (Expand)AuthorAgeFilesLines
* Multiple UI ImprovementsAsaad Mahmood2015-12-081-3/+3
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-7/+4
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-18/+18
* Update create_post.jsxEric Sethna2015-11-181-2/+2
* Converted DeletePostModal to React-Bootstraphmhealey2015-11-181-1/+2
* Merge pull request #1315 from mattermost/plt-996Corey Hulen2015-11-051-2/+2
|\
| * Update tutorial to not show by defaultJoramWilander2015-11-051-2/+2
* | Fixed center channel height magic. Fixes tutorialChristopher Speller2015-11-051-2/+0
|/
* Overlay fixes and added class prop for tipsJoramWilander2015-11-021-0/+1
* Updating tutorial screensAsaad Mahmood2015-11-021-4/+3
* Add tutorial popoversJoramWilander2015-11-021-13/+49
* Some renamingChristopher Speller2015-11-021-1/+1
* Hooking up external componentsChristopher Speller2015-11-021-0/+1
* add new user-setting section 'advanced' and remove ctrl-send setting from gen...Florian Orben2015-10-281-6/+8
* allow messages to be send on ctrl+enterFlorian Orben2015-10-281-8/+23
* Merge pull request #1193 from hmhealey/plt798Corey Hulen2015-10-261-2/+8
|\
| * Fixed file upload and profile picture upload error display to work for server...hmhealey2015-10-261-2/+8
* | PLT-703: Support multiple users being shown as typing underneath input boxes.Florian Orben2015-10-261-1/+1
|/
* Mattermost can not send message start with slashFlorian Orben2015-10-251-51/+64
* Fixed typos in create_post.jsx resizing codeReed Garmsen2015-10-211-3/+3
* Handle window resize events in React wayAntti Ahti2015-10-201-4/+19
* PLT-74: Enable Up Arrow keyboard shortcut to edit your last messageFlorian Orben2015-10-151-2/+5
* PLT-74: Enable Up Arrow keyboard shortcut to edit your last messageFlorian Orben2015-10-151-1/+22
* Fixing most deprication warningsChristopher Speller2015-10-151-3/+3
* Multiple UI ImprovementsAsaad Mahmood2015-10-141-1/+4
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ...Christopher Speller2015-10-051-6/+6
* Fix post list not resizing properlu for file previews.JoramWilander2015-09-251-21/+27
* Text cursor now focuses on the textbox after performing a drag and drop of so...Reed Garmsen2015-09-231-3/+3
* Added support to drag and drop text into the main textbox or RHS textboxReed Garmsen2015-09-231-0/+7
* Functionalized draft checkingReed Garmsen2015-09-221-24/+26
* Post drafts are now displayed when they contain only files and no textReed Garmsen2015-09-221-2/+2
* Merge pull request #628 from mattermost/mm-2127Christopher Speller2015-09-091-19/+27
|\
| * Added send icon button to create post control for mobile view.JoramWilander2015-09-081-19/+27
* | Resize create post control when file previews are added.JoramWilander2015-09-081-0/+5
|/
* Merge pull request #591 from mattermost/mm-1909Corey Hulen2015-09-031-3/+6
|\
| * Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-3/+6
* | Fix poor typing performance on iOS devices.JoramWilander2015-09-031-6/+2
|/
* Refactored various React components to use ES6 syntax and to match the style ...hmhealey2015-09-011-120/+147
* Removed warning message when at the max character limitReed Garmsen2015-08-281-5/+2
* Merge pull request #469 from mattermost/mm-1699Christopher Speller2015-08-271-3/+1
|\
| * Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-3/+1
* | Moved duplicate code into functions and added better handling of large paste ...Reed Garmsen2015-08-261-10/+4
* | Fixed issue with carriage returns being counted improperly in non-ie browsers...Reed Garmsen2015-08-251-2/+4
* | Prevents users from typing more than 4000 characters into any 'textbox' (post...Reed Garmsen2015-08-251-1/+9
|/
* Fixing posts not being able to uploadChristopher Speller2015-08-201-2/+2
* Fixed 'X is typing...' messages being malformed when sent to the serverhmhealey2015-08-181-1/+1
* minor bug fixes to pending postsJoramWilander2015-08-181-1/+1
* finalize implenetation of predictive client posts so that users get immediate...JoramWilander2015-08-181-24/+29
* added client predictive commentingJoramWilander2015-08-181-8/+22