server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
channel.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Structured logging (#8673)
Christopher Speller
2018-04-27
1
-22
/
+22
*
add api to convert a channel from public to private and restrict that to syst...
Saturnino Abril
2018-04-23
1
-28
/
+0
*
MM-10122: Adds a mention for added-to-channel messages even when 'username me...
Martin Kraft
2018-04-19
1
-8
/
+8
*
Fix mute channel when not a member and adding unit tests (#8609)
Elias Nahum
2018-04-12
1
-1
/
+7
*
MM-8678: add CUD support for channel members via plugins (#8565)
Jesse Hallam
2018-04-06
1
-4
/
+8
*
Fixing misspell errors (#8544)
Jesús Espino
2018-03-29
1
-1
/
+1
*
[PLT-4340] Channel Mute and "/mute" command #7617 (#7713)
Christian Claus
2018-03-28
1
-0
/
+17
*
Merge branch 'advanced-permissions-phase-1'
George Goldberg
2018-03-27
1
-0
/
+4
|
\
|
*
Merge branch 'master' into advanced-permissions-phase-1
George Goldberg
2018-03-13
1
-16
/
+29
|
|
\
|
*
\
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1
Jesús Espino
2018-02-07
1
-2
/
+28
|
|
\
\
|
*
\
\
Merge branch 'master' into advanced-permissions-phase-1
George Goldberg
2018-02-06
1
-0
/
+8
|
|
\
\
\
|
*
|
|
|
XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)
George Goldberg
2018-02-06
1
-0
/
+4
*
|
|
|
|
post a system message after a channel is converted from public to private (#8...
Saturnino Abril
2018-03-27
1
-0
/
+28
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
general cleanup (#8387)
Chris
2018-03-07
1
-2
/
+2
*
|
|
|
XYZ-87: GlobalRelay DM Exports do not Include Channel Name (#8275)
Jonathan
2018-03-07
1
-1
/
+18
*
|
|
|
Add addedUser IDs to render correctly in client based on teammate name displa...
Philippe GRANET
2018-03-07
1
-0
/
+5
*
|
|
|
remove `go Publish(...)` idiom (#8373)
Chris
2018-03-02
1
-13
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
PLT-7537: Move channel CLI command posts system message to channel. (#8161)
Vordimous
2018-02-07
1
-2
/
+28
|
|
/
|
/
|
*
|
ABC-79: Optimize channel autocomplete query (#8163)
Chris
2018-01-31
1
-0
/
+8
|
/
*
Merge branch 'release-4.6'
Harrison Healey
2018-01-23
1
-5
/
+5
|
\
|
*
PLT-8522 Added separate messages for being removed from channel or team (#8078)
Harrison Healey
2018-01-10
1
-5
/
+5
*
|
Post a system message to the affected channel by CLI command (#7877) (#7968)
Evgeniy
2018-01-18
1
-0
/
+41
*
|
Handle missed case with ExperimentalEnableDefaultChannelLeaveJoinMessages set...
Joram Wilander
2018-01-18
1
-1
/
+1
*
|
Add EnableDefaultChannelLeaveJoinMessages config setting (#7961)
Chris Duarte
2018-01-10
1
-7
/
+13
|
/
*
Do not auto-join 'off-topic' channel if it is private (#7950)
Siyuan Liu
2017-12-13
1
-2
/
+1
*
PLT-6217-bis Fixes system message posted to Town Square when a user joins a t...
Tsilavina Razafinirina
2017-12-08
1
-1
/
+19
*
PLT-7503: Create Message Export Scheduled Task and CLI Command (#7612)
Jonathan
2017-11-30
1
-5
/
+31
*
PLT-5458: If someone posts a channel link to channel_A that you don't belong ...
Chris
2017-11-28
1
-0
/
+12
*
Role refactor (#7867)
Chris
2017-11-21
1
-3
/
+3
*
PLT-6217 Fixes system message posted to Town Square when a member leaves a te...
Tsilavina Razafinirina
2017-11-20
1
-2
/
+22
*
several one-line panic, race, and logic fixes (#7766)
Chris
2017-11-03
1
-1
/
+1
*
[PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...
Saturnino Abril
2017-10-31
1
-5
/
+6
*
refactor max channels per team enforcement (#7690)
Chris
2017-10-20
1
-2
/
+2
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-6
/
+6
*
Goroutine wranglin (#7556)
Chris
2017-10-03
1
-7
/
+21
*
PLT-7404 Return viewed at times in view channel API response (#7428)
Joram Wilander
2017-09-29
1
-6
/
+9
*
remove remaining Global() calls (outside of tests) (#7521)
Chris
2017-09-28
1
-11
/
+11
*
plugin CRUD operations for users, posts, channels, and teams (#7479)
Chris
2017-09-21
1
-18
/
+26
*
remove einterface gets (#7455)
Chris
2017-09-19
1
-1
/
+1
*
Add some checking of channel ID before sending websocket event (#7431)
Joram Wilander
2017-09-15
1
-1
/
+1
*
Renaming repo
Christopher Speller
2017-09-06
1
-3
/
+3
*
app type transition (#7167)
Chris
2017-09-06
1
-192
/
+192
*
PLT-7216: CLI Command to move channels between teams. (#7149)
George Goldberg
2017-09-04
1
-0
/
+30
*
App: NewLocAppError -> NewAppError (#7327)
George Goldberg
2017-09-01
1
-29
/
+24
*
[PLT-5170] Add join the channel system message for the person who created the...
Saturnino Abril
2017-08-30
1
-0
/
+7
*
PLT-5745 Cleaning up duplicate calls (#7298)
Corey Hulen
2017-08-28
1
-17
/
+17
*
PLT-6965 jira integration (plus plugin scaffolding) (#6918)
Chris
2017-08-02
1
-0
/
+16
*
Revert " #4755 Combining consecutive user join/leave system messages to singl...
Saturnino Abril
2017-08-01
1
-117
/
+44
*
#4755 Combining consecutive user join/leave system messages to single messag...
Debanshu Kundu
2017-08-01
1
-44
/
+117
*
make cli team / channel delete operations also delete webhooks and slash comm...
Chris
2017-07-31
1
-0
/
+8
[next]