summaryrefslogtreecommitdiffstats
path: root/api/user.go
Commit message (Expand)AuthorAgeFilesLines
* Add MFA functionalityJoramWilander2016-03-301-10/+187
* Fix oauth routes and link issuesJoramWilander2016-03-241-1/+1
* Fix imports and change ldap function nameJoramWilander2016-03-231-1/+1
* Add the ability to switch from email to ldap and backJoramWilander2016-03-231-12/+185
* Merge pull request #2419 from mattermost/plt-2044Christopher Speller2016-03-161-3/+9
|\
| * Auto-create account if team allows sign-up from login page and oauth account ...JoramWilander2016-03-111-3/+9
* | Converting to Webpack. Stage 1.Christopher Speller2016-03-161-1/+1
* | Convering client to react-router.Christopher Speller2016-03-141-35/+111
|/
* Fix typoElias Nahum2016-02-251-1/+1
* Set Context Error if ExtraUpdateByUser failsElias Nahum2016-02-251-1/+3
* Member show on Activate and Hide on deactivate from channel member list and a...Elias Nahum2016-02-251-0/+2
* Fixing IE expire issue=Corey Hulen2016-02-111-1/+0
* Need to set as template.HTMLElias Nahum2016-02-101-2/+2
* Change body info from String to HTMLElias Nahum2016-02-101-1/+1
* Fix change email subjectElias Nahum2016-02-101-1/+1
* Fixing attaching device id=Corey Hulen2016-02-081-1/+1
* Add ExpiresAt to session cookie so that IE/Edge store the cookieJoramWilander2016-02-081-0/+3
* Make insecure TLS connections configurableJoramWilander2016-02-051-2/+1
* Accept unsigned TLS certs for SSO and outgoing hooks, also fix delete hooks bugJoramWilander2016-02-051-1/+6
* Merge pull request #2052 from mattermost/PLT-1429Harrison Healey2016-02-041-0/+4
|\
| * 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 co...Reed Garmsen2016-02-021-0/+34
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|/ |/| |
* | | Refactoring api to use translations (chunk 2)Elias Nahum2016-01-221-86/+94
* | | 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
|\ \
| * | 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