summaryrefslogtreecommitdiffstats
path: root/api/team_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Updated emails in unit tests to include '+'Reed Garmsen2015-12-131-12/+12
|
* Fixing unit tests=Corey Hulen2015-11-161-0/+3
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-0/+37
|
* PLT-340=Corey Hulen2015-10-271-25/+7
|
* Use team display name in team switcher menuAntti Ahti2015-10-141-3/+6
| | | | | - /teams/find_teams returns team objects instead of just team names - use display_name in UI instead of name in the team switch menu
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-0/+33
|
* Adding service settings to admin console=Corey Hulen2015-09-221-1/+1
|
* Adding team settings to admin console=Corey Hulen2015-09-221-76/+0
|
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-1/+1
|
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-35/+35
| | | | | | | 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
* Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-12/+12
| | | | references from FullName to Nickname.
* Fixing unit tests=Corey Hulen2015-07-061-11/+12
|
* fixing race condition in unit tests=Corey Hulen2015-07-051-10/+10
|
* update unit tests for default channelsJoramWilander2015-06-291-0/+16
|
* added unit tests for new team API servicesJoramWilander2015-06-181-0/+103
|
* first commit=Corey Hulen2015-06-141-0/+288