summaryrefslogtreecommitdiffstats
path: root/model/user_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵JoramWilander2015-08-281-0/+42
| | | | to turn off email sign up.
* 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 ↵hmhealey2015-07-171-0/+13
| | | | their nickname/username into a helper function
* 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 ↵hmhealey2015-07-171-2/+2
| | | | references from FullName to Nickname.
* first commit=Corey Hulen2015-06-141-0/+92