summaryrefslogtreecommitdiffstats
path: root/store/sql_user_store.go
Commit message (Collapse)AuthorAgeFilesLines
...
| * inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-0/+26
| |
* | fixing merge conflicts=Corey Hulen2015-07-211-2/+46
|\|
| * Fix migration code so that LastName is populated correctly for users who ↵hmhealey2015-07-171-4/+8
| | | | | | | | only have one word in their FullName
| * Added FirstName and LastName fields to User object and attempt to populate ↵hmhealey2015-07-171-2/+14
| | | | | | | | them from the FullName/Nickname field
| * Renamed FullName column in database to Nickname. Renamed all serverside ↵hmhealey2015-07-171-3/+8
| | | | | | | | references from FullName to Nickname.
| * Added table updaternickago2015-07-161-0/+1
| |
| * Added last updated for picturesnickago2015-07-161-2/+5
| |
| * Added timestamps to pictures to stop cachingnickago2015-07-131-0/+19
| |
* | Patching remainder of the sql stmts to work with postgres=Corey Hulen2015-07-121-6/+7
| |
* | Fixes mm-1420 adding postgres support=Corey Hulen2015-07-121-11/+12
|/
* Merge pull request #136 from mattermost/code-reviewJoram Wilander2015-07-081-2/+2
|\ | | | | team code review
| * team code review=Corey Hulen2015-07-061-2/+2
| |
* | adding debugging=Corey Hulen2015-07-051-1/+1
| |
* | adding debugging=Corey Hulen2015-07-051-1/+1
|/
* first commit=Corey Hulen2015-06-141-0/+367