server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
/
sql_user_store_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
Add store unit tests and add make target for testing store with postgres (#5925)
Joram Wilander
2017-04-03
1
-4
/
+76
*
PLT-6162: Search for users not in a given team. (#5943)
George Goldberg
2017-04-03
1
-0
/
+41
*
PLT-2713 Added ability for admins to list users not in any team (#5844)
Harrison Healey
2017-03-29
1
-0
/
+43
*
PLT-6083: API to get users not in a specific team. (#5888)
George Goldberg
2017-03-29
1
-0
/
+134
*
Implement POST /users/search endpoint for APIv4 (#5822)
Joram Wilander
2017-03-23
1
-0
/
+61
*
Usernames must start with a letter (#5581)
Joram Wilander
2017-03-03
1
-10
/
+10
*
Updating user attributes on oauth login (#5324)
Poornima
2017-02-26
1
-1
/
+28
*
PLT-5070: Server side component of Telemetry. (#5514)
George Goldberg
2017-02-24
1
-0
/
+67
*
Adding go vet from hack-a-thon (#5328)
Corey Hulen
2017-02-09
1
-1
/
+1
*
Implement GET /users endpoint for APIv4 (#5277)
Joram Wilander
2017-02-03
1
-18
/
+110
*
Implement POST /users/ids endpoint for APIv4 (#5274)
Joram Wilander
2017-02-03
1
-18
/
+60
*
PLT-4935 Fix searching for full email (#4947)
Joram Wilander
2017-01-03
1
-1
/
+21
*
PLT-4982 Adding caching to user profiles (#4782)
Corey Hulen
2016-12-14
1
-2
/
+54
*
PLT-4767 Implement MFA Enforcement (#4662)
Joram Wilander
2016-12-12
1
-1
/
+1
*
Fix user search when using an asterisk (#4586)
Joram Wilander
2016-11-21
1
-0
/
+26
*
Update user search to match against username, full name, nickname and email (...
Joram Wilander
2016-11-03
1
-2
/
+34
*
PLT-4535/PLT-4503 Fix inactive users in searches and add option functionality...
Joram Wilander
2016-11-02
1
-12
/
+78
*
Fix user autocomplete with special characters (#4373)
Joram Wilander
2016-10-31
1
-0
/
+24
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-9
/
+419
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-1
/
+1
*
PLT-3766 Change LDAP references to AD/LDAP in the UI (#3925)
Jason Blais
2016-09-06
1
-5
/
+5
*
PLT-3462 Add the ability to clear push notifications after channel is viewed ...
Joram Wilander
2016-08-31
1
-0
/
+10
*
Fixed calculation of mention count for direct channels (#3831)
Harrison Healey
2016-08-18
1
-0
/
+2
*
PLT-2241 Refactored statuses into a more real-time system (#3573)
Joram Wilander
2016-07-18
1
-98
/
+1
*
Fixing issue with missing user (#2989)
Corey Hulen
2016-05-12
1
-0
/
+24
*
PLT-2905 fixing upgrade of SSO accounts (#2962)
Corey Hulen
2016-05-11
1
-12
/
+22
*
PLT-2707 Adding option to show DM list from all of server (#2871)
Corey Hulen
2016-05-04
1
-0
/
+25
*
PLT-2258 Unified login screen and related APIs (#2820)
Harrison Healey
2016-05-03
1
-0
/
+76
*
Fixing LDAP editing of attributes (#2824)
Christopher Speller
2016-05-02
1
-0
/
+11
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-83
/
+189
*
Add MFA functionality
JoramWilander
2016-03-30
1
-0
/
+44
*
Option to enable full snippets in push notifications
Elias Nahum
2016-03-17
1
-0
/
+81
*
Fix auth data unit test
JoramWilander
2016-02-03
1
-1
/
+1
*
Revert " PLT-7 adding loc for db calls"
Corey Hulen
2016-01-20
1
-57
/
+56
*
PLT-7 adding loc db calls for users table
=Corey Hulen
2016-01-20
1
-54
/
+54
*
PLT-7 adding loc db calls for session table
=Corey Hulen
2016-01-20
1
-2
/
+3
*
Add ability to switch between SSO and email account
JoramWilander
2015-12-17
1
-0
/
+31
*
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
/
+13
*
PLT-586 fixing issues with security alert
=Corey Hulen
2015-10-09
1
-1
/
+19
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
PLT-518 check for security bulletins
=Corey Hulen
2015-10-05
1
-0
/
+23
*
Assiging first user system_admin role
=Corey Hulen
2015-09-23
1
-0
/
+18
*
Adding team settings to admin console
=Corey Hulen
2015-09-22
1
-1
/
+1
*
Fixes mm-1355 adds rate limiting apis
=Corey Hulen
2015-07-29
1
-0
/
+22
*
added store unit test for user.GetByAuth and added password length checking i...
JoramWilander
2015-07-23
1
-0
/
+19
*
fixing build
=Corey Hulen
2015-07-06
1
-0
/
+3
*
Fixing unit tests
=Corey Hulen
2015-07-06
1
-11
/
+11
*
first commit
=Corey Hulen
2015-06-14
1
-0
/
+276