server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api4
/
user.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove global site url (#8343)
Chris
2018-02-22
1
-2
/
+1
*
MM-8681 Adding config settings necessary for using CloudFront. (#8307)
Christopher Speller
2018-02-20
1
-0
/
+1
*
add App.License, remove utils.IsLicensed / utils.License calls (#8203)
Chris
2018-02-06
1
-1
/
+1
*
[PLT-7793] Add /users/tokens/search endpoint (#8088)
Adrian Carolli
2018-01-11
1
-0
/
+25
*
[PLT-7793] Added /users/tokens endpoint (#8038)
Adrian Carolli
2018-01-05
1
-1
/
+17
*
Add admin update endpoint that can update authservice and authdata (#7842)
Chris Duarte
2018-01-04
1
-0
/
+27
*
Reduce logging data races, fix MySQL test race condition (#7994)
Chris
2017-12-22
1
-2
/
+0
*
Allow deactivation of SSO users (#7952)
Joram Wilander
2017-12-08
1
-2
/
+10
*
prevent deactivation of sso users (#7759)
Chris
2017-11-02
1
-1
/
+1
*
PLT-7978 Add websocket event for user role update (#7745)
Joram Wilander
2017-10-31
1
-1
/
+1
*
Refactoring cfg refs and load / save functions (#7749)
Chris
2017-10-31
1
-4
/
+4
*
Performance improvements for 40M posts (#7708)
Christopher Speller
2017-10-25
1
-33
/
+33
*
[PLT-7794] Add user access token enable/disable endpoints (#7630)
Nick Frazier
2017-10-19
1
-0
/
+76
*
Reduce utils.Cfg references (#7650)
Chris
2017-10-18
1
-12
/
+12
*
[PLT-7396] Add the ability to revoke user sessions in System Console > Users ...
Rick Batka
2017-10-16
1
-0
/
+20
*
PLT-7781 Some more OAuth fixes (#7568)
Joram Wilander
2017-10-04
1
-0
/
+46
*
Updates to session revoking in v4 (#7565)
Joram Wilander
2017-10-04
1
-1
/
+13
*
Only update session activity on specific endpoints (#7549)
Joram Wilander
2017-10-03
1
-0
/
+2
*
remove global refs from api/api4 (#7496)
Chris
2017-09-22
1
-49
/
+49
*
remove einterface gets (#7455)
Chris
2017-09-19
1
-1
/
+1
*
Fixing profile image tag (#7435)
Corey Hulen
2017-09-19
1
-1
/
+1
*
Renaming repo
Christopher Speller
2017-09-06
1
-4
/
+4
*
app type transition (#7167)
Chris
2017-09-06
1
-64
/
+64
*
PLT-7468 Moved more error pages to use predefined error types (#7378)
Harrison Healey
2017-09-05
1
-1
/
+1
*
APIv4: NewLocAppError -> NewAppError (#7328)
George Goldberg
2017-08-31
1
-13
/
+7
*
Fix setting profile image for other users (#7306)
Joram Wilander
2017-08-31
1
-1
/
+1
*
set to default value with config is missing (#7320)
Saturnino Abril
2017-08-30
1
-1
/
+1
*
PLT-6226 Fixing races with licensing (#7213)
Corey Hulen
2017-08-16
1
-1
/
+1
*
when session id is invalid,the function "revokeSession" should return (#7127)
KenmyZhang
2017-08-09
1
-0
/
+1
*
PLT-6763 Implement user access tokens and new roles (server-side) (#6972)
Joram Wilander
2017-07-31
1
-0
/
+134
*
Minor fix
JoramWilander
2017-07-06
1
-1
/
+1
*
Add some basic sorting support for GET /users endpoint (#6801)
Joram Wilander
2017-06-30
1
-7
/
+25
*
Make sure to log errors when failing to send emails (#6754)
Joram Wilander
2017-06-28
1
-2
/
+2
*
PLT-6657 Move system console to use v4 endpoints and redux (#6572)
Joram Wilander
2017-06-14
1
-1
/
+1
*
Fix MFA enforcement on login and page load (#6356)
Joram Wilander
2017-05-09
1
-2
/
+2
*
Fix user autocomplete for DMs and GMs (#6265)
Joram Wilander
2017-04-28
1
-17
/
+15
*
Creating common token store and moving email invites and verification to it (...
Christopher Speller
2017-04-27
1
-32
/
+23
*
Start moving webapp to Redux (#6140)
Joram Wilander
2017-04-25
1
-1
/
+5
*
PLT-4457 Added API to get multiple users by their usernames (#6218)
Harrison Healey
2017-04-25
1
-0
/
+19
*
APIv4 PUT /users/{user_id}/active (#6118)
Saturnino Abril
2017-04-17
1
-0
/
+32
*
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
*
Refactor switching login type code into app layer and add v4 endpoint (#6000)
Joram Wilander
2017-04-10
1
-0
/
+38
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-13
/
+13
*
PLT-6162: Search for users not in a given team. (#5943)
George Goldberg
2017-04-03
1
-0
/
+5
*
PLT-2713 Added ability for admins to list users not in any team (#5844)
Harrison Healey
2017-03-29
1
-1
/
+10
*
PLT-6083: API to get users not in a specific team. (#5888)
George Goldberg
2017-03-29
1
-0
/
+13
*
PLT 6125 Allow system admins to create users on closed servers (#5908)
prixone
2017-03-29
1
-0
/
+2
*
Implement some MFA endpoints for APIv4 (#5864)
Joram Wilander
2017-03-27
1
-1
/
+51
*
Implement PUT /users/sessions/device endpoint for APIv4 (#5866)
Joram Wilander
2017-03-27
1
-0
/
+49
*
Implement POST /users/email/verify/send endpoint for APIv4 (#5825)
Joram Wilander
2017-03-24
1
-7
/
+33
[next]