summaryrefslogtreecommitdiffstats
path: root/api4/user.go
Commit message (Expand)AuthorAgeFilesLines
* add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-1/+1
* [PLT-7793] Add /users/tokens/search endpoint (#8088)Adrian Carolli2018-01-111-0/+25
* [PLT-7793] Added /users/tokens endpoint (#8038)Adrian Carolli2018-01-051-1/+17
* Add admin update endpoint that can update authservice and authdata (#7842)Chris Duarte2018-01-041-0/+27
* Reduce logging data races, fix MySQL test race condition (#7994)Chris2017-12-221-2/+0
* Allow deactivation of SSO users (#7952)Joram Wilander2017-12-081-2/+10
* prevent deactivation of sso users (#7759)Chris2017-11-021-1/+1
* 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-4/+4
* Performance improvements for 40M posts (#7708)Christopher Speller2017-10-251-33/+33
* [PLT-7794] Add user access token enable/disable endpoints (#7630)Nick Frazier2017-10-191-0/+76
* Reduce utils.Cfg references (#7650)Chris2017-10-181-12/+12
* [PLT-7396] Add the ability to revoke user sessions in System Console > Users ...Rick Batka2017-10-161-0/+20
* PLT-7781 Some more OAuth fixes (#7568)Joram Wilander2017-10-041-0/+46
* Updates to session revoking in v4 (#7565)Joram Wilander2017-10-041-1/+13
* Only update session activity on specific endpoints (#7549)Joram Wilander2017-10-031-0/+2
* remove global refs from api/api4 (#7496)Chris2017-09-221-49/+49
* remove einterface gets (#7455)Chris2017-09-191-1/+1
* Fixing profile image tag (#7435)Corey Hulen2017-09-191-1/+1
* Renaming repoChristopher Speller2017-09-061-4/+4
* app type transition (#7167)Chris2017-09-061-64/+64
* PLT-7468 Moved more error pages to use predefined error types (#7378)Harrison Healey2017-09-051-1/+1
* APIv4: NewLocAppError -> NewAppError (#7328)George Goldberg2017-08-311-13/+7
* Fix setting profile image for other users (#7306)Joram Wilander2017-08-311-1/+1
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-1/+1
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-1/+1
* when session id is invalid,the function "revokeSession" should return (#7127)KenmyZhang2017-08-091-0/+1
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-0/+134
* Minor fixJoramWilander2017-07-061-1/+1
* Add some basic sorting support for GET /users endpoint (#6801)Joram Wilander2017-06-301-7/+25
* Make sure to log errors when failing to send emails (#6754)Joram Wilander2017-06-281-2/+2
* PLT-6657 Move system console to use v4 endpoints and redux (#6572)Joram Wilander2017-06-141-1/+1
* Fix MFA enforcement on login and page load (#6356)Joram Wilander2017-05-091-2/+2
* Fix user autocomplete for DMs and GMs (#6265)Joram Wilander2017-04-281-17/+15
* Creating common token store and moving email invites and verification to it (...Christopher Speller2017-04-271-32/+23
* Start moving webapp to Redux (#6140)Joram Wilander2017-04-251-1/+5
* PLT-4457 Added API to get multiple users by their usernames (#6218)Harrison Healey2017-04-251-0/+19
* APIv4 PUT /users/{user_id}/active (#6118)Saturnino Abril2017-04-171-0/+32
* 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-0/+38
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-13/+13
* PLT-6162: Search for users not in a given team. (#5943)George Goldberg2017-04-031-0/+5
* PLT-2713 Added ability for admins to list users not in any team (#5844)Harrison Healey2017-03-291-1/+10
* PLT-6083: API to get users not in a specific team. (#5888)George Goldberg2017-03-291-0/+13
* PLT 6125 Allow system admins to create users on closed servers (#5908)prixone2017-03-291-0/+2
* Implement some MFA endpoints for APIv4 (#5864)Joram Wilander2017-03-271-1/+51
* Implement PUT /users/sessions/device endpoint for APIv4 (#5866)Joram Wilander2017-03-271-0/+49
* Implement POST /users/email/verify/send endpoint for APIv4 (#5825)Joram Wilander2017-03-241-7/+33
* Implement POST /users/search endpoint for APIv4 (#5822)Joram Wilander2017-03-231-0/+57
* Implement GET /audits endpoint for APIv4 (#5779)Joram Wilander2017-03-211-2/+2