summaryrefslogtreecommitdiffstats
path: root/app/user.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-4/+4
* app type transition (#7167)Chris2017-09-061-204/+204
* App: NewLocAppError -> NewAppError (#7327)George Goldberg2017-09-011-32/+26
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-1/+1
* PLT-???? Prepare file upload infrastructure for Data Retention. (#7266)George Goldberg2017-08-251-3/+3
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-1/+1
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-0/+4
* PLT-6830 Fixed updating profile image not invalidating cache (#6814)Harrison Healey2017-06-301-1/+3
* [PLT-6496] Remove System Console and config settings for image height and wid...Saturnino Abril2017-06-291-10/+10
* Make sure to log errors when failing to send emails (#6754)Joram Wilander2017-06-281-4/+2
* PLT-6920: Fix password reset email. (#6773)George Goldberg2017-06-281-1/+1
* verify for email domain for everything but ldap / saml (#6718)Chris2017-06-261-5/+3
* Merge release-3.10 into master (#6654)Joram Wilander2017-06-151-1/+1
* PLT-6534 Rotated uploaded profile pictures to be upright (#6482)Harrison Healey2017-05-241-0/+5
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-1/+2
* PLT-6277 Moved profile image cropping to server (#6269)Harrison Healey2017-05-031-1/+1
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-30/+91
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-251-34/+22
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-191-7/+5
* PLT-6113 Added initial unit tests for cmd package (#6086)Harrison Healey2017-04-151-1/+3
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-6198: Use added to channel system message on default channels. (#5969)George Goldberg2017-04-041-2/+2
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-32/+32
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-031-0/+16
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-0/+21
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-291-0/+25
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-291-0/+13
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-271-0/+22
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+26
* Merge branch 'release-3.7' into master.George Goldberg2017-03-171-5/+5
|\
| * PLT-5765 Passed SiteURL to SendNotifications (#5705)Harrison Healey2017-03-101-5/+5
* | Implement PUT /users/{user_id}/mfa endpoint for APIv4 (#5743)Joram Wilander2017-03-131-0/+28
* | Implement GET /users/autocomplete endpoint for APIv4 (#5742)Joram Wilander2017-03-131-11/+47
|/
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-011-38/+23
* Updating user attributes on oauth login (#5324)Poornima2017-02-261-0/+43
* Block OAuth account creation when disabled in config (#5506)Joram Wilander2017-02-231-0/+4
* Implement PUT /users/{user_id}/patch endpoint for APIv4 (#5418)Joram Wilander2017-02-161-4/+28
* Adding caching to profile images to master (#5428)Corey Hulen2017-02-151-5/+8
* Fix copy/paste error for getting users (#5373)Joram Wilander2017-02-121-4/+4
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-3/+1
* Implement GET `/users/username/{username}` endpoint for APIv4 (#5310)Ruzette Tanyag2017-02-081-1/+2
* Implement password reset endpoints for APIv4 (#5256)Joram Wilander2017-02-071-4/+4
* Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243)Joram Wilander2017-02-071-6/+3
* Implement GET `/users/email/{email}` endpoint for APIv4 (#5309)Ruzette Tanyag2017-02-071-1/+6
* Implement GET /users endpoint for APIv4 (#5277)Joram Wilander2017-02-031-9/+125
* Implement POST /users/ids endpoint for APIv4 (#5274)Joram Wilander2017-02-031-2/+8
* PLT-5365 Import of basic user properties. (#5231)George Goldberg2017-01-311-24/+35
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-0/+108
* More app code migration (#5170)Joram Wilander2017-01-251-4/+150
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-1/+1