summaryrefslogtreecommitdiffstats
path: root/store/sql_channel_store.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-3/+3
* Update IsUniqueConstraint to check error codes instead of message text (#7385)Joram Wilander2017-09-061-3/+3
* Add error codes to SqlChannelStore errors. (#7364)George Goldberg2017-09-041-59/+58
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-4/+4
* Fixing race in update channel (#7269)Corey Hulen2017-08-221-1/+1
* PLT-7092 Fixed creation of PostList with null Posts fields (#6924)Harrison Healey2017-07-131-1/+1
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-2/+2
* PLT-6341/PLT-6342 Update gorp to mattermost fork and add connection timeout s...Joram Wilander2017-05-291-1/+1
* PLT-6019: Add APIv4 Endpoint for restoring Channels (#6263)Robin Naundorf2017-05-151-0/+4
* Add API Endpoint for deleted Channels (#5889)Robin Naundorf2017-05-091-0/+25
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Add store unit tests and add make target for testing store with postgres (#5925)Joram Wilander2017-04-031-52/+0
* APIv4 post /channels/ids (#5845)Saturnino Abril2017-03-271-0/+50
* Implement some channel endpoints for APIv4 (#5767)Joram Wilander2017-03-161-0/+35
* Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645)Joram Wilander2017-03-131-2/+2
* add update channel endpoint for APIv4 (#5624)Carlos Tadeu Panato Junior2017-03-131-2/+1
* Endpoint for APIv4: GET /team/{team_id}/channels (#5681)Saturnino Abril2017-03-131-0/+34
* Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+26
* PLT-3077 Add group messaging (#5489)Joram Wilander2017-03-021-1/+1
* Revert "Adding caching to get channel member (#5518)"Christopher Speller2017-02-271-33/+1
* PLT-5070: Server side component of Telemetry. (#5514)George Goldberg2017-02-241-0/+27
* Adding caching to get channel member (#5518)Christopher Speller2017-02-241-1/+33
* PLT-3193 Add channel notification preferences for push and email notiā€¦ (#5500)enahum2017-02-231-0/+68
* Implement create and get incoming webhook endpoints for APIv4 (#5407)Joram Wilander2017-02-211-1/+1
* Bumping base cache numbers for master (#5451)Corey Hulen2017-02-171-7/+6
* Implement a few channel member endpoints for APIv4 (#5304)Joram Wilander2017-02-071-5/+5
* Add tear down to APIv4 tests (#5250)Joram Wilander2017-02-021-0/+35
* Implement POST /channels endpoint for APIv4 (#5241)Joram Wilander2017-02-021-2/+3
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-5/+29
* PLT-4378 Slack import when channel name is deleted (#4649)George Goldberg2017-01-251-0/+25
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-2/+2
* Fix error from quote in channel autocomplete (#5092)Joram Wilander2017-01-171-1/+1
* Fixing should send event removing extra go channel creation (#4942)Corey Hulen2017-01-031-0/+21
* Adding memcache to getchannel (#4928)Christopher Speller2017-01-031-5/+36
* PLT-5073 Improve performance of /channels/view endpoint (#4881)Joram Wilander2016-12-231-6/+19
* API for getting channel members by IDs. (#4877)George Goldberg2016-12-221-0/+35
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-191-0/+33
* PLT-3736 Fixed duplicated create_direct api calls not returning the existing...Harrison Healey2016-12-091-1/+1
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-0/+5
* Improving command line interface (#4689)Christopher Speller2016-12-061-1/+16
* PLT-4822 fixing max channels per team (#4675)Corey Hulen2016-11-301-1/+1
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-3/+116
* PLT-4429 disabling at_all at_channel metions mentions when channel has more t...Corey Hulen2016-11-241-7/+29
* PLT-4665 Fix Max Channels limit wrong count (#4512)enahum2016-11-101-0/+26
* Increase Channel Purpose length to 250, and add channel field length handling...Christopher Speller2016-11-041-1/+1
* Fix channel autocomplete and fix channel member query to ignore deleted chann...Joram Wilander2016-10-281-0/+1
* Fix members being loaded before channel members and DM headers (#4369)Joram Wilander2016-10-281-1/+1
* PLT-4430 improve slow channel switching (#4331)enahum2016-10-271-16/+39
* Add database indexes to timestamp columns (#4314)enahum2016-10-241-0/+3
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-52/+74