summaryrefslogtreecommitdiffstats
path: root/web/react/components/popover_list_members.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Stopped returning inactive members with getExtraInfo callshmhealey2016-02-101-1/+1
|
* PLT-7: Refactoring frontend (chunk 10)Elias Nahum2016-02-021-2/+13
| | | | | | - Modals - Fix bug on msg_typing - Add missing translations in es.json for EE
* Enabled name display settings in more placesReed Garmsen2015-12-011-31/+15
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-3/+3
| | | | system.
* Made code for the member popover count a bit more robust to hopefully ↵hmhealey2015-11-131-8/+14
| | | | prevent issues involving old data
* Added ChannelExtra.MemberCount field to reflect the actual member count when ↵hmhealey2015-11-121-2/+2
| | | | we truncate the list of members to 20
* UI ImprovementsAsaad Mahmood2015-10-291-17/+15
|
* add helper method to initiate a direct channel chatFlorian Orben2015-10-261-39/+10
|
* use 'Overlay' instead if 'OverlayTrigger'Florian Orben2015-10-261-22/+28
|
* Add some to channel member popoverFlorian Orben2015-10-261-2/+132
|
* Fixing some client warningsChristopher Speller2015-10-161-5/+19
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-151-17/+12
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-051-3/+0
|
* Inactive members are no longer counted or shown as members of a channelReed Garmsen2015-09-281-9/+17
|
* Implement UI theme colors.JoramWilander2015-09-231-1/+1
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-1/+1
|
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-0/+80
guide without any errors or warnings