summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to switch between SSO and email accountJoramWilander2015-12-171-22/+318
|
* Some refactoringChristopher Speller2015-12-161-18/+82
|
* PLT-1302 fixing hiding email adddress=Corey Hulen2015-12-071-4/+4
|
* set correct http status code for login failures/wrong emailFlorian Orben2015-11-281-0/+1
|
* fixing based on feedback=Corey Hulen2015-11-181-2/+4
|
* Adding perm delete to cmd line=Corey Hulen2015-11-161-2/+61
|
* Omit unneeded fields from user object in getProfiles service and remove ↵JoramWilander2015-11-091-0/+1
| | | | ImgCount field from Post model
* Add tutorial pref for new users by defaultJoramWilander2015-11-061-0/+5
|
* Prevent SSO users from changing their emailJoramWilander2015-11-061-1/+1
|
* Don't send welcome emails for users signing up from an email invite, update ↵JoramWilander2015-11-051-2/+7
| | | | email content
* Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-031-2/+17
|
* Fixing 200 error bug=Corey Hulen2015-10-291-1/+1
|
* PLT-25 fixing issues with stats page=Corey Hulen2015-10-271-0/+6
|
* Prevented image files larger than 4k resolution from being uploadedhmhealey2015-10-261-0/+12
|
* Set correct mime type for profile imagesFlorian Orben2015-10-251-0/+1
|
* Merge pull request #1143 from mattermost/plt-803Corey Hulen2015-10-221-0/+10
|\ | | | | PLT-803 Prevent users from resetting their password when the user is using SSO
| * Prevent users from resetting their password when the user is using SSOJoramWilander2015-10-221-0/+10
| |
* | Fixing code review issues=Corey Hulen2015-10-221-1/+1
| |
* | Fixing group code review issues=Corey Hulen2015-10-221-1/+1
| |
* | Addressing issues from group code review=Corey Hulen2015-10-221-20/+9
| |
* | Merge branch 'master' into PLT-44=Corey Hulen2015-10-201-10/+10
|\|
| * Changed all goroutine functions to use '...AndForget' as the standard naming ↵Reed Garmsen2015-10-191-10/+10
| | | | | | | | system
* | Multi-session login=Corey Hulen2015-10-201-5/+1
| |
* | Adding multi-session cookie=Corey Hulen2015-10-201-11/+6
|/
* Removed preference migration codehmhealey2015-10-151-1/+42
|
* PLT-602 combining welcome and verify email=Corey Hulen2015-10-131-5/+8
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Merge pull request #931 from rgarmsen2295/plt-112Christopher Speller2015-10-081-4/+28
|\ | | | | PLT-112 Improves email change verification process
| * Added new email to email change notificationReed Garmsen2015-10-061-5/+6
| |
| * Resending the verification email now sends the appropriate version of the ↵Reed Garmsen2015-10-051-2/+2
| | | | | | | | email depending on whether it's a change or first signup
| * Added better verification when a user changes his or her emailReed Garmsen2015-10-051-0/+23
| |
* | Adding checkout for system admin role=Corey Hulen2015-10-061-1/+7
|/
* PLT-44 allow team switching without the need to login=Corey Hulen2015-10-011-2/+37
|
* Merge release branch 'release-1.0.0'Christopher Speller2015-09-301-2/+2
|\
| * Fixing some locations to use the IsTeamAdmin function which properly checks ↵Christopher Speller2015-09-301-2/+2
| | | | | | | | for system admin permissions.
* | PLT-475 making sure session is properly removed=Corey Hulen2015-09-291-1/+1
| |
* | Merge release branch 'release-1.0.0'Christopher Speller2015-09-291-2/+3
|\|
| * Fix images in welcome email.JoramWilander2015-09-281-2/+3
| |
* | Fixing some SSO errorsChristopher Speller2015-09-291-1/+4
| |
* | Properly revoke OAuth sessions when revoking all user sessions.JoramWilander2015-09-281-4/+8
| |
* | rebaseJack2015-09-281-36/+70
|\|
| * Merge pull request #793 from hmhealey/plt367Joram Wilander2015-09-251-0/+3
| |\ | | | | | | PLT-367 Added a json response to the uploadProfileImage api call
| | * Added a json response to the uploadProfileImage api callhmhealey2015-09-241-0/+3
| | |
| * | Added welcome email back in.JoramWilander2015-09-251-8/+4
| |/
| * Assiging first user system_admin role=Corey Hulen2015-09-231-0/+13
| |
| * Fixing state setting=Corey Hulen2015-09-231-2/+2
| |
| * Fixing merge=Corey Hulen2015-09-231-9/+6
| |\
| * | PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-26/+48
| | |
* | | use github.com/disintegration/imagingJack2015-09-231-2/+2
| |/ |/|
* | Changing image settings to file settings=Corey Hulen2015-09-231-6/+6
| |