server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
user.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-6830 Fixed updating profile image not invalidating cache (#6814)
Harrison Healey
2017-06-30
1
-1
/
+3
*
[PLT-6496] Remove System Console and config settings for image height and wid...
Saturnino Abril
2017-06-29
1
-10
/
+10
*
Make sure to log errors when failing to send emails (#6754)
Joram Wilander
2017-06-28
1
-4
/
+2
*
PLT-6920: Fix password reset email. (#6773)
George Goldberg
2017-06-28
1
-1
/
+1
*
verify for email domain for everything but ldap / saml (#6718)
Chris
2017-06-26
1
-5
/
+3
*
Merge release-3.10 into master (#6654)
Joram Wilander
2017-06-15
1
-1
/
+1
*
PLT-6534 Rotated uploaded profile pictures to be upright (#6482)
Harrison Healey
2017-05-24
1
-0
/
+5
*
PLT-6471 Properly panic when translations can't be loaded (#6414)
Harrison Healey
2017-05-23
1
-1
/
+2
*
PLT-6277 Moved profile image cropping to server (#6269)
Harrison Healey
2017-05-03
1
-1
/
+1
*
Creating common token store and moving email invites and verification to it (...
Christopher Speller
2017-04-27
1
-30
/
+91
*
PLT-4457 Added API to get multiple users by their usernames (#6218)
Harrison Healey
2017-04-25
1
-34
/
+22
*
Don't sanitize returned user when updating a user (#6095)
Joram Wilander
2017-04-19
1
-7
/
+5
*
PLT-6113 Added initial unit tests for cmd package (#6086)
Harrison Healey
2017-04-15
1
-1
/
+3
*
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
-2
/
+2
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-32
/
+32
*
PLT-6162: Search for users not in a given team. (#5943)
George Goldberg
2017-04-03
1
-0
/
+16
*
PLT-2713 Added ability for admins to list users not in any team (#5844)
Harrison Healey
2017-03-29
1
-0
/
+21
*
PLT-6083: API to get users not in a specific team. (#5888)
George Goldberg
2017-03-29
1
-0
/
+25
*
PLT 6125 Allow system admins to create users on closed servers (#5908)
prixone
2017-03-29
1
-0
/
+13
*
Implement some MFA endpoints for APIv4 (#5864)
Joram Wilander
2017-03-27
1
-0
/
+22
*
Implement POST /users/search endpoint for APIv4 (#5822)
Joram Wilander
2017-03-23
1
-0
/
+26
*
Merge branch 'release-3.7' into master.
George Goldberg
2017-03-17
1
-5
/
+5
|
\
|
*
PLT-5765 Passed SiteURL to SendNotifications (#5705)
Harrison Healey
2017-03-10
1
-5
/
+5
*
|
Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)
Joram Wilander
2017-03-13
1
-0
/
+28
*
|
Implement GET /users/autocomplete endpoint for APIv4 (#5742)
Joram Wilander
2017-03-13
1
-11
/
+47
|
/
*
Make all emails with the same pattern on subject (#5198)
Carlos Tadeu Panato Junior
2017-03-01
1
-38
/
+23
*
Updating user attributes on oauth login (#5324)
Poornima
2017-02-26
1
-0
/
+43
*
Block OAuth account creation when disabled in config (#5506)
Joram Wilander
2017-02-23
1
-0
/
+4
*
Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)
Joram Wilander
2017-02-16
1
-4
/
+28
*
Adding caching to profile images to master (#5428)
Corey Hulen
2017-02-15
1
-5
/
+8
*
Fix copy/paste error for getting users (#5373)
Joram Wilander
2017-02-12
1
-4
/
+4
*
Adding go vet from hack-a-thon (#5328)
Corey Hulen
2017-02-09
1
-3
/
+1
*
Implement GET `/users/username/{username}` endpoint for APIv4 (#5310)
Ruzette Tanyag
2017-02-08
1
-1
/
+2
*
Implement password reset endpoints for APIv4 (#5256)
Joram Wilander
2017-02-07
1
-4
/
+4
*
Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243)
Joram Wilander
2017-02-07
1
-6
/
+3
*
Implement GET `/users/email/{email}` endpoint for APIv4 (#5309)
Ruzette Tanyag
2017-02-07
1
-1
/
+6
*
Implement GET /users endpoint for APIv4 (#5277)
Joram Wilander
2017-02-03
1
-9
/
+125
*
Implement POST /users/ids endpoint for APIv4 (#5274)
Joram Wilander
2017-02-03
1
-2
/
+8
*
PLT-5365 Import of basic user properties. (#5231)
George Goldberg
2017-01-31
1
-24
/
+35
*
Implement APIv4 infrastructure (#5191)
Joram Wilander
2017-01-30
1
-0
/
+108
*
More app code migration (#5170)
Joram Wilander
2017-01-25
1
-4
/
+150
*
Move permissions code into app package (#5146)
Joram Wilander
2017-01-23
1
-1
/
+1
*
Migrate functions to app package (#5106)
Joram Wilander
2017-01-19
1
-2
/
+357
*
Refactor and migrate more functions out of api into app package (#5063)
Joram Wilander
2017-01-13
1
-0
/
+421
*
PLT-4938 Add app package and move logic over from api package (#4931)
Joram Wilander
2017-01-13
1
-0
/
+60