summaryrefslogtreecommitdiffstats
path: root/app/command_channel_rename_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11230: Make permissions checks in commands failsafe. (#9392)George Goldberg2018-09-121-1/+64
| | | | Also add additional unit tests to make sure the permissions tests are completely solid.
* Role refactor (#7867)Chris2017-11-211-1/+1
| | | | | | | | * role refactor * add missing file * fix web test
* Reduce utils.Cfg references (#7650)Chris2017-10-181-1/+1
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* Fix races / finally remove global app for good (#7570)Chris2017-10-041-0/+1
| | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
* remove more global references (#7442)Chris2017-09-141-1/+1
|
* Remove global app references (#7433)Chris2017-09-121-2/+1
| | | | | | | | * remove global app references * test fix * fix api4 test compilation
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-1/+2
|
* Enforce channel display name limits on slash command (#7309)Joram Wilander2017-08-291-0/+31