Ghost/ghost/admin/app/serializers
Kevin Ansfield 5047b9f3d7 Added initial custom integrations UI (#1051)
refs https://github.com/TryGhost/Ghost/issues/9865, https://github.com/TryGhost/Ghost/issues/9942

- `integration`, `api-key`, and `webhook` models and respective mirage mocks
- moves integration routes around to match ember's concept of nested routes (nested routes reflect nested UI not nested URLs)
- adds custom integrations list to integrations screen
- adds custom integration screen
  - allow editing of integration details
  - show list of webhooks
  - webhook creation modal

NB: the `enableDeveloperExperiments` flag needs to be enabled in the `config.development.json` file for the custom integrations UI to be displayed until it's out of development.
2018-10-18 00:18:29 +01:00
..
api-key.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
application.js Don't send created_by and updated_by attrs in API requests 2018-04-05 11:54:36 +01:00
integration.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
invite.js 🎨 invites roles table into a field on the invites table (#394) 2016-11-16 11:01:58 +00:00
notification.js 🐛 fix duplicate server alerts + default alert bg color (#242) 2016-09-01 11:01:54 -05:00
post.js 🐛 Fixed plaintext field not being updated when modifying a post 2018-04-09 14:58:33 +01:00
role.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
setting.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscriber.js Renaming date properties to contain UTC 2016-06-17 11:09:21 +02:00
tag.js Don't send created_by and updated_by attrs in API requests 2018-04-05 11:54:36 +01:00
theme.js fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
user.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
webhook.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00