summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-39/+39
* Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-171-1/+1
|\
| * fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-141-1/+1
* | Use User.FirstName instead of trying to infer a user's first name from their ...hmhealey2015-07-171-2/+2
* | Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-4/+4
* | Added last updated for picturesnickago2015-07-161-1/+1
* | fixing merge=Corey Hulen2015-07-151-0/+2
|\|
| * removed testing statenickago2015-07-131-2/+0
| * Added User update functionnickago2015-07-131-0/+4
* | Fixes mm-1415 adding email bypass flag=Corey Hulen2015-07-121-1/+1
|/
* Merge pull request #136 from mattermost/code-reviewJoram Wilander2015-07-081-5/+6
|\
| * team code review=Corey Hulen2015-07-061-5/+6
* | Explicitly cast to an int64 when selecting a random profile picture colour to...hmhealey2015-07-061-1/+1
|/
* new users now join off-topic defaultlyJoramWilander2015-06-291-10/+5
* Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-251-4/+0
|\
| * move valet feature switch to DB from configJoramWilander2015-06-171-4/+0
| * fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-0/+4
| * first commit=Corey Hulen2015-06-141-0/+1258
* use proper dimensions for generated profile imageJoramWilander2015-06-221-1/+1
* fixes mm-1320 removes freetype libs and only use solid color for generated pr...JoramWilander2015-06-221-34/+5
* profile image now generates on each call if S3 is not configuredJoramWilander2015-06-191-31/+37
* fixes mm-1239 adds config setting to turn off valet featureJoramWilander2015-06-151-0/+4
* first commit=Corey Hulen2015-06-141-0/+1258