server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
stores
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return channel type in new post websocket events
JoramWilander
2016-01-28
1
-1
/
+2
*
Merge pull request #1996 from mattermost/plt-1768
Harrison Healey
2016-01-27
1
-1
/
+3
|
\
|
*
Clear deleted messages after channel leave and fix missig postlist error
JoramWilander
2016-01-27
1
-1
/
+3
*
|
Fixing small issue with displaying activity log
=Corey Hulen
2016-01-27
1
-0
/
+4
*
|
Merge pull request #1989 from mattermost/plt-1373
Harrison Healey
2016-01-26
1
-28
/
+28
|
\
\
|
*
|
Renamed all functions starting with p in client channel store
JoramWilander
2016-01-26
1
-28
/
+28
|
|
/
*
/
Changed first preference load to be done synchronously
hmhealey
2016-01-26
1
-9
/
+12
|
/
*
Optionally specify ws:// and wss:// port in config
Andy Lo-A-Foe
2016-01-19
1
-1
/
+1
*
Make Youtube previews stop when the channel is changed
hmhealey
2016-01-04
1
-1
/
+1
*
Refactored ViewImage modal and made it automatically play animated gifs
hmhealey
2015-12-18
1
-0
/
+60
*
Improved PreferenceStore api when getting values
hmhealey
2015-12-15
1
-3
/
+46
*
Merge pull request #1730 from mattermost/PLT-1404
Joram Wilander
2015-12-15
1
-0
/
+17
|
\
|
*
PLT-1404 signal login to other tags
=Corey Hulen
2015-12-14
1
-0
/
+17
*
|
Adding error bar message when console error detected
=Corey Hulen
2015-12-14
1
-0
/
+1
|
/
*
Merge pull request #1652 from hmhealey/plt1319
Corey Hulen
2015-12-11
2
-3
/
+18
|
\
|
*
Added preference_changed web socket event
hmhealey
2015-12-07
2
-3
/
+18
*
|
Merge pull request #1702 from rgarmsen2295/plt-1047
Christopher Speller
2015-12-11
1
-1
/
+1
|
\
\
|
*
|
Fixed issue with Team Settings modal saving items instead of cancelling; chan...
Reed Garmsen
2015-12-10
1
-1
/
+1
|
*
|
Revert "add helper method to add ephemeral messages; also switch 'delete mess...
Christopher Speller
2015-12-10
2
-83
/
+46
|
*
|
add helper method to add ephemeral messages; also switch 'delete message' to ...
Florian Orben
2015-12-09
2
-46
/
+83
*
|
|
Fixed EditChannelHeaderModal's contents not always being updated when a chang...
hmhealey
2015-12-10
1
-1
/
+3
|
/
/
*
|
Removed space bar from autocompletes
hmhealey
2015-12-09
1
-14
/
+1
*
|
Fix edited posts not updating by websocket
JoramWilander
2015-12-08
1
-0
/
+1
*
|
PLT-564 fixing error bar
=Corey Hulen
2015-12-07
1
-4
/
+5
|
/
*
Merge pull request #1613 from florianorben/PLT-1326
Corey Hulen
2015-12-04
1
-1
/
+1
|
\
|
*
PLT-1326: Enable channel posts of type join or leave not trigger unread notif...
Florian Orben
2015-12-04
1
-1
/
+1
*
|
Merge pull request #1600 from hmhealey/plt1152
Joram Wilander
2015-12-04
1
-13
/
+5
|
\
\
|
*
|
Removed some internal state from ChannelMembersModal and ChannelInviteModal
hmhealey
2015-12-03
1
-13
/
+5
|
|
/
*
|
Merge pull request #1604 from hmhealey/plt1285
Joram Wilander
2015-12-04
1
-1
/
+20
|
\
\
|
*
|
Fixed IE11 tabs preventing themselves from logging out
hmhealey
2015-12-03
1
-1
/
+20
|
|
/
*
/
Changed SuggestionBox to clear its suggestions on losing focus
hmhealey
2015-12-03
1
-0
/
+5
|
/
*
Merge pull request #1579 from hmhealey/plt1298
Christopher Speller
2015-12-03
2
-42
/
+27
|
\
|
*
Changed Command autocomplete to pick a suggestion when space is pressed
hmhealey
2015-12-02
1
-1
/
+14
|
*
Replaced CommandList with the new suggestion components
hmhealey
2015-12-01
1
-4
/
+6
|
*
Replaced MentionList and Mention components with AtMentionProvider
hmhealey
2015-12-01
1
-36
/
+0
|
*
Fixed losing suggestion selection when entering additional characters
hmhealey
2015-12-01
1
-1
/
+7
*
|
Merge pull request #1540 from hmhealey/plt1297
Christopher Speller
2015-12-03
1
-0
/
+246
|
\
|
|
*
Replaced SearchAutocomplete with new suggestion components
hmhealey
2015-12-01
1
-0
/
+246
*
|
Merge pull request #1577 from mattermost/plt-1307
Joram Wilander
2015-12-02
1
-2
/
+42
|
\
\
|
|
/
|
/
|
|
*
Add bind
JoramWilander
2015-12-02
1
-0
/
+1
|
*
Make proper async calls when switching channels
JoramWilander
2015-12-02
1
-2
/
+41
*
|
Merge pull request #1559 from mattermost/plt-510
Harrison Healey
2015-12-01
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Updated oauth2 app register modal
JoramWilander
2015-12-01
1
-0
/
+1
*
|
Make sure to have latests posts for the view whhen switching to a channel
JoramWilander
2015-11-30
1
-1
/
+1
|
/
*
Re-added PostStore.getPost
hmhealey
2015-11-27
1
-0
/
+12
*
Fixed getCommentCount
hmhealey
2015-11-27
1
-1
/
+1
*
Fixing pending post deletion on other clients.
Christopher Speller
2015-11-24
1
-2
/
+4
*
Converted GetLinkModal to React-Bootstrap and added GetTeamInviteLinkModal
hmhealey
2015-11-23
2
-0
/
+12
*
Implementing Permalinks and jumping to post from search. Performance
Christopher Speller
2015-11-23
3
-221
/
+408
*
Patching strange travis eslint problem
Christopher Speller
2015-11-19
1
-1
/
+1
[next]