summaryrefslogtreecommitdiffstats
path: root/app/user.go
Commit message (Expand)AuthorAgeFilesLines
* Migrate to idiomatic error handling in app/user.go (#9711)Hanzei2018-10-221-346/+317
* MM-12234: configurable limit to user autocomplete and search matches (#9499)Jesse Hallam2018-10-171-29/+29
* Refactored to rename "service terms" to "terms of service" (#9581)Harshil Sharma2018-10-091-3/+3
* MM-12067: Add SetDefaultProfileImage to reset the user profile image to a gen...Jesús Espino2018-10-021-20/+56
* #MM-12130 changes for custom service terms (#9450)Harshil Sharma2018-09-261-1/+19
* Stop re-wrapping password reset email error in another error (#9382)Harrison Healey2018-09-101-5/+1
* Pr 9039 (#9187)Martin Kraft2018-07-301-1/+1
* Enhance Log Output from Permanent Delete (#9044)Daniel Schalla2018-07-121-5/+17
* MM-10766 - Replacing default profile image font (#8955)Asaad Mahmood2018-07-051-7/+18
* Implementation of File Exists Function; Delete FileInfos upon Permanent User ...Daniel Schalla2018-06-251-0/+27
* Relese5.0 merge master 20180608 (#8933)Carlos Tadeu Panato Junior2018-06-081-19/+0
* Get the count of the all system users at endpoint /users/stats (#8847)lisakycho2018-06-071-0/+11
* MM-10640 Set EnableUserCreation to true by default (#8815)Balasankar C2018-05-181-2/+2
* MM-10188: expect io.Reader in FileBackend.WriteFile (#8765)Jesse Hallam2018-05-101-2/+2
* MM-4998 Adding LoginIdAttribute to allow LDAP users to change their login ID ...Christopher Speller2018-05-101-32/+0
* Structured logging (#8673)Christopher Speller2018-04-271-22/+22
* MM-10007 Send an admin and regular WS events when a user is updated (#8588)Joram Wilander2018-04-201-1/+8
* MM-9779: Incorporate a Token into the invitations system (#8604)Jesús Espino2018-04-181-10/+21
* add app shutdown to make sure the goroutines finish and all process are close...Carlos Tadeu Panato Junior2018-04-171-3/+5
* Fix sanitization on websocket user edit events. (#8551)Christopher Speller2018-03-291-5/+5
* Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1Martin Kraft2018-03-271-0/+2
|\
| * send websocket event when users are activated / deactivated (#8500)Chris2018-03-231-0/+2
* | Merge branch 'master' into advanced-permissions-phase-1Martin Kraft2018-03-231-1/+2
|\|
| * Fix various segfaults when running `go test` manually (#8448)Jesse Hallam2018-03-211-1/+2
* | Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-131-12/+19
|\|
| * Remove query to update channel extra_update_at field on user activation/deact...Joram Wilander2018-03-091-4/+0
| * MM-9274- Sort Users in Channel by status (#8181)Stephen Kiers2018-03-091-0/+17
| * general cleanup (#8387)Chris2018-03-071-1/+0
| * remove `go Publish(...)` idiom (#8373)Chris2018-03-021-7/+2
* | Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-03-021-9/+9
|\|
| * Remove global site url (#8343)Chris2018-02-221-9/+9
* | Merge remote-tracking branch 'origin/master' into advanced-permissions-phase-1Jesús Espino2018-02-071-1/+2
|\|
| * add App.License, remove utils.IsLicensed / utils.License calls (#8203)Chris2018-02-061-1/+2
* | XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-0/+4
|/
* [XYZ-6] Add sampledata platform command (#8027)Jesús Espino2018-01-111-0/+3
* Add admin update endpoint that can update authservice and authdata (#7842)Chris Duarte2018-01-041-0/+24
* Don't omit current user from updated user WS event (#8018)Joram Wilander2018-01-021-3/+1
* Role refactor (#7867)Chris2017-11-211-3/+3
* refactor template code (#7860)Chris2017-11-201-2/+2
* Include current user in WebSocket update event when setting profile image (#7...Joram Wilander2017-11-201-3/+1
* Refactor password validation and config defaults (#7859)Chris2017-11-201-2/+2
* Reorganize file util functionality (#7848)Chris2017-11-161-3/+3
* Merge branch 'release-4.4'Christopher Speller2017-11-091-0/+6
|\
| * PLT-8061 re-activate SAML and Oauth on successful login (#7810)Corey Hulen2017-11-091-0/+6
* | more global config ref cleanup (#7802)Chris2017-11-091-1/+1
|/
* prevent users from changing email addresses to restricted domains (#7765)Chris2017-11-031-0/+11
* several one-line panic, race, and logic fixes (#7766)Chris2017-11-031-1/+1
* prevent deactivation of sso users (#7759)Chris2017-11-021-3/+3
* PLT-7978 Add websocket event for user role update (#7745)Joram Wilander2017-10-311-1/+8
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-35/+35