server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
store
/
sql_channel_store.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-3695 refactoring to use sql_upgrader (#3788)
Corey Hulen
2016-08-24
1
-3
/
+0
*
Cleaning up old export code (#3601)
Christopher Speller
2016-07-15
1
-22
/
+0
*
PLT-3366 Holding down the ALT key and clicking on a message adds a new messag...
samogot
2016-07-14
1
-0
/
+52
*
PLT-3512 adding join/leave channel to the CLI (#3498)
Corey Hulen
2016-07-06
1
-1
/
+27
*
Don't allow users to be added to a channel they are not in the team of (#3246)
Joram Wilander
2016-06-04
1
-4
/
+4
*
Fixing LDAP issue with Postgres (#3033)
Corey Hulen
2016-05-17
1
-3
/
+3
*
Multiple cross-team functionality fixes (#2902)
Joram Wilander
2016-05-06
1
-2
/
+5
*
Don't return error if already part of channel being joined (#2814)
Joram Wilander
2016-04-28
1
-3
/
+8
*
PLT-2057 User as a first class object (#2648)
Corey Hulen
2016-04-21
1
-5
/
+37
*
msg command
Alan Mooiman
2016-03-24
1
-1
/
+10
*
Member show on Activate and Hide on deactivate from channel member list and a...
Elias Nahum
2016-02-25
1
-0
/
+22
*
Stopped returning inactive members with getExtraInfo calls
hmhealey
2016-02-10
1
-2
/
+29
*
PLT-7: Refactoring stores to use translations (chunk 7)
Elias Nahum
2016-01-25
1
-45
/
+45
*
Changed GetMemberCount to stop including inactive users
hmhealey
2016-01-23
1
-1
/
+10
*
Generalize analytics server functions and begin componentizing client analyti...
JoramWilander
2016-01-21
1
-9
/
+7
*
Revert " PLT-7 adding loc for db calls"
Corey Hulen
2016-01-20
1
-42
/
+41
*
PLT-7 adding loc db calls for oauth table
=Corey Hulen
2016-01-20
1
-41
/
+42
*
Added the ability to get more channel members from getChannelExtraInfo
hmhealey
2016-01-06
1
-1
/
+8
*
Fixing channel limit
=Corey Hulen
2015-12-15
1
-7
/
+9
*
Split db channel get into two functions using master and replica
JoramWilander
2015-12-09
1
-3
/
+17
*
PLT-1302 fixing hiding email adddress
=Corey Hulen
2015-12-07
1
-1
/
+1
*
Fix possible race condition on when creating new channels
JoramWilander
2015-12-04
1
-1
/
+2
*
Adding perm delete channels by team
=Corey Hulen
2015-11-16
1
-0
/
+17
*
Adding perm delete to cmd line
=Corey Hulen
2015-11-16
1
-1
/
+1
*
PLT-975 adding perm deletes
=Corey Hulen
2015-11-16
1
-0
/
+17
*
Added ChannelExtra.MemberCount field to reflect the actual member count when ...
hmhealey
2015-11-12
1
-0
/
+20
*
Fixing build
Christopher Speller
2015-11-09
1
-1
/
+0
*
Removing old DB upgrade code
Christopher Speller
2015-11-09
1
-49
/
+0
*
Fix spelling of encountered
Pat Lathem
2015-10-30
1
-3
/
+3
*
Merge pull request #1199 from hmhealey/plt600
Corey Hulen
2015-10-28
1
-1
/
+7
|
\
|
*
Added Channel.Purpose on the server
hmhealey
2015-10-27
1
-0
/
+2
|
*
Renamed Channel.Description to Channel.Header on the server
hmhealey
2015-10-27
1
-1
/
+5
*
|
Merge branch 'master' into PLT-25
=Corey Hulen
2015-10-26
1
-2
/
+1
|
\
|
|
*
PLT-828 fixing db upgrade code
=Corey Hulen
2015-10-26
1
-2
/
+1
*
|
Merge branch 'master' into PLT-25
=Corey Hulen
2015-10-23
1
-54
/
+139
|
\
|
|
*
Refactoring direct channel creation to use transaction to avaoid state where ...
Christopher Speller
2015-10-22
1
-54
/
+139
*
|
Adding analytics tab
=Corey Hulen
2015-10-22
1
-0
/
+28
|
/
*
Fixing db upgrade for 1.1
=Corey Hulen
2015-10-08
1
-0
/
+3
*
Changing SpinPunch to Mattermost in copyright
Christopher Speller
2015-10-08
1
-1
/
+1
*
Moved ChannelMember.NotifyLevel into ChannelMember.NotifyProps
hmhealey
2015-10-01
1
-32
/
+1
*
Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyProps
hmhealey
2015-10-01
1
-31
/
+74
*
Removed UI for quiet mode and added UI to set when a channel will be marked u...
hmhealey
2015-09-30
1
-0
/
+30
*
PLT-404 adding basic error checking to config file.
=Corey Hulen
2015-09-29
1
-2
/
+2
*
Renaming "Handle" to "Channel URL" or "URL"
it33
2015-09-20
1
-2
/
+2
*
Merge branch 'master' into PLT-92
=Corey Hulen
2015-09-17
1
-1
/
+1
|
\
|
*
Adding gofmt to travis build
Christopher Speller
2015-09-17
1
-1
/
+1
*
|
Adding database schema version
=Corey Hulen
2015-09-16
1
-1
/
+0
|
/
*
Adding ability to export data from mattermost
Christopher Speller
2015-09-04
1
-0
/
+22
*
Adding ability to upgrade postgres schema
=Corey Hulen
2015-08-27
1
-2
/
+1
*
Fixes race condition
=Corey Hulen
2015-08-21
1
-4
/
+10
[next]