server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api4
/
apitestlib.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Role refactor (#7867)
Chris
2017-11-21
1
-6
/
+5
*
more global config ref cleanup (#7802)
Chris
2017-11-09
1
-13
/
+14
*
PLT-7978 Add websocket event for user role update (#7745)
Joram Wilander
2017-10-31
1
-3
/
+3
*
Refactoring cfg refs and load / save functions (#7749)
Chris
2017-10-31
1
-9
/
+5
*
[PLT-7726] adjustments for the mm-server jenkinsfile (#7688)
Carlos Tadeu Panato Junior
2017-10-25
1
-1
/
+1
*
Reduce cfg boilerplate (#7689)
Chris
2017-10-23
1
-1
/
+8
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-8
/
+9
*
fix email race condition (#7656)
Chris
2017-10-18
1
-1
/
+4
*
PLT-7193: Regression - Custom slash commands don't work in direct or group me...
Jonathan
2017-10-17
1
-1
/
+5
*
parallel tests (#7629)
Chris
2017-10-16
1
-3
/
+8
*
Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606)
Chris
2017-10-12
1
-2
/
+56
*
Miscellaneous app cleanup (#7594)
Chris
2017-10-09
1
-21
/
+14
*
Don't use global app for api / api4 tests (#7528)
Chris
2017-10-02
1
-34
/
+26
*
remove jobs.Srv and other jobs-related globals (#7535)
Chris
2017-09-29
1
-3
/
+2
*
remove remaining Global() calls (outside of tests) (#7521)
Chris
2017-09-28
1
-2
/
+2
*
remove global refs from api/api4 (#7496)
Chris
2017-09-22
1
-1
/
+1
*
fix plugin test (#7436)
Chris
2017-09-12
1
-3
/
+5
*
Remove global app references (#7433)
Chris
2017-09-12
1
-44
/
+22
*
Renaming repo
Christopher Speller
2017-09-06
1
-6
/
+6
*
Adding jenkinsfile for new build server.
Christopher Speller
2017-09-06
1
-6
/
+0
*
app type transition (#7167)
Chris
2017-09-06
1
-35
/
+39
*
Revert "[PLT-7475] Add S3 region to system console and add S3 validation (#73...
Saturnino Abril
2017-09-06
1
-3
/
+3
*
[PLT-7475] Add S3 region to system console and add S3 validation (#7373)
Saturnino Abril
2017-09-06
1
-3
/
+3
*
set to default value with config is missing (#7320)
Saturnino Abril
2017-08-30
1
-6
/
+6
*
PLT-6226 Fixing races with licensing (#7213)
Corey Hulen
2017-08-16
1
-1
/
+1
*
Allow regions to be set and honored for S3 driver. (#7010)
Harshavardhana
2017-07-31
1
-5
/
+15
*
PLT-6595-Server: Job Management APIs. (#6931)
George Goldberg
2017-07-20
1
-0
/
+9
*
add stop server to API 4 tests (#6638)
Saturnino Abril
2017-06-14
1
-0
/
+6
*
Support AWS Signature V2 for Mattermost for S3 storage. (#6462)
Harshavardhana
2017-05-30
1
-1
/
+9
*
PLT-6471 Properly panic when translations can't be loaded (#6414)
Harrison Healey
2017-05-23
1
-1
/
+1
*
Implement v4 endpoints for OAuth (#6040)
Joram Wilander
2017-04-20
1
-22
/
+53
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
implement POST /emoji for apiV4 (#5868)
Carlos Tadeu Panato Junior
2017-04-06
1
-0
/
+15
*
PLT-6198: Use added to channel system message on default channels. (#5969)
George Goldberg
2017-04-04
1
-1
/
+1
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-1
/
+1
*
Use 201 status code where appropriate for APIv4 (#5903)
Joram Wilander
2017-03-31
1
-0
/
+9
*
APIv4 get /channels/{channel_id}/pinned (#5893)
Saturnino Abril
2017-03-29
1
-0
/
+22
*
Move WebSocket API to it's own package and add websocket v4 endpoint (#5881)
Joram Wilander
2017-03-28
1
-0
/
+9
*
APIv4 put /teams/{team_id}/patch (#5860)
Saturnino Abril
2017-03-24
1
-0
/
+10
*
Update channel permissions for v4 endpoints (#5829)
Joram Wilander
2017-03-22
1
-8
/
+12
*
Endpoint for APIv4 POST /channels/{channel_id}/members (#5775)
Saturnino Abril
2017-03-20
1
-2
/
+2
*
Merge branch 'release-3.7' into master.
George Goldberg
2017-03-17
1
-1
/
+1
|
\
|
*
PLT-5765 Passed SiteURL to SendNotifications (#5705)
Harrison Healey
2017-03-10
1
-1
/
+1
*
|
APIv4 DELETE channels/{channel_id} (#5723)
Saturnino Abril
2017-03-14
1
-0
/
+46
*
|
Add implementation for POST /email/test apiV4 - Send Test Email (#5716)
Carlos Tadeu Panato Junior
2017-03-13
1
-0
/
+15
*
|
Implement SAML endpoints for APIv4 (#5671)
Joram Wilander
2017-03-13
1
-0
/
+31
*
|
Adding functionality to get & delete incoming webhooks (#5648)
Poornima
2017-03-11
1
-0
/
+8
|
/
*
add implementation for verify email for apiv4 (#5502)
Carlos Tadeu Panato Junior
2017-02-24
1
-0
/
+4
*
Implement create and get incoming webhook endpoints for APIv4 (#5407)
Joram Wilander
2017-02-21
1
-0
/
+15
*
Implement posts endpoints for APIv4 (#5480)
Ruzette Tanyag
2017-02-21
1
-0
/
+19
[next]