Ghost/core/server/web/api/canary/admin
Kevin Ansfield 3e228072ba
Added ability to install themes directly from GitHub (#12635)
refs https://github.com/TryGhost/Ghost/issues/12608

- adds `admin/canary/themes/install` endpoint to the Admin API
  - requires two query params. `source` must be set to "github". `ref` should refer to a GitHub repo in the format "{org}/{repo}"
  - downloads zip archive for the repo from github
  - runs downloaded zip through the same process as uploaded zips
2021-02-12 09:19:17 +00:00
..
app.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
middleware.js Moved canary/v3 webhooks API to "stable" group 2020-08-03 23:40:15 +12:00
routes.js Added ability to install themes directly from GitHub (#12635) 2021-02-12 09:19:17 +00:00