summaryrefslogtreecommitdiffstats
path: root/webapp/components/create_post.jsx
Commit message (Expand)AuthorAgeFilesLines
* add shortcut that opens a comment thread for most recent message in a channel...Saturnino Abril2017-06-021-0/+10
* fix JS error when adding reaction when latest post is ephemeral (#6512)Saturnino Abril2017-05-311-3/+3
* Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)Carlos Tadeu Panato Junior2017-05-301-7/+75
* PLT-6282 Make post list stay visible when post textbox height changes (#6323)Harrison Healey2017-05-231-16/+17
* PLT-6262 Add config setting to disable file attachments (#6301)Joram Wilander2017-05-041-1/+6
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Fixed pasting images not working (#5971)Harrison Healey2017-04-041-0/+6
* Add reaction picker (#5904)bonespiked2017-04-011-1/+1
* Ticket 4665 - Emoji Picker (#5157)bonespiked2017-03-241-12/+86
* fix bug when use /msg command it open the channel in a new tab (#5644)Carlos Tadeu Panato Junior2017-03-061-1/+1
* Slash command: goto_location not working as expected (#5507)Carlos Tadeu Panato Junior2017-02-281-1/+5
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-0/+1
* [PLT-5445] Mobile view: Set focus back to message box after uploading a file ...Saturnino Abril2017-02-231-4/+6
* Disable send icon until valid message or file counts (#5214)Saturnino Abril2017-02-071-8/+37
* PLT-137: Disable upload button when max uploads reached (#5053)Mika Andrianarijaona2017-01-181-0/+3
* Stopped rerendering CreatePost/CreateComment when blurring textbox (#5026)Harrison Healey2017-01-101-4/+6
* Clean up /logout command flow and errors (#4918)Joram Wilander2016-12-301-0/+5
* Add error to RHS reply box for messages > 4000 chars, consistent with create ...Nick Frazier2016-12-261-23/+7
* create_post fixes (#4867)Nick Frazier2016-12-221-1/+8
* PLT-4431 Add post queuing to the webapp (#4800)Joram Wilander2016-12-211-4/+1
* PLT-4943: Warn when editing a message > 4000 chars (#4789)Nick Frazier2016-12-211-1/+1
* Ui improvements (#4780)Asaad Mahmood2016-12-141-10/+10
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-091-5/+7
* [PLT-4318] Display a message when post is over 4000 characters (#4687)Nick Frazier2016-12-061-5/+24
* Move instances of Client.createPost() in components to an action (#4639)Carlos Tadeu Panato Junior2016-12-051-13/+4
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-301-3/+26
* PLT-4376 iOS and Android: Keep the keyboard open after sending a message (#4377)Mike Piccolo2016-11-041-4/+15
* PLT-4595 Fixed post drafts and renamed some fields to be consistent (#4418)Harrison Healey2016-11-011-14/+13
* Cleaned up code for ensuring post drafts are non-null (#4382)Harrison Healey2016-10-311-22/+2
* PLT-4404 Replace calls to onInput with onChange to better support IE11 (#4315)Harrison Healey2016-10-251-3/+3
* PLT-4343 Fixes for mobile main menu (#4148)Harrison Healey2016-10-041-1/+1
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-23/+24
* Ctrl+Enter sends messages in mobile view (#3833)Ryan Wang2016-08-191-1/+2
* Clear post textbox as soon as a slash command is sent (#3789)Harrison Healey2016-08-121-2/+4
* fixed mobile enter button (#3639)David Lu2016-07-251-1/+1
* Moving javascript driver back to platform (#3613)Christopher Speller2016-07-191-1/+1
* Fixed input handlers used by Textbox and SuggestionBox components to properly...Harrison Healey2016-07-151-37/+19
* Updating ESLint (#3597)Christopher Speller2016-07-151-1/+1
* PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI Impro...Asaad Mahmood2016-07-051-4/+4
* Fix occasional visual hiccup when posting/replying to messages (#3397)Joram Wilander2016-06-221-1/+6
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
* PLT-3270 Comment out max file size setting in system console (#3324)Joram Wilander2016-06-131-1/+1
* PLT-3056 Fix Unable to type quickly in post textbox in IE11 (#3249)enahum2016-06-061-4/+7
* PLT-3101 Added message history (#3205)David Lu2016-06-061-13/+34
* added ctrlSend checking (#3196)David Lu2016-06-051-1/+1
* PLT-3028 Added CTRL+/ to show shortcuts (#3181)David Lu2016-06-021-1/+22
* changed behaviour on non-empty post/comment (#3154)David Lu2016-05-301-2/+2
* Added preventDefault (#3137)David Lu2016-05-271-0/+1
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-261-1/+1
* PLT-2784 Channel Navigation Shortcuts (#2979)David Lu2016-05-161-2/+2