summaryrefslogtreecommitdiffstats
path: root/app/command_channel_rename.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11230: Make permissions checks in commands failsafe. (#9392)George Goldberg2018-09-121-15/+42
| | | | 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
|
* Fix rename command error message (#7323)Joram Wilander2017-09-011-2/+2
|
* Enforce channel display name limits on slash command (#7309)Joram Wilander2017-08-291-0/+4
|
* [PLT-6710] /rename [text] slash command: Rename the channel (#6570)Carlos Tadeu Panato Junior2017-07-311-0/+69
* /rename [text] slash command: Rename the channel * update strings per review