summaryrefslogtreecommitdiffstats
path: root/api/command.go
Commit message (Collapse)AuthorAgeFilesLines
* 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