summaryrefslogtreecommitdiffstats
path: root/store/sql_user_store.go
Commit message (Collapse)AuthorAgeFilesLines
* Adding ability to upgrade postgres schema=Corey Hulen2015-08-271-26/+2
|
* Added updating of username based mentions on username changenickago2015-08-201-0/+12
|
* Fixing upgrade=Corey Hulen2015-08-021-1/+1
|
* Merge pull request #273 from mattermost/mm-1355Corey Hulen2015-08-021-1/+23
|\ | | | | Fixes mm-1355 adds rate limiting apis
| * Merge branch 'master' into mm-1355=Corey Hulen2015-07-291-1/+1
| |\
| * | Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-291-1/+23
| | |
* | | Added error safety and a unique message for duplicate emailsnickago2015-07-291-1/+3
| | |
* | | Added a unique error message for bad username and simplified error outputed ↵nickago2015-07-291-1/+5
| |/ |/| | | | | to user
* | fixes some database queries that broke with postgres, fixes the unread/new ↵JoramWilander2015-07-271-1/+1
|/ | | | mesasge issues
* Fixing merges for latest postgres=Corey Hulen2015-07-231-1/+1
|
* Merge branch 'master' into mm-1420=Corey Hulen2015-07-231-0/+25
|\
| * add changes from team reviewJoramWilander2015-07-221-2/+2
| |
| * added error case for login and removed authdata + authservice unique ↵JoramWilander2015-07-221-1/+0
| | | | | | | | constraint in users table
| * 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