summaryrefslogtreecommitdiffstats
path: root/model/user.go
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7: Refactoring models to use translations (chunk 6)Elias Nahum2016-01-251-14/+14
| | | | - Add spanish translations
* Add create_at back to profile fields to fix analyticsJoramWilander2016-01-221-1/+0
|
* PLT-7 Adding translation function to context=Corey Hulen2016-01-191-1/+10
|
* upgrading libs=Corey Hulen2015-11-231-1/+1
|
* Merge pull request #1396 from 42wim/useractivityJoram Wilander2015-11-111-1/+0
|\ | | | | Do not clear LastActivityAt for GetProfiles
| * Do not clear LastActivityAt for GetProfilesWim2015-11-111-1/+0
| |
* | Fix: Unable to change passwordFlorian Orben2015-11-111-1/+1
|/
* Omit unneeded fields from user object in getProfiles service and remove ↵JoramWilander2015-11-091-21/+33
| | | | ImgCount field from Post model
* Prevent SSO users from changing their emailJoramWilander2015-11-061-0/+7
|
* Fixed string length checks for fields that can contain unicode charactershmhealey2015-11-051-3/+4
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Fixing some locations to use the IsTeamAdmin function which properly checks ↵Christopher Speller2015-09-301-0/+4
| | | | for system admin permissions.
* Removing old valet crud=Corey Hulen2015-09-241-1/+0
|
* Implement UI theme colors.JoramWilander2015-09-231-0/+5
|
* Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN=Corey Hulen2015-09-111-2/+2
|
* merging=Corey Hulen2015-09-101-5/+10
|\
| * Removed pointless attempt to verify a new user's usernamehmhealey2015-09-091-5/+0
| |
| * Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+10
| |
* | Adding cmd line options=Corey Hulen2015-09-041-1/+46
|/
* MM-2056 fixes problem with creating team=Corey Hulen2015-08-311-1/+0
|
* Added the ability to create a team with SSO services and added the ability ↵JoramWilander2015-08-281-12/+48
| | | | to turn off email sign up.
* initial server implementation for using google as a single-sign-on oauth serviceJoramWilander2015-08-141-56/+12
|
* Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-291-0/+1
|
* add changes from team reviewJoramWilander2015-07-221-1/+1
|
* made oauth architecture more generalizedJoramWilander2015-07-221-0/+4
|
* inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-12/+69
|
* 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 ↵hmhealey2015-07-171-0/+8
| | | | their nickname/username into a helper function
* Sanitize FirstName and LastName fields of an object instead of the nickname ↵hmhealey2015-07-171-1/+2
| | | | when ShowFullName is set to false
* Added FirstName and LastName fields to User object and attempt to populate ↵hmhealey2015-07-171-0/+10
| | | | them from the FullName/Nickname field
* Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-5/+5
| | | | references from FullName to Nickname.
* 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