summaryrefslogtreecommitdiffstats
path: root/api4/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* MM-9779: Incorporate a Token into the invitations system (#8604)Jesús Espino2018-04-181-73/+64
* Fix error handling when requesting profile image for bad user ID (#8618)Joram Wilander2018-04-131-0/+3
* Timezone feature (#8185)Chris Duarte2018-03-221-0/+13
* MM-9274- Sort Users in Channel by status (#8181)Stephen Kiers2018-03-091-0/+143
* Eliminate utils.SetLicense calls (#8217)Chris2018-02-071-49/+4
* Finally remove utils.Cfg (#8113)Chris2018-01-171-44/+40
* [PLT-7793] Add /users/tokens/search endpoint (#8088)Adrian Carolli2018-01-111-0/+46
* [PLT-7793] Added /users/tokens endpoint (#8038)Adrian Carolli2018-01-051-0/+17
* Add admin update endpoint that can update authservice and authdata (#7842)Chris Duarte2018-01-041-0/+63
* Allow deactivation of SSO users (#7952)Joram Wilander2017-12-081-1/+10
* Add Config to disable Auth Transfers. (#7843)Chris Duarte2017-11-281-0/+51
* Role refactor (#7867)Chris2017-11-211-33/+33
* more global config ref cleanup (#7802)Chris2017-11-091-12/+8
* prevent deactivation of sso users (#7759)Chris2017-11-021-2/+2
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-311-7/+7
* simplify things (#7735)Chris2017-10-301-3/+3
* Remove more global refs / state (#7723)Chris2017-10-261-6/+5
* eliminate more utils.Cfg references (#7701)Chris2017-10-241-26/+0
* add model.NewX funcs for builtin types (#7692)Chris2017-10-231-10/+5
* Reduce cfg boilerplate (#7689)Chris2017-10-231-78/+4
* Expose user.Props through REST API (#7661)Joram Wilander2017-10-201-1/+7
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-191-1/+97
* Reduce utils.Cfg references (#7650)Chris2017-10-181-83/+83
* [PLT-7396] Add the ability to revoke user sessions in System Console > Users ...Rick Batka2017-10-161-0/+45
* PLT-7781 Some more OAuth fixes (#7568)Joram Wilander2017-10-041-23/+83
* Updates to session revoking in v4 (#7565)Joram Wilander2017-10-041-0/+8
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-40/+50
* Fixing profile image tag (#7435)Corey Hulen2017-09-191-2/+2
* Renaming repoChristopher Speller2017-09-061-2/+2
* Adding jenkinsfile for new build server.Christopher Speller2017-09-061-5/+4
* app type transition (#7167)Chris2017-09-061-18/+17
* Fix setting profile image for other users (#7306)Joram Wilander2017-08-311-0/+9
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-3/+3
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-15/+15
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-0/+252
* Add some basic sorting support for GET /users endpoint (#6801)Joram Wilander2017-06-301-0/+58
* Fixed error information being obscured when joining teams with API v4 (#6751)Harrison Healey2017-06-281-2/+2
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-1/+1
* Fix panic in v4 client (#6704)Joram Wilander2017-06-211-1/+1
* Add tests for CreateUserWithInviteId and CreateUserWithHash (#6363)Carlos Tadeu Panato Junior2017-05-101-3/+247
* Fix user autocomplete for DMs and GMs (#6265)Joram Wilander2017-04-281-0/+6
* Fix error not appearing when updating to existing username (#6255)Joram Wilander2017-04-281-0/+7
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-22/+30
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-251-0/+32
* Don't sanitize returned user when updating a user (#6095)Joram Wilander2017-04-191-0/+5
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-181-6/+0
* APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-171-0/+43
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Refactor switching login type code into app layer and add v4 endpoint (#6000)Joram Wilander2017-04-101-1/+92
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-031-0/+40