summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #273 from mattermost/mm-1355Corey Hulen2015-08-021-1/+20
|\ | | | | Fixes mm-1355 adds rate limiting apis
| * 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
|\ \ | | | | | | MM-1681 Fixed regression of static images not displaying in emails
| * | Changed all templates to use site url instead of team url for finding the ↵nickago2015-07-311-16/+19
| | | | | | | | | | | | 'static' directory
* | | Merge pull request #303 from nickago/MM-1642Christopher Speller2015-07-311-1/+1
|\ \ \ | |/ / |/| | MM-1642 Updated the password error
| * | Updated error message for an incorrect passwordnickago2015-07-301-1/+1
| |/
* | Merge pull request #283 from mattermost/mm-1787Christopher Speller2015-07-311-5/+4
|\ \ | | | | | | MM-1787 Fixing links for signup from team invite link.
| * | Removing nickname parameter from FireAndForgetVerifyEmailChristopher Speller2015-07-301-3/+2
| | |
| * | Fixing links for signup from team invite link. Enter now advances ↵Christopher Speller2015-07-301-5/+5
| |/ | | | | | | signup_user_complete screen. Signin now link now redirects properly.
* | 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 ↵Reed Garmsen2015-07-291-3/+5
| | | | | | | | sizes and removed dead code
* | 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 ↵JoramWilander2015-07-231-0/+6
| | | | in api.login
* add check on server to prevent password updating for users who log in ↵JoramWilander2015-07-221-0/+7
| | | | through oauth
* add changes from team reviewJoramWilander2015-07-221-0/+1
|
* added error case for login and removed authdata + authservice unique ↵JoramWilander2015-07-221-9/+23
| | | | constraint in users table
* 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 ↵Christopher Speller2015-07-201-39/+39
| | | | | | | domain.com/team. Renaming team.Name to team.DisplayName and team.Domain to team.Name. So: team.Name -> url safe name. team.DisplayName -> nice name for users
* Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-171-1/+1
|\ | | | | fixes mm-1348 removing dependency on redis
| * 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
| | | | | | | | nickname in multiple places.
* | Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-4/+4
| | | | | | | | references from FullName to Nickname.
* | 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
| * team code review=Corey Hulen2015-07-061-5/+6
| |
* | Explicitly cast to an int64 when selecting a random profile picture colour ↵hmhealey2015-07-061-1/+1
|/ | | | to prevent overflow on 32-bit installations of Go
* new users now join off-topic defaultlyJoramWilander2015-06-291-10/+5
|
* Merge pull request #27 from mattermost/mm-1240Corey Hulen2015-06-251-4/+0
|\ | | | | fixes mm-1240 adds ability to turn valet feature on
| * 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 ↵JoramWilander2015-06-221-34/+5
| | | | profile pics
* 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