summaryrefslogtreecommitdiffstats
path: root/api/web_socket_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-3/+3
| | | | | | | 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
* Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-171-3/+0
|\ | | | | fixes mm-1348 removing dependency on redis
| * fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-141-3/+0
| |
* | Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-2/+2
|/ | | | references from FullName to Nickname.
* Fixing unit tests=Corey Hulen2015-07-061-2/+3
|
* fixing race condition in unit tests=Corey Hulen2015-07-051-2/+2
|
* Fix typo in function nameHaiko Schol2015-06-241-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+129