server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
UI Improvements for Slack and post dropdown
Asaad Mahmood
2015-11-05
2
-4
/
+8
*
|
|
Merge pull request #1315 from mattermost/plt-996
Corey Hulen
2015-11-05
4
-6
/
+6
|
\
\
\
|
*
|
|
Update tutorial to not show by default
JoramWilander
2015-11-05
4
-6
/
+6
*
|
|
|
Merge pull request #1314 from mattermost/plt-829
Corey Hulen
2015-11-05
1
-1
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Only allow one ding every 3s
JoramWilander
2015-11-05
1
-1
/
+5
|
|
/
/
*
|
|
Merge pull request #1316 from asaadmahmoodspin/ui-improvements
Harrison Healey
2015-11-05
6
-95
/
+133
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Modal improvements for members
Asaad Mahmood
2015-11-05
6
-95
/
+133
*
|
|
Merge pull request #1313 from mattermost/plt-992
Joram Wilander
2015-11-05
3
-6
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed center channel height magic. Fixes tutorial
Christopher Speller
2015-11-05
3
-6
/
+2
*
|
|
Add constant form 'mention'
JoramWilander
2015-11-05
2
-1
/
+5
*
|
|
Only show * in tab title when a channel is marked unread
JoramWilander
2015-11-05
1
-1
/
+3
|
|
/
|
/
|
*
|
Merge pull request #1308 from asaadmahmoodspin/plt-960
Christopher Speller
2015-11-05
6
-106
/
+97
|
\
\
|
*
|
Updating UI for access history and access log modals
Asaad Mahmood
2015-11-05
1
-1
/
+1
|
*
|
Updating code themes
Asaad Mahmood
2015-11-05
1
-4
/
+6
|
*
|
Merge branch 'plt-960' of https://github.com/rgarmsen2295/platform into PLT-960
Asaad Mahmood
2015-11-05
5
-105
/
+94
|
|
\
\
|
|
*
|
Removed old code theme selector and fixed some issues
Reed Garmsen
2015-11-04
5
-99
/
+20
|
|
*
|
Moved code theme picker into custom theme subarea
Reed Garmsen
2015-11-04
3
-24
/
+92
*
|
|
|
Merge pull request #1298 from asaadmahmoodspin/ui-improvements
Corey Hulen
2015-11-04
6
-16
/
+35
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Binding handleShown to constructor
Asaad Mahmood
2015-11-04
2
-0
/
+2
|
*
|
|
Making tutorial buttons and tutorial circles consistent
Asaad Mahmood
2015-11-04
2
-2
/
+2
|
*
|
|
Fixing issues with memberList modal
Asaad Mahmood
2015-11-04
1
-14
/
+14
|
*
|
|
Adding focus for channel modals
Asaad Mahmood
2015-11-04
3
-0
/
+17
*
|
|
|
Merge pull request #1303 from mattermost/plt-516-2
Christopher Speller
2015-11-04
6
-341
/
+325
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Convert channel_members and channel_invite modals to react boostrap to fix pe...
JoramWilander
2015-11-04
6
-341
/
+325
*
|
|
|
Merge pull request #1304 from mattermost/leave-channel-fix
Corey Hulen
2015-11-04
1
-3
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Fixed leaving channels issue
Christopher Speller
2015-11-04
1
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #1287 from hmhealey/plt382
Christopher Speller
2015-11-04
23
-448
/
+632
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed theme confirmation dialog to work in all cases and removed some jquery ...
hmhealey
2015-11-03
10
-53
/
+173
|
*
|
Changed TeamSettingsModal click handlers to not affect other modals
hmhealey
2015-11-03
1
-2
/
+4
|
*
|
Moved InviteMemberModal to be controlled by a store
hmhealey
2015-11-02
9
-47
/
+91
|
*
|
Added handling of keyboard focus to UserSettingsModal and its children
hmhealey
2015-11-02
5
-12
/
+51
|
*
|
Added a confirmation dialog for unsaved theme changes and removed unnecessary...
hmhealey
2015-11-02
10
-118
/
+106
|
*
|
Ported UserSettingsModal to React-Bootstrap
hmhealey
2015-11-02
7
-48
/
+74
|
*
|
Ported AccessHistoryModal and ActivityLogModal to React-Bootstrap
hmhealey
2015-11-02
4
-108
/
+75
|
*
|
Ported ConfirmModal and InviteMemberModal to React-Bootstrap
hmhealey
2015-11-02
6
-144
/
+142
*
|
|
Properly escaped mention keywords and search terms when formatting them
hmhealey
2015-11-04
1
-2
/
+6
*
|
|
Allowed @mentions to follow any non-alphanumeric character instead of just wh...
hmhealey
2015-11-04
1
-1
/
+1
*
|
|
Removed unused text formatting functions
hmhealey
2015-11-04
1
-16
/
+0
|
|
/
|
/
|
*
|
Merge pull request #1289 from mattermost/plt-516-2
Joram Wilander
2015-11-04
6
-79
/
+69
|
\
\
|
*
|
Minor changes to statuses client code
JoramWilander
2015-11-03
3
-8
/
+8
|
*
|
Multiple fixes to major performance issues with teams with 50+ users
JoramWilander
2015-11-03
6
-76
/
+66
*
|
|
Merge pull request #1288 from asaadmahmoodspin/plt-945
Harrison Healey
2015-11-04
8
-36
/
+39
|
\
\
\
|
*
|
|
Updating prop for direct messages modal
Asaad Mahmood
2015-11-04
1
-1
/
+1
|
*
|
|
UI Improvements for multiple tickets
Asaad Mahmood
2015-11-04
8
-36
/
+39
*
|
|
|
Merge pull request #1286 from hmhealey/plt973
Christopher Speller
2015-11-04
1
-1
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Re-enabled Markdown tables
hmhealey
2015-11-03
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1279 from rgarmsen2295/plt-743
Joram Wilander
2015-11-04
3
-22
/
+31
|
\
\
\
|
*
|
|
Functionalized code
Reed Garmsen
2015-11-02
3
-36
/
+27
|
*
|
|
Added additional checks to channel sorting that sorts by display_name
Reed Garmsen
2015-11-02
2
-9
/
+27
*
|
|
|
Merge pull request #1291 from mattermost/tutorial-tweaks
Corey Hulen
2015-11-03
2
-3
/
+6
|
\
\
\
\
[prev]
[next]