summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-4/+0
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-17/+17
| | | | system.
* Merge branch 'release-1.2'Christopher Speller2015-11-121-1/+1
|\
| * Fix channel invite button on channel intro message and fix empty channel ↵JoramWilander2015-11-111-1/+1
| | | | | | | | invite modal.
* | Merge pull request #1409 from mattermost/plt-961Corey Hulen2015-11-121-5/+2
|\ \ | | | | | | PLT-961 Rename areStatesEqual to areObjectsEqual and make it more comprehensive and accurate.
| * | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-5/+2
| |/ | | | | | | accurate.
* / Sorted channel list before rendering them in the sidebarhmhealey2015-11-121-0/+2
|/
* Update tutorial to not show by defaultJoramWilander2015-11-051-1/+1
|
* Add constant form 'mention'JoramWilander2015-11-051-1/+2
|
* Only show * in tab title when a channel is marked unreadJoramWilander2015-11-051-1/+3
|
* Minor changes to statuses client codeJoramWilander2015-11-031-0/+3
|
* Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-031-54/+31
|
* Overlay fixes and added class prop for tipsJoramWilander2015-11-021-0/+1
|
* Updating tutorial screensAsaad Mahmood2015-11-021-12/+18
|
* Add tutorial popoversJoramWilander2015-11-021-7/+61
|
* Merge pull request #1249 from mattermost/plt-823Harrison Healey2015-11-021-13/+4
|\ | | | | PLT-823 Refactor of center channel
| * Creating hierarchyChristopher Speller2015-11-021-13/+4
| |
* | display full name, nickname or username in direct messagesStas Vovk2015-11-011-1/+1
|/
* rename methods and varibles to a more meaningful nameFlorian Orben2015-10-261-12/+13
|
* PLT-642: Browser tab alertsFlorian Orben2015-10-261-12/+49
|
* Merge branch 'master' into PLT-44=Corey Hulen2015-10-201-10/+19
|\
| * Handle window resize events in React wayAntti Ahti2015-10-201-10/+19
| | | | | | | | | | | | Use the React-way of handling resize events. Essentially store the window size in component state instead of doing some custom handling. See http://facebook.github.io/react/tips/dom-event-listeners.html
* | Merging from master=Corey Hulen2015-10-191-100/+16
|\|
| * Merge pull request #1072 from mattermost/plt-554Corey Hulen2015-10-191-92/+0
| |\ | | | | | | PLT-554 Small refactor of websocket code on client and server
| | * Small refactor of websocket code on client and serverJoramWilander2015-10-161-92/+0
| | |
| * | Updating scroll on LHSAsaad Mahmood2015-10-191-1/+3
| | |
| * | Fixing some client warningsChristopher Speller2015-10-161-7/+13
| |/
* | Fixing merge=Corey Hulen2015-10-161-5/+1
|\|
| * Merge pull request #1079 from hmhealey/initprefsChristopher Speller2015-10-161-5/+1
| |\ | | | | | | Added an initial call to get all user preferences on page load
| | * Added an initial call to get all user preferences on page loadhmhealey2015-10-151-5/+1
| | |
* | | Inital support for multi-tab loging=Corey Hulen2015-10-161-2/+2
|/ /
* / Fixing most deprication warningsChristopher Speller2015-10-151-3/+3
|/
* Multiple UI ImprovementsAsaad Mahmood2015-10-151-1/+3
|
* Updated More Direct Channels modal and converted it to ReactBootstraphmhealey2015-10-141-26/+43
|
* Fixed overwritten CSS class in the sidebarhmhealey2015-10-141-1/+1
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-141-1/+25
|
* Fixed leave direct channel button for users with a long usernamehmhealey2015-10-131-6/+8
|
* Made further changes based on feedbackhmhealey2015-10-131-1/+3
|
* Removed Preference.AltIdhmhealey2015-10-131-9/+7
|
* Cleaned up JSX errorshmhealey2015-10-131-26/+24
|
* Fixed edge cases with leaving a direct channel while viewing that channelhmhealey2015-10-131-5/+10
|
* Hid the close button when the unread badge is visible and moved it to the ↵hmhealey2015-10-131-2/+2
| | | | right side of the sidebar
* Renamed show_hide preference to showhmhealey2015-10-131-3/+5
|
* Made direct channels visible when receiving a message on onehmhealey2015-10-131-0/+12
|
* Changed direct messages channels so users can show/hide themhmhealey2015-10-131-150/+79
|
* Changed direct channels in the sidebar to be displayed based on user preferenceshmhealey2015-10-131-37/+129
|
* Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-081-1/+1
|\ | | | | PLT-517 Changing SpinPunch to Mattermost in copyright
| * Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
| |
* | Fixing ability to dynamicly update members list.Christopher Speller2015-10-081-1/+1
|/
* Fix user_added websocket event and update websocket channel access cache on ↵JoramWilander2015-10-071-1/+1
| | | | add/remove member.