summaryrefslogtreecommitdiffstats
path: root/app/command_channel_purpose.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11230: Make permissions checks in commands failsafe. (#9392)George Goldberg2018-09-121-14/+34
| | | | Also add additional unit tests to make sure the permissions tests are completely solid.
* more global config ref cleanup (#7802)Chris2017-11-091-1/+1
|
* remove more global references (#7442)Chris2017-09-141-5/+5
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-4/+4
|
* [PLT-6708] /purpose [text] slash command: Edit the channel purpose (#6569)Carlos Tadeu Panato Junior2017-07-211-0/+69
* /purpose [text] slash command: Edit the channel purpose * update command on server side to check for direct or group channels * update stings and block the dialog when is DM or GM * update per review * remove duplicate websocker event and apply the same for /header command * update per review * update