summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_members_dropdown.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-264/+0
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Add modified view members modal to Town Square (#5695)Ryan Wang2017-04-201-2/+15
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-6139 (WebApp): Manage Private Channel Members (#5947)George Goldberg2017-04-041-2/+2
| | | | Honour the policy setting for add/remove members from private channels in the WebApp UI.
* Add IDs to Team Settings, Channel Settings, Account Settings (Display & ↵Eric Sethna2017-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Advanced) (#5823) * Add IDs to Channel Notification Preferences * Add IDs to Display Settings * Add ID to language dropdown * Add Ids * Add ids * Add Ids * Add Ids * Add Ids * Add Id * Add Ids * Add Ids * Fix duplicate Id
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-1/+67
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-151-0/+180
This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.