Kevin Ansfield
5cdd6c19ed
Version bump to 3.0.1
2019-10-29 14:20:09 +00:00
Peter Zimon
794efd26a5
Fixed misaligned arrow for Koenig action bar
...
no issue
- fixed Koenig action bar arrow misalignement in dark mode
2019-10-29 13:03:28 +01:00
Kevin Ansfield
595110f354
🐛 Fixed editor showing incorrect domain and "unsaved changes" modal for relative links
...
no issue
- convert relative links to absolute based on the configured blog url when displaying URLs in the link toolbar and when manually setting a relative link
- converting to absolute in the editor prevents the in-memory mobiledoc getting out of sync with the server response when it converts relative urls to absolute
2019-10-29 11:57:29 +00:00
Kevin Ansfield
2b4a3b75d9
Removed "Public API" toggle in Labs screen
...
no issue
- the v0.1 "Public API" was removed in Ghost 3.0 so the toggle was non-functional
2019-10-29 09:46:59 +00:00
Rishabh Garg
e8d8980da3
🐛 Fixed members export limiting to 15 members only ( #1391 )
...
closes https://github.com/TryGhost/Ghost/issues/11298
The members admin API by default paginates the result and only returns upto 15 members. This change passes `limit` param to the API with `limit=all` to fetch all members in result.
2019-10-29 10:21:10 +05:30
Kevin Ansfield
1413c894d7
Lock file maintenance
2019-10-28 11:46:29 +00:00
renovate[bot]
28dd0b5f24
Update dependency markdown-it-mark to v3 ( #1329 )
2019-10-28 11:21:50 +00:00
renovate[bot]
fe04883330
Update dependency markdown-it to v10 ( #1328 )
2019-10-28 11:20:57 +00:00
renovate[bot]
b28d834e62
Update dependency autoprefixer to v9.7.0 ( #1387 )
2019-10-28 10:53:49 +00:00
renovate[bot]
1a22b842b8
Update ember addons ( #1388 )
2019-10-28 10:53:31 +00:00
Renovate Bot
bfe5d93885
Update dependency autoprefixer to v9.6.5
2019-10-28 04:33:12 +00:00
Renovate Bot
a6d3e5b9c6
Update dependency glob to v7.1.5
2019-10-28 03:31:47 +00:00
Renovate Bot
ec1e889df0
Update dependency @tryghost/timezone-data to v0.2.14
2019-10-28 02:37:21 +00:00
Renovate Bot
2bb1c15ecd
Update dependency @tryghost/helpers to v1.1.17
2019-10-28 01:35:35 +00:00
John O'Nolan
af9c4de315
Correct Stripe dashboard URL for members detail
2019-10-24 17:31:55 +07:00
Fabien O'Carroll
fa7dcacc16
Version bump to 3.0.0
2019-10-21 22:41:48 +07:00
Kevin Ansfield
c7e51059bf
Fixed enter in tag screen inputs triggering save ( #1381 )
...
no issue
- `{{gh-task-button}}` was used inside a form but didn't have a `type="button"` property which meant the browser was treating it as a submit button and triggering the save action and related animation before the field's focus-out was called resulting in a save request before the scratch value is transferred to the model
- removed the submit action from the `<form>` element to prevent any other accidental triggers before scratch values have been transferred into real model values
2019-10-21 21:03:27 +05:30
Kevin Ansfield
dd94a10890
Prevented enter key submitting misleading member details save request ( #1380 )
...
no issue
- `{{gh-task-button}}` was used inside a form but didn't have a `type="button"` property which meant the browser was treating it as a submit button and triggering the save action and related animation before the field's focus-out was called resulting in a save request before the scratch value is transferred to the model
- removed the submit action from the `<form>` element to prevent any other accidental triggers before scratch values have been transferred into real model values
2019-10-21 16:24:57 +01:00
Kevin Ansfield
00b38d9f1c
Fixed Cmd+S in member details form ( #1379 )
...
no issue
- a route-level `save` action was set up on the `member` route which calls `controller.send('save')` but the corresponding `save` action was never set up on the controller which meant the action bubbled back up to the route creating an infinite loop
2019-10-21 20:32:44 +05:30
Fabien O'Carroll
638c83820b
Version bump to 3.0.0-beta.8
2019-10-21 18:34:46 +07:00
Peter Zimon
5bfe1c2095
V3 css fixes ( #1377 )
...
* Fixed Firefox bug for input groups
* Moved from `rem` based responsive styles to `px` based
* Fixed invisible clickable menus for member/user list
* Added responsive CSS for meembers list header
* Updated member list responsive styles
* Fix list header responsive style
2019-10-21 13:09:56 +02:00
John O'Nolan
38482311da
Refined copy for members settings
2019-10-21 15:24:50 +07:00
Rish
3bb9a9a164
Fixed default fromAddress for members
...
no issue
2019-10-21 12:40:42 +05:30
Fabien O'Carroll
671d7c4d68
Version bump to 3.0.0-beta.7
2019-10-21 13:05:33 +07:00
Peter Zimon
821dc47774
Replaced favicon for better legibility ( #1374 )
2019-10-20 22:31:03 +05:30
Rish
28668b19c1
Version bump to 3.0.0-beta.6
2019-10-20 16:11:09 +05:30
Rish
c94d95aee1
Version bump to 3.0.0-beta.5
2019-10-20 14:19:55 +05:30
John O'Nolan
3c7e990e59
Corrected members yearly pricing label ( #1372 )
...
no issue
2019-10-20 14:14:17 +05:30
Peter Zimon
549fb7193a
Dark mode related fixes
...
no issue
- fixed double border for tags tabs
- refined view action button border
- fixed border for staff avatar
- fixed member avatar label color
2019-10-20 10:41:03 +02:00
Peter Zimon
f60fce91ca
Fixed dark mode form group style
2019-10-20 10:41:03 +02:00
Peter Zimon
295d0442b1
Fixed CSS bugs on what's new popup
2019-10-20 10:41:03 +02:00
Rish
9075668f61
Version bump to 3.0.0-beta.4
2019-10-19 18:40:27 +05:30
John O'Nolan
92df04ac03
Amended Stripe signup link ( #1371 )
...
no issue
2019-10-19 18:37:54 +05:30
Rishabh Garg
9926ea8173
🐛 Fixed members count on list page ( #1369 )
...
no issue
Members calculation was breaking when viewed on admin without refresh after adding/deleting new members, updated to more robust calculation logic.
2019-10-19 18:06:38 +05:30
Fabien O'Carroll
4332f7eed6
Version bump to 3.0.0-beta.3
2019-10-18 19:30:44 +07:00
Peter Zimon
b8da3ab22f
Responsive fixes on tags list screen
...
no issue
- fixed filter responsive CSS
- fixed list behavior
2019-10-18 14:08:46 +02:00
Peter Zimon
02d8fe89eb
Post list responsive CSS fixes
...
no issue
- fixed title display for mobile
- fixed scrolling for content filters
- fixed list cells styles
2019-10-18 13:05:34 +02:00
Peter Zimon
aee7430263
Fixed Stripe info box responsive behavior
...
no issue
2019-10-18 11:44:45 +02:00
Fabien O'Carroll
78351fe168
Version bump to 3.0.0-beta.2
2019-10-17 18:53:17 +07:00
Fabien O'Carroll
87861fe000
Version bump to 3.0.0-beta.1
2019-10-17 17:36:15 +07:00
Peter Zimon
e8b423b48d
Added input groups with append value
...
no issue
- members price and email settings share the same pattern now: the uneditable parts of the input value is inside the input
2019-10-16 21:35:06 +02:00
Peter Zimon
4d60592cb7
Updated favicon
...
no issue
2019-10-16 20:18:45 +02:00
Peter Zimon
0f976f3722
Updated featured star alignment for post list
...
no issue
2019-10-16 20:03:35 +02:00
Peter Zimon
dce6e70b59
Added Stripe info to members labs settings
...
no issue
2019-10-16 19:54:49 +02:00
John O'Nolan
d1a5608755
Refined copy for members settings ( #1366 )
...
no-issue
2019-10-16 15:27:46 +07:00
Rish
6b7aef9628
Updated to password input for member settings keys
...
no issue
2019-10-16 11:45:14 +05:30
Peter Zimon
22c2ce0cf6
Refined member details
...
no issue
- updated copy for member since date
- added note to note field
- added subscription value to plan data
2019-10-15 16:24:20 +02:00
Peter Zimon
b7f83fad2c
Refined member list
...
no issue
- added list headings
- added active state to search field when it has value
- set position of actions dropdown
- refined avatar typography
2019-10-15 16:11:43 +02:00
Peter Zimon
3cc22b5528
Moved Member settings section to top in labs
...
no issue
2019-10-15 14:43:22 +02:00
Fabien O'Carroll
580e2d8f77
Version bump to 2.37.0 ( #1365 )
...
Version bump to 2.37.0
2019-10-15 18:06:56 +07:00
Kevin Ansfield
61a3255274
Version bump to 2.37.0
2019-10-14 13:50:09 +01:00
Kevin Ansfield
56786f370c
Merge branch 'master' into v3
2019-10-14 11:08:10 +01:00
Renovate Bot
0f1d6d7786
Update ember addons
2019-10-14 09:25:48 +00:00
Kevin Ansfield
4743d372d9
Added "Member added" event to webhooks list ( #1359 )
...
requires https://github.com/TryGhost/Ghost/pull/11230
- allows member webhooks to be created
2019-10-14 09:55:38 +01:00
Kevin Ansfield
538d031908
Remove deprecated ember-cli-htmlbars-inline-precompile dependency
2019-10-14 09:51:40 +01:00
renovate[bot]
5af5b29ae4
Update dependency ember-mocha to v0.16.1 ( #1363 )
2019-10-14 09:45:03 +01:00
renovate[bot]
5fb5a9d3f1
Update dependency @tryghost/timezone-data to v0.2.12 ( #1362 )
2019-10-14 09:44:35 +01:00
renovate[bot]
a66d2ff52a
Update dependency @tryghost/helpers to v1.1.15 ( #1361 )
2019-10-14 09:44:21 +01:00
Rish
66d84790a4
Fixed members test for admin
...
no issue
2019-10-14 09:08:28 +01:00
Rish
ad47c6e2f2
Fixed members test for admin
...
no issue
2019-10-14 08:42:04 +05:30
Rish
6b1cd8dc23
Enabled members by default
...
no-issue
This removes the need for `enableDeveloperExperiments` flag for members
2019-10-14 08:42:04 +05:30
Hannah Wolfe
49b28e4493
Set Node v12 to available nodesource version
...
- seems v12.10.0 is the latest available version for bionic via nodesource ppa
- want to support a version that can be installed on our recommended stack
2019-10-12 12:58:05 +01:00
Kevin Ansfield
5502dce4f5
Merge branch 'master' into v3
2019-10-11 13:35:01 +01:00
Rish
083b1e4a5a
Version bump to 2.36.0
2019-10-11 16:59:08 +05:30
Rish
2ce07e922b
Fixed member section visibility for owner
...
no issue
Previously we were just hiding the toggle for member section in case of user not being owner. This updates to hide full section in case of non-owner user which is expected behavior
2019-10-11 15:27:24 +05:30
Kevin Ansfield
df4bdf1cf2
Merge branch 'master' into v3
2019-10-11 10:43:38 +01:00
Rish
e90b80822d
Renamed member require payment setting
...
no issue
Renames member setting `requirePaymentForsSignup` -> `allowSelfSignup` to match existing usage in members API
2019-10-11 14:10:37 +05:30
Peter Zimon
079f40611b
Updated members Labs settings UI
...
no issue
- new settings have been introduced for members, switched to expand/collapse UI pattern for members settings
2019-10-11 10:25:52 +02:00
Rish
33de815292
Added members feature toggle for owner only
...
no issue
2019-10-11 11:34:31 +05:30
Kevin Ansfield
7b5751e42d
Version bump to 2.35.0
2019-10-10 18:18:45 +01:00
Peter Zimon
e5c968c51f
Updated member email font weight
...
no issue
2019-10-10 16:01:38 +02:00
Peter Zimon
1960c3d649
Updated member avatar initial fontsize
...
no issue
2019-10-10 15:59:21 +02:00
Rish
cb1c851f21
Added unsaved changes check to member details page
...
no issue
- Adds unsaved changes check to member detail page for write operations
2019-10-10 18:06:33 +05:30
Rish
5a609a785f
Enabled write operation for member name and note
...
no issue
- Allows editing member's name and note in admin
2019-10-10 17:29:35 +05:30
Kevin Ansfield
26c48a52c2
Merge branch 'master' into v3
2019-10-10 10:17:44 +01:00
Rish
641dd35779
Updated subscription data in member details
...
no issue
2019-10-10 13:54:19 +05:30
Kevin Ansfield
bfc047ad93
Version bump to 2.34.0
2019-10-09 18:43:04 +01:00
Kevin Ansfield
d635e7009d
Bumped supported node versions
...
no issue
- bumps 8.x minimum supported version to match Ghost
- adds 12.x for testing ready for LTS
2019-10-09 15:53:24 +01:00
Kevin Ansfield
ce7f0bf1ec
Merge branch 'master' into v3
2019-10-09 15:06:37 +01:00
Rish
2e01455413
Updated members lab settings design
...
no issue
- Extracts members lab settings from `Beta Features` section to its own section
- Adds new `fromAddress` field to members settings
2019-10-09 15:33:08 +05:30
Kevin Ansfield
a9e82b1f7e
🐛 Fixed "unsaved changes" modal when leaving a new post with no content ( #1358 )
...
no issue
- if you created a post by setting a title but did not enter anything into the editor body before trying to leave the editor you'd see an "unsaved changes" modal because the "scratch" value for the post mobiledoc is `null` but the post's real mobiledoc value is now a blank document as returned from the API
- adds a conditional reset of the `post.scratch` value after a successful save if the scratch value is blank
2019-10-09 10:53:57 +01:00
Naz Gargol
3aa260f92e
Hidden post visibility select from PSM for non editors ( #1357 )
...
no issue
- Limited visiblity to only those users who have the rights to edit post's visibility
2019-10-09 10:23:36 +02:00
Kevin Ansfield
3a1bd8f374
Remove duplicated members config from Labs screen
2019-10-08 14:13:19 +01:00
Kevin Ansfield
159e810d5c
Merge branch 'master' into v3
2019-10-08 14:04:38 +01:00
Rish
341b23469d
Updated members requirePayment
flag naming
...
no issue
Renamed `requirePaymentBeforeSignup` flag to `requirePaymentForSignup`
2019-10-08 16:40:28 +05:30
Rish
b42dcb6da8
Updated members labs section
...
no issue
- Extracted members feature out of `Beta Features` section to its own
- Added new `requirePaymentBeforeSignup` flag to members settings
2019-10-08 16:25:01 +05:30
Kevin Ansfield
4199f89238
Version bump to 2.33.0
2019-10-08 11:25:41 +01:00
Kevin Ansfield
267bb11226
Version bump to 2.32.0
2019-10-07 23:11:18 +01:00
Rish
58e11f7b33
Added loading state for member subscription details
...
no issue
2019-10-07 17:56:32 +05:30
Rish
7313b9145f
Fixed members list sorting
...
no issue
2019-10-07 17:05:49 +05:30
renovate[bot]
38e36104b8
Lock file maintenance ( #1345 )
2019-10-07 12:14:41 +01:00
renovate[bot]
edef5899aa
Update dependency eslint to v6.5.1 ( #1356 )
2019-10-07 12:14:26 +01:00
renovate[bot]
1c59ff0350
Update dependency testem to v3 ( #1355 )
2019-10-07 11:54:43 +01:00
renovate[bot]
6e555f5a17
Update dependency @tryghost/timezone-data to v0.2.11 ( #1350 )
2019-10-07 11:54:20 +01:00
renovate[bot]
b11aa3bc67
Update dependency @ember/jquery to v1 ( #1354 )
2019-10-07 11:54:03 +01:00
renovate[bot]
7ac92aab5a
Update ember addons ( #1353 )
2019-10-07 11:50:27 +01:00
Renovate Bot
5b4c69381b
Update dependency @tryghost/helpers to v1.1.12
2019-10-07 10:33:18 +00:00
renovate[bot]
da1ce2464f
Update dependency ember-exam to v4.0.4 ( #1352 )
2019-10-07 11:26:50 +01:00
renovate[bot]
d00217353a
Update dependency autoprefixer to v9.6.4 ( #1351 )
2019-10-07 11:25:40 +01:00
Kevin Ansfield
f6a75c3a06
Fixed tests
2019-10-07 11:17:16 +01:00
renovate[bot]
1388393c3c
Pin dependency ember-cli-chart to 3.5.0 ( #1348 )
2019-10-07 08:21:10 +01:00
Rish
a85129abc8
Fixed lint
...
no issue
2019-10-07 09:17:26 +05:30
Peter Zimon
0d57cfb4f2
Refined Stripe info in member details
...
no issue
- refined divider line color for member detail screen with multiple Stripe subscription
2019-10-05 13:10:06 +02:00
Peter Zimon
285a7ab851
Added empty Stripe info state for member details
...
no issue
2019-10-05 13:01:43 +02:00
Peter Zimon
8ac7500084
Refined member details screen
...
no issue
2019-10-05 12:41:47 +02:00
Rish
d9351f7292
Fixed members subscription amount default/empty value
...
no issue
2019-10-04 20:23:50 +05:30
Rish
3974dd5615
Updated member info to show multiple subscriptions
...
no issue
Displays details of multiple subscriptions of a member
2019-10-04 20:01:56 +05:30
Peter Zimon
b49683127c
Refined members import/export design
...
no issue
2019-10-04 13:55:52 +02:00
Peter Zimon
e542fcbca3
Updated member list and detail wording
...
no issue
2019-10-04 13:40:10 +02:00
Peter Zimon
9c21f1b60c
Refined members import/export button design
...
no issue
2019-10-04 13:28:10 +02:00
Peter Zimon
523b8e856f
Renamed post visiblity dropdown values for posts
...
no issue
2019-10-04 12:57:58 +02:00
Peter Zimon
d81b39e355
Updated members labs settings layout
...
no issue
2019-10-04 12:53:32 +02:00
Rish
c3a496fe9f
Added csv import/export for members
...
no issue
- Adds action view with import/export csv options
2019-10-04 15:14:20 +05:30
Rish
a561b6e66e
Updated members detail design
...
no issue
- Fixed bug with incorrect member count
- Added basic stripe info section
2019-10-03 23:17:52 +05:30
Rish
40fddac43c
Updated member model to use new subscriptions structure
...
no issue
Members API was updated to have new subscription structure, this updates model and its transformation to match it.
2019-10-03 23:10:42 +05:30
Rish
06e6e15cc5
Updated plan amount fields to allow empty values
...
no issue
2019-10-03 23:09:29 +05:30
Peter Zimon
c3e129c5da
Updated member list title copy
2019-10-03 13:59:19 +02:00
Peter Zimon
ce50606529
Updated member details screen design
...
no issue
2019-10-03 13:46:36 +02:00
Peter Zimon
495663c3c4
Udpated members list design
...
no issue.
2019-10-03 12:56:31 +02:00
Fabien O'Carroll
2d4b332e9c
Fixed import ordering for eslint
...
no-issue
2019-10-03 14:30:55 +07:00
Peter Zimon
bdc0330ccd
Added number check for Labs/Members price values
...
no issue
2019-10-02 14:52:41 +02:00
Peter Zimon
a29e687da6
Updated design for Labs/Members configuration
...
no issue
2019-10-02 14:52:41 +02:00
Rish
4a3fd90017
Updated members list/detail screens base structure
...
no issue
2019-10-02 17:05:57 +05:30
Naz Gargol
98da7e1f26
Content visibility configuration in labs ( #1346 )
...
no issue
- Changed members description to less verbose
- Added content visibility radio options to members configuration screen
- Moved setting of default visibility to server-side
- Default visibility setting when PSM is opened before making the first request to the server
2019-10-02 11:13:59 +02:00
Rish
e49a12cfa0
Updated member detail screen design
2019-10-02 09:30:21 +05:30
Rish
204e10c114
Updated members list screen design
2019-10-02 09:30:21 +05:30
Naz Gargol
cdb87e5112
Added PSM visibility input ( #1344 )
...
refs 80f7e0b19e
- Added visibility input in PSM to control content access level for members
- Added default post visibility in editor. To be changed (moved to server-side) once `defaultContentVisibility` is available in settings service
- Added `visibility` property to post model & mirage
2019-10-01 15:00:53 +02:00
Peter Zimon
e81fe47bfd
Fixed "Upgrade now" button length in pro menu
...
no refs.
- fixed the issue that the "Upgrade now" button shown to Ghost(Pro) users was too wide in the updated Admin sidebar
2019-10-01 12:25:17 +02:00
Peter Zimon
e89789fbe0
Cleanup forms input CSS commit
2019-09-30 13:18:33 +02:00
Kevin Ansfield
fac016a59c
Lock file maintenance
2019-09-30 11:59:16 +01:00
Peter Zimon
834f2aa976
Fixed line height for textareas and post title
...
no refs.
2019-09-30 11:52:33 +02:00
Peter Zimon
e8cdec28ae
Refined login form sizes and colors
...
no refs.
2019-09-30 11:30:45 +02:00
Peter Zimon
775c16eccc
Fixed Ghost(Pro) menu icon color in navigation
...
no refs.
2019-09-30 10:56:44 +02:00
renovate[bot]
32f3127db4
Update ember addons ( #1343 )
2019-09-30 09:24:30 +01:00
Renovate Bot
29d8090f99
Update ember addons
2019-09-30 06:20:51 +00:00
Renovate Bot
d47130b2e8
Update dependency ember-exam to v4.0.3
2019-09-30 05:36:09 +00:00
Renovate Bot
28b5fca746
Update dependency ember-data to v3.12.4
2019-09-30 03:33:12 +00:00
Renovate Bot
39e69abee1
Update dependency @tryghost/timezone-data to v0.2.10
2019-09-30 01:38:53 +00:00
Renovate Bot
3ca1b79e51
Update dependency @tryghost/helpers to v1.1.11
2019-09-30 01:35:38 +00:00
Naz Gargol
7e3412ce8e
🔥 Removed all subscriber feature related code ( #1337 )
...
refs https://github.com/TryGhost/Ghost/pull/11153
- Removed all subscriber feature related code
- The feature is being substituted by members
2019-09-26 15:58:01 +02:00
Rish
1c25f62f60
Reverted switch to using built-in Slack notifications for Travis build
...
no issue
The built-in slack notifications are not working as expected in terms of amount of notifications received, we switch to old manual notification script for the time being till this is sorted.
2019-09-26 13:16:58 +05:30
renovate[bot]
d2d12c3a74
Update ember addons ( #1336 )
2019-09-24 15:35:52 +01:00
John O'Nolan
af6d19631e
Improved alt text UI legibility ( #1324 )
2019-09-24 15:35:22 +01:00
Nazar Gargol
b3dbbd0040
Version bump to 2.31.1
2019-09-23 17:13:25 +02:00
Rish
1cc3b2ed7e
🐛 Fixed tag with # not generating "hash-" prefix at tag screen
...
closes https://github.com/TryGhost/Ghost/issues/11105
- Updates slug generation on tag screen to add "hash-" prefix for tags with name starting from #
2019-09-23 19:58:11 +05:30
Renovate Bot
b62b8e4142
Update ember addons
2019-09-23 05:25:27 +00:00
Renovate Bot
fdc040a56d
Update dependency ember-exam to v4.0.2
2019-09-23 04:26:38 +00:00
Renovate Bot
5ba92fd016
Update dependency @tryghost/timezone-data to v0.2.9
2019-09-23 03:25:04 +00:00
Renovate Bot
d89fb69224
Update dependency @tryghost/helpers to v1.1.10
2019-09-23 02:26:06 +00:00
Naz Gargol
3c2185a3bf
Removed unnecessary '?status=all' query parameter ( #1330 )
...
no issue
- The default post/user filter gets expanded to same values as for ALL_STATUSES in Ghost APIs model layer (https://github.com/TryGhost/Ghost/blob/e57e19e/core/server/api/canary/utils/serializers/input/posts.js#L97 )
2019-09-18 15:11:35 +01:00
Renovate Bot
7e54f4802b
Update ember addons
2019-09-16 09:33:00 +01:00
Renovate Bot
2e8dbfbf02
Update dependency ember-exam to v4.0.1
2019-09-16 09:33:00 +01:00
Renovate Bot
a2f70a61ce
Update dependency ember-data to v3.12.2
2019-09-16 09:33:00 +01:00
Fabien O'Carroll
e584623399
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-16 09:33:00 +01:00
Renovate Bot
97ee50fd71
Update dependency eslint to v6.4.0
2019-09-16 02:27:08 +00:00
Renovate Bot
47244f8323
Update ember addons
2019-09-16 02:26:20 +00:00
Renovate Bot
4d77469419
Update dependency ember-exam to v4.0.1
2019-09-16 01:27:27 +00:00
Renovate Bot
c023c8a650
Update dependency ember-data to v3.12.2
2019-09-16 00:45:51 +00:00
Naz Gargol
461adc6244
🔥 Removed publicAPI feature flag related code ( #1323 )
...
no issue
- Changes are related to API v0.1 being completely gone and this flag won't be returned from API anywhere anymore
2019-09-13 16:11:37 +02:00
Fabien O'Carroll
e6db09620e
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
bd32e758db
Merge branch 'master' into v3
2019-09-10 09:51:11 +01:00
Kevin Ansfield
d9b09f4c4f
Version bump to 2.31.0
2019-09-09 17:47:56 +01:00
Kevin Ansfield
06cb0bd14e
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
448b3f44cd
Update ember addons
2019-09-09 10:21:49 +01:00
Renovate Bot
14ca1479b8
Update dependency ember-cli-mirage to v1.1.1
2019-09-09 03:26:49 +00:00
Renovate Bot
cd75dd34f2
Update dependency @tryghost/timezone-data to v0.2.8
2019-09-09 02:34:12 +00:00
Renovate Bot
e29c61d1ed
Update dependency @tryghost/helpers to v1.1.9
2019-09-09 01:28:16 +00:00
Peter Zimon
8af364e45d
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
fa04ad0ae8
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
75035890f1
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
7d38c24b27
Removed empty svg file
...
refs fa855b6184
- 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
Rishabh Garg
30b2d3a4b3
Switched Admin API version from canary to v3 ( #1317 )
...
no issue
- Switches over to new v3 endpoint from canary
2019-09-03 12:40:27 +05:30
Kevin Ansfield
fa855b6184
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
0e7efce6a0
Lock file maintenance
2019-09-02 09:43:33 +01:00
Renovate Bot
8db9c04c00
Update dependency ember-cli-htmlbars-inline-precompile to v3
2019-09-02 09:35:03 +01:00
Renovate Bot
c28ef26f58
Update ember addons
2019-09-02 09:34:38 +01:00
Renovate Bot
26662ce1b6
Update dependency blueimp-md5 to v2.12.0
2019-09-02 09:34:06 +01:00
Renovate Bot
db1528c5ba
Update dependency @tryghost/kg-parser-plugins to v0.8.0
2019-09-02 09:33:34 +01:00
Renovate Bot
e0df5ca73d
Pin dependency @tryghost/string to 0.1.5
2019-09-02 09:33:19 +01:00
Renovate Bot
e589d8438c
Update dependency ember-cli-string-helpers to v4.0.3
2019-09-02 02:31:55 +00:00
Renovate Bot
d606e8305c
Update dependency @tryghost/kg-clean-basic-html to v0.1.3
2019-09-02 01:31:39 +00:00
Kevin Ansfield
4a11a72ea2
🐛 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
0ba331ec5f
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
ffd2d88dd4
Version bump to 2.30.2
2019-08-28 11:39:00 +01:00
Kevin Ansfield
d1bb99a805
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
4bc9f91392
Added missing class to pages table heading
2019-08-28 11:57:55 +02:00
Peter Zimon
dc6ec36ee0
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
a10ad3767f
🐛 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
a9ab57d90c
Refined line-height for bookmark card publisher
2019-08-28 11:03:02 +02:00
Kevin Ansfield
7c0db288b4
Fixed "undefined" appearing in markdown card styles
...
no issue
2019-08-28 09:56:45 +01:00
Kevin Ansfield
a5a2441c09
Version bump to 2.30.1
2019-08-27 19:44:36 +01:00
Peter Zimon
f1e9cc37f9
Fixed style for bookmark card publisher field
...
no refs.
2019-08-27 20:38:42 +02:00
Rish
d422a57eb2
Version bump to 2.30.0
2019-08-27 21:01:30 +05:30
Rishabh Garg
7543d23e3d
✨ 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
99a4c1c4c2
🎨 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
b6b0af0067
Fixed tests
2019-08-27 10:59:27 +01:00
Kevin Ansfield
22e320f725
Fixed linting
2019-08-27 10:49:50 +01:00
Kevin Ansfield
9eb9e9f00e
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
2500cd9064
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
341d007acd
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]
5fdd25d499
Lock file maintenance ( #1282 )
2019-08-26 10:53:27 +01:00
renovate[bot]
98c77a51ea
Update ember addons ( #1285 )
2019-08-26 10:42:30 +01:00
renovate[bot]
13f8455efa
Update ember addons ( #1266 )
2019-08-26 10:39:02 +01:00
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