summaryrefslogtreecommitdiffstats
path: root/model/client.go
Commit message (Collapse)AuthorAgeFilesLines
...
* added api unit test for GetChannelCountsJoramWilander2015-08-111-0/+9
|
* added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-0/+9
| | | | on client
* Adding etag to channel extra_info api call.Christopher Speller2015-07-291-2/+2
|
* Merge branch 'master' into mm-1420=Corey Hulen2015-07-221-1/+1
|\
| * fixed unit tests to work with team domain changes and update partial url ↵JoramWilander2015-07-211-1/+1
| | | | | | | | regex for files
* | fixing merge conflicts=Corey Hulen2015-07-211-10/+10
|\|
| * Changing the way we mattermost handles URLs. team.domain.com becomes ↵Christopher Speller2015-07-201-10/+10
| | | | | | | | | | | | | | 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
* | minor tweaks to make sure mysql still runs=Corey Hulen2015-07-121-0/+2
|/
* added unit tests for new team API servicesJoramWilander2015-06-181-0/+18
|
* first commit=Corey Hulen2015-06-141-0/+652