summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-4/+4
* Revert " #4755 Combining consecutive user join/leave system messages to singl...Saturnino Abril2017-08-011-27/+2
* #4755 Combining consecutive user join/leave system messages to single messag...Debanshu Kundu2017-08-011-2/+27
* PLT-7092 Fixed creation of PostList with null Posts fields (#6924)Harrison Healey2017-07-131-2/+1
* PLT-6475: Elasticsearch Indexing Worker. (#6879)George Goldberg2017-07-111-0/+41
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-2/+2
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-2/+2
* Set length for OriginalId for new installs (#6437)Joram Wilander2017-05-241-0/+1
* PLT-6472: Basic Elastic Search implementation. (#6382)George Goldberg2017-05-181-0/+27
* PLT-6355: Use separate Read Replicas for Search. (#6216)George Goldberg2017-05-011-1/+1
* Adding the ability to disable full text search queries for master (#6102)Corey Hulen2017-04-171-0/+12
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* APIv4 GET /users/{user_id}/posts/flagged (#5984)Saturnino Abril2017-04-051-3/+39
* PLT-5483 Fix bug where flagged posts endpoint returned posts on other teams (...Joram Wilander2017-03-311-0/+52
* Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+1
* PLT-5612: Don't show error on invalid search query. (#5596)George Goldberg2017-03-021-16/+18
* PLT-5367: Basic post bulk importing. (#5562)George Goldberg2017-02-281-0/+52
* Added NewPostList constructor to set fields to be non-null (#5440)Harrison Healey2017-02-161-9/+7
* Ensured getPostsSince route doesn't return a null posts field (#5436)Harrison Healey2017-02-151-0/+2
* Error on blank post IDs for get post query (#5326)Joram Wilander2017-02-081-0/+20
* Removing parentId from delete post queries (#5298)Christopher Speller2017-02-031-2/+2
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-0/+17
* PLT-5225 Added separate post types for certain system messages (#5193)Harrison Healey2017-01-271-1/+2
* More app code migration (#5170)Joram Wilander2017-01-251-0/+21
* Adding caching of last 60 posts. (#4880)Christopher Speller2016-12-221-1/+33
* Modifying post etag cache to apply to getPostsSince (#4837)Christopher Speller2016-12-201-17/+48
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-191-0/+13
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-141-1/+27
* Change Flag Posts ordering to show posts from newest to oldest (#4656)MARUYAMA Takayuki2016-11-281-1/+1
* Add database indexes to timestamp columns (#4314)enahum2016-10-241-0/+1
* PLT-4358 Exclude Channels from query when not necessary (#4269)enahum2016-10-201-21/+20
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-44/+26
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-15/+13
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-18/+18
* PLT-4027 "Added to the channel" system messages mark the channel as Unread (#...enahum2016-09-061-1/+1
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-3/+0
* Prevent flagging of deleted posts and don't show deleted posts in flagged pos...Joram Wilander2016-08-221-1/+1
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-0/+25
* Cleaning up old export code (#3601)Christopher Speller2016-07-151-24/+0
* PLT-3429 "Site Statistics" graphs do not always have the same start date (#3480)enahum2016-07-051-3/+4
* 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
|\