summaryrefslogtreecommitdiffstats
path: root/api/channel_test.go
Commit message (Expand)AuthorAgeFilesLines
* Fixing email unit tests=Corey Hulen2016-02-011-29/+29
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-30/+30
* PLT-7 adding loc db calls for users table=Corey Hulen2016-01-201-30/+30
* Added the ability to get more channel members from getChannelExtraInfohmhealey2016-01-061-6/+42
* Updated emails in unit tests to include '+'Reed Garmsen2015-12-131-28/+28
* Fixed unit test issuesReed Garmsen2015-11-131-1/+2
* Added ChannelExtra.MemberCount field to reflect the actual member count when ...hmhealey2015-11-121-0/+4
* Added Channel.Purpose on the serverhmhealey2015-10-271-6/+73
* Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-23/+23
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-83/+1
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-20/+60
* Added additional test cases and fixed existing ones for ChannelMember.MarkUnr...hmhealey2015-09-301-0/+82
* Adding service settings to admin console=Corey Hulen2015-09-221-1/+1
* Renaming "Handle" to "Channel URL" or "URL"it332015-09-201-2/+2
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-2/+2
* fixed channel counts etag to only update when appropriateJoramWilander2015-08-111-1/+1
* add etag cache testing to api GetChannelCounts unit testJoramWilander2015-08-111-0/+7
* added api unit test for GetChannelCountsJoramWilander2015-08-111-0/+34
* added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-111-0/+21
* Adding etag to channel extra_info api call.Christopher Speller2015-07-291-2/+66
* updated channel error messages to reflect proper namingJoramWilander2015-07-291-2/+2
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-44/+44
* Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-28/+28
* Added new error message when trying to add a channel that was previously dele...Reed Garmsen2015-07-061-0/+9
* Fixing unit tests=Corey Hulen2015-07-061-26/+27
* fixing unit tests=Corey Hulen2015-07-051-0/+2
* Fixing unit test=Corey Hulen2015-07-051-4/+4
* Fixing unit test=Corey Hulen2015-07-051-3/+3
* fixing unit tests=Corey Hulen2015-07-051-1/+1
* fixing race condition in unit tests=Corey Hulen2015-07-051-17/+17
* update unit tests for default channelsJoramWilander2015-06-291-2/+9
* updated channel unit testJoramWilander2015-06-291-3/+9
* first commit=Corey Hulen2015-06-141-0/+787