summaryrefslogtreecommitdiffstats
path: root/cmd/mattermost/commands/server.go
Commit message (Collapse)AuthorAgeFilesLines
* Move file backend to its own service (#9435)Jesús Espino2018-09-201-1/+2
| | | | | | * Move file backend to its own service * Moving utils/inbucket to mailservice package
* fixing log messages (#9341)Carlos Tadeu Panato Junior2018-09-171-1/+1
| | | | | | | | | | | | * fixing log messages * update per review * Update notification.go * Update server.go * Update notification.go
* MM-11637: avoid stopping unstarted jobs (#9240)Jesse Hallam2018-08-091-3/+2
| | | | | The new locking primitives in 5.2 around jobs assume the worker/scheduler was actually started, so don't try to stop if not started.
* MM-11243: Make Elasticsearch work after enabling without restart. (#9146)George Goldberg2018-07-261-5/+1
| | | | | | * MM-11243: Make Elasticsearch work after enabling without restart. * Also cope with config vars changing whilst enabled.
* Merge branch 'master' into plugins-2JoramWilander2018-07-071-2/+0
|\
| * Make sure diagnostic ID is loaded before client config. (#9032)George Goldberg2018-07-031-2/+0
| |
* | MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-2/+2
|/ | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* Merge branch 'advanced-permissions-phase-2'George Goldberg2018-05-311-0/+1
|\
| * MM-8853: Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS permissions (#8860)Jesús Espino2018-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MM-8853: Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS permissions * MM-8853: Removing unnecesary emoji enterprise feature * Create emojis migration * Adding MANAGE_EMOJIS and MANAGE_OTHERS_EMOJIS always to system admins * Simplifing permissions checks * Revert "Simplifing permissions checks" This reverts commit e2cafc1905fc9e20125dd9a1552d2d0c7340ae59.
* | MM-10731 Revert site url kill server (#8877)Christopher Speller2018-05-301-14/+6
|/ | | | | | | | * Revert "MM-9983 Requiring SiteURL to be set. (#8769)" This reverts commit 0432f995ec27de9ee6cc2f5847d4a17fcc095a26. * Add log message for SiteURL not being set.
* MM-9983 Requiring SiteURL to be set. (#8769)Christopher Speller2018-05-181-1/+15
| | | | | | | | * Requiring SiteURL to be set. * Modifying to make tests pass. * Fixing test.
* Renaming platform binary to mattermost. (#8801)Christopher Speller2018-05-171-0/+299