summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Expand)AuthorAgeFilesLines
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-0821-21/+21
* Merge pull request #944 from mattermost/PLT-518Christopher Speller2015-10-083-0/+55
|\
| * PLT-518 check for security bulletins=Corey Hulen2015-10-053-0/+55
* | Parse special characters out of search strings and replace with spaces.JoramWilander2015-10-062-12/+33
|/
* Moved ChannelMember.NotifyLevel into ChannelMember.NotifyPropshmhealey2015-10-014-50/+1
* Replaced ChannelMember.MarkUnreadLevel with ChannelMember.NotifyPropshmhealey2015-10-014-49/+92
* Added additional test cases and fixed existing ones for ChannelMember.MarkUnr...hmhealey2015-09-302-0/+17
* Removed UI for quiet mode and added UI to set when a channel will be marked u...hmhealey2015-09-302-0/+31
* PLT-404 adding basic error checking to config file.=Corey Hulen2015-09-294-22/+15
* Assiging first user system_admin role=Corey Hulen2015-09-233-0/+38
* Fixing merge=Corey Hulen2015-09-231-0/+2
|\
| * Merge branch 'master' into PLT-11-email=Corey Hulen2015-09-231-0/+2
| |\
| | * Implement UI theme colors.JoramWilander2015-09-231-0/+2
* | | PLT-349 adding team mgt to admin console=Corey Hulen2015-09-234-3/+45
|/ /
* | Fixing merge conflict=Corey Hulen2015-09-224-0/+221
|\|
| * Merge pull request #715 from mattermost/plt-27Joram Wilander2015-09-224-0/+221
| |\
| | * Implement incoming webhooks.JoramWilander2015-09-214-0/+221
* | | Adding team settings to admin console=Corey Hulen2015-09-223-18/+14
* | | Adding SQL settings to admin console=Corey Hulen2015-09-221-3/+10
|/ /
* / Renaming "Handle" to "Channel URL" or "URL"it332015-09-201-2/+2
|/
* GIT-721 Removing sql ping log=Corey Hulen2015-09-191-2/+2
* Merge pull request #699 from mattermost/PLT-92Joram Wilander2015-09-188-11/+231
|\
| * Making changes to versioning=Corey Hulen2015-09-174-15/+15
| * Merge branch 'master' into PLT-92=Corey Hulen2015-09-171-1/+1
| |\
| * | Fixing postgres issue and bumping version number=Corey Hulen2015-09-161-2/+49
| * | Adding database schema version=Corey Hulen2015-09-165-3/+169
| * | PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-164-8/+15
* | | Return false when checking if column exists, if the table does not exist with...JoramWilander2015-09-181-0/+4
| |/ |/|
* | Adding gofmt to travis buildChristopher Speller2015-09-171-1/+1
|/
* Implement OAuth2 service provider functionality.JoramWilander2015-09-166-23/+568
* Merge pull request #671 from mattermost/it33-patch-1Christopher Speller2015-09-141-1/+1
|\
| * Updating MaxUsersPerTeam error msgit332015-09-131-1/+1
* | merging=Corey Hulen2015-09-105-0/+97
|\|
| * Adding ability to export data from mattermostChristopher Speller2015-09-045-0/+97
* | Adding unit tests for cmd line=Corey Hulen2015-09-042-11/+4
* | Adding cmd line options=Corey Hulen2015-09-042-4/+12
|/
* Merge pull request #475 from nickago/MM-1773Christopher Speller2015-08-312-10/+21
|\
| * Added unit testsnickago2015-08-272-8/+10
| * Added wildcard highlighting and removed redundant whitespace parsingnickago2015-08-271-6/+6
| * Added server parsing of wildcardsnickago2015-08-271-3/+12
* | Merge pull request #511 from mattermost/MM-1698Christopher Speller2015-08-285-99/+95
|\ \
| * | Adding ability to upgrade postgres schema=Corey Hulen2015-08-275-99/+95
| |/
* | Merge pull request #486 from asubset/masterJoram Wilander2015-08-282-2/+3
|\ \
| * | fix GetParentPosts() queryJason Rossman2015-08-272-3/+3
| * | Fix getParentsPosts for postgresqlJason Rossman2015-08-261-0/+1
* | | Change GetPostsSince limit to 1000 and only add updated posts to post list or...JoramWilander2015-08-271-3/+5
| |/ |/|
* | Refactored post handling/updating on both the client and server.JoramWilander2015-08-273-23/+142
|/
* Fixes race condition=Corey Hulen2015-08-211-4/+10
* Merge pull request #430 from mattermost/fixing-buildCorey Hulen2015-08-212-1/+8
|\
| * Fixing race condition=Corey Hulen2015-08-201-2/+3