summaryrefslogtreecommitdiffstats
path: root/model/user_test.go
Commit message (Expand)AuthorAgeFilesLines
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-1/+1
* avoid t.Fatal() in tests (#9189)Jesse Hallam2018-08-091-45/+21
* MM-11521/MM-11522 Fix being able to create users with invalid emails through ...Harrison Healey2018-08-011-8/+13
* Blacklist System as Username (#9060)Daniel Schalla2018-07-091-0/+1
* MM-10007 Send an admin and regular WS events when a user is updated (#8588)Joram Wilander2018-04-201-0/+32
* Initialize timezone to a default state (#8560)Chris Duarte2018-03-291-0/+4
* fix user timezone initialization (#8547)Jesse Hallam2018-03-291-0/+3
* Merge branch 'master' into advanced-permissions-phase-1George Goldberg2018-02-061-0/+24
|\
| * ABC-173: introduce Normalize(Username|Email) (#8183)Jesse Hallam2018-02-051-0/+24
* | XYZ-37: Advanced Permissions Phase 1 Backend. (#8159)George Goldberg2018-02-061-2/+2
|/
* XYZ-32: Increases size of position to 128 characters. (#8148)Martin Kraft2018-01-261-2/+2
* [PLT-5864] Move teammate name display setting to the System Console (#6681)Saturnino Abril2017-06-301-4/+21
* Revert "Usernames must start with a letter (#5581)"Christopher Speller2017-04-181-6/+6
* [PLT-6102] Increase maximum length of field User.Position (#6044)gstraube2017-04-171-21/+34
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-5943 Reduce minimum username length (#5798)Joram Wilander2017-03-171-1/+2
* Usernames must start with a letter (#5581)Joram Wilander2017-03-031-1/+5
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-4/+4
* PLT-4332 Position field for Users (#4632)George Goldberg2016-12-141-0/+11
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-0/+4
* PLT-2992 Added the ability to use different themes for each team (#3411)Harrison Healey2016-07-141-13/+0
* Fix bad condition on hiding email addresses and update user etag to include p...Joram Wilander2016-06-141-1/+1
* Added validation to make sure theme entries are colours (#3107)Harrison Healey2016-05-311-0/+13
* Fixed updating mention keys when a user's username changes (#2774)Harrison Healey2016-04-251-0/+27
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-7/+2
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* PLT-12 UI framework for admin console=Corey Hulen2015-09-101-0/+4
* Adding unit tests for cmd line=Corey Hulen2015-09-041-1/+10
* Adding cmd line options=Corey Hulen2015-09-041-0/+10
* Added the ability to create a team with SSO services and added the ability to...JoramWilander2015-08-281-0/+42
* Use a user's full name as their display name if a nickname hasn't been specifiedhmhealey2015-07-171-1/+31
* Unify all locations where we determine a user's display named based off of th...hmhealey2015-07-171-0/+13
* Add tests to check if a User's first/last name are validhmhealey2015-07-171-0/+17
* Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-2/+2
* first commit=Corey Hulen2015-06-141-0/+92