summaryrefslogtreecommitdiffstats
path: root/web/static.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10367: rewrite subpath assets on startup (#8944)Jesse Hallam2018-06-141-0/+2
| | | | | | | | | 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.
* Refactor context out of API packages (#8755)Joram Wilander2018-05-141-0/+84
* Refactor context out of API packages * Update function names per feedback * Move webhook handlers to web and fix web tests * Move more webhook tests out of api package * Fix static handler