server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
/
sql_team_store.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-6753 Fixed deactivated users counting against max members on a team (#6758)
Harrison Healey
2017-07-05
1
-1
/
+6
*
Fixed error information being obscured when joining teams with API v4 (#6751)
Harrison Healey
2017-06-28
1
-2
/
+2
*
Stage 1 of caching layer. Framework (#6693)
Christopher Speller
2017-06-27
1
-2
/
+2
*
PLT-6752/PLT-6755 Fixed users removed from a team counting against max team m...
Harrison Healey
2017-06-06
1
-2
/
+9
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
APIv4 post /teams/search (#5931)
Saturnino Abril
2017-04-03
1
-0
/
+42
*
Implement some team endpoints for APIv4 (#5745)
Joram Wilander
2017-03-13
1
-5
/
+40
*
Get all teams api4 (#5542)
Andrei Stanciu
2017-02-28
1
-0
/
+58
*
Implement a few team endpoints for APIv4 (#5296)
Joram Wilander
2017-02-07
1
-2
/
+2
*
Add tear down to APIv4 tests (#5250)
Joram Wilander
2017-02-02
1
-0
/
+21
*
Implement POST /teams endpoint (#5220)
Joram Wilander
2017-01-31
1
-3
/
+4
*
Merge branch 'release-3.6'
Christopher Speller
2017-01-27
1
-1
/
+1
|
\
|
*
Removed index on Teams.Description column (#5095)
Harrison Healey
2017-01-18
1
-1
/
+1
*
|
Migrate functions to app package (#5106)
Joram Wilander
2017-01-19
1
-2
/
+2
|
/
*
Fix teams unread count (#4848)
enahum
2016-12-21
1
-12
/
+8
*
PLT-5044 Fix unread team messages for deleted channels (#4836)
enahum
2016-12-19
1
-1
/
+1
*
PLT-4167 Team Sidebar (#4569)
enahum
2016-12-19
1
-0
/
+33
*
Add Team Description to the Team Settings (#4652)
Carlos Tadeu Panato Junior
2016-12-01
1
-0
/
+2
*
PLT-4481 Fix member count for team user lists and channel invite list (#4422)
Joram Wilander
2016-11-04
1
-3
/
+32
*
Add database indexes to timestamp columns (#4314)
enahum
2016-10-24
1
-0
/
+4
*
PLT-4165 removing team name reserved words (#4289)
Corey Hulen
2016-10-21
1
-2
/
+2
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-2
/
+67
*
Fix leaking goroutines in store calls (#3993). (#4021)
Kyo Nguyen
2016-09-19
1
-19
/
+19
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-0
/
+2
*
PLT-3695 refactoring to use sql_upgrader (#3788)
Corey Hulen
2016-08-24
1
-4
/
+0
*
Fixing bug in inital load returning team member objects that had been deleted...
Christopher Speller
2016-07-13
1
-1
/
+1
*
PLT-2863 adding remove user from team (#3429)
Corey Hulen
2016-07-06
1
-0
/
+1
*
Auto join teams if coming from team sign-up page to login for GitLab (#3284)
Joram Wilander
2016-06-07
1
-2
/
+6
*
Don't allow users to be added to a channel they are not in the team of (#3246)
Joram Wilander
2016-06-04
1
-1
/
+7
*
Merge branch 'release-3.0'
Christopher Speller
2016-05-17
1
-2
/
+2
|
\
|
*
Fixing LDAP issue with Postgres (#3033)
Corey Hulen
2016-05-17
1
-2
/
+2
*
|
Check team member instead of session for team admin role when updating/deleti...
Joram Wilander
2016-05-16
1
-0
/
+21
|
/
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-11
/
+178
*
Lower case email before database queries (#2689)
Joram Wilander
2016-04-13
1
-0
/
+3
*
Refactor and modularize analytics on the client
JoramWilander
2016-03-01
1
-0
/
+19
*
PLT-7: Refactoring stores to use translations (chunk 7)
Elias Nahum
2016-01-25
1
-18
/
+18
*
Revert " PLT-7 adding loc for db calls"
Corey Hulen
2016-01-20
1
-11
/
+10
*
PLT-7 adding loc db calls for team table
=Corey Hulen
2016-01-20
1
-10
/
+11
*
Adding perm delete to cmd line
=Corey Hulen
2015-11-16
1
-1
/
+1
*
PLT-975 adding perm deletes
=Corey Hulen
2015-11-16
1
-0
/
+17
*
Removing old DB upgrade code
Christopher Speller
2015-11-09
1
-5
/
+0
*
PLT-951 PLT-972 fixing issues with team directory
=Corey Hulen
2015-11-02
1
-1
/
+1
*
Fix spelling of encountered
Pat Lathem
2015-10-30
1
-4
/
+4
*
PLT-340 allow team directory and open invites
=Corey Hulen
2015-10-27
1
-1
/
+7
*
PLT-340
=Corey Hulen
2015-10-27
1
-1
/
+80
*
Adding upgrade calls for db
=Corey Hulen
2015-10-27
1
-0
/
+3
*
PLT-828 fixing db upgrade code
=Corey Hulen
2015-10-26
1
-1
/
+1
*
PLT-350 allow ability to disable restricted team names
=Corey Hulen
2015-10-20
1
-2
/
+3
*
Hotfix to allow .7 to be upgraded to 1.1
=Corey Hulen
2015-10-20
1
-0
/
+2
*
Fixing db upgrade for 1.1
=Corey Hulen
2015-10-08
1
-1
/
+0
[next]