summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2052 from mattermost/PLT-1429Harrison Healey2016-02-041-0/+4
|\ | | | | PLT-1429 adding user created slash commands
| * Merge branch 'master' into PLT-1429=Corey Hulen2016-02-031-0/+34
| |\
| * \ Fixing merge=Corey Hulen2016-02-011-2/+45
| |\ \
| * \ \ merging=Corey Hulen2016-01-251-50/+71
| |\ \ \
| * \ \ \ merging=Corey Hulen2016-01-221-86/+94
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into PLT-1429=Corey Hulen2016-01-141-11/+26
| |\ \ \ \ \
| * | | | | | partial fix for UI=Corey Hulen2016-01-081-0/+4
| | | | | | |
* | | | | | | Update user email when switching to SSOJoramWilander2016-02-031-2/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Added ability to sign in via username; separated email sign in and sign up ↵Reed Garmsen2016-02-021-0/+34
| |_|_|_|/ |/| | | | | | | | | | | | | | config settings
* | | | | PLT-7 Removing AppError ctor=Corey Hulen2016-01-271-1/+1
| | | | |
* | | | | PLT-1586 adding attach device id method=Corey Hulen2016-01-261-1/+44
| |_|_|/ |/| | |
* | | | PLT-7: Refactoring api to use translations (chunk 4)Elias Nahum2016-01-241-50/+71
| |_|/ |/| | | | | | | | - Translation for api templates english and spanish
* | | Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-86/+94
| | | | | | | | | | | | | | | | | | - Add spanish translations - Does not include tests - Add func to get the translations for a user locale
* | | Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-97/+95
| | |
* | | PLT-7 adding loc db calls for users table=Corey Hulen2016-01-201-42/+42
| | |
* | | PLT-7 adding loc db calls for posts table=Corey Hulen2016-01-201-1/+1
| | |
* | | PLT-7 adding loc db calls for session table=Corey Hulen2016-01-201-12/+12
| | |
* | | PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-2/+2
| | |
* | | PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-3/+3
| | |
* | | PLT-7 adding loc db calls for webhooks table=Corey Hulen2016-01-201-2/+2
| | |
* | | PLT-7 adding loc db calls for team table=Corey Hulen2016-01-201-12/+12
| | |
* | | PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-21/+23
| |/ |/|
* | Final updatesJoramWilander2016-01-141-0/+4
| |
* | Add some unit testsJoramWilander2016-01-141-9/+20
| |
* | Merge pull request #1876 from mattermost/release-1.4Corey Hulen2016-01-121-1/+1
|\ \ | | | | | | Release 1.4 RC2
| * | Support old oauth routesJoramWilander2016-01-121-1/+1
| |/
* / Upgrade logging package=Corey Hulen2016-01-111-1/+1
|/
* PLT-1558 adding session length to config file=Corey Hulen2016-01-051-4/+4
|
* PLT-1557 revoking sessions from same device=Corey Hulen2016-01-051-7/+25
|
* 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
|\|