summaryrefslogtreecommitdiffstats
path: root/store/sql_user_store.go
Commit message (Expand)AuthorAgeFilesLines
...
| * added error case for login and removed authdata + authservice unique constrai...JoramWilander2015-07-221-1/+0
| * 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 only...hmhealey2015-07-171-4/+8
| * Added FirstName and LastName fields to User object and attempt to populate th...hmhealey2015-07-171-2/+14
| * Renamed FullName column in database to Nickname. Renamed all serverside refer...hmhealey2015-07-171-3/+8
| * 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=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