summaryrefslogtreecommitdiffstats
path: root/cmd/mattermost/commands/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Add idiomatic error handling in mattermost commands (#9147)Jesús Espino2018-07-241-2/+6
|
* MM-10370: serve subpath (#8968)Jesse Hallam2018-06-211-3/+2
| | | | | | | | | | | | | | | | | | | | | | | * factor out GetSubpathFromConfig * mv web/subpath.go to utils/subpath.go * serve up web, api and ws on /subpath if configured * pass config to utils.RenderWeb(App)?Error This allows the methods to extract the configured subpath and redirect to the appropriate `/subpath/error` handler. * ensure GetSubpathFromConfig returns trailing slashes deterministically * fix error 404 handling * redirect /subpath to /subpath/ This is necessary for the static handler to match, otherwise none of the registered routes find anything. This also makes it no longer necessary to add trailing slashes in the root router.
* MM-10367: rewrite subpath assets on startup (#8944)Jesse Hallam2018-06-141-2/+36
| | | | | | | | | Examine ServiceSettings.SiteURL on startup and rewrite assets accordingly if not in a development environment. Also export `mattermost config subpath` command to manually do same. This accompanies a webapp PR to use the updated `root.html` to define the necessary webpack asset path for dynamically loading assets.
* Renaming platform binary to mattermost. (#8801)Christopher Speller2018-05-171-0/+67