summaryrefslogtreecommitdiffstats
path: root/store/sql_channel_store.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding perm delete to cmd line=Corey Hulen2015-11-161-1/+1
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+17
* Added ChannelExtra.MemberCount field to reflect the actual member count when ...hmhealey2015-11-121-0/+20
* Fixing buildChristopher Speller2015-11-091-1/+0
* Removing old DB upgrade codeChristopher Speller2015-11-091-49/+0
* Fix spelling of encounteredPat Lathem2015-10-301-3/+3
* Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-281-1/+7
|\
| * Added Channel.Purpose on the serverhmhealey2015-10-271-0/+2
| * Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-271-1/+5
* | Merge branch 'master' into PLT-25=Corey Hulen2015-10-261-2/+1
|\|
| * PLT-828 fixing db upgrade code=Corey Hulen2015-10-261-2/+1
* | Merge branch 'master' into PLT-25=Corey Hulen2015-10-231-54/+139
|\|
| * Refactoring direct channel creation to use transaction to avaoid state where ...Christopher Speller2015-10-221-54/+139
* | Adding analytics tab=Corey Hulen2015-10-221-0/+28
|/
* Fixing db upgrade for 1.1=Corey Hulen2015-10-081-0/+3
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-32/+1
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-31/+74
* Removed UI for quiet mode and added UI to set when a channel will be marked u...hmhealey2015-09-301-0/+30
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-291-2/+2
* Renaming "Handle" to "Channel URL" or "URL"it332015-09-201-2/+2
* Merge branch 'master' into PLT-92=Corey Hulen2015-09-171-1/+1
|\
| * Adding gofmt to travis buildChristopher Speller2015-09-171-1/+1
* | Adding database schema version=Corey Hulen2015-09-161-1/+0
|/
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+22
* Adding ability to upgrade postgres schema=Corey Hulen2015-08-271-2/+1
* Fixes race condition=Corey Hulen2015-08-211-4/+10
* Fixing race condition=Corey Hulen2015-08-201-2/+3
* Fixing bug=Corey Hulen2015-08-201-1/+3
* Track channel creator in DB and show in channel intro message.JoramWilander2015-08-191-0/+2
* fix channelIdWithCountAndUpdateAt naming to be proper camel caseJoramWilander2015-08-111-2/+2
* incorporate channel updateAt into channel counts and pull channel data on cha...JoramWilander2015-08-111-4/+6
* added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-111-0/+33
* Adding etag to channel extra_info api call.Christopher Speller2015-07-291-14/+57
* updated channel error messages to reflect proper namingJoramWilander2015-07-291-4/+4
* fixes some database queries that broke with postgres, fixes the unread/new me...JoramWilander2015-07-271-1/+1
* removing old bindVars methods=Corey Hulen2015-07-231-1/+1