server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webapp
/
components
/
create_post.jsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PLT-6707] /header [text] slash command: Edit the channel header (#6566)
Carlos Tadeu Panato Junior
2017-06-29
1
-3
/
+12
*
[PLT-6745] Fix action of SHIFT+UP by fixing latest replay-able post (#6738)
Saturnino Abril
2017-06-27
1
-3
/
+3
*
PLT-6215 Major post list refactor (#6501)
Joram Wilander
2017-06-18
1
-18
/
+17
*
Merge release-3.10 into master (#6654)
Joram Wilander
2017-06-15
1
-2
/
+8
*
PLT-6127/PLT-6135/PLT-6137 Added EmojiPickerOverlay component to better posit...
Harrison Healey
2017-06-13
1
-29
/
+15
*
PLT-4257 Add pop-up asking if user wants to reset status (#6526)
Joram Wilander
2017-06-06
1
-1
/
+3
*
fix JS error and incorrect comment thread for SHIFT+UP (#6574)
Saturnino Abril
2017-06-05
1
-7
/
+8
*
add shortcut that opens a comment thread for most recent message in a channel...
Saturnino Abril
2017-06-02
1
-0
/
+10
*
fix JS error when adding reaction when latest post is ephemeral (#6512)
Saturnino Abril
2017-05-31
1
-3
/
+3
*
Implement PLT-6246 - Confirm before sending (at)all, (at)channel message (#6250)
Carlos Tadeu Panato Junior
2017-05-30
1
-7
/
+75
*
PLT-6282 Make post list stay visible when post textbox height changes (#6323)
Harrison Healey
2017-05-23
1
-16
/
+17
*
PLT-6262 Add config setting to disable file attachments (#6301)
Joram Wilander
2017-05-04
1
-1
/
+6
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
Fixed pasting images not working (#5971)
Harrison Healey
2017-04-04
1
-0
/
+6
*
Add reaction picker (#5904)
bonespiked
2017-04-01
1
-1
/
+1
*
Ticket 4665 - Emoji Picker (#5157)
bonespiked
2017-03-24
1
-12
/
+86
*
fix bug when use /msg command it open the channel in a new tab (#5644)
Carlos Tadeu Panato Junior
2017-03-06
1
-1
/
+1
*
Slash command: goto_location not working as expected (#5507)
Carlos Tadeu Panato Junior
2017-02-28
1
-1
/
+5
*
PLT-5071: Client side component of Telemetry. (#5516)
George Goldberg
2017-02-24
1
-0
/
+1
*
[PLT-5445] Mobile view: Set focus back to message box after uploading a file ...
Saturnino Abril
2017-02-23
1
-4
/
+6
*
Disable send icon until valid message or file counts (#5214)
Saturnino Abril
2017-02-07
1
-8
/
+37
*
PLT-137: Disable upload button when max uploads reached (#5053)
Mika Andrianarijaona
2017-01-18
1
-0
/
+3
*
Stopped rerendering CreatePost/CreateComment when blurring textbox (#5026)
Harrison Healey
2017-01-10
1
-4
/
+6
*
Clean up /logout command flow and errors (#4918)
Joram Wilander
2016-12-30
1
-0
/
+5
*
Add error to RHS reply box for messages > 4000 chars, consistent with create ...
Nick Frazier
2016-12-26
1
-23
/
+7
*
create_post fixes (#4867)
Nick Frazier
2016-12-22
1
-1
/
+8
*
PLT-4431 Add post queuing to the webapp (#4800)
Joram Wilander
2016-12-21
1
-4
/
+1
*
PLT-4943: Warn when editing a message > 4000 chars (#4789)
Nick Frazier
2016-12-21
1
-1
/
+1
*
Ui improvements (#4780)
Asaad Mahmood
2016-12-14
1
-10
/
+10
*
PLT-1598 Slash command works in RHS (#4367)
Yusuke Nemoto
2016-12-09
1
-5
/
+7
*
[PLT-4318] Display a message when post is over 4000 characters (#4687)
Nick Frazier
2016-12-06
1
-5
/
+24
*
Move instances of Client.createPost() in components to an action (#4639)
Carlos Tadeu Panato Junior
2016-12-05
1
-13
/
+4
*
PLT-1378 Initial version of emoji reactions (#4520)
Harrison Healey
2016-11-30
1
-3
/
+26
*
PLT-4376 iOS and Android: Keep the keyboard open after sending a message (#4377)
Mike Piccolo
2016-11-04
1
-4
/
+15
*
PLT-4595 Fixed post drafts and renamed some fields to be consistent (#4418)
Harrison Healey
2016-11-01
1
-14
/
+13
*
Cleaned up code for ensuring post drafts are non-null (#4382)
Harrison Healey
2016-10-31
1
-22
/
+2
*
PLT-4404 Replace calls to onInput with onChange to better support IE11 (#4315)
Harrison Healey
2016-10-25
1
-3
/
+3
*
PLT-4343 Fixes for mobile main menu (#4148)
Harrison Healey
2016-10-04
1
-1
/
+1
*
PLT-3105 Files table migration (#4068)
Harrison Healey
2016-09-30
1
-23
/
+24
*
Ctrl+Enter sends messages in mobile view (#3833)
Ryan Wang
2016-08-19
1
-1
/
+2
*
Clear post textbox as soon as a slash command is sent (#3789)
Harrison Healey
2016-08-12
1
-2
/
+4
*
fixed mobile enter button (#3639)
David Lu
2016-07-25
1
-1
/
+1
*
Moving javascript driver back to platform (#3613)
Christopher Speller
2016-07-19
1
-1
/
+1
*
Fixed input handlers used by Textbox and SuggestionBox components to properly...
Harrison Healey
2016-07-15
1
-37
/
+19
*
Updating ESLint (#3597)
Christopher Speller
2016-07-15
1
-1
/
+1
*
PLT-3418, PLT-2950, PLT-3375, PLT-3382, PLT-3446, PLT-3465: Multiple UI Impro...
Asaad Mahmood
2016-07-05
1
-4
/
+4
*
Fix occasional visual hiccup when posting/replying to messages (#3397)
Joram Wilander
2016-06-22
1
-1
/
+6
*
Adding webpack code splitting (#3377)
Christopher Speller
2016-06-22
1
-1
/
+1
*
PLT-3270 Comment out max file size setting in system console (#3324)
Joram Wilander
2016-06-13
1
-1
/
+1
*
PLT-3056 Fix Unable to type quickly in post textbox in IE11 (#3249)
enahum
2016-06-06
1
-4
/
+7
[next]