summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #475 from nickago/MM-1773Christopher Speller2015-08-312-10/+21
|\
| * Added unit testsnickago2015-08-272-8/+10
| * Added wildcard highlighting and removed redundant whitespace parsingnickago2015-08-271-6/+6
| * Added server parsing of wildcardsnickago2015-08-271-3/+12
* | Merge pull request #511 from mattermost/MM-1698Christopher Speller2015-08-285-99/+95
|\ \
| * | Adding ability to upgrade postgres schema=Corey Hulen2015-08-275-99/+95
| |/
* | Merge pull request #486 from asubset/masterJoram Wilander2015-08-282-2/+3
|\ \
| * | fix GetParentPosts() queryJason Rossman2015-08-272-3/+3
| * | Fix getParentsPosts for postgresqlJason Rossman2015-08-261-0/+1
* | | Change GetPostsSince limit to 1000 and only add updated posts to post list or...JoramWilander2015-08-271-3/+5
| |/ |/|
* | Refactored post handling/updating on both the client and server.JoramWilander2015-08-273-23/+142
|/
* Fixes race condition=Corey Hulen2015-08-211-4/+10
* Merge pull request #430 from mattermost/fixing-buildCorey Hulen2015-08-212-1/+8
|\
| * Fixing race condition=Corey Hulen2015-08-201-2/+3
| * Fixing bug=Corey Hulen2015-08-201-1/+3
| * Fixing build=Corey Hulen2015-08-201-0/+4
* | Added updating of username based mentions on username changenickago2015-08-201-0/+12
|/
* Track channel creator in DB and show in channel intro message.JoramWilander2015-08-191-0/+2
* when user roles are updated, the relevant session roles are updated as wellJoramWilander2015-08-172-0/+20
* fix channelIdWithCountAndUpdateAt naming to be proper camel caseJoramWilander2015-08-111-2/+2
* added store unit test for GetChannelCountsJoramWilander2015-08-111-0/+47
* incorporate channel updateAt into channel counts and pull channel data on cha...JoramWilander2015-08-111-4/+6
* added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-112-0/+34
* Fixing upgrade=Corey Hulen2015-08-021-1/+1
* Merge pull request #278 from mattermost/mm-1702Corey Hulen2015-08-022-16/+89
|\
| * Adding etag to channel extra_info api call.Christopher Speller2015-07-292-16/+89
* | Merge pull request #273 from mattermost/mm-1355Corey Hulen2015-08-023-1/+46
|\ \
| * \ Merge branch 'master' into mm-1355=Corey Hulen2015-07-302-10/+10
| |\ \
| * \ \ Merge branch 'master' into mm-1355=Corey Hulen2015-07-294-9/+9
| |\ \ \
| * | | | Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-293-1/+46
* | | | | Merge pull request #291 from mattermost/mm-1758Corey Hulen2015-08-022-1/+6
|\ \ \ \ \
| * | | | | partially fixed postgres search so that multiple search terms workJoramWilander2015-07-302-1/+6
| | |_|/ / | |/| | |
* | | | | 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
| |\