summaryrefslogtreecommitdiffstats
path: root/api/command_shortcuts.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-4648 break `/shortcuts` block (#4829)Yusuke Nemoto2016-12-281-10/+46
|
* PLT-1598 Slash command works in RHS (#4367)Yusuke Nemoto2016-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | * PLT-1598 Slash command works in RHS * fix UserProfile in the reply for Slash Command * fix some problem about the system messages in RHS * system message in RHS isn't displayed as comment for root message * remove status indicator for system message in RHS * system message in RHS is colored to grey * system messages don't count as commented post * fix bug about cleaning draft in RHS * remove unnecessary function * implement new model for executing command
* Split /shortcuts programmatically (#3850)David Lu2016-08-221-4/+18
|
* made /shortcuts separate for mac (#3571)David Lu2016-07-141-1/+8
|
* Added /shortcuts (#3048)David Lu2016-05-191-0/+37
Added message and tests Remember that lower vs uppercase matters Accidentally removed \n Added more Formatted