0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/api/v3
naz d964224312
Added settings keys to store OAuth related data (#12879)
refs https://github.com/TryGhost/Team/issues/618

- The `oauth_client_id` and `oauth_client_secret` are placeholders to store OAuths related data.
- The flag for `oauth_enabled` or anything along those lines was not added intentionally in favour of checking if the `oauth_client_id` & `oauth_client_secret` are null.
2021-04-16 10:02:21 +02:00
..
utils Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
actions.js
authentication.js
authors-public.js
config.js Fixed v3 API config's billingUrl fetching 2021-03-31 13:47:58 +13:00
db.js Refactored exporter to use "allowlist" table filtering 2021-03-25 16:46:56 +13:00
email-preview.js Bumped MEGA related serialization code to use v4 API 2021-03-02 14:31:01 +13:00
email.js
identities.js
images.js
index.js
integrations.js
invites.js
labels.js
mail.js
members.js
memberSigninUrls.js
membersStripeConnect.js
notifications.js
oembed.js
pages-public.js
pages.js
posts-public.js
posts.js Added new member limit & removed old 2021-03-04 18:16:34 +00:00
preview.js
redirects.js
roles.js
schedules.js
session.js
settings-public.js
settings.js Refactored usage of the pre v4 "slack" setting 2021-02-15 15:25:54 +13:00
site.js
slack.js
slugs.js
snippets.js
tags-public.js
tags.js
themes.js Updated host config to correctly use camelCase 2021-03-04 11:39:32 +00:00
users.js
webhooks.js