server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
team.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global site url (#8343)
Chris
2018-02-22
1
-1
/
+1
*
XYZ-111: Check max users per team on re-join after leave a team
Jesús Espino
2018-02-13
1
-3
/
+9
*
Added invite_id field to email invite url, along with validation of this fiel...
Jonathan
2018-02-12
1
-0
/
+5
*
[PLT-8494] Add delete_team websocket event (#8167)
Saturnino Abril
2018-02-01
1
-4
/
+8
*
Used a consistent tense for system messages (#8079)
Harrison Healey
2018-01-26
1
-1
/
+1
*
Merge branch 'release-4.6'
Harrison Healey
2018-01-23
1
-1
/
+19
|
\
|
*
PLT-8522 Added separate messages for being removed from channel or team (#8078)
Harrison Healey
2018-01-10
1
-1
/
+19
*
|
Handle missed case with ExperimentalEnableDefaultChannelLeaveJoinMessages set...
Joram Wilander
2018-01-18
1
-7
/
+9
|
/
*
Role refactor (#7867)
Chris
2017-11-21
1
-8
/
+8
*
PLT-6217 Fixes system message posted to Town Square when a member leaves a te...
Tsilavina Razafinirina
2017-11-20
1
-3
/
+38
*
more global config ref cleanup (#7802)
Chris
2017-11-09
1
-7
/
+7
*
eliminate more utils.Cfg references (#7701)
Chris
2017-10-24
1
-1
/
+1
*
refactor max users per team (#7691)
Chris
2017-10-20
1
-1
/
+1
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-3
/
+3
*
PLT-7811 Standardized team sanitization flow (#7586)
Harrison Healey
2017-10-09
1
-5
/
+21
*
PLT-7789: Fix raciness on Aurora with importing team members. (#7573)
George Goldberg
2017-10-04
1
-8
/
+14
*
Goroutine wranglin (#7556)
Chris
2017-10-03
1
-2
/
+6
*
remove remaining Global() calls (outside of tests) (#7521)
Chris
2017-09-28
1
-11
/
+11
*
remove einterface gets (#7455)
Chris
2017-09-19
1
-3
/
+3
*
Renaming repo
Christopher Speller
2017-09-06
1
-2
/
+2
*
app type transition (#7167)
Chris
2017-09-06
1
-120
/
+120
*
App: NewLocAppError -> NewAppError (#7327)
George Goldberg
2017-09-01
1
-6
/
+4
*
PLT-7288: Allow CLI to delete teams with no channels. (#7135)
George Goldberg
2017-08-09
1
-1
/
+3
*
make cli team / channel delete operations also delete webhooks and slash comm...
Chris
2017-07-31
1
-1
/
+5
*
Added websocket event and webapp handler for updating user roles (#6953)
Nick Frazier
2017-07-27
1
-0
/
+9
*
[PLT-5864] Move teammate name display setting to the System Console (#6681)
Saturnino Abril
2017-06-30
1
-1
/
+2
*
[PLT-5639] Show a message when invited addresses are blocked (#6691)
Pieter Lexis
2017-06-29
1
-7
/
+26
*
Fixed error information being obscured when joining teams with API v4 (#6751)
Harrison Healey
2017-06-28
1
-2
/
+2
*
Merge release-3.10 into master (#6654)
Joram Wilander
2017-06-15
1
-1
/
+1
*
Add APIv4 endpoint to permanently delete teams (#6604)
Zeger-Jan van de Weg
2017-06-15
1
-0
/
+9
*
PLT-6488: Reduce database queries in user bulk import. (#6371)
George Goldberg
2017-05-10
1
-4
/
+4
*
PLT-6380 Fired websocket event when user joins a team (#6266)
Harrison Healey
2017-05-03
1
-2
/
+5
*
Creating common token store and moving email invites and verification to it (...
Christopher Speller
2017-04-27
1
-2
/
+2
*
Refactor OAuth 2.0 code into app layer (#6037)
Joram Wilander
2017-04-12
1
-0
/
+31
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
PLT-6198: Use added to channel system message on default channels. (#5969)
George Goldberg
2017-04-04
1
-11
/
+11
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-22
/
+22
*
PLT-6196: Websocket message when added to a team. (#5968)
George Goldberg
2017-04-04
1
-3
/
+15
*
PLT-6169: Batch add users to teams. (#5953)
George Goldberg
2017-04-03
1
-0
/
+18
*
APIv4 DELETE /teams/{team_id} (#5937)
Saturnino Abril
2017-04-03
1
-0
/
+14
*
APIv4 post /teams/search (#5931)
Saturnino Abril
2017-04-03
1
-0
/
+16
*
APIv4 put /teams/{team_id}/patch (#5860)
Saturnino Abril
2017-03-24
1
-3
/
+27
*
Endpoint for APIv4 POST /teams/{team_id}/members (#5804)
Saturnino Abril
2017-03-24
1
-0
/
+42
*
Merge branch 'release-3.7' into master.
George Goldberg
2017-03-17
1
-12
/
+12
|
\
|
*
PLT-5765 Passed SiteURL to SendNotifications (#5705)
Harrison Healey
2017-03-10
1
-12
/
+12
*
|
Implement some team endpoints for APIv4 (#5745)
Joram Wilander
2017-03-13
1
-3
/
+27
|
/
*
PLT-3077 Add group messaging (#5489)
Joram Wilander
2017-03-02
1
-1
/
+1
*
Get all teams api4 (#5542)
Andrei Stanciu
2017-02-28
1
-0
/
+16
*
Revert "Adding caching to get channel member (#5518)"
Christopher Speller
2017-02-27
1
-1
/
+0
*
Adding caching to get channel member (#5518)
Christopher Speller
2017-02-24
1
-0
/
+1
[next]