summaryrefslogtreecommitdiffstats
path: root/api/command_invite_people.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix response for malformed command execute request (#5498)Joram Wilander2017-02-221-1/+2
|
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-18/+2
| | | | | | | | | | | | | | | | | | * Refactor and move session logic into app package * Refactor email functions into the app package * Refactor password update into app package * Migrate user functions to app package * Move team functions into app package * Migrate channel functions into app package * Pass SiteURL through to app functions * Update based on feedback
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-2/+3
| | | | | | | | | | * Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge
* Fix SiteURL in join team email (#4979)Joram Wilander2017-01-061-1/+1
|
* 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
* Improving command line interface (#4689)Christopher Speller2016-12-061-1/+1
|
* PLT-3131 Add slash command for sending email invites (#3218)Joram Wilander2016-06-021-0/+78
* Add slash command for sending email invites * Add response for empty message and trim commas * Check for @ in email addresses before sending * Update invite people error message