Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify code (#5452) | Josta Yee | 2017-02-17 | 1 | -1/+1 |
| | | | https://github.com/mattermost/platform/blob/master/app/authentication.go#L149 has compared `user.AuthService` with `model.USER_AUTH_SERVICE_LDAP`, so this check is useless here. | ||||
* | Implement PUT /users/{user_id}/password endpoint for APIv4 (#5243) | Joram Wilander | 2017-02-07 | 1 | -4/+4 |
| | |||||
* | Implement APIv4 infrastructure (#5191) | Joram Wilander | 2017-01-30 | 1 | -0/+177 |
* Implement APIv4 infrastructure * Update parameter requirement functions per feedback |