1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Commit graph

4768 commits

Author SHA1 Message Date
Renovate Bot
269996b723 Update dependency ember-exam to v4.0.2 2019-09-23 04:26:38 +00:00
Renovate Bot
e9015ca8f0 Update dependency @tryghost/timezone-data to v0.2.9 2019-09-23 03:25:04 +00:00
Renovate Bot
958fbd8fb9 Update dependency @tryghost/helpers to v1.1.10 2019-09-23 02:26:06 +00:00
Renovate Bot
e95dfe5c60
Update dependency eslint to v6.4.0 2019-09-16 02:27:08 +00:00
Renovate Bot
cafca6508a Update ember addons 2019-09-16 02:26:20 +00:00
Renovate Bot
f367dba66a Update dependency ember-exam to v4.0.1 2019-09-16 01:27:27 +00:00
Renovate Bot
83cdd801c9 Update dependency ember-data to v3.12.2 2019-09-16 00:45:51 +00:00
Fabien O'Carroll
5ec6d34647
Added guard against undefined member name (#1322)
no-issue

This is causing issues since we removed the name property from member
objects. This change stops admin crashing out, but a more correct
handling of the missing name property should happen at a later point.
2019-09-12 16:33:03 +08:00
Kevin Ansfield
a8ea51b3ad Version bump to 2.31.0 2019-09-09 17:47:56 +01:00
Kevin Ansfield
69c3c4af11 Allowed "view site" request to save cookies in cross-origin requests
no issue

- adds `credentials: 'include'` option to `fetch()` which instructs browsers to save cookies in the POST response in cross-origin requests (default is `'same-origin'`)
2019-09-09 17:01:26 +01:00
Renovate Bot
504916d86e Update ember addons 2019-09-09 10:21:49 +01:00
Renovate Bot
351e9a5bb4 Update dependency ember-cli-mirage to v1.1.1 2019-09-09 03:26:49 +00:00
Renovate Bot
511bf5657c Update dependency @tryghost/timezone-data to v0.2.8 2019-09-09 02:34:12 +00:00
Renovate Bot
3c142e7cda Update dependency @tryghost/helpers to v1.1.9 2019-09-09 01:28:16 +00:00
Peter Zimon
2427067e8e Added bookmark card styles to "What's new" modal
no refs.
- bookmark cards were displayed incorrectly in the "What's new" popup due to missing styles. This adds the necessary styles for it.
2019-09-05 09:41:58 +02:00
Peter Zimon
ad29257acc Fixed alignment of avatar badge
no refs.
- fixed the aligment of the "What's new" badge on the account menu
2019-09-05 09:30:40 +02:00
Peter Zimon
05b529367f Fixed registration flow SVG stroke color
no refs.
- fixes a visual bug that the checkmark icon's stroke color during the registration flow was #000. The bug was a sideeffect to the latest ember-svg-jar module update.
2019-09-05 09:22:49 +02:00
Kevin Ansfield
5e30d6da3b Removed empty svg file
refs 7442e01638

- the empty svg file was the cause of the broken builds when using ember-svg-jar 2.2.1
2019-09-04 09:55:00 +01:00
Kevin Ansfield
7442e01638 Reverted update of ember-svg-jar to 2.2.1
refs https://github.com/ivanvotti/ember-svg-jar/issues/138

- 2.2.1 is breaking development builds
2019-09-02 12:17:27 +01:00
Renovate Bot
99a6e9e60e Lock file maintenance 2019-09-02 09:43:33 +01:00
Renovate Bot
e5e5f088a5 Update dependency ember-cli-htmlbars-inline-precompile to v3 2019-09-02 09:35:03 +01:00
Renovate Bot
5fbcd5a214 Update ember addons 2019-09-02 09:34:38 +01:00
Renovate Bot
30397653da Update dependency blueimp-md5 to v2.12.0 2019-09-02 09:34:06 +01:00
Renovate Bot
301a8f14eb Update dependency @tryghost/kg-parser-plugins to v0.8.0 2019-09-02 09:33:34 +01:00
Renovate Bot
58ff570264 Pin dependency @tryghost/string to 0.1.5 2019-09-02 09:33:19 +01:00
Renovate Bot
6b65756eac Update dependency ember-cli-string-helpers to v4.0.3 2019-09-02 02:31:55 +00:00
Renovate Bot
75cedbb5e1 Update dependency @tryghost/kg-clean-basic-html to v0.1.3 2019-09-02 01:31:39 +00:00
Kevin Ansfield
737a09ea8e
🐛 Fixed browser back button behaviour after clicking "x posts" on tags screen (#1306)
closes https://github.com/TryGhost/Ghost/issues/11057

- removed static "replace" configuration of posts/pages query params
- used the router service to register a `willTransition` event handler which handles conditional replaceState transition behaviour only when filters are changed whilst already on the posts/pages route
2019-08-29 11:10:09 +01:00
Kevin Ansfield
aef588c8ef Updated Unsplash image selector to insert larger images
no issue

- the default "regular" url Unsplash provides is 1080px wide that does not work well for full-width image cards
- updated to grab 2000px wide images
2019-08-29 09:41:43 +01:00
Kevin Ansfield
eb4ff95383 Version bump to 2.30.2 2019-08-28 11:39:00 +01:00
Kevin Ansfield
bb84f62838 Fixed conflicting svg ids
no issue

- enables `prefixIds` svgo option to guarantee all `id` attributes are unique across svgs
- disabled `cleanupIds` option so that it doesn't interfere with id uniqueness
- fixes instagram icon background not showing
2019-08-28 11:33:32 +01:00
Peter Zimon
9498681ce7 Added missing class to pages table heading 2019-08-28 11:57:55 +02:00
Peter Zimon
37765b2c4c Fixed line-height for textareas
no refs.
- Applied line-height for textareas with gh-input class. Having it applied all the textarea styles to textarea.gh-input caused bug in calculating the height of post titles in Koenig.
2019-08-28 11:35:17 +02:00
Kevin Ansfield
4cad386687 🐛 Fixed text editing display of markdown, html, and code cards
closes https://github.com/TryGhost/Ghost/issues/11056

- reverts codemirror dependency
- adds codemirror to the list of ignored dependencies for renovate to prevent auto-updating
2019-08-28 10:17:53 +01:00
Peter Zimon
6c97140c05 Refined line-height for bookmark card publisher 2019-08-28 11:03:02 +02:00
Kevin Ansfield
e32110c73a Fixed "undefined" appearing in markdown card styles
no issue
2019-08-28 09:56:45 +01:00
Kevin Ansfield
bd6007c811 Version bump to 2.30.1 2019-08-27 19:44:36 +01:00
Peter Zimon
9168872582 Fixed style for bookmark card publisher field
no refs.
2019-08-27 20:38:42 +02:00
Rish
d4f2c3c795 Version bump to 2.30.0 2019-08-27 21:01:30 +05:30
Rishabh Garg
9bfd340885 Added bookmark card and integrated it as fallback for unknown embeds (#1293)
requires https://github.com/TryGhost/Ghost/pull/11024

With the bookmark card you can present links in a much richer format, similar to Twitter cards. If the URL points to a page with right meta information it can show the page title, excerpt, author, publisher and even a preview image.

Bookmark cards can be created in two ways:

1. pasting a link as the first thing in blank paragraph - we'll check to see if we can create an embed, if we can't then we'll create a bookmark card instead
2. manually selecting the bookmark card from the (+) menu or by typing "/bookmark<kbd>Enter</kbd>" or "/bookmark {url}<kbd>Enter</kbd>" for short (you might want to do this if you want the bookmark version instead of a full embed)

Pressing <kbd>Ctrl/Cmd+Z</kbd> after pasting will convert the bookmark card back to a link if that's preferred, alternatively a URL can be pasted with <kbd>Ctrl/Cmd+Shift+V</kbd> to avoid any automatic transformation to an embed/bookmark.

---

- adds "bookmark" card that functions similarly to the embed card
- if the oembed API request returns `type: "bookmark"` then the metadata is used to create a bookmark card
2019-08-27 15:10:31 +01:00
Rishabh Garg
166c8ff5e6
🎨 Updated tags screen design and usability (#1283)
no issue

Updates design and usability for tags list and details screen
2019-08-27 19:21:31 +05:30
Kevin Ansfield
0d563eb5bc Fixed tests 2019-08-27 10:59:27 +01:00
Kevin Ansfield
c30ad64a5e Fixed linting 2019-08-27 10:49:50 +01:00
Kevin Ansfield
a7aa74e841 Removed unused "active" handling in <GhPostListItem>
no issue

- "active" post list items no longer exist so we can remove the code related to handling the scroll-into-view and style changes
2019-08-27 10:42:27 +01:00
Kevin Ansfield
367419ab5a Resolved deprecated usage of Ember Data evented api usage
no issue

- https://deprecations.emberjs.com/ember-data/v3.x/#toc_evented-api-usage
- we were using the now deprecated `didCreate` and `didUpdate` events on the post model to perform controller-specific logic each time `post.save()` was called
- moved the functionality that was attached to the hook events into a `_savePost()` function and used that anywhere we were calling `post.save()`
2019-08-26 15:08:49 +01:00
Kevin Ansfield
a66136a9bb Updated Renovate configuration
closes https://github.com/TryGhost/Ghost-Admin/pull/1164

- extend from our base configuration
2019-08-26 10:57:16 +01:00
renovate[bot]
d5812147bd Lock file maintenance (#1282) 2019-08-26 10:53:27 +01:00
renovate[bot]
a831e406cb Update ember addons (#1285) 2019-08-26 10:42:30 +01:00
renovate[bot]
5a90abedc6 Update ember addons (#1266) 2019-08-26 10:39:02 +01:00
Kevin Ansfield
a9b70327b7 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