summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_members_dropdown/channel_members_dropdown.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-268/+0
|
* PLT-7206: Remove the "Delete Channel" option for private channels if you're ↵Jonathan2017-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | the last channel member and policy setting restricts channel deletion (#7050) * PLT-7206: UI changes. Removed last user in channel loophole, refactored code to clean it up, added differentiated support for public and private channels, added unit tests. Still need to implement server-side checks * PLT-7206: All helper methods in channel_utils.jsx now accept the same three boolean variables in the same order and use the same boolean logic to check their values. * PLT-7206: Added unit tests for showManagementOptions(...) * PLT-7206: Fixed test case descriptions * Added unit tests for showCreateOption(...) * PLT-7206: Added unit tests for canManageMembers(...) * PLT-7206: Removed last person in channel loophole from server-side code * PLT-7206: Reverted config.json * PLT-7206: Fixed double negatives in unit test names * PLT-7206: PR feedback - Removed confusing comment and unused variable
* Fix system admin not seeing manage channel members options (#6831)Joram Wilander2017-07-041-28/+28
|
* remove channel members dropdown when its menu is empty (#6713)Saturnino Abril2017-06-211-0/+6
|
* PLT-6724 Hide options relating to channel admin when not licensed (#6583)Harrison Healey2017-06-051-13/+7
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-0/+266
* Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes