server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
channel.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixing IE expire issue
=Corey Hulen
2016-02-11
1
-2
/
+0
*
PLT-1900 removing lang from preview and making spanish beta
=Corey Hulen
2016-02-08
1
-6
/
+6
*
PLT-7: Refactoring stores to use translations (chunk 7)
Elias Nahum
2016-01-25
1
-1
/
+1
*
Refactoring api to use translations (chunk 1)
Elias Nahum
2016-01-21
1
-44
/
+45
*
Revert " PLT-7 adding loc for db calls"
Corey Hulen
2016-01-20
1
-67
/
+65
*
PLT-7 adding loc db calls for users table
=Corey Hulen
2016-01-20
1
-8
/
+8
*
PLT-7 adding loc db calls for oauth table
=Corey Hulen
2016-01-20
1
-52
/
+54
*
PLT-7 adding loc db calls for webhooks table
=Corey Hulen
2016-01-20
1
-4
/
+4
*
PLT-7 adding loc for db calls audits and prefs
=Corey Hulen
2016-01-20
1
-1
/
+1
*
Upgrade logging package
=Corey Hulen
2016-01-11
1
-1
/
+1
*
Added the ability to get more channel members from getChannelExtraInfo
hmhealey
2016-01-06
1
-3
/
+18
*
PLT-1485 Adding last view channel sticky
=Corey Hulen
2016-01-05
1
-0
/
+9
*
Return 100 channel users in extra info call
JoramWilander
2015-12-07
1
-1
/
+1
*
PLT-1380: Post system message when user updates channel header
Florian Orben
2015-12-04
1
-1
/
+33
*
PLT-1326: Enable channel posts of type join or leave not trigger unread notif...
Florian Orben
2015-12-04
1
-1
/
+1
*
Allow admins to change the display name for the default channel
Reed Garmsen
2015-11-13
1
-3
/
+5
*
Added ChannelExtra.MemberCount field to reflect the actual member count when ...
hmhealey
2015-11-12
1
-1
/
+6
*
Added Channel.Purpose on the server
hmhealey
2015-10-27
1
-0
/
+45
*
Renamed Channel.Description to Channel.Header on the server
hmhealey
2015-10-27
1
-10
/
+10
*
Merge pull request #1149 from mattermost/plt-808
Christopher Speller
2015-10-23
1
-0
/
+27
|
\
|
*
Delete webhooks when the associated channel gets deleted
JoramWilander
2015-10-22
1
-0
/
+27
*
|
Refactoring direct channel creation to use transaction to avaoid state where ...
Christopher Speller
2015-10-22
1
-9
/
+14
|
/
*
Small refactor of websocket code on client and server
JoramWilander
2015-10-16
1
-4
/
+3
*
Merge pull request #981 from mattermost/plt-517
Christopher Speller
2015-10-08
1
-1
/
+1
|
\
|
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
|
Fixing ability to dynamicly update members list.
Christopher Speller
2015-10-08
1
-107
/
+97
|
/
*
Fix user_added websocket event and update websocket channel access cache on a...
JoramWilander
2015-10-07
1
-16
/
+23
*
Merge pull request #903 from mattermost/PLT-44
Christopher Speller
2015-10-05
1
-1
/
+1
|
\
|
*
PLT-44 allow team switching without the need to login
=Corey Hulen
2015-10-01
1
-1
/
+1
*
|
Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps
hmhealey
2015-10-01
1
-52
/
+10
*
|
Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps
hmhealey
2015-10-01
1
-17
/
+33
*
|
Removed UI for quiet mode and added UI to set when a channel will be marked u...
hmhealey
2015-09-30
1
-8
/
+52
*
|
Added 'default' option to channel notification settings that just uses the us...
hmhealey
2015-09-30
1
-6
/
+6
|
/
*
Implement incoming webhooks.
JoramWilander
2015-09-21
1
-5
/
+1
*
Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN
=Corey Hulen
2015-09-11
1
-3
/
+3
*
Refactored post handling/updating on both the client and server.
JoramWilander
2015-08-27
1
-0
/
+2
*
Merge pull request #406 from mattermost/mm-1281
Christopher Speller
2015-08-19
1
-0
/
+2
|
\
|
*
Track channel creator in DB and show in channel intro message.
JoramWilander
2015-08-19
1
-0
/
+2
*
|
Implemention of slack import feature.
Christopher Speller
2015-08-19
1
-1
/
+1
|
/
*
change getChannel api service to not register as user activity
JoramWilander
2015-08-11
1
-1
/
+1
*
added getChannelCounts service and refactored the client to more intelligentl...
JoramWilander
2015-08-11
1
-0
/
+17
*
added getChannel api service and use that over getChannels where appropriate ...
JoramWilander
2015-08-11
1
-2
/
+34
*
Moving the handing of extra_info etag before the extra info is retrieved from...
Christopher Speller
2015-07-30
1
-10
/
+14
*
Adding etag to channel extra_info api call.
Christopher Speller
2015-07-29
1
-1
/
+7
*
When user is removed, a modal appears, which on closing redirects the
nickago
2015-07-27
1
-0
/
+1
*
When removed from a channel, user is sent back to town square and that
nickago
2015-07-27
1
-0
/
+4
*
fixes mm-1348 removing dependency on redis
=Corey Hulen
2015-07-14
1
-3
/
+2
*
Server now notifies users they have been added to a new channel
nickago
2015-07-09
1
-0
/
+4
*
Add a post type for user joined/left messages and don't flag a channel as unr...
hmhealey
2015-07-07
1
-3
/
+3
*
new users now join off-topic defaultly
JoramWilander
2015-06-29
1
-3
/
+29
[next]