server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
react
/
components
/
sidebar.jsx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Renamed show_hide preference to show
hmhealey
2015-10-13
1
-3
/
+5
*
Made direct channels visible when receiving a message on one
hmhealey
2015-10-13
1
-0
/
+12
*
Changed direct messages channels so users can show/hide them
hmhealey
2015-10-13
1
-150
/
+79
*
Changed direct channels in the sidebar to be displayed based on user preferences
hmhealey
2015-10-13
1
-37
/
+129
*
Merge pull request #981 from mattermost/plt-517
Christopher Speller
2015-10-08
1
-1
/
+1
|
\
|
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
|
Fixing ability to dynamicly update members list.
Christopher Speller
2015-10-08
1
-1
/
+1
|
/
*
Fix user_added websocket event and update websocket channel access cache on a...
JoramWilander
2015-10-07
1
-1
/
+1
*
Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ...
Christopher Speller
2015-10-05
1
-15
/
+17
*
Merge pull request #903 from mattermost/PLT-44
Christopher Speller
2015-10-05
1
-1
/
+3
|
\
|
*
PLT-44 allow team switching without the need to login
=Corey Hulen
2015-10-01
1
-1
/
+3
*
|
Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps
hmhealey
2015-10-01
1
-1
/
+1
*
|
Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps
hmhealey
2015-10-01
1
-1
/
+1
*
|
Implemented ChannelMember.MarkUnreadLevel so that it actually functions
hmhealey
2015-09-30
1
-1
/
+1
*
|
Added 'default' option to channel notification settings that just uses the us...
hmhealey
2015-09-30
1
-5
/
+9
|
/
*
Better parsing of the website's title when viewing a channel
Reed Garmsen
2015-09-28
1
-5
/
+10
*
PLT-126: Change 'Private Messages' to 'Direct Messages'
Chengwei Yang
2015-09-23
1
-1
/
+1
*
Cleaned up logic for the unread indicators
Christopher Speller
2015-09-16
1
-15
/
+65
*
Moved unread channel indicators into their own React component and file
hmhealey
2015-09-16
1
-70
/
+19
*
Properly hide unread channel indicators when there are no unread channels
hmhealey
2015-09-16
1
-5
/
+11
*
UI Updates for multiple tickets
Asaad Mahmood
2015-09-16
1
-1
/
+6
*
New add channel modal using react-bootstrap.
Christopher Speller
2015-09-14
1
-8
/
+16
*
PLT-159 Changed unread posts indicator to not be shown for the current channel
hmhealey
2015-09-09
1
-3
/
+5
*
Fix missed binds.
JoramWilander
2015-09-02
1
-3
/
+3
*
Remove use of getDOMNode from multiple files.
JoramWilander
2015-09-02
1
-15
/
+15
*
Changed imports to be upper case for multiple files.
JoramWilander
2015-09-02
1
-11
/
+11
*
Reformatted sidebar.jsx to meet style guide requirements.
JoramWilander
2015-09-01
1
-228
/
+318
*
Also updating the position of the bottom unread indicator
Asaad Mahmood
2015-09-01
1
-1
/
+0
*
Temporary PM channels now use username instead of display name
Christopher Speller
2015-08-27
1
-1
/
+2
*
Added feature to the 'More...' PM channel list and fixed small cosmetic issues
Reed Garmsen
2015-08-18
1
-31
/
+24
*
Cosmetic reformatting of sidebar.jsx
Reed Garmsen
2015-08-18
1
-20
/
+22
*
Private message channels no longer refresh on creation/first use
Reed Garmsen
2015-08-18
1
-6
/
+40
*
Merge pull request #391 from asaadmahmoodspin/master
Christopher Speller
2015-08-18
1
-1
/
+1
|
\
|
*
Multiple UI changes
Asaad Mahmood
2015-08-18
1
-1
/
+1
*
|
Merge pull request #377 from nickago/MM-1894
Joram Wilander
2015-08-18
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
Added flux-style error protection on team store call in sidebar
nickago
2015-08-13
1
-4
/
+7
*
|
Revert "MM-375 Adds text formatting features using a modified version of the ...
Christopher Speller
2015-08-14
1
-6
/
+0
*
|
Merge pull request #360 from rgarmsen2295/mm-375d
Joram Wilander
2015-08-14
1
-0
/
+6
|
\
\
|
*
|
Implemented basic text formatting package using a modfied version of the mark...
Reed Garmsen
2015-08-12
1
-0
/
+6
|
|
/
*
|
merge fix
JoramWilander
2015-08-11
1
-2
/
+2
*
|
format channel_store to more closely match style guide and sort channels in c...
JoramWilander
2015-08-11
1
-14
/
+1
*
|
don't refresh page on channel creation and ignore case when sorting channels ...
JoramWilander
2015-08-11
1
-2
/
+2
*
|
update rename channel modal to not refresh page on channel name change
JoramWilander
2015-08-11
1
-3
/
+16
*
|
incorporate channel updateAt into channel counts and pull channel data on cha...
JoramWilander
2015-08-11
1
-1
/
+0
*
|
added getChannelCounts service and refactored the client to more intelligentl...
JoramWilander
2015-08-11
1
-3
/
+6
*
|
added getChannel api service and use that over getChannels where appropriate ...
JoramWilander
2015-08-11
1
-6
/
+6
|
/
*
Added handlers for the sidebar to update unread message indicators on page re...
hmhealey
2015-08-07
1
-0
/
+7
*
Changed sidebar scroll handler to use React's onScroll
hmhealey
2015-08-07
1
-5
/
+1
*
Removed ternary statements from sidebar
hmhealey
2015-08-06
1
-7
/
+26
*
Added indicators for when a channel with unread posts is offscreen
hmhealey
2015-08-06
1
-4
/
+12
[prev]
[next]