summaryrefslogtreecommitdiffstats
path: root/api/channel.go
Commit message (Expand)AuthorAgeFilesLines
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* Added the ability to get more channel members from getChannelExtraInfohmhealey2016-01-061-3/+18
* PLT-1485 Adding last view channel sticky=Corey Hulen2016-01-051-0/+9
* Return 100 channel users in extra info callJoramWilander2015-12-071-1/+1
* PLT-1380: Post system message when user updates channel headerFlorian Orben2015-12-041-1/+33
* PLT-1326: Enable channel posts of type join or leave not trigger unread notif...Florian Orben2015-12-041-1/+1
* Allow admins to change the display name for the default channelReed Garmsen2015-11-131-3/+5
* Added ChannelExtra.MemberCount field to reflect the actual member count when ...hmhealey2015-11-121-1/+6
* Added Channel.Purpose on the serverhmhealey2015-10-271-0/+45
* Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-10/+10
* Merge pull request #1149 from mattermost/plt-808Christopher Speller2015-10-231-0/+27
|\
| * Delete webhooks when the associated channel gets deletedJoramWilander2015-10-221-0/+27
* | Refactoring direct channel creation to use transaction to avaoid state where ...Christopher Speller2015-10-221-9/+14
|/
* Small refactor of websocket code on client and serverJoramWilander2015-10-161-4/+3
* Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-081-1/+1
|\
| * Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* | Fixing ability to dynamicly update members list.Christopher Speller2015-10-081-107/+97
|/
* Fix user_added websocket event and update websocket channel access cache on a...JoramWilander2015-10-071-16/+23
* Merge pull request #903 from mattermost/PLT-44Christopher Speller2015-10-051-1/+1
|\
| * PLT-44 allow team switching without the need to login=Corey Hulen2015-10-011-1/+1
* | Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-52/+10
* | Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-17/+33
* | Removed UI for quiet mode and added UI to set when a channel will be marked u...hmhealey2015-09-301-8/+52
* | Added 'default' option to channel notification settings that just uses the us...hmhealey2015-09-301-6/+6
|/
* Implement incoming webhooks.JoramWilander2015-09-211-5/+1
* Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN=Corey Hulen2015-09-111-3/+3
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-0/+2
* Merge pull request #406 from mattermost/mm-1281Christopher Speller2015-08-191-0/+2
|\
| * Track channel creator in DB and show in channel intro message.JoramWilander2015-08-191-0/+2
* | Implemention of slack import feature.Christopher Speller2015-08-191-1/+1
|/
* change getChannel api service to not register as user activityJoramWilander2015-08-111-1/+1
* added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-111-0/+17
* added getChannel api service and use that over getChannels where appropriate ...JoramWilander2015-08-111-2/+34
* Moving the handing of extra_info etag before the extra info is retrieved from...Christopher Speller2015-07-301-10/+14
* Adding etag to channel extra_info api call.Christopher Speller2015-07-291-1/+7
* When user is removed, a modal appears, which on closing redirects thenickago2015-07-271-0/+1
* When removed from a channel, user is sent back to town square and thatnickago2015-07-271-0/+4
* fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-141-3/+2
* Server now notifies users they have been added to a new channelnickago2015-07-091-0/+4
* Add a post type for user joined/left messages and don't flag a channel as unr...hmhealey2015-07-071-3/+3
* new users now join off-topic defaultlyJoramWilander2015-06-291-3/+29
* move default channel creation to seperate func and add off-topicJoramWilander2015-06-291-7/+24
* first commit=Corey Hulen2015-06-141-0/+713