summaryrefslogtreecommitdiffstats
path: root/web/react/components/member_list_team_item.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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