| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Honour the policy setting for add/remove members from private channels
in the WebApp UI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Admins can now Promote/Demote channel members in the Channel Manage
Membersmodal.
|
|
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.
|