Commit Graph

4651 Commits

Author SHA1 Message Date
Kevin Ansfield
f2eaf6ac09 Updated Renovate configuration
no issue
- according to https://github.com/renovatebot/config-help/issues/220#issuecomment-487118205 it's the _last_ matching group that takes effect when determining which `packageRules` group a dependency is put in
- adjusted the order so that explicit excludes are not required and the ember-basic-dropdown addons are correctly grouped
2019-08-26 10:30:59 +01:00
Kevin Ansfield
20bb8f65f3 Updated renovate configuration (#1305)
no issue
- grouped `ember-basic-dropdown` and related `ember-power-*` addons together
- they share a common base and are going through a major breaking change so it's easier to upgrade them together
2019-08-26 09:52:31 +01:00
Renovate Bot
328838d6d1 Update dependency eslint to v6.2.2 2019-08-26 03:26:59 +00:00
Renovate Bot
87e997f7c9 Update dependency codemirror to v5.48.4 2019-08-26 02:29:34 +00:00
Renovate Bot
a4343bf620 Update dependency @ember/render-modifiers to v1.0.1 2019-08-26 01:27:33 +00:00
Kevin Ansfield
5225a3d30a Added "What's new" indicator and modal to highlight recent updates (#1292)
no issue

- adds `whats-new` service that fetches the changelog from ghost.org and exposes the latest changelog entries
- trigger a background fetch of the changelog from ghost.org when first loading the admin when logged in, or after signing in
- adds a "What's new" menu item next to the user popup menu
- adds an indicator to the user menu button and what's new menu item if there are unseen changelog entries
- closing the changelog modal will update the "last seen date", clearing both indicators
2019-08-23 10:01:27 +01:00
Rish
f2905c155f Version bump to 2.29.1 2019-08-22 07:31:35 +05:30
renovate[bot]
629dc97722 Update dependency ember-cli to v3.12.0 (#1299) 2019-08-21 16:24:06 +01:00
Kevin Ansfield
32e6567e5b Added global meta data and Twitter/Facebook card settings (#1287)
closes https://github.com/TryGhost/Ghost/issues/10921

- added new fields to settings model
- added "Site meta settings" section to general settings
2019-08-21 16:16:59 +01:00
renovate[bot]
dd85373db5 Update linters (#1300) 2019-08-21 16:10:50 +01:00
renovate[bot]
8d3b3899c4 Update dependency @tryghost/kg-parser-plugins to v0.7.0 (#1298) 2019-08-21 15:12:15 +01:00
Kevin Ansfield
b83590332e Version bump to 2.29.0 2019-08-20 15:38:58 +01:00
Renovate Bot
09c54d76a0 Update dependency @tryghost/helpers to v1.1.8 2019-08-19 04:20:47 +00:00
Renovate Bot
8bd4efe443 Update dependency @tryghost/timezone-data to v0.2.7 2019-08-19 03:33:15 +00:00
Renovate Bot
66cadb97b2 Update dependency @tryghost/kg-clean-basic-html to v0.1.2 2019-08-19 02:30:58 +00:00
Renovate Bot
46dbed9a19 Update dependency @html-next/vertical-collection to v1.0.0 2019-08-19 01:35:46 +00:00
Kevin Ansfield
ec5850f1f4 Version bump to 2.28.1 2019-08-16 19:48:18 +01:00
Kevin Ansfield
8d350bc90d Version bump to 2.28.0 2019-08-13 11:21:18 +01:00
Kevin Ansfield
d4f2280a68 Switched Admin API version from v2 to canary (#1291)
no issue

- Ghost-Admin is our primary API client, we should keep it in sync with the canary API branch to dog food our API changes
2019-08-12 09:56:21 +01:00
renovate[bot]
640c2f18c8 Update dependency markdown-it to v9.1.0 (#1289) 2019-08-12 09:34:38 +01:00
Kevin Ansfield
457a8e2955 🎨 Added auto-login to private site when viewing site preview in admin (#1286)
closes https://github.com/TryGhost/Ghost/issues/10995

- when first loading the site preview, if private mode is enabled submit the login form in the background to get the cookie before loading the iframe
- refactors post-authentication preloading to ensure it occurs before post-authentication route hooks are called
- adds `showSuccess` attribute to `<GhTaskButton>` so that when set to `false` it can stay in the running state after "success" to avoid state change flashes whilst waiting for a transition
2019-08-12 09:11:10 +01:00
Renovate Bot
083a8c054f Update ember core to v3.12.0 2019-08-12 09:09:54 +01:00
Renovate Bot
3bd28f75f7 Update dependency blueimp-md5 to v2.11.1 2019-08-12 01:26:44 +00:00
Fabien O'Carroll
db9e637ef9 Version bump to 2.27.0 2019-08-06 17:34:38 +08:00
Renovate Bot
d209dd4b66 Update dependency @html-next/vertical-collection to v1.0.0-beta.14 2019-08-05 01:28:22 +00:00
Kevin Ansfield
d33abeab04 Fixed ".set called on destroyed object" error thrown in <GhUploader>
no issue

- saw error being thrown sometimes when performing image/gallery uploads in the editor
2019-07-31 17:45:19 +01:00
Rish
8b0c954b21 Version bump to 2.26.0 2019-07-30 20:24:26 +05:30
Renovate Bot
333f55a770 Update dependency @tryghost/kg-parser-plugins to v0.6.0 2019-07-29 09:38:57 +01:00
Renovate Bot
58365fead2 Update ember addons 2019-07-29 04:27:29 +00:00
Renovate Bot
cd4850ce20 Update dependency ember-data to v3.11.4 2019-07-29 03:26:16 +00:00
Renovate Bot
04939982f2 Update dependency @tryghost/timezone-data to v0.2.6 2019-07-29 02:27:06 +00:00
Renovate Bot
41f488fe8e Update dependency @tryghost/helpers to v1.1.7 2019-07-29 01:27:16 +00:00
Aileen Nowak
dbb3368921 🔗 Updated docs api links to be version-less 2019-07-25 15:15:31 +08:00
Kevin Ansfield
dad908911b Added ability to edit alt text for image cards
no issue

- adds an "Alt" button that is displayed in the caption input whilst an image card is selected, clicking it toggles between the rich-text caption input and a plain-text alt text input
2019-07-23 18:13:41 +01:00
Kevin Ansfield
8b9686e571 Version bump to 2.25.9 2019-07-23 12:01:47 +01:00
Kevin Ansfield
66000822e0 Removed opacity from toaster notifications
refs https://github.com/TryGhost/Ghost/issues/10939

- comments out opacity to resolve readability issues. Quick-fix whilst waiting for a deeper design review
2019-07-22 14:10:23 +01:00
Renovate Bot
c9537e27f1 Update ember core
no issue

- remove usages of function prototype extensions
- fix usage of evented.off
2019-07-22 14:00:52 +01:00
Renovate Bot
25a0fcd217 Lock file maintenance 2019-07-22 13:15:16 +01:00
Kevin Ansfield
4ae9151923 Fix linting errors
refs https://github.com/TryGhost/Ghost-Admin/pull/1274

- fixes errors introduced from upgrading to eslint@6
2019-07-22 11:21:24 +01:00
Renovate Bot
5e94d31673 Update dependency eslint to v6 2019-07-22 11:21:24 +01:00
Kevin Ansfield
0b649eaedd Remove unused files
no issue

- `app/helpers/gh-format-html` is duplicated in `lib/koenig-editor/addon/helpers/sanitize-html` and is not used anywhere else
- `app/helpers/gh-path` is not used anywhere - the API should be returning absolute URLs everywhere so path generation is no longer as necessary within templates
- `app/helpers/is-equal` replaced with `{{eq}}` from `ember-truth-helpers`
- `app/helpers/is-not` replaced with `{{not}}` from `ember-truth-helpers`
- `app/utils/isFinite` is not used anywhere
- `app/utils/titleize` is not used anywhere
2019-07-22 11:06:16 +01:00
Aileen Nowak
8e1f08f801 Updated links to docs (#1276)
no issue
2019-07-22 16:53:24 +08:00
Renovate Bot
b4442d6316 Update dependency ember-exam to v4 2019-07-22 09:24:54 +01:00
Renovate Bot
db3e352610 Update dependency ember-cli-mirage to v1.1.0 2019-07-22 09:24:23 +01:00
Renovate Bot
78720bde95 Update dependency blueimp-md5 to v2.11.0 2019-07-22 09:24:09 +01:00
Renovate Bot
c6be6349bc Update dependency ember-simple-auth to v1.9.2 2019-07-22 02:30:48 +00:00
Renovate Bot
ff7238f560 Update dependency codemirror to v5.48.2 2019-07-22 01:28:36 +00:00
Nazar Gargol
ce7cc746be Version bump to 2.25.8 2019-07-17 17:45:21 +02:00
Peter Zimon
31a3fe7c48 Updated word break for name and email in navbar
no refs.
- fixed the issue that long name and email in left sidebar were breaking into multiple lines
- added title attribute to name and email
2019-07-17 12:33:27 +02:00
Renovate Bot
0a69e3e722 Lock file maintenance 2019-07-17 11:26:53 +01:00