summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
Commit message (Expand)AuthorAgeFilesLines
* Better parsing of the website's title when viewing a channelReed Garmsen2015-09-281-5/+10
* PLT-126: Change 'Private Messages' to 'Direct Messages'Chengwei Yang2015-09-231-1/+1
* Cleaned up logic for the unread indicatorsChristopher Speller2015-09-161-15/+65
* Moved unread channel indicators into their own React component and filehmhealey2015-09-161-70/+19
* Properly hide unread channel indicators when there are no unread channelshmhealey2015-09-161-5/+11
* UI Updates for multiple ticketsAsaad Mahmood2015-09-161-1/+6
* New add channel modal using react-bootstrap.Christopher Speller2015-09-141-8/+16
* PLT-159 Changed unread posts indicator to not be shown for the current channelhmhealey2015-09-091-3/+5
* Fix missed binds.JoramWilander2015-09-021-3/+3
* Remove use of getDOMNode from multiple files.JoramWilander2015-09-021-15/+15
* Changed imports to be upper case for multiple files.JoramWilander2015-09-021-11/+11
* Reformatted sidebar.jsx to meet style guide requirements.JoramWilander2015-09-011-228/+318
* Also updating the position of the bottom unread indicatorAsaad Mahmood2015-09-011-1/+0
* Temporary PM channels now use username instead of display nameChristopher Speller2015-08-271-1/+2
* Added feature to the 'More...' PM channel list and fixed small cosmetic issuesReed Garmsen2015-08-181-31/+24
* Cosmetic reformatting of sidebar.jsxReed Garmsen2015-08-181-20/+22
* Private message channels no longer refresh on creation/first useReed Garmsen2015-08-181-6/+40
* Merge pull request #391 from asaadmahmoodspin/masterChristopher Speller2015-08-181-1/+1
|\
| * Multiple UI changesAsaad Mahmood2015-08-181-1/+1
* | Merge pull request #377 from nickago/MM-1894Joram Wilander2015-08-181-4/+7
|\ \ | |/ |/|
| * Added flux-style error protection on team store call in sidebarnickago2015-08-131-4/+7
* | Revert "MM-375 Adds text formatting features using a modified version of the ...Christopher Speller2015-08-141-6/+0
* | Merge pull request #360 from rgarmsen2295/mm-375dJoram Wilander2015-08-141-0/+6
|\ \
| * | Implemented basic text formatting package using a modfied version of the mark...Reed Garmsen2015-08-121-0/+6
| |/
* | merge fixJoramWilander2015-08-111-2/+2
* | format channel_store to more closely match style guide and sort channels in c...JoramWilander2015-08-111-14/+1
* | don't refresh page on channel creation and ignore case when sorting channels ...JoramWilander2015-08-111-2/+2
* | update rename channel modal to not refresh page on channel name changeJoramWilander2015-08-111-3/+16
* | incorporate channel updateAt into channel counts and pull channel data on cha...JoramWilander2015-08-111-1/+0
* | added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-111-3/+6
* | added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-111-6/+6
|/
* Added handlers for the sidebar to update unread message indicators on page re...hmhealey2015-08-071-0/+7
* Changed sidebar scroll handler to use React's onScrollhmhealey2015-08-071-5/+1
* Removed ternary statements from sidebarhmhealey2015-08-061-7/+26
* Added indicators for when a channel with unread posts is offscreenhmhealey2015-08-061-4/+12
* Added the ability for the sidebar to determine whether or not there's any unr...hmhealey2015-08-061-2/+40
* Refactored sidebar in preparation for adding unread indicatorshmhealey2015-08-061-78/+67
* Fixed variable naming conflict with msg and added cosmetic refactorsnickago2015-08-031-6/+6
* Changed private channel list to use username and did semi-cosmetic refactoringnickago2015-08-031-108/+123
* Changed from Jquery style modal modification to using browserStorenickago2015-07-271-4/+5
* When user is removed, a modal appears, which on closing redirects thenickago2015-07-271-2/+7
* When removed from a channel, user is sent back to town square and thatnickago2015-07-271-0/+8
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-112/+4
* Unify all locations where we determine a user's display named based off of th...hmhealey2015-07-171-2/+2
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-2/+2
* If a message has no text but has an attached image or file the desktop notifi...Reed Garmsen2015-07-131-1/+17
* Changed parser for desktop notifications to replace returns with a single space.Reed Garmsen2015-07-101-1/+1
* Changes to notifcation carriage return parsingReed Garmsen2015-07-101-1/+1
* Added curly bracenickago2015-07-091-1/+2
* Server now notifies users they have been added to a new channelnickago2015-07-091-0/+3