Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TryGhost/Admin

Ghost's admin client
https://github.com/TryGhost/Admin

Fixed invalid NQL syntax when using "created on or after" filter

no issue

- the "on or after" filter generation was missing the trailing quote around the date l...

7688890dd5a21e22155cb49ad85827b00967fa74 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added max height to membership settings form

88a22932385cd60baf665b0441ac50ae72a0eac1 authored almost 3 years ago by Peter Zimon <[email protected]>
Fixed linting error

14e3082b009b854a4abb232e6662251ebc86bbd6 authored almost 3 years ago by Sanne de Vries <[email protected]>
Updated portal settings Stripe Connect CTA

84ef2b5b591854ba4bfccd369ab30db86f28acff authored almost 3 years ago by Sanne de Vries <[email protected]>
Fixed Firefox losing filter type selection after opening filters list

refs https://github.com/TryGhost/Admin/pull/2274

- every time the filters UI was opened we were...

6b808631705dff45ab841fff0fe684c51d9ae15c authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added "created at" members filters

refs https://github.com/TryGhost/Team/issues/1390

- added `membersTimeFilters` feature flag and...

0fb37a0f35c4c6452cf78658a48f83ff8ba64fbc authored almost 3 years ago by Kevin Ansfield <[email protected]>
Removed test case for Finishing Touches button that doesn't exist anymore to stop tests failing

no issue

62ee8d07d339502170c6be3e7855263bb219ab3d authored almost 3 years ago by James Morris <[email protected]>
Renamed Finishing Touches onboarding step to Done with other changes and styling tweaks

refs: https://github.com/TryGhost/Team/issues/1376

- renamed finishing touches file to done
- n...

8820a76c715ac202bab51614d8dbb28f09d79696 authored almost 3 years ago by James Morris <[email protected]>
Refined finishing touches screen UI

7ab6a47b694066594f909736887cbd4dd28f465d authored almost 3 years ago by Peter Zimon <[email protected]>
Added dyamic theme properties on onboarding finish screen

9ed40adb2ec7add876f64eab15bdc3a63bb04fc5 authored almost 3 years ago by Peter Zimon <[email protected]>
Removed opening 'Get started' modal

1d31bbcd6b15a3096c1eddbb2ba03e7ea8d13d11 authored almost 3 years ago by Peter Zimon <[email protected]>
Fixed Stripe disconnect modal copy in test mode

ea5ad42790b924ba87eb73c91a0468d3020d4b79 authored almost 3 years ago by Sanne de Vries <[email protected]>
Fixed alignment of plus button in error state

0776df43fc206763166e0b8e6c7255c7959d8f76 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Made empty state text lighter

refs https://github.com/TryGhost/Team/issues/1252

d6037ffcd3189333f9cc45b992cea43b46492e03 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Fixed header alignment responsive issue on members page

