Ghost/core/server/api/v3
Bruno Silva fd678ddae6
Replace the deprecated dependency i18n with tpl in mail.js files (#13449)
refs: #13380

- The i18n package is deprecated. It is being replaced with the tpl package.
- The changed files are under `core/server/api/v2` and `core/server/api/v3`.
2021-10-05 10:40:00 +01:00
..
utils Replace the dependency i18n with tpl in permissions.js files (#13448) 2021-10-05 10:39:01 +01:00
actions.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
authentication.js Fixed function complexity linting warning 2021-08-12 15:38:58 +04:00
authors-public.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
config.js Fixed max-api-complexity linting warnings for site and config APIs (#12982) 2021-05-26 12:10:19 +01:00
db.js Refactored exporter to use "allowlist" table filtering 2021-03-25 16:46:56 +13:00
email-preview.js Reduced method complexity for sendTestEmail method 2021-09-02 13:11:10 +04:00
email.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
identities.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
images.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
index.js Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
integrations.js Removed method complexity in integrations API controller 2021-09-16 14:23:48 +03:00
invites.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
labels.js Refactored Labels API add method back to promises 2021-09-03 20:33:28 +04:00
mail.js Replace the deprecated dependency i18n with tpl in mail.js files (#13449) 2021-10-05 10:40:00 +01:00
members.js Fixed usage of linkStripeCustomer for v3 API (#13288) 2021-09-06 14:18:11 +01:00
memberSigninUrls.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
membersStripeConnect.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
notifications.js Fixed error being saved in notification settings 2021-06-03 12:54:09 +04:00
oembed.js Fixed function comlexity lint warning in oembeds 2021-08-23 10:36:18 +04:00
pages-public.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
pages.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
posts-public.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
posts.js Refactored posts service instantiation logic 2021-08-06 11:57:54 +04:00
preview.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
redirects.js Simplified redirects module api 2021-09-27 19:39:47 +02:00
roles.js 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
schedules.js Migrated schedules v2/v3 APIs to match refactor in canary 2021-09-04 07:49:11 +12:00
session.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
settings-public.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
settings.js Moved routing setting hash calculation to backend 2021-09-28 04:59:41 +13:00
site.js Fixed max-api-complexity linting warnings for site and config APIs (#12982) 2021-05-26 12:10:19 +01:00
slack.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
slugs.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
snippets.js Removed use of i18n in snippets controllers 2021-07-19 11:08:55 +01:00
tags-public.js Replace the dependency i18n with tpl in all tags.js files (#13447) 2021-10-05 10:38:13 +01:00
tags.js Replace the dependency i18n with tpl in all tags.js files (#13447) 2021-10-05 10:38:13 +01:00
themes.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
users.js Replace the deprecated dependency i18n with tpl in users.js files (#13446) 2021-10-05 10:37:05 +01:00
webhooks.js Removed method complexity in webhooks API controller 2021-09-17 10:11:23 +03:00