summaryrefslogtreecommitdiffstats
path: root/store/store.go
Commit message (Expand)AuthorAgeFilesLines
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
* Add ability to switch between SSO and email accountJoramWilander2015-12-171-0/+1
* Split db channel get into two functions using master and replicaJoramWilander2015-12-091-0/+1
* rename 'featureToggle' to 'isFeatureEnable' and move definition of available ...Florian Orben2015-11-271-1/+1
* go fmtFlorian Orben2015-11-271-1/+1
* allow to toggle features in backendFlorian Orben2015-11-271-1/+2
* Adding perm delete channels by team=Corey Hulen2015-11-161-0/+1
* Adding perm delete to cmd line=Corey Hulen2015-11-161-9/+10
* PLT-975 adding perm deletes=Corey Hulen2015-11-161-0/+9
* Added ChannelExtra.MemberCount field to reflect the actual member count when ...hmhealey2015-11-121-0/+1
* Adding ability to fetch posts around a specifc postChristopher Speller2015-11-031-0/+2
* PLT-340=Corey Hulen2015-10-271-0/+2
* Merge branch 'master' into PLT-25=Corey Hulen2015-10-231-0/+2
|\
| * Merge pull request #1149 from mattermost/plt-808Christopher Speller2015-10-231-0/+1
| |\
| | * Delete webhooks when the associated channel gets deletedJoramWilander2015-10-221-0/+1
| * | Refactoring direct channel creation to use transaction to avaoid state where ...Christopher Speller2015-10-221-0/+1
| |/
* / Adding analytics tab=Corey Hulen2015-10-221-0/+4
|/
* Merge pull request #1113 from hmhealey/plt716Joram Wilander2015-10-201-1/+1
|\
| * Added from:, in:, and channel: search modifiershmhealey2015-10-191-1/+1
* | Refactor to hit database less often.JoramWilander2015-10-191-1/+1
* | Implement outgoing webhooks.JoramWilander2015-10-191-0/+7
|/
* Added an initial call to get all user preferences on page loadhmhealey2015-10-151-0/+1
* Marking when user ran the unit tests=Corey Hulen2015-10-151-0/+1
* Removed Preference.AltIdhmhealey2015-10-131-1/+2
* Made structural changes to server-side Preference code based on feedbackhmhealey2015-10-131-3/+1
* Moved saving multiple user preferences into a database transactionhmhealey2015-10-131-0/+1
* Added Preferences table to store user preferenceshmhealey2015-10-131-0/+7
* PLT-586 fixing issues with security alert=Corey Hulen2015-10-091-0/+1
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* PLT-518 check for security bulletins=Corey Hulen2015-10-051-0/+1
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-011-1/+0
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-011-1/+1
* Removed UI for quiet mode and added UI to set when a channel will be marked u...hmhealey2015-09-301-0/+1
* Assiging first user system_admin role=Corey Hulen2015-09-231-0/+1
* PLT-349 adding team mgt to admin console=Corey Hulen2015-09-231-1/+2
* Implement incoming webhooks.JoramWilander2015-09-211-0/+8
* Adding database schema version=Corey Hulen2015-09-161-0/+7
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-2/+17
* Adding ability to export data from mattermostChristopher Speller2015-09-041-0/+4
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-0/+1
* Fixing build=Corey Hulen2015-08-201-0/+4
* when user roles are updated, the relevant session roles are updated as wellJoramWilander2015-08-171-0/+1
* added getChannelCounts service and refactored the client to more intelligentl...JoramWilander2015-08-111-0/+1
* Fixes mm-1355 adds rate limiting apis=Corey Hulen2015-07-291-0/+1
* inital implementation of using GitLab OAuth2 provider for signup/loginJoramWilander2015-07-221-0/+1
* Changing the way we mattermost handles URLs. team.domain.com becomes domain.c...Christopher Speller2015-07-201-2/+2
* Added last updated for picturesnickago2015-07-161-1/+1
* Added timestamps to pictures to stop cachingnickago2015-07-131-0/+1
* Fixing unit tests=Corey Hulen2015-07-061-0/+9
* first commit=Corey Hulen2015-06-141-0/+94