summaryrefslogtreecommitdiffstats
path: root/model/user.go
Commit message (Expand)AuthorAgeFilesLines
* Use a user's full name as their display name if a nickname hasn't been specifiedhmhealey2015-07-171-0/+14
* Unify all locations where we determine a user's display named based off of th...hmhealey2015-07-171-0/+8
* Sanitize FirstName and LastName fields of an object instead of the nickname w...hmhealey2015-07-171-1/+2
* Added FirstName and LastName fields to User object and attempt to populate th...hmhealey2015-07-171-0/+10
* Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-5/+5
* Added last updated for picturesnickago2015-07-161-0/+1
* team code review=Corey Hulen2015-07-061-1/+1
* Changed offline timeout to 1 mintuenickago2015-07-011-1/+1
* added mentioned username to default mention keysJoramWilander2015-06-301-1/+1
* added team-wide and channel-wide mentionsJoramWilander2015-06-291-4/+7
* first commit=Corey Hulen2015-06-141-0/+293