summaryrefslogtreecommitdiffstats
path: root/app/command_channel_header.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11230: Make permissions checks in commands failsafe. (#9392)George Goldberg2018-09-121-9/+30
| | | | Also add additional unit tests to make sure the permissions tests are completely solid.
* MM-11194: Fix channel header slash command. (#9057)George Goldberg2018-07-081-4/+18
|
* 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-12/+5
| | | | | | | | | | | | | | | | * /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
* [PLT-6707] /header [text] slash command: Edit the channel header (#6566)Carlos Tadeu Panato Junior2017-06-291-0/+73
* add /header slash command * update websocket * updater per review