summaryrefslogtreecommitdiffstats
path: root/webapp/components/new_channel_modal/new_channel_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-395/+0
|
* PLT-7206: Remove the "Delete Channel" option for private channels if you're ↵Jonathan2017-08-091-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Minor bug and UI fixes (#6729)Asaad Mahmood2017-06-221-1/+1
| | | | | | | | | | * PLT-6797 - Code block language tag not selectable * PLT-6771 - Aligning search box with RHS * PLT-6827 - Fixing link color in error bar * PLT-6241 - Adding edge detection
* add more Ids for UI automation (#6673)Saturnino Abril2017-06-201-0/+6
|
* PLT-6406 Migrate new channel modal to be pure and use redux (#6416)Joram Wilander2017-05-171-0/+391
* Migrate new channel modal to be pure and use redux * Add component tests