summaryrefslogtreecommitdiffstats
path: root/store/sql_channel_store.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-4187 Create direct channel during incoming webhook if not exists (#4206)Alexander Smaga2016-10-171-0/+23
* PLT-3105 Files table migration (#4068)Harrison Healey2016-09-301-0/+59
* Cleaning up some old code from the permissions system change (#4090)Christopher Speller2016-09-261-124/+0
* Fix leaking goroutines in store calls (#3993). (#4021)Kyo Nguyen2016-09-191-29/+30
* Increasing channel limits (#4003)Corey Hulen2016-09-091-1/+1
* PLT-3695 refactoring to use sql_upgrader (#3788)Corey Hulen2016-08-241-3/+0
* Cleaning up old export code (#3601)Christopher Speller2016-07-151-22/+0
* PLT-3366 Holding down the ALT key and clicking on a message adds a new messag...samogot2016-07-141-0/+52
* PLT-3512 adding join/leave channel to the CLI (#3498)Corey Hulen2016-07-061-1/+27
* Don't allow users to be added to a channel they are not in the team of (#3246)Joram Wilander2016-06-041-4/+4
* Fixing LDAP issue with Postgres (#3033)Corey Hulen2016-05-171-3/+3
* Multiple cross-team functionality fixes (#2902)Joram Wilander2016-05-061-2/+5
* Don't return error if already part of channel being joined (#2814)Joram Wilander2016-04-281-3/+8
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-5/+37
* msg commandAlan Mooiman2016-03-241-1/+10
* Member show on Activate and Hide on deactivate from channel member list and a...Elias Nahum2016-02-251-0/+22
* Stopped returning inactive members with getExtraInfo callshmhealey2016-02-101-2/+29
* PLT-7: Refactoring stores to use translations (chunk 7)Elias Nahum2016-01-251-45/+45
* Changed GetMemberCount to stop including inactive usershmhealey2016-01-231-1/+10
* Generalize analytics server functions and begin componentizing client analyti...JoramWilander2016-01-211-9/+7
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-42/+41
* PLT-7 adding loc db calls for oauth table=Corey Hulen2016-01-201-41/+42
* Added the ability to get more channel members from getChannelExtraInfohmhealey2016-01-061-1/+8
* Fixing channel limit=Corey Hulen2015-12-151-7/+9
* Split db channel get into two functions using master and replicaJoramWilander2015-12-091-3/+17
* PLT-1302 fixing hiding email adddress=Corey Hulen2015-12-071-1/+1
* Fix possible race condition on when creating new channelsJoramWilander2015-12-041-1/+2
* Adding perm delete channels by team=Corey Hulen2015-11-161-0/+17