server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api4
/
channel_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
MM-11576: Allow to join and add members to archived channels (#9214)
Jesús Espino
2018-08-03
1
-2
/
+0
*
MM-11529: Allow to Leave an archived channel from the API (#9204)
Jesús Espino
2018-08-03
1
-0
/
+12
*
Pr 9039 (#9187)
Martin Kraft
2018-07-30
1
-4
/
+24
*
Merge branch 'plugins-2'
JoramWilander
2018-07-10
1
-3
/
+0
|
\
|
*
Merge branch 'master' into plugins-2
JoramWilander
2018-07-07
1
-0
/
+38
|
|
\
|
*
|
First batch of new plugin api methods (#9022)
Daniel Schalla
2018-07-06
1
-3
/
+0
*
|
|
MM-11228: Fix channel update/patch API endpoints. (#9073)
George Goldberg
2018-07-10
1
-1
/
+57
|
|
/
|
/
|
*
|
MM-11118: disallow deleting direct or group channels (#9054)
Jesse Hallam
2018-07-05
1
-0
/
+38
|
/
*
MM-9730 & MM-9729: Missing Server PRs (#8908)
George Goldberg
2018-06-05
1
-0
/
+76
*
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
Martin Kraft
2018-05-28
1
-0
/
+31
|
\
|
*
[MM-10519] Send websocket event whenever the channel has changed it's type (p...
Saturnino Abril
2018-05-28
1
-0
/
+31
*
|
Refactors migrations check. (#8814)
Martin Kraft
2018-05-21
1
-12
/
+1
*
|
MM-10264: Adds CLI command to import and export permissions. (#8787)
Martin Kraft
2018-05-17
1
-2
/
+4
*
|
MM-9728: Online migration for advanced permissions phase 2 (#8744)
George Goldberg
2018-05-14
1
-0
/
+13
*
|
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
Martin Kraft
2018-05-09
1
-4
/
+8
|
\
|
|
*
update permission of converting a channel from public to private to allow tea...
Saturnino Abril
2018-05-05
1
-4
/
+8
*
|
MM-10182 & MM-10183: Adds channel scheme and team scheme API endpoint. (#8680)
Martin Kraft
2018-05-02
1
-0
/
+72
*
|
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-2
Martin Kraft
2018-04-24
1
-0
/
+40
|
\
|
|
*
add api to convert a channel from public to private and restrict that to syst...
Saturnino Abril
2018-04-23
1
-0
/
+40
*
|
MM-8796: Full implementation of "Schemes" in Store/Model/App layers. (#8357)
George Goldberg
2018-04-20
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1
Martin Kraft
2018-03-27
1
-0
/
+73
|
\
|
*
Adding go client support and basic unit tests for channel autocomplete. (#8510)
Christopher Speller
2018-03-26
1
-0
/
+73
*
|
Merge branch 'master' into advanced-permissions-phase-1
George Goldberg
2018-03-13
1
-2
/
+1
|
\
|
|
*
MM-9664 Add invalidation metrics for store caches (#8340)
Joram Wilander
2018-03-05
1
-4
/
+3
|
*
Eliminate utils.SetLicense calls (#8217)
Chris
2018-02-07
1
-135
/
+13
*
|
MM-9618: Don't change default role permissions for policy. (#8303)
George Goldberg
2018-02-19
1
-4
/
+4
*
|
Fix tests. (#8244)
George Goldberg
2018-02-12
1
-8
/
+0
*
|
XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)
George Goldberg
2018-02-06
1
-407
/
+44
|
/
*
[PLT-8430] Auto lowercase team and channel names in API requests (#7992)
Carlos Tadeu Panato Junior
2018-01-12
1
-0
/
+4
*
Role refactor (#7867)
Chris
2017-11-21
1
-24
/
+24
*
[PLT-7362] Add post' root ID to APIv4 addChannelMember to render added user (...
Saturnino Abril
2017-10-31
1
-0
/
+18
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-36
/
+76
*
PLT-7718 Patch for files (#7564)
Joram Wilander
2017-10-04
1
-1
/
+1
*
Don't use global app for api / api4 tests (#7528)
Chris
2017-10-02
1
-43
/
+43
*
PLT-7404 Return viewed at times in view channel API response (#7428)
Joram Wilander
2017-09-29
1
-3
/
+9
*
Move sql store code into store/sqlstore package (#7502)
Chris
2017-09-25
1
-4
/
+4
*
fix plugin test (#7436)
Chris
2017-09-12
1
-1
/
+2
*
Renaming repo
Christopher Speller
2017-09-06
1
-3
/
+3
*
app type transition (#7167)
Chris
2017-09-06
1
-35
/
+34
*
PLT-3893: Structured Logging Continues (#7252)
Jonathan
2017-08-31
1
-5
/
+3
*
PLT-6226 Fixing races with licensing (#7213)
Corey Hulen
2017-08-16
1
-72
/
+72
*
PLT-7206: Remove the "Delete Channel" option for private channels if you're t...
Jonathan
2017-08-09
1
-4
/
+2
*
[PLT-6838] Restrict channel delete option per permission policy even for last...
Saturnino Abril
2017-07-05
1
-3
/
+11
*
Move remaining actions over to use redux and v4 endpoints (#6720)
Joram Wilander
2017-06-26
1
-2
/
+2
*
PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)
Robin Naundorf
2017-05-15
1
-0
/
+26
*
Merge branch 'release-3.9' into merge-3.9
JoramWilander
2017-05-12
1
-0
/
+10
|
\
|
*
PLT-6556 Fixed last member of a channel not being able to delete channel with...
Harrison Healey
2017-05-11
1
-0
/
+10
*
|
Removing channel list alias from apiv4 client (#6383)
Christopher Speller
2017-05-10
1
-19
/
+19
*
|
Add API Endpoint for deleted Channels (#5889)
Robin Naundorf
2017-05-09
1
-0
/
+49
|
/
*
PLT-6214 Move channel store and actions over to redux (#6235)
Joram Wilander
2017-04-28
1
-1
/
+1
[next]