summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Expand)AuthorAgeFilesLines
...
* | | use github.com/disintegration/imagingJack2015-09-231-2/+2
| |/ |/|
* | Changing image settings to file settings=Corey Hulen2015-09-231-6/+6
* | Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-231-3/+0
|\ \ | |/ |/|
| * Implement UI theme colors.JoramWilander2015-09-231-3/+0
* | Adding service settings to admin console=Corey Hulen2015-09-221-7/+7
* | Adding team settings to admin console=Corey Hulen2015-09-221-11/+5
* | Fixing unit tests=Corey Hulen2015-09-211-10/+12
* | Adding image properties=Corey Hulen2015-09-211-3/+3
* | Adding email to admin console=Corey Hulen2015-09-211-2/+2
|/
* Updated godep workspace and freetype library so that godep save and restore w...hmhealey2015-09-171-1/+1
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-20/+22
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-10/+20
* Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN=Corey Hulen2015-09-111-7/+7
* merging=Corey Hulen2015-09-101-4/+1
|\
| * Removed pointless attempt to verify a new user's usernamehmhealey2015-09-091-4/+1
* | PLT-12 UI framework for admin console=Corey Hulen2015-09-101-14/+17
* | Adding unit tests for cmd line=Corey Hulen2015-09-041-1/+1
* | Adding cmd line options=Corey Hulen2015-09-041-35/+52
|/
* MM-2056 fixes problem with creating team=Corey Hulen2015-08-311-1/+1
* Added the ability to create a team with SSO services and added the ability to...JoramWilander2015-08-281-1/+21
* Implemention of slack import feature.Christopher Speller2015-08-191-1/+2
* Merge pull request #385 from mattermost/mm-1623Christopher Speller2015-08-181-5/+25
|\
| * when user roles are updated, the relevant session roles are updated as wellJoramWilander2015-08-171-5/+25
* | added google sign-in functionality to the client, with minor model modificationsJoramWilander2015-08-141-13/+40
* | initial server implementation for using google as a single-sign-on oauth serviceJoramWilander2015-08-141-0/+6
|/
* Merge pull request #273 from mattermost/mm-1355Corey Hulen2015-08-021-1/+20
|\
| * Fixing code review feedback=Corey Hulen2015-07-301-1/+6
| * Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-291-0/+14
* | Merge pull request #305 from nickago/MM-1681Corey Hulen2015-08-021-16/+19
|\ \
| * | Changed all templates to use site url instead of team url for finding the 'st...nickago2015-07-311-16/+19
* | | Merge pull request #303 from nickago/MM-1642Christopher Speller2015-07-311-1/+1
|\ \ \ | |/ / |/| |
| * | Updated error message for an incorrect passwordnickago2015-07-301-1/+1
| |/
* | Merge pull request #283 from mattermost/mm-1787Christopher Speller2015-07-311-5/+4
|\ \
| * | Removing nickname parameter from FireAndForgetVerifyEmailChristopher Speller2015-07-301-3/+2
| * | Fixing links for signup from team invite link. Enter now advances signup_user...Christopher Speller2015-07-301-5/+5
| |/
* | Made font type a field in the config fileReed Garmsen2015-07-291-1/+1
* | Changed text initial size and positioning to better handle different image si...Reed Garmsen2015-07-291-3/+5
* | Added godeps and the source for the go freetype libraryReed Garmsen2015-07-291-29/+5
* | Added back username initials being included in default profile pictureReed Garmsen2015-07-281-5/+38
* | Initial changes to putting initials on default profile picsReed Garmsen2015-07-281-0/+18
|/
* added store unit test for user.GetByAuth and added password length checking i...JoramWilander2015-07-231-0/+6
* add check on server to prevent password updating for users who log in through...JoramWilander2015-07-221-0/+7
* add changes from team reviewJoramWilander2015-07-221-0/+1
* added error case for login and removed authdata + authservice unique constrai...JoramWilander2015-07-221-9/+23
* added signup link verification to oauth signup flowJoramWilander2015-07-221-45/+34
* add error for trying to sign up with the same oauth account twiceJoramWilander2015-07-221-1/+1
* merged with new team domain changes and added signup/login links for gitlabJoramWilander2015-07-221-6/+6
* made oauth architecture more generalizedJoramWilander2015-07-221-13/+48
* inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-46/+104
* initial implementation of local server storage for filesJoramWilander2015-07-211-31/+12