Ghost/ghost/admin/app/routes
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
..
editor 🐛 fix loss of editor focus on new post autosave (#798) 2017-07-21 19:11:24 -04:00
settings Unsplash integration 2017-08-15 16:01:12 +01:00
setup 💄 refactor setup screens to use ember-concurrency (#644) 2017-04-19 12:27:32 +02:00
subscribers convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
team 🐛 fixed active users list not showing more than 20 users (#806) 2017-07-31 17:10:52 +04:00
about.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
application.js Unsplash integration 2017-08-15 16:01:12 +01:00
authenticated.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
error404.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
posts.js 🔥 remove content screen keyboard shortcuts 2017-07-07 10:37:24 +01:00
reset.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
setup.js deps: ember-simple-auth@1.2.0 2017-02-06 16:39:42 +00:00
signin.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
signout.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
signup.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
subscribers.js 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00