summaryrefslogtreecommitdiffstats
path: root/api/command.go
Commit message (Collapse)AuthorAgeFilesLines
* Added /loadtest url command to load arbitrary files as postshmhealey2015-11-231-0/+73
|
* Merge pull request #1263 from yuvipanda/add-meCorey Hulen2015-11-021-0/+30
|\ | | | | Add a /me command
| * PLT-394: Add a /me commandYuviPanda2015-11-011-0/+30
| | | | | | | | | | | | | | - Just italicizes the message to mark it as 'action' - Same behavior as slack - Is super useful for people moving from IRC, since /me is often burnt into muscle memory
* | Fix spelling of environmentPat Lathem2015-10-301-9/+9
|/
* Merge pull request #1179 from florianorben/issue-827Christopher Speller2015-10-261-21/+54
|\ | | | | Mattermost can not send message start with slash
| * Mattermost can not send message start with slashFlorian Orben2015-10-251-21/+54
| | | | | | | | resolves #827
* | Fix /shrug commandFlorian Orben2015-10-251-1/+1
|/
* Merge pull request #1094 from trashcan/slash-shrugJoram Wilander2015-10-221-0/+29
|\ | | | | Add a /shrug command
| * Add a /shrug commandPat Lathem2015-10-161-0/+29
| |
* | Implement outgoing webhooks.JoramWilander2015-10-191-1/+1
|/
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Update the /join command to use the correct redirect URL, and update the ↵Justyn Shull2015-09-291-1/+1
| | | | test to match
* Adding service settings to admin console=Corey Hulen2015-09-221-2/+2
|
* Fix authentication for loadtests.JoramWilander2015-09-181-3/+3
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-4/+4
|
* Updating help text to fix typomishimi2015-09-021-1/+1
|
* Added semaphore for resource allocation to echo commandnickago2015-08-251-1/+20
|
* Created a /echo command that will post on the user's behalf afternickago2015-08-251-63/+38
| | | | a specified amount of time
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-6/+6
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-141-2/+0
|
* new users now join off-topic defaultlyJoramWilander2015-06-291-1/+1
|
* move default channel creation to seperate func and add off-topicJoramWilander2015-06-291-1/+1
|
* fix command comparator and team storeJoramWilander2015-06-181-5/+6
|
* move valet feature switch to DB from configJoramWilander2015-06-171-3/+17
|
* fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-1/+5
|
* first commit=Corey Hulen2015-06-141-0/+470