summaryrefslogtreecommitdiffstats
path: root/web/react/components/create_post.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Stopped CreatePost from responding to PreferenceStore changes before it gets ↵hmhealey2015-12-151-5/+11
| | | | mounted
* Improved PreferenceStore api when getting valueshmhealey2015-12-151-8/+8
|
* Multiple UI ImprovementsAsaad Mahmood2015-12-081-3/+3
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-7/+4
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-18/+18
| | | | system.
* Update create_post.jsxEric Sethna2015-11-181-2/+2
| | | Add Enter key instructions to the Sending Messages pop-over.
* Converted DeletePostModal to React-Bootstraphmhealey2015-11-181-1/+2
|
* Merge pull request #1315 from mattermost/plt-996Corey Hulen2015-11-051-2/+2
|\ | | | | PLT-996 Prevent tutorial showing up a second before post list loads
| * 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 ↵Florian Orben2015-10-281-6/+8
| | | | general tab
* 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
|\ | | | | PLT-798 Prevent image files larger than 4k resolution from being uploaded
| * Fixed file upload and profile picture upload error display to work for ↵hmhealey2015-10-261-2/+8
| | | | | | | | serverside errors
* | 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
| | | | resolves #827
* 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
| | | | | | 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 messageFlorian Orben2015-10-151-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 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
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* 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 ↵Reed Garmsen2015-09-231-3/+3
| | | | some text
* 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
|\ | | | | MM-2127 Added send icon button to create post control for mobile view.
| * 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
|\ | | | | MM-1909 Upgrading ESLint, turning on new rules, enabling some warnings, optimizations
| * 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
| | | | guide without any errors or warnings
* 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
|\ | | | | MM-1699 Refactored post handling/updating on both the client and server
| * 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
| | | | | | | | text dumps
* | Fixed issue with carriage returns being counted improperly in non-ie ↵Reed Garmsen2015-08-251-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 Garmsen2015-08-251-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 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
|