summaryrefslogtreecommitdiffstats
path: root/web/react/components/member_list_team_item.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring frontend (chunk 8)Elias Nahum2016-02-011-8/+42
| | | | | - Sidebar and related components - Small Tweak to demotion and add msg for terminal cmd
* Multiple UI ImprovementsAsaad Mahmood2015-12-081-3/+1
|
* Enabled name display settings in more placesReed Garmsen2015-12-011-1/+1
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-4/+4
| | | | system.
* Modal improvements for membersAsaad Mahmood2015-11-051-34/+36
|
* Multi-session login=Corey Hulen2015-10-201-1/+1
|
* replaced constructions like user.roles === 'admin' by ↵Stas Vovk2015-10-131-2/+2
| | | | Utils.isAdmin(user.roles) in manage members
* changed Admin to Team Admin in Manage Team membersStas Vovk2015-10-121-1/+3
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-435 adding ability to demote system admin=Corey Hulen2015-10-061-20/+24
|
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-0/+203
guide without any errors or warnings