summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1537 from florianorben/PLT-1035Corey Hulen2015-11-302-6/+16
|\ | | | | PLT-1035: Remove last data point in graphs on #statistics page
| * PLT-1035: Remove last data point in graphs on #statistics pageFlorian Orben2015-11-282-6/+16
| |
* | add missing unit testFlorian Orben2015-11-271-0/+72
| |
* | rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵Florian Orben2015-11-272-3/+3
| | | | | | | | prerelease-features to constants.jsx
* | add unit testsFlorian Orben2015-11-272-2/+65
| |
* | go fmtFlorian Orben2015-11-271-1/+1
| |
* | allow to toggle features in backendFlorian Orben2015-11-273-1/+51
|/
* Adding perm delete channels by team=Corey Hulen2015-11-162-0/+18
|
* Adding perm delete to cmd line=Corey Hulen2015-11-1619-30/+176
|
* PLT-975 adding perm deletes=Corey Hulen2015-11-1618-0/+419
|
* Fix cancel button on username setting and other general improvementsJoramWilander2015-11-131-1/+1
|
* Added ChannelExtra.MemberCount field to reflect the actual member count when ↵hmhealey2015-11-123-4/+25
| | | | we truncate the list of members to 20
* Omit unneeded fields from user object in getProfiles service and remove ↵JoramWilander2015-11-091-0/+1
| | | | ImgCount field from Post model
* Fixing buildChristopher Speller2015-11-091-1/+0
|
* Removing old DB upgrade codeChristopher Speller2015-11-094-73/+0
|
* Merge pull request #1332 from mattermost/plt-560Christopher Speller2015-11-061-1/+3
|\ | | | | PLT-560 Prevent SSO users from changing their email
| * Prevent SSO users from changing their emailJoramWilander2015-11-061-1/+3
| |
* | remove max column size from 'props'Florian Orben2015-11-061-1/+1
| |
* | fix alter table command for postgresFlorian Orben2015-11-061-1/+7
| |
* | fix logging statement not to post nonsenseFlorian Orben2015-11-061-2/+2
| |
* | postgres needs another query to get table information...Florian Orben2015-11-052-17/+8
| |
* | PLT-857: Support for Incoming Webhooks - Try #2Florian Orben2015-11-052-0/+46
|/
* Merge pull request #1285 from mattermost/plt-824Joram Wilander2015-11-043-0/+205
|\ | | | | PLT-824 Adding ability to fetch posts around a specifc post
| * Adding ability to fetch posts around a specifc postChristopher Speller2015-11-033-0/+205
| |
* | Merge pull request #1275 from mattermost/PLT-951Joram Wilander2015-11-021-1/+1
|\ \ | | | | | | PLT-951 PLT-972 fixing issues with team directory
| * | PLT-951 PLT-972 fixing issues with team directory=Corey Hulen2015-11-021-1/+1
| |/
* / Improved tests for search wildcards and removed duplicate search codehmhealey2015-11-022-13/+6
|/
* Fix spelling of encounteredPat Lathem2015-10-309-31/+31
|
* Log errors in table creationAntti Ahti2015-10-301-1/+4
| | | | This is really helpful if you somehow mess up the schema definitions.
* Merge pull request #1211 from mattermost/PLT-340Joram Wilander2015-10-303-1/+168
|\ | | | | PLT-340 allow team directory and open invites
| * PLT-340 allow team directory and open invites=Corey Hulen2015-10-271-1/+7
| |
| * PLT-340=Corey Hulen2015-10-273-1/+159
| |
| * Adding upgrade calls for db=Corey Hulen2015-10-271-0/+3
| |
* | Merge pull request #1199 from hmhealey/plt600Corey Hulen2015-10-282-19/+24
|\ \ | |/ |/| PLT-600 Renamed channel description to channel header and added channel purpose field
| * Added Channel.Purpose on the serverhmhealey2015-10-271-0/+2
| |
| * Renamed Channel.Description to Channel.Header on the serverhmhealey2015-10-272-19/+22
| |
* | PLT-25 fixing stats for postgres=Corey Hulen2015-10-272-39/+42
| |
* | Fixing postgres=Corey Hulen2015-10-261-8/+49
| |
* | Merge branch 'master' into PLT-25=Corey Hulen2015-10-265-18/+54
|\|
| * Merge pull request #1192 from mattermost/PLT-828Christopher Speller2015-10-264-8/+12
| |\ | | | | | | PLT-828 fixing db upgrade code
| | * PLT-828 fixing db upgrade code=Corey Hulen2015-10-264-8/+12
| | |
| * | Merge pull request #1164 from hmhealey/plt778Corey Hulen2015-10-261-10/+42
| |\ \ | | |/ | |/| PLT-778 Changed post searching to allow searching by multiple users/channels
| | * Moved logic for searching for posts by multiple users/channels into the sql ↵hmhealey2015-10-261-10/+42
| | | | | | | | | | | | query
* | | Fixing unit test=Corey Hulen2015-10-261-18/+25
| | |
* | | Merge branch 'master' into PLT-25=Corey Hulen2015-10-236-57/+267
|\| |
| * | Merge pull request #1149 from mattermost/plt-808Christopher Speller2015-10-232-0/+22
| |\ \ | | | | | | | | PLT-808 Fix deleting channels breaking the webhook UI
| | * | Delete webhooks when the associated channel gets deletedJoramWilander2015-10-222-0/+22
| | |/
| * | Merge pull request #1152 from jlebleu/PLT-797Joram Wilander2015-10-231-2/+2
| |\ \ | | | | | | | | PLT-797 Update System Table with latest version
| | * | PLT-797 Update System Table with latest versionJean-Yves LEBLEU2015-10-231-2/+2
| | |/ | | | | | | | | | | | | Update database system table with last version if coming from a 7.X version
| * | Merge pull request #1143 from mattermost/plt-803Corey Hulen2015-10-221-1/+2
| |\ \ | | | | | | | | PLT-803 Prevent users from resetting their password when the user is using SSO