summaryrefslogtreecommitdiffstats
path: root/api/channel.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | MM-1281 Track channel creator in DB and show in channel intro message
| * 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 ↵JoramWilander2015-08-111-0/+17
| | | | intelligently pull channel data
* added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-2/+34
| | | | on client
* Moving the handing of extra_info etag before the extra info is retrieved ↵Christopher Speller2015-07-301-10/+14
| | | | from the database
* 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
| | | | user to town square.
* When removed from a channel, user is sent back to town square and thatnickago2015-07-271-0/+4
| | | | channel is removed from their sidebar
* 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 ↵hmhealey2015-07-071-3/+3
| | | | unread when one of those is automatically posted
* 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