summaryrefslogtreecommitdiffstats
path: root/api/team.go
Commit message (Collapse)AuthorAgeFilesLines
...
* Small tweaks and cleanupReed Garmsen2015-07-071-2/+2
|
* Added a server side check to see if members who are trying to be invited ↵Reed Garmsen2015-07-071-0/+9
| | | | have already been invited by checking the email. Client handles it as if it was an email error.
* Merge pull request #98 from mattermost/mm-1199Corey Hulen2015-06-291-8/+4
|\ | | | | fixes mm-1199 adds off-topic as a default channel
| * new users now join off-topic defaultlyJoramWilander2015-06-291-2/+8
| |
| * move default channel creation to seperate func and add off-topicJoramWilander2015-06-291-12/+2
| |
* | Changed invite email to reflect the sender's status in the team (e.g. admin ↵Reed Garmsen2015-06-291-0/+9
|/ | | | v.s. plain member)
* added team store, team settings menu, and the ability to turn on valet ↵JoramWilander2015-06-181-0/+20
| | | | feature from client
* add API service to turn on valet featureJoramWilander2015-06-181-0/+51
|
* move valet feature switch to DB from configJoramWilander2015-06-171-1/+10
|
* update unit testJoramWilander2015-06-151-3/+5
|
* first commit=Corey Hulen2015-06-141-0/+542