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