server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
components
/
create_post.jsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2071 from hmhealey/plt1820
Corey Hulen
2016-02-04
1
-34
/
+14
|
\
|
*
Added code to refocus on the post/comment textbox after a file is drag and dr...
hmhealey
2016-02-04
1
-0
/
+4
|
*
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
|
\
\
|
|
/
|
/
|
|
*
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
*
|
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
*
|
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
*
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
*
Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...
Christopher Speller
2015-11-19
1
-18
/
+18
*
Update create_post.jsx
Eric Sethna
2015-11-18
1
-2
/
+2
*
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
|
\
|
*
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 gen...
Florian Orben
2015-10-28
1
-6
/
+8
*
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
|
\
|
*
Fixed file upload and profile picture upload error display to work for server...
hmhealey
2015-10-26
1
-2
/
+8
*
|
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
*
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
*
PLT-74: Enable Up Arrow keyboard shortcut to edit your last message
Florian Orben
2015-10-15
1
-2
/
+5
*
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
*
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 so...
Reed Garmsen
2015-09-23
1
-3
/
+3
*
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
|
\
|
*
Added send icon button to create post control for mobile view.
JoramWilander
2015-09-08
1
-19
/
+27
*
|
Resize create post control when file previews are added.
JoramWilander
2015-09-08
1
-0
/
+5
|
/
*
Merge pull request #591 from mattermost/mm-1909
Corey Hulen
2015-09-03
1
-3
/
+6
|
\
[next]