summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
Commit message (Expand)AuthorAgeFilesLines
...
| * Make hashtag searching independent of caseKhoa, Le Ngoc2016-02-031-2/+2
* | Added extra system-wide statistics for EEJoramWilander2016-02-021-3/+10
|/
* PLT-1765 allowing support of 2 previous versions=Corey Hulen2016-01-281-0/+5
* Update search query to ignore system messagesJoramWilander2016-01-261-0/+1
* PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-22/+22
* Generalize analytics server functions and begin componentizing client analyti...JoramWilander2016-01-211-16/+36
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-27/+26
* PLT-7 adding loc db calls for posts table=Corey Hulen2016-01-201-26/+27
* Removing old 1.3 DB upgrade codeChristopher Speller2015-12-091-2/+0
* Make sure posts in threads are included in getPosts DB queryJoramWilander2015-12-071-1/+2
* PLT-1326: Enable channel posts of type join or leave not trigger unread notif...Florian Orben2015-12-041-1/+2
* Add limit to Props size in Post tableJoramWilander2015-12-031-1/+1
* PLT-1035: Remove last data point in graphs on #statistics pageFlorian Orben2015-11-281-4/+13
* Adding perm delete to cmd line=Corey Hulen2015-11-161-2/+77
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+18
* Omit unneeded fields from user object in getProfiles service and remove ImgCo...JoramWilander2015-11-091-0/+1
* Removing old DB upgrade codeChristopher Speller2015-11-091-17/+0
* remove max column size from 'props'Florian Orben2015-11-061-1/+1
* fix alter table command for postgresFlorian Orben2015-11-061-1/+7
* postgres needs another query to get table information...Florian Orben2015-11-051-2/+2
* PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-051-0/+11
* Merge pull request #1285 from mattermost/plt-824Joram Wilander2015-11-041-0/+98
|\
| * Adding ability to fetch posts around a specifc postChristopher Speller2015-11-031-0/+98
* | Improved tests for search wildcards and removed duplicate search codehmhealey2015-11-021-7/+0
|/
* Fix spelling of encounteredPat Lathem2015-10-301-1/+1
* PLT-25 fixing stats for postgres=Corey Hulen2015-10-271-17/+23
* Fixing postgres=Corey Hulen2015-10-261-8/+49
* Merge branch 'master' into PLT-25=Corey Hulen2015-10-261-10/+42
|\
| * Moved logic for searching for posts by multiple users/channels into the sql q...hmhealey2015-10-261-10/+42
* | Adding analytics tab=Corey Hulen2015-10-221-0/+102
|/
* 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