summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #281 from nickago/MM-1600Christopher Speller2015-07-301-1/+7
|\
| * 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 t...nickago2015-07-291-1/+5
* | removing flaky unit test=Corey Hulen2015-07-301-6/+6
* | updated channel error messages to reflect proper namingJoramWilander2015-07-291-4/+4
|/
* update our postgresql index check to work with 9.2+ versions of postgresqlJoramWilander2015-07-281-1/+1
* fixes some database queries that broke with postgres, fixes the unread/new me...JoramWilander2015-07-273-8/+8
* removing old bindVars methods=Corey Hulen2015-07-231-1/+1
* Fixing merges for latest postgres=Corey Hulen2015-07-234-31/+72
* Merge branch 'master' into mm-1420=Corey Hulen2015-07-233-0/+45
|\
| * added store unit test for user.GetByAuth and added password length checking i...JoramWilander2015-07-231-0/+19
| * add changes from team reviewJoramWilander2015-07-221-2/+2
| * 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-222-0/+27
* | Fixing merge=Corey Hulen2015-07-211-1/+2
* | fixing merge conflicts=Corey Hulen2015-07-2110-262/+151
|\|
| * Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-203-32/+36
| * Merge pull request #185 from mattermost/mm-1348Corey Hulen2015-07-172-134/+0
| |\
| | * fixes mm-1348 removing dependency on redis=Corey Hulen2015-07-142-134/+0
| * | 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-174-30/+40
| * | Added table updaternickago2015-07-161-0/+1
| * | Added last updated for picturesnickago2015-07-162-3/+6
| * | Merge pull request #153 from nickago/MM-1460Corey Hulen2015-07-152-2/+15
| |\ \ | | |/ | |/|
| | * Updated database schema for full utf8 compatibilitynickago2015-07-092-2/+15
| * | Added timestamps to pictures to stop cachingnickago2015-07-132-0/+20
| |/
* | minor tweaks to make sure mysql still runs=Corey Hulen2015-07-122-6/+22
* | Patching remainder of the sql stmts to work with postgres=Corey Hulen2015-07-127-70/+111
* | Fixes mm-1420 adding postgres support=Corey Hulen2015-07-126-88/+143
|/
* Merge pull request #136 from mattermost/code-reviewJoram Wilander2015-07-081-2/+2
|\
| * team code review=Corey Hulen2015-07-061-2/+2
* | Merge pull request #143 from rgarmsen2295/mm-1416Corey Hulen2015-07-071-2/+14
|\ \
| * | Added new error message when trying to add a channel that was previously dele...Reed Garmsen2015-07-061-2/+14
* | | Merge pull request #138 from hmhealey/mm756Christopher Speller2015-07-071-3/+9
|\ \ \ | |/ / |/| |
| * | Add a post type for user joined/left messages and don't flag a channel as unr...hmhealey2015-07-071-3/+9
* | | fixing build=Corey Hulen2015-07-061-0/+3
|/ /
* | Fixing unit tests=Corey Hulen2015-07-068-67/+76
* | adding debugging=Corey Hulen2015-07-051-1/+1
* | adding debugging=Corey Hulen2015-07-051-1/+1
* | fixing unit test=Corey Hulen2015-07-051-2/+2
* | fixing unit test=Corey Hulen2015-07-051-0/+3
* | fixing unit test=Corey Hulen2015-07-051-0/+3
* | fixing unit test=Corey Hulen2015-07-052-2/+7
* | fixing timming test=Corey Hulen2015-07-051-0/+7
|/
* Merge pull request #62 from jedisct1/authenticated-encryptionCorey Hulen2015-06-301-6/+32
|\
| * SQL store: use authenticated encryptionFrank Denis2015-06-241-6/+32
| * fixing unit test=Corey Hulen2015-06-161-1/+1
| * changing unit test=Corey Hulen2015-06-161-1/+4
| * first commit=Corey Hulen2015-06-1417-0/+4052