summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
Commit message (Expand)AuthorAgeFilesLines
* fixed type speical -> special (#3052)rompic2016-05-251-1/+1
* Filtering colons from search to prevent postgres error (#3075)Christopher Speller2016-05-231-0/+1
* Recent mention searches now OR terms instead of AND (#2931)Joram Wilander2016-05-091-6/+12
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-5/+9
* Removing old schema upgrades affecting postgres=Corey Hulen2016-03-211-5/+0
* Change searches to AND terms instead of ORJoramWilander2016-03-181-1/+8
* Refactor and modularize analytics on the clientJoramWilander2016-03-011-1/+1
* Fixing device id column for droid=Corey Hulen2016-02-221-2/+2
* Merge pull request #2057 from khoa-le/PLT-1673Harrison Healey2016-02-031-2/+2
|\
| * 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
*