summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
Commit message (Collapse)AuthorAgeFilesLines
...
| * Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-52/+52
| | | | | | | | | | | | | | 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-32/+32
| | | | | | | | references from FullName to Nickname.
* | Patching remainder of the sql stmts to work with postgres=Corey Hulen2015-07-121-0/+7
|/
* Fixing unit tests=Corey Hulen2015-07-061-20/+21
|
* adding debugging=Corey Hulen2015-07-061-2/+4
|
* adding debugging=Corey Hulen2015-07-051-7/+8
|
* adding debugging=Corey Hulen2015-07-051-6/+7
|
* fixing unit tests=Corey Hulen2015-07-051-0/+2
|
* fixing unit tests=Corey Hulen2015-07-051-1/+1
|
* fixing race condition in unit tests=Corey Hulen2015-07-051-15/+15
|
* update unit tests for new createProfileImage funcJoramWilander2015-06-191-4/+11
|
* first commit=Corey Hulen2015-06-141-0/+960