summaryrefslogtreecommitdiffstats
path: root/app/command_invite_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-12110: Don't /invite or /kick deactivated users. (#9494)George Goldberg2018-10-011-0/+8
|
* MM-11230: Make permissions checks in commands failsafe. (#9392)George Goldberg2018-09-121-6/+1
| | | | Also add additional unit tests to make sure the permissions tests are completely solid.
* [MM-10458] Change system response to "Could not find the channel" - bug fix ↵Carlos Tadeu Panato Junior2018-05-111-0/+7
| | | | | | | | (#8738) * [MM-10458] Change system response to "Could not find the channel" when trying to invite user to private channel you can't see * add another check to check if user have permission to add another in pvt channel
* [MM-9904] Add /invite slash command to invite users to a channel (#8482)Carlos Tadeu Panato Junior2018-04-161-0/+108
* [MM-9904] Add /invite slash command to invite users to a channel * Update en.json