summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrectly escaped * in wildcard search for postgreshmhealey2015-10-191-1/+1
* Added from:, in:, and channel: search modifiershmhealey2015-10-191-49/+79
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Parse special characters out of search strings and replace with spaces.JoramWilander2015-10-061-4/+15
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-291-2/+2
* Making changes to versioning=Corey Hulen2015-09-171-2/+2
* PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-2/+2
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+24
* Merge pull request #475 from nickago/MM-1773Christopher Speller2015-08-311-3/+11
|\
| * Added unit testsnickago2015-08-271-1/+0
| * 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-281-5/+0
|\ \
| * | Adding ability to upgrade postgres schema=Corey Hulen2015-08-271-5/+0
| |/
* | Merge pull request #486 from asubset/masterJoram Wilander2015-08-281-1/+2
|\ \
| * | fix GetParentPosts() queryJason Rossman2015-08-271-2/+2
| * | 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-271-23/+56
|/
* partially fixed postgres search so that multiple search terms workJoramWilander2015-07-301-1/+1
* fixes some database queries that broke with postgres, fixes the unread/new me...JoramWilander2015-07-271-6/+6
* fixing merge conflicts=Corey Hulen2015-07-211-0/+5
|\
| * Updated database schema for full utf8 compatibilitynickago2015-07-091-0/+5
* | minor tweaks to make sure mysql still runs=Corey Hulen2015-07-121-2/+2
* | Patching remainder of the sql stmts to work with postgres=Corey Hulen2015-07-121-37/+69
|/
* Add a post type for user joined/left messages and don't flag a channel as unr...hmhealey2015-07-071-3/+9
* Added the ability to have hashtags with dashes in themnickago2015-06-301-0/+16
* first commit=Corey Hulen2015-06-141-0/+410