Ghost/ghost/admin/app/serializers
Kevin Ansfield 13a9a2802b Added member's geographic location to admin
no issue

- added `geolocation` attribute to member model with json-string transform
- prevent geolocation from being sent back to the API in member serializer
- add "Location" column to members list
  - if country is "US" then display "{State}, US" otherwise show full country name such as "United Kingdom"
  - displays "-" if no geolocation data has been collected for the member
2020-02-27 12:56:26 +00:00
..
action.js
api-key.js
application.js Added hacky method for accessing meta value of single-record requests 2020-02-10 12:41:35 +00:00
email.js Display basic info in PSM once an email has been sent 2019-11-08 17:07:47 +07:00
integration.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
invite.js
label.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
member.js Added member's geographic location to admin 2020-02-27 12:56:26 +00:00
notification.js
page.js Added confirmation modal and use email model in place of action 2019-11-07 15:56:41 +07:00
post.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
role.js
setting.js
tag.js
theme.js
user.js Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
webhook.js