Ghost/ghost/admin/mirage/config
Kevin Ansfield 350e3d1481 Unsplash integration
closes https://github.com/TryGhost/Ghost/issues/8859, requires https://github.com/TryGhost/Ghost/pull/8895
- adds Unsplash app to app settings
  - enable/disable toggle
  - validation and testing of Unsplash App ID
  - Unsplash App ID field hidden if provided via Ghost config
  - adds `fetchPrivate` method to `config` service to pull config that requires authentication and updates authentication routines to fetch private config
- adds Unsplash buttons to editor toolbar and `{{gh-image-uploader}}`
  - only present when Unsplash app is enabled
  - opens Unsplash image selector when clicked
  - `{{gh-image-uploader}}` has a new `allowUnsplash` attribute to control display of the unsplash button on a per-uploader basis
- adds Unsplash image selector (`{{gh-unsplash}}`)
  - uses new `unsplash` service to handle API requests and maintain state
  - search
  - infinite scroll
  - zoom image
  - insert image
  - download image
- adds `{{gh-scroll-trigger}}` that will fire an event when the component is rendered into or enters the visible screen area via scrolling
- updates `ui` service
  - adds `isFullscreen` property and updates `gh-editor` so that it gets set/unset when toggling editor fullscreen mode
  - adds `hasSideNav` and `isSideNavHidden` properties
- updates `media-queries` service so that it fires an event each time a breakpoint is entered/exited
  - removes the need for observers in certain circumstances
2017-08-15 16:01:12 +01:00
..
authentication.js 🐛 prevent session sync issues with multiple tabs/refreshes (#772) 2017-07-10 12:18:19 +02:00
configuration.js Unsplash integration 2017-08-15 16:01:12 +01:00
invites.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
posts.js 🐛 fix autosave+transition on title blur with empty title (#767) 2017-07-10 18:33:05 +07:00
roles.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
settings.js fetch themes from /themes endpoint (#542) 2017-02-21 18:28:44 +00:00
slugs.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
subscribers.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
tags.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
themes.js show theme warnings/errors when activating a theme (#576) 2017-03-14 08:54:58 -05:00
uploads.js streamline image uploads in settings/general (#702) 2017-05-23 10:50:04 +02:00
users.js suspend user feature 2017-03-13 13:00:48 +01:00