b94e4f174a2734a1ac6853d1c52d0605bee640a8 authored almost 3 years ago by Sanne de Vries <[email protected]>
🎨 Updated Member page layout (#2271)

No issue

- Changed the Member details page to be more scalable and flexible, depending on whe...

1ccb48e770b02dc7b2f20a473c71829bc7fe20dc authored almost 3 years ago by Sanne de Vries <[email protected]>
Switched remaining divs to input fields

refs https://github.com/TryGhost/Team/issues/1096

d0cdaeb2c633c0a7c5ce02b149837635363b4ebd authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Fixed activity feed on new member screen showing all events

no issue

- a new member has no `id` but we were passing the empty value through to the members ...

aefb76886fff5e9919f4e92af521518518405681 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added filter by tiers to members filter UI (#2274)

closes https://github.com/TryGhost/Team/issues/1029

- allows site owner to filter members on ...

586955348386225ff78c6ced009cadd3ae2651e4 authored almost 3 years ago by Rishabh Garg <[email protected]>
Fixed include transformation in query for embedded relations

refs https://github.com/TryGhost/Team/issues/1029

- `?include` query in API needs to be transfo...

d0b6a85ea252f0d54d0fd1d8f50f4f9a22967178 authored almost 3 years ago by Rishabh <[email protected]>
v4.37.0

00fdd59b1dd8a9edc7c09a7f36369ece74996d91 authored almost 3 years ago by Daniel Lockyer <[email protected]>
Removed `last_seen_at` from the api queries

refs https://github.com/TryGhost/Team/issues/1393

- This prevents the `last_seen_at` from being...

21170e76f40e178e9a3836f2f5ea221e741307bd authored almost 3 years ago by Thibaut Patel <[email protected]>
Removed "Email" member filter options when email sending is disabled

no issue

- updated the selection of available filter properties to remove any with the "Email" ...

b320ef1d736dc0dd7a311bbab305dfd2b9923bb7 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Removed "Subscription" member filter options when Stripe is not connected

no issue

- updated the filtering of available filter properties to remove any with the "Subscri...

4b137105ba9a9d7908c36feca93fa7d46ef580ae authored almost 3 years ago by Kevin Ansfield <[email protected]>
Fixed mirage setup for members

refs https://github.com/TryGhost/Admin/commit/29feb87f9800cc0e4eda11e1e95bcc2abde181fa

- added ...

8353a7b2dc72406b2a2c403fea45107e7b93b614 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Updated label filtering test to check labels column is populated correctly

no issue

- updated assertions to check that labels are shown inside the labels column when filt...

29feb87f9800cc0e4eda11e1e95bcc2abde181fa authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added last seen at column to members list when filtered

closes https://github.com/TryGhost/Team/issues/1388

- added `lastSeenAtUTC` property to member ...

1a011bb909166519e977917cc0a2a545aa8d7f7d authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added tests for filtered columns showing in members table

refs https://github.com/TryGhost/Team/issues/1388
refs https://github.com/TryGhost/Team/issues/1...

b273391289d90a3fc820b55654cc41006c1b34a2 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Fixed linting error

cc396b50aaeea822fbd7d1302ffbfcca4d6536f7 authored almost 3 years ago by Peter Zimon <[email protected]>
Updated empty members screen

c8ad31c502a0e60e54e96870bb0e5267a22c4b18 authored almost 3 years ago by Sanne de Vries <[email protected]>
Updated Members screen empty screen

ef8cecafe56cc528a0d5d82849116243f986d2be authored almost 3 years ago by Sanne de Vries <[email protected]>
Hid Offers page when subscription access is off

No issue

- When subscription access is set to nobody, all member and newsletter related UI shou...

6b61cf7e4c15b41a731d37967b6c9bbd61d7411a authored almost 3 years ago by Sanne de Vries <[email protected]>
Replaced divs with inputs for portal links

78af5b695f197533d9eaa9b7fd87fc3b011bbe00 authored almost 3 years ago by Peter Zimon <[email protected]>
Updated portal links copy function

5cc763f590dca448c6291dcc4a0484719595b97c authored almost 3 years ago by Peter Zimon <[email protected]>
Removed the white line visible when selecting currency

8b294fd9aeb99986bfb2d21d87b6f4e95bf61704 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Merged v4.36.3 into main

0f070e3981f55b8049c046c0ca7d9640f5f6b36b authored almost 3 years ago by Kevin Ansfield <[email protected]>
v4.36.3

914fd6aa349a941376f474ba7b0b58421fec51f3 authored almost 3 years ago by Daniel Lockyer <[email protected]>
🐛 Fixed saving of custom integrations

closes https://github.com/TryGhost/Ghost/pull/14183
refs https://github.com/TryGhost/Admin/commi...

dbc666fbcb03796a162c08cabe1f8860d0495780 authored almost 3 years ago by Kevin Ansfield <[email protected]>
🐛 Fixed "Enable email open-rate" toggle

closes https://github.com/TryGhost/Team/issues/1381
refs https://github.com/TryGhost/Admin/commi...

6cab4f7070ae21d1b6594cc61f69b8a0151920ed authored almost 3 years ago by Kevin Ansfield <[email protected]>
🐛 Fixed mismatched operator in member filters after changing filter type

closes https://github.com/TryGhost/Team/issues/1384

- when setting the filter type, change the ...

57f17503b3aa35a8ed4e4e019d5593b487cb1bd3 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added "Last seen" members list filtering options

closes https://github.com/TryGhost/Team/issues/1307

- adds "Last seen more/less than x days ago...

cd00b39071da9b60cb19802196f7288c19d1e653 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Completed Octane migration of integration controller

refs https://github.com/TryGhost/Ghost/issues/14101

Applied scout rule to fix linter errors whe...

77e6b1b8b66b02926725083e83bdb7ce34a63c73 authored almost 3 years ago by Kevin Ansfield <[email protected]>
🐛 Fixed saving of custom integrations

closes https://github.com/TryGhost/Ghost/pull/14183
refs https://github.com/TryGhost/Admin/commi...

f4dce9f47961a99a16bfc956013a25c24ba131c0 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Fixed more linting issues

refs https://github.com/TryGhost/Team/issues/1096

cc26a5df14403f80e0021e3d0df1623b5356893d authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Fixed linting issues

refs https://github.com/TryGhost/Team/issues/1096

f78117ec012d166396d213ce00169d89ba6c1a3e authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Put portal links update under the feature flag

refs https://github.com/TryGhost/Team/issues/1096

338fe0cccf517856599674b59306390fabd13579 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Added the "selectablePortalLinks" feature flag

refs https://github.com/TryGhost/Team/issues/1096

32f5a2e527cc9d18d3ef69413891dd717e82783c authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
🐛 Fixed "Enable email open-rate" toggle

closes https://github.com/TryGhost/Team/issues/1381
refs https://github.com/TryGhost/Admin/commi...

b76e425b2abdcd35c5b87aaa463e3186237aa9d7 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added grouping to portal links table to fix linting issue

refs https://github.com/TryGhost/Team/issues/1096

6fd9318b9108406f4b84e8584554458bdfd9e9da authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Made links in portal settings selectable

refs https://github.com/TryGhost/Team/issues/1096

2e5b1277277e191cf8e4b667e8f9bb5f89cc8030 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Added `membersLastSeenFilter` labs flag

refs https://github.com/TryGhost/Team/issues/1307

- will be used for gating access to "Last see...

57dd143b73d7ad6005c59cfc42fef814f927cc7f authored almost 3 years ago by Kevin Ansfield <[email protected]>
Update dependency ember-css-transitions to v3.1.0 (#2270)

Co-authored-by: Renovate Bot <[email protected]>

a266620ca3fc3354fc38f03b7fda6267d4baf3a1 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fixed linter error

ae504b3e8991a187542c7063d4284243110c6cf4 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Fixed membership tests in CI

refs https://github.com/TryGhost/Admin/commit/b58ec2a3cbbf3586344e29f46d970267def17a66

- blogUr...

729d0e9786c35534a388baac7513513c5a694662 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added non-Stripe members setting screen acceptance tests

refs https://github.com/TryGhost/Team/issues/1358

- added acceptance tests for members settings...

b58ec2a3cbbf3586344e29f46d970267def17a66 authored almost 3 years ago by Kevin Ansfield <[email protected]>
v4.36.2

792f10f50c394af3cefea2e58629f90bb1985c92 authored almost 3 years ago by Daniel Lockyer <[email protected]>
Update dependency @tryghost/kg-parser-plugins to v2.11.5 (#2267)

Co-authored-by: Renovate Bot <[email protected]>

ecb6d7edebaba341f0a89a217cae6ad948a6481f authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Merged v4.36.1 into main

v4.36.1

6ec0f29e979bf00fbd4d6f36b5617c45f056a2eb authored almost 3 years ago by Matt Hanley <[email protected]>
v4.36.1

ededa2b16f95089b2804d23e95a3ad07d1bbd1e2 authored almost 3 years ago by Daniel Lockyer <[email protected]>
Update dependency @tryghost/kg-clean-basic-html to v2.2.9 (#2266)

Co-authored-by: Renovate Bot <[email protected]>

a0a6b63f7f8737a0b877b74a585ff00c4919d7b8 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Pin dependency @nexes/nql to 0.6.0 (#2264)

Co-authored-by: Renovate Bot <[email protected]>

478d62caa593e5d3958e1564ddb32344260323a8 authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Removed errant console.log

dc6171febb76dbf2160f431c6d75c176985180ca authored almost 3 years ago by Kevin Ansfield <[email protected]>
🐛 Fixed Admin crash when member filters were focused+blurred without entering a filter value

closes https://github.com/TryGhost/Team/issues/1309
closes https://github.com/TryGhost/Team/issu...

882f1556f54a0c3470ca58c29f3f7e26730027c9 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Tidied up the Activity Feed search box

refs: https://github.com/TryGhost/Team/issues/1373

- added some additional styles to dropdown t...

506a915cc6d5555b94cecf1052dddf4ee53a2bfc authored almost 3 years ago by James Morris <[email protected]>
Replaced icon for changed subscription event in Activity Feed

refs: https://github.com/TryGhost/Team/issues/1373

- current icon wasn't representive of the event

db234c02b9f226a08860b2dc9f05e2a092f4e189 authored almost 3 years ago by James Morris <[email protected]>
Ensure from and to plan icons aren't overridden with default icon in Activity Feed

refs: https://github.com/TryGhost/Team/issues/1373

- moved the icon variable for subscription_e...

7c52ef72437ebdc7c46374f91cce874641931ce0 authored almost 3 years ago by James Morris <[email protected]>
Simplifying for the fitler dropdown for Activity Feed

refs: https://github.com/TryGhost/Team/issues/1373

- using more conventional controls with check...

9f0dcf29a4fbab627d51ce1ac736b9e8371085de authored almost 3 years ago by James Morris <[email protected]>
Removed unused `resolver` test helper

no issue

- hangover from older Ember versions

bd93f0db0b621ba2d0db8b25fe9461e9559233a3 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Removed unused `find*` test helpers

1571c70ad15f221b96ee528c19e6e3dfafbf58e4 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Fixed test-selector typo for members table

refs https://github.com/TryGhost/Admin/commit/b76291ccb70063324043d7b3b6d778affebe45a6#commitcom...

5895540c5b7e65118e86ffb36f6777a5382bdc3e authored almost 3 years ago by Kevin Ansfield <[email protected]>
Updated row format for activity feed

- The row format was incorrectly outputting the month instead of the minute value when listing e...

11762ab07fe1a2a930519a8270642b004ef6aa26 authored almost 3 years ago by Matt Hanley <[email protected]>
Resolved linter errors in `koenig-toolbar.hbs`

refs https://github.com/TryGhost/Ghost/issues/14101

- switched from the deprecated `{{action}}`...

9e40fdad70c0453306dc82ae115ba1518f4e494f authored almost 3 years ago by Kevin Ansfield <[email protected]>
Fixed linter error for unused variable

8e88d8451eb09dfdaa5bcb7ec694df8915afb7e0 authored almost 3 years ago by Kevin Ansfield <[email protected]>
🐛 Fixed "Header two" formatting toolbar button not working

closes https://github.com/TryGhost/Ghost/issues/14146
refs https://github.com/TryGhost/Admin/pul...

9c9b55c7274734bc40dc7b32059a59aaee028d85 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Updated template linting hint

a54e44c9e529c60dacdff45d72e6f0f3d28e2125 authored almost 3 years ago by Peter Zimon <[email protected]>
Updated lint todo file

20e7df5943b64468f9cfc13c26c980e31206ef2c authored almost 3 years ago by Peter Zimon <[email protected]>
Fixed email count formatting bug

f6357b99b13042a77055003200f0a55dc11e0bd5 authored almost 3 years ago by Peter Zimon <[email protected]>
Update dependency ember-template-lint to v4.1.0

c995950d7045ae4a7f99cfc968009d94f2ade15f authored almost 3 years ago by Renovate Bot <[email protected]>
Removed the Publication Icon from the Finishing Touches

refs: https://github.com/TryGhost/Team/issues/1303

- on reflection, the Publication Icon was not...

c73655c97dcffa5ccdbbe5ecccafe32fad7bb0b1 authored almost 3 years ago by James Morris <[email protected]>
Added in dark styles for onboarding steps, just in case

refs: https://github.com/TryGhost/Team/issues/1303

- added in basic dark mode styles as someone ...

b0deeb36763e827c3d8f134a6d7a945a204b3b43 authored almost 3 years ago by James Morris <[email protected]>
Added acceptance test for members search

refs https://github.com/TryGhost/Team/issues/1336
refs https://github.com/TryGhost/Admin/commit/...

b76291ccb70063324043d7b3b6d778affebe45a6 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added back in two additional controls for testing onboarding

refs: https://github.com/TryGhost/Team/issues/1303

- added back in Publication Icon
- added back...

9251aa3856fd521951e44d082f0cd77582a500ca authored almost 3 years ago by James Morris <[email protected]>
Few additional tweaks to the styling

refs: https://github.com/TryGhost/Team/issues/1303

6de23b427440d43e33a1bdb1d79273bb2771b04f authored almost 3 years ago by James Morris <[email protected]>
Added in a more styled Get Started modal for fresh start

refs: https://github.com/TryGhost/Team/issues/1303

- implemented a new design for the modal
- ad...

77267d682d0bd3af4c7829f3df59603af7c68459 authored almost 3 years ago by James Morris <[email protected]>
Fixed whitespace

refs https://github.com/TryGhost/Team/issues/1069

250d0af3dd3dc77dce480b5971f73681a9dc44e8 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Fixed formatting

refs https://github.com/TryGhost/Team/issues/1069

7b7d0e6cff36599fec613e1db42a6539d30f76e5 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Added membersTableStatus feature flag

refs https://github.com/TryGhost/Team/issues/1035

04c9edbeb40d1f4a208a9a6fb011b892fc3ea5ae authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Added static HTML design for showing status/tier in members table

refs https://github.com/TryGhost/Team/issues/1035

be0e867388cc254281f44b7f604767827c8ca313 authored almost 3 years ago by Djordje Vlaisavljevic <[email protected]>
Update dependency eslint to v8.9.0 (#2259)

Co-authored-by: Renovate Bot <[email protected]>

6cafa287f82f74fa773924bfb3e0da8931aad28f authored almost 3 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Updated Members screen when subscription access is off

870b2c37e0bcb0d1aa27506ab03ab0395f20e56f authored almost 3 years ago by Sanne de Vries <[email protected]>
v4.36.0

b17ec19f22eed85d8bf4eb3fd86638dfcbec44a9 authored almost 3 years ago by Daniel Lockyer <[email protected]>
Disabled non-functional edit buttons in labels dropdown when importing members (#2258)

closes https://github.com/TryGhost/Team/issues/1320

- added `@allowEdit` argument to `<GhMemb...

4eda1eac76bd2b4466b3717e96c58040ab9d335c authored almost 3 years ago by Kevin Ansfield <[email protected]>
Removed border in publish-menu

0cc78d77d94adc5bf415721ddb580a0c2015cf14 authored almost 3 years ago by Sanne de Vries <[email protected]>
🐛 Fixed labels not being selectable in members importer

refs https://github.com/TryGhost/Team/issues/1320

- added a tracked `labels` property in `<Moda...

d24b7fc971edd276b130a9bfb38a6cbffe8cb375 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Updated members list help vertical alignment

6b808efb2b30244d4dad252864eb1611463ef124 authored almost 3 years ago by Peter Zimon <[email protected]>
Added basic happy path acceptance test for member csv upload

refs https://github.com/TryGhost/Team/issues/1320

- fixed event handling in `gh-file-input` for...

7d8dcd2b9d178b82a4d3ec315de5f3d4a1d3e539 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Added acceptance test for members import modal display

refs https://github.com/TryGhost/Team/issues/1320

- start of acceptance tests ready for more de...

42839415dd0906fd699bf4039f23b82ad7eb0e08 authored almost 3 years ago by Kevin Ansfield <[email protected]>
Replaced disabled email sending UI for notification in publish menu

No ref

- When memberships are set up but no members are present, we would display the email sen...

358fdb81045e705b1709fe25ec597e2c4e3e6eaf authored almost 3 years ago by Sanne de Vries <[email protected]>
Fixed linting error

Refs https://github.com/TryGhost/Admin/commit/d89c699b6931bf648d067f430544913fb969baed

- Fixed ...

7b61392a20cdb397646b916f772ecf84caa69552 authored almost 3 years ago by Sanne de Vries <[email protected]>
Hid email related ui when subscription access is set to 'Nobody'

d89c699b6931bf648d067f430544913fb969baed authored almost 3 years ago by Sanne de Vries <[email protected]>