summaryrefslogtreecommitdiffstats
path: root/api/team.go
Commit message (Collapse)AuthorAgeFilesLines
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+21
|
* MM-2056 fixes problem with creating team=Corey Hulen2015-08-311-3/+3
|
* Merge pull request #496 from mattermost/mm-2015Christopher Speller2015-08-281-0/+74
|\ | | | | MM-2015 Added the ability to create a team with SSO services and added the ability to turn off email sign up.
| * Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-0/+74
| | | | | | | | to turn off email sign up.
* | Fixing bug where the err msg gets gobbled up=Corey Hulen2015-08-271-1/+1
|/
* Merge pull request #474 from mattermost/PL-4Christopher Speller2015-08-271-0/+42
|\ | | | | Fixes PL-1 and PL-3 Restricting team creation
| * Fixes PL-3 Restrict team creation to specific domains=Corey Hulen2015-08-251-9/+36
| |
| * Fixes PL-1 added ability to disable team creation=Corey Hulen2015-08-251-0/+15
| |
* | Added links to the teams listed in the 'Find your teams' emailReed Garmsen2015-08-261-2/+2
|/
* Requiring team admin to import and fixing a few style issuesChristopher Speller2015-08-191-2/+1
|
* Implemention of slack import feature.Christopher Speller2015-08-191-0/+71
|
* Changed all templates to use site url instead of team url for finding the ↵nickago2015-07-311-4/+2
| | | | 'static' directory
* Fixed team API to properly provide team names for the Find My Team emailhmhealey2015-07-291-4/+17
|
* updates to sign-up flow, remove company name and marketing checkboxJoramWilander2015-07-281-7/+0
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-190/+44
| | | | | | | 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
* Unify all locations where we determine a user's display named based off of ↵hmhealey2015-07-171-6/+1
| | | | their nickname/username into a helper function
* Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-2/+2
| | | | references from FullName to Nickname.
* Fixes mm-1415 adding email bypass flag=Corey Hulen2015-07-121-1/+1
|
* 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