summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* MM-8708 Remove api package (#8784)Joram Wilander2018-05-161-2737/+0
* MM-9779: Incorporate a Token into the invitations system (#8604)Jesús Espino2018-04-181-6/+10
* Fix various segfaults when running `go test` manually (#8448)Jesse Hallam2018-03-211-1/+2
* Eliminate utils.SetLicense calls (#8217)Chris2018-02-071-13/+2
* ABC-179: check email verification last (#8172)Jesse Hallam2018-02-051-4/+41
* Role refactor (#7867)Chris2017-11-211-3/+3
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-311-1/+1
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-1/+1
* Reduce cfg boilerplate (#7689)Chris2017-10-231-74/+5
* Reduce utils.Cfg references (#7650)Chris2017-10-181-92/+92
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-40/+113
* Fixing profile image tag (#7435)Corey Hulen2017-09-191-2/+2
* Renaming repoChristopher Speller2017-09-061-4/+4
* Adding jenkinsfile for new build server.Christopher Speller2017-09-061-10/+2
* app type transition (#7167)Chris2017-09-061-41/+41
* Revert "[PLT-7475] Add S3 region to system console and add S3 validation (#73...Saturnino Abril2017-09-061-6/+6
* [PLT-7475] Add S3 region to system console and add S3 validation (#7373)Saturnino Abril2017-09-061-6/+6
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-9/+9
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-10/+10
* Allow regions to be set and honored for S3 driver. (#7010)Harshavardhana2017-07-311-2/+4
* PLT-6761 fixing unit tests (#6671)Corey Hulen2017-06-191-1/+1
* Support AWS Signature V2 for Mattermost for S3 storage. (#6462)Harshavardhana2017-05-301-4/+4
* PLT-6471 Properly panic when translations can't be loaded (#6414)Harrison Healey2017-05-231-1/+1
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-30/+28
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-181-44/+38
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+53
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-8/+21
* Usernames must start with a letter (#5581)Joram Wilander2017-03-031-38/+44
* Reload license from DB for all cluster app servers (#5525)Joram Wilander2017-02-281-6/+9
* Adding device Id for version 2 of native apps (#5505)Corey Hulen2017-02-231-0/+31
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-1/+1
* More app code migration (#5170)Joram Wilander2017-01-251-26/+1
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-58/+90
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-2/+2
* Add inbucket docker image to allow local and automated testing of emails (#4901)Carlos Tadeu Panato Junior2017-01-171-0/+16
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-21/+5
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-39/+40
* Adding Etag to user profile pictures. (#4926)Christopher Speller2017-01-031-1/+9
* Add API call to get a user by their email address (#4884)Carlos Tadeu Panato Junior2016-12-281-0/+33
* Don't autocomplete users by email (#4896)Joram Wilander2016-12-261-0/+9
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-1/+1
* Improving command line interface (#4689)Christopher Speller2016-12-061-5/+2
* PLT-4710 User search now obeys privacy settings (#4673)Joram Wilander2016-12-021-0/+137
* PLT-4697 Update channel switcher to autocomplete all users on the system (#4624)Joram Wilander2016-11-291-0/+38
* PLT-3762 - Add API call to get a user by their username (#4611)Carlos Tadeu Panato Junior2016-11-211-0/+39
* PLT-4524 Update password reset page (#4522)Carlos Tadeu Panato Junior2016-11-171-5/+10
* Deauthenticate websockets and set status to offline when user account deactiv...Joram Wilander2016-11-151-1/+14
* Increase unit test coverage of api/user.go (#4541)Raphaël Bournhonesque2016-11-141-0/+45
* Update user search to match against username, full name, nickname and email (...Joram Wilander2016-11-031-1/+0