0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test
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
..
api-acceptance Blocked requests from integrations when integration limit is in place 2021-04-10 00:45:26 +12:00
frontend-acceptance 🐛 Fixed __GHOST_URL__ appearing in sitemaps (#12787) 2021-03-18 17:16:37 +00:00
regression Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
unit Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
utils Fixed limits realoding during soft Ghost restart 2021-04-10 00:08:17 +12:00
.eslintignore
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc