summaryrefslogtreecommitdiffstats
path: root/api4/command_test.go
Commit message (Expand)AuthorAgeFilesLines
* MM-11895: Don't crush user-provided GET parameters on slash command URLs (#9372)alezakos2018-09-111-1/+2
* [MM-10754] Remove unnecessary command_test route (#9050)Saturnino Abril2018-07-061-15/+81
* MM-10201: querystring for get slash commands (#8779)Jesse Hallam2018-05-141-57/+130
* Fixing unit tests for Go 1.10 (#8568)Christopher Speller2018-04-031-0/+11
* Reduce utils.Cfg references (#7650)Chris2017-10-181-44/+53
* PLT-7193: Regression - Custom slash commands don't work in direct or group me...Jonathan2017-10-171-2/+129
* parallel tests (#7629)Chris2017-10-161-3/+4
* PLT-7785: Slash commands can be issued to a channel in a team without it (#7567)Jonathan2017-10-041-0/+35
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-7/+7
* PLT-7684 Add support to outgoing webhooks and slash commands to set post type...Joram Wilander2017-09-281-0/+8
* Model: NewLocAppError -> NewAppError (#7450)George Goldberg2017-09-151-1/+1
* Renaming repoChristopher Speller2017-09-061-2/+2
* app type transition (#7167)Chris2017-09-061-9/+8
* [PLT-5170] Add join the channel system message for the person who created the...Saturnino Abril2017-08-301-2/+15
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-2/+2
* PLT-6358: Server HTTP client improvements (#6980)Chris2017-08-091-0/+3
* Merge release-3.10 into master (#6654)Joram Wilander2017-06-151-2/+2
* APIv4 POST /commands/execute (#6205)Saturnino Abril2017-04-271-0/+86
* [APIV4] POST /commands/{command_id}/regen_token for apiV4 (#6052)Carlos Tadeu Panato Junior2017-04-161-0/+36
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* APIv4 DELETE /commands/{command_id} (#6012)Saturnino Abril2017-04-101-0/+63
* APIv4 PUT /commands/{command_id} (#5999)Saturnino Abril2017-04-071-1/+87
* implement GET /teams/{team_id}/commands/autocomplete (#5951)Carlos Tadeu Panato Junior2017-04-031-0/+60
* implement GET /commands (#5865)Carlos Tadeu Panato Junior2017-04-031-0/+77
* Use 201 status code where appropriate for APIv4 (#5903)Joram Wilander2017-03-311-0/+1
* implement POST /commands for apiv4 (#5849)Carlos Tadeu Panato Junior2017-03-231-0/+60