summaryrefslogtreecommitdiffstats
path: root/store/sql_post_store.go
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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