server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
team.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
add App.License, remove utils.IsLicensed / utils.License calls (#8203)
Chris
2018-02-06
1
-2
/
+1
*
Reduce logging data races, fix MySQL test race condition (#7994)
Chris
2017-12-22
1
-3
/
+0
*
Role refactor (#7867)
Chris
2017-11-21
1
-9
/
+8
*
PLT-6217 Fixes system message posted to Town Square when a member leaves a te...
Tsilavina Razafinirina
2017-11-20
1
-1
/
+1
*
several one-line panic, race, and logic fixes (#7766)
Chris
2017-11-03
1
-2
/
+6
*
Performance improvements for 40M posts (#7708)
Christopher Speller
2017-10-25
1
-12
/
+12
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-2
/
+2
*
PLT-7811 Standardized team sanitization flow (#7586)
Harrison Healey
2017-10-09
1
-4
/
+20
*
remove global refs from api/api4 (#7496)
Chris
2017-09-22
1
-22
/
+22
*
Renaming repo
Christopher Speller
2017-09-06
1
-3
/
+3
*
app type transition (#7167)
Chris
2017-09-06
1
-23
/
+23
*
Api: NewLocAppError -> NewAppError (#7280)
George Goldberg
2017-09-01
1
-16
/
+10
*
Merge branch 'release-4.1'
Christopher Speller
2017-08-17
1
-4
/
+4
|
\
|
*
PLT-7336: Fix team API endpoints.
George Goldberg
2017-08-11
1
-3
/
+3
|
*
Minor updates to team
JoramWilander
2017-08-08
1
-1
/
+1
*
|
PLT-6226 Fixing races with licensing (#7213)
Corey Hulen
2017-08-16
1
-1
/
+1
|
/
*
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
-1
/
+1
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-5
/
+5
*
PLT-5765 Passed SiteURL to SendNotifications (#5705)
Harrison Healey
2017-03-10
1
-4
/
+4
*
Implement a few team endpoints for APIv4 (#5296)
Joram Wilander
2017-02-07
1
-1
/
+1
*
Fix adding user to team and add test check (#5172)
Joram Wilander
2017-01-23
1
-1
/
+1
*
Move permissions code into app package (#5146)
Joram Wilander
2017-01-23
1
-134
/
+41
*
Move Slack Import to App Layer. (#5135)
George Goldberg
2017-01-20
1
-1
/
+1
*
Migrate functions to app package (#5106)
Joram Wilander
2017-01-19
1
-417
/
+91
*
Refactor and migrate more functions out of api into app package (#5063)
Joram Wilander
2017-01-13
1
-1
/
+4
*
PLT-4938 Add app package and move logic over from api package (#4931)
Joram Wilander
2017-01-13
1
-126
/
+55
*
Allow joining team from an invite before setting up MFA (#5022)
Joram Wilander
2017-01-09
1
-1
/
+1
*
Fix SiteURL in join team email (#4979)
Joram Wilander
2017-01-06
1
-5
/
+5
*
Removing old signup team API (#4950)
Christopher Speller
2017-01-04
1
-52
/
+0
*
Removing old createTeamFromSignup api (#4945)
Christopher Speller
2017-01-03
1
-89
/
+1
*
Remove new user event handling on client (#4822)
Joram Wilander
2016-12-22
1
-5
/
+0
*
Fix teams unread count (#4848)
enahum
2016-12-21
1
-2
/
+31
*
Adding metrics for caching mechanisms (#4828)
Christopher Speller
2016-12-19
1
-1
/
+1
*
PLT-4167 Team Sidebar (#4569)
enahum
2016-12-19
1
-0
/
+37
*
Add API call to get a team by its name (#4690)
Carlos Tadeu Panato Junior
2016-12-08
1
-0
/
+22
*
PLT-4853 Adding cache purging to the server (server) (#4735)
Corey Hulen
2016-12-08
1
-2
/
+1
*
Improving command line interface (#4689)
Christopher Speller
2016-12-06
1
-36
/
+20
*
Add Team Description to the Team Settings (#4652)
Carlos Tadeu Panato Junior
2016-12-01
1
-0
/
+2
*
PLT-4429 disabling at_all at_channel metions mentions when channel has more t...
Corey Hulen
2016-11-24
1
-1
/
+1
*
PLT-4618 Fix email subjects (#4537)
enahum
2016-11-14
1
-6
/
+4
*
PLT-4481 Fix member count for team user lists and channel invite list (#4422)
Joram Wilander
2016-11-04
1
-5
/
+16
*
Fixing websocket and team store issues when leaving team (#4412)
Christopher Speller
2016-11-01
1
-4
/
+6
*
PLT-4430 improve slow channel switching (#4331)
enahum
2016-10-27
1
-4
/
+4
*
PLT-4165 removing team name reserved words (#4289)
Corey Hulen
2016-10-21
1
-1
/
+1
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-9
/
+91
*
PLT-3734 Cleaning up shouldSendEvent function (#4024)
enahum
2016-09-27
1
-3
/
+5
*
Fixing update roles API (#4060)
Christopher Speller
2016-09-22
1
-0
/
+57
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-32
/
+30
*
Some improvments to slack import (#4010)
Christopher Speller
2016-09-12
1
-2
/
+6
[next]