From d2b83af9eafdcb9a84402980b6ace37d71f6f6a0 Mon Sep 17 00:00:00 2001 From: Lars von BLS media Date: Mon, 24 Mar 2025 15:55:08 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20an=20Branding=20-=20App=20Nam?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/developers/webhooks.mdx | 18 +++++++++--------- apps/documentation/theme.config.tsx | 2 +- .../dialogs/team-member-invite-dialog.tsx | 6 +++--- .../embed/embed-document-completed.tsx | 2 +- .../app/components/general/app-nav-mobile.tsx | 4 ++-- .../direct-template-configure-form.tsx | 2 +- .../articles.signature-disclosure.tsx | 2 +- .../routes/_unauthenticated+/share.$slug.tsx | 14 +++++++------- apps/remix/app/utils/meta.ts | 8 ++++---- apps/remix/public/.well-known/security.txt | 2 +- apps/remix/public/site.webmanifest | 4 ++-- packages/api/v1/openapi.ts | 4 ++-- .../e2e/document-auth/access-auth.spec.ts | 4 ++-- .../e2e/document-flow/signers-step.spec.ts | 8 ++++---- .../document-flow/stepper-component.spec.ts | 6 +++--- .../app-tests/e2e/fixtures/authentication.ts | 2 +- .../template-signers-step.spec.ts | 8 ++++---- .../create-document-from-template.spec.ts | 16 ++++++++-------- .../e2e/templates/direct-templates.spec.ts | 4 ++-- .../e2e/templates/manage-templates.spec.ts | 8 ++++---- packages/assets/site.webmanifest | 4 ++-- .../template-document-image.tsx | 2 +- .../template-components/template-footer.tsx | 8 +++----- packages/email/templates/confirm-email.tsx | 2 +- packages/email/templates/document-cancel.tsx | 4 ++-- .../email/templates/document-completed.tsx | 2 +- .../document-created-from-direct-template.tsx | 2 +- packages/email/templates/document-invite.tsx | 4 ++-- packages/email/templates/document-pending.tsx | 2 +- .../templates/document-recipient-signed.tsx | 4 ++-- packages/email/templates/document-rejected.tsx | 2 +- .../templates/document-rejection-confirmed.tsx | 2 +- .../email/templates/document-self-signed.tsx | 2 +- .../email/templates/document-super-delete.tsx | 2 +- packages/email/templates/forgot-password.tsx | 2 +- .../recipient-removed-from-document.tsx | 2 +- packages/email/templates/reset-password.tsx | 6 +++--- .../email/templates/team-email-removed.tsx | 2 +- packages/email/templates/team-join.tsx | 2 +- packages/email/templates/team-leave.tsx | 2 +- packages/lib/constants/direct-templates.ts | 2 +- packages/lib/constants/email.ts | 4 ++-- .../auth/send-confirmation-email.ts | 2 +- .../server-only/auth/send-forgot-password.ts | 2 +- .../server-only/auth/send-reset-password.ts | 2 +- .../document/send-completed-email.ts | 4 ++-- .../server-only/document/send-delete-email.ts | 2 +- .../server-only/document/send-pending-email.ts | 2 +- .../create-document-from-direct-template.ts | 4 ++-- .../user/service-accounts/deleted-account.ts | 2 +- packages/lib/utils/templates.ts | 2 +- .../migration.sql | 2 +- .../migration.sql | 6 +++--- packages/prisma/seed/initial-seed.ts | 16 ++++++++-------- packages/prisma/seed/templates.ts | 2 +- .../signing/helpers/add-signing-placeholder.ts | 2 +- .../helpers/update-signing-placeholder.test.ts | 6 +++--- packages/trpc/server/open-api.ts | 2 +- 58 files changed, 122 insertions(+), 124 deletions(-) diff --git a/apps/documentation/pages/developers/webhooks.mdx b/apps/documentation/pages/developers/webhooks.mdx index 1155e32c8..1b45f336e 100644 --- a/apps/documentation/pages/developers/webhooks.mdx +++ b/apps/documentation/pages/developers/webhooks.mdx @@ -150,7 +150,7 @@ Example payload for the `document.created` event: "id": 52, "documentId": 10, "templateId": null, - "email": "signer@documenso.com", + "email": "signer@sign.bls.media", "name": "John Doe", "token": "vbT8hi3jKQmrFP_LN1WcS", "documentDeletedAt": null, @@ -212,7 +212,7 @@ Example payload for the `document.sent` event: "id": 52, "documentId": 10, "templateId": null, - "email": "signer2@documenso.com", + "email": "signer2@sign.bls.media", "name": "Signer 2", "token": "vbT8hi3jKQmrFP_LN1WcS", "documentDeletedAt": null, @@ -230,7 +230,7 @@ Example payload for the `document.sent` event: "id": 53, "documentId": 10, "templateId": null, - "email": "signer1@documenso.com", + "email": "signer1@sign.bls.media", "name": "Signer 1", "token": "HkrptwS42ZBXdRKj1TyUo", "documentDeletedAt": null, @@ -292,7 +292,7 @@ Example payload for the `document.opened` event: "id": 52, "documentId": 10, "templateId": null, - "email": "signer2@documenso.com", + "email": "signer2@sign.bls.media", "name": "Signer 2", "token": "vbT8hi3jKQmrFP_LN1WcS", "documentDeletedAt": null, @@ -354,7 +354,7 @@ Example payload for the `document.signed` event: "id": 51, "documentId": 10, "templateId": null, - "email": "signer1@documenso.com", + "email": "signer1@sign.bls.media", "name": "Signer 1", "token": "HkrptwS42ZBXdRKj1TyUo", "documentDeletedAt": null, @@ -419,7 +419,7 @@ Example payload for the `document.completed` event: "id": 50, "documentId": 10, "templateId": null, - "email": "signer2@documenso.com", + "email": "signer2@sign.bls.media", "name": "Signer 2", "token": "vbT8hi3jKQmrFP_LN1WcS", "documentDeletedAt": null, @@ -440,7 +440,7 @@ Example payload for the `document.completed` event: "id": 51, "documentId": 10, "templateId": null, - "email": "signer1@documenso.com", + "email": "signer1@sign.bls.media", "name": "Signer 1", "token": "HkrptwS42ZBXdRKj1TyUo", "documentDeletedAt": null, @@ -505,7 +505,7 @@ Example payload for the `document.rejected` event: "id": 52, "documentId": 10, "templateId": null, - "email": "signer@documenso.com", + "email": "signer@sign.bls.media", "name": "Signer", "token": "vbT8hi3jKQmrFP_LN1WcS", "documentDeletedAt": null, @@ -598,7 +598,7 @@ Example payload for the `document.rejected` event: "id": 7, "documentId": 7, "templateId": null, - "email": "signer@documenso.com", + "email": "signer@sign.bls.media", "name": "Signer", "token": "XkKx1HCs6Znm2UBJA2j6o", "documentDeletedAt": null, diff --git a/apps/documentation/theme.config.tsx b/apps/documentation/theme.config.tsx index aa54b5c57..648899c07 100644 --- a/apps/documentation/theme.config.tsx +++ b/apps/documentation/theme.config.tsx @@ -2,7 +2,7 @@ import type { DocsThemeConfig } from 'nextra-theme-docs'; import { useConfig } from 'nextra-theme-docs'; const themeConfig: DocsThemeConfig = { - logo: Documenso, + logo: BLS sign, head: function useHead() { const config = useConfig<{ title?: string; description?: string }>(); diff --git a/apps/remix/app/components/dialogs/team-member-invite-dialog.tsx b/apps/remix/app/components/dialogs/team-member-invite-dialog.tsx index dac4f8fce..21aadb00f 100644 --- a/apps/remix/app/components/dialogs/team-member-invite-dialog.tsx +++ b/apps/remix/app/components/dialogs/team-member-invite-dialog.tsx @@ -216,9 +216,9 @@ export const TeamMemberInviteDialog = ({ trigger, ...props }: TeamMemberInviteDi const downloadTemplate = () => { const data = [ - { email: 'admin@documenso.com', role: 'Admin' }, - { email: 'manager@documenso.com', role: 'Manager' }, - { email: 'member@documenso.com', role: 'Member' }, + { email: 'admin@sign.bls.media', role: 'Admin' }, + { email: 'manager@sign.bls.media', role: 'Manager' }, + { email: 'member@sign.bls.media', role: 'Member' }, ]; const csvContent = diff --git a/apps/remix/app/components/embed/embed-document-completed.tsx b/apps/remix/app/components/embed/embed-document-completed.tsx index f334ce644..4b058f3a6 100644 --- a/apps/remix/app/components/embed/embed-document-completed.tsx +++ b/apps/remix/app/components/embed/embed-document-completed.tsx @@ -20,7 +20,7 @@ export const EmbedDocumentCompleted = ({ name, signature }: EmbedDocumentComplet
diff --git a/apps/remix/app/components/general/app-nav-mobile.tsx b/apps/remix/app/components/general/app-nav-mobile.tsx index 0d48525e1..c5ca8e7ea 100644 --- a/apps/remix/app/components/general/app-nav-mobile.tsx +++ b/apps/remix/app/components/general/app-nav-mobile.tsx @@ -50,7 +50,7 @@ export const AppNavMobile = ({ isMenuOpen, onMenuOpenChange }: AppNavMobileProps Documenso Logo

- © {new Date().getFullYear()} Documenso, Inc.
All rights reserved. + © {new Date().getFullYear()} Made by BLS media

diff --git a/apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx b/apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx index 27b01e963..6963c5b4b 100644 --- a/apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx +++ b/apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx @@ -128,7 +128,7 @@ export const DirectTemplateConfigureForm = ({ derivedRecipientAccessAuth !== null || user?.email !== undefined } - placeholder="recipient@documenso.com" + placeholder="recipient@sign.bls.media" /> diff --git a/apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx b/apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx index 51c419151..a860b3095 100644 --- a/apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx +++ b/apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx @@ -3,7 +3,7 @@ import { Link } from 'react-router'; import { Button } from '@documenso/ui/primitives/button'; -const SUPPORT_EMAIL = 'support@documenso.com'; +const SUPPORT_EMAIL = 'support@sign.bls.media'; export default function SignatureDisclosure() { return ( diff --git a/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx b/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx index e82ab6676..076efd8e7 100644 --- a/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx +++ b/apps/remix/app/routes/_unauthenticated+/share.$slug.tsx @@ -6,15 +6,15 @@ import type { Route } from './+types/share.$slug'; export function meta({ params: { slug } }: Route.MetaArgs) { return [ - { title: 'Documenso - Share' }, - { description: 'I just signed a document in style with Documenso!' }, + { title: 'BLS sign - Share' }, + { description: 'I just signed a document in style with BLS sign!' }, { property: 'og:title', - content: 'Documenso - Join the open source signing revolution', + content: 'BLS sign - Join the open source signing revolution', }, { property: 'og:description', - content: 'I just signed with Documenso!', + content: 'I just signed with BLS sign!', }, { property: 'og:type', @@ -38,7 +38,7 @@ export function meta({ params: { slug } }: Route.MetaArgs) { }, { name: 'twitter:description', - content: 'I just signed with Documenso!', + content: 'I just signed with BLS sign!', }, ]; } @@ -50,8 +50,8 @@ export const loader = ({ request }: Route.LoaderArgs) => { return null; } - // Is hardcoded because this whole meta is hardcoded anyway for Documenso. - throw redirect('https://documenso.com'); + // Is hardcoded because this whole meta is hardcoded anyway for BLS sign. + throw redirect('https://bls.media/'); }; export default function SharePage() { diff --git a/apps/remix/app/utils/meta.ts b/apps/remix/app/utils/meta.ts index 1395831ac..8e839d8c8 100644 --- a/apps/remix/app/utils/meta.ts +++ b/apps/remix/app/utils/meta.ts @@ -2,11 +2,11 @@ import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app'; export const appMetaTags = (title?: string) => { const description = - 'Join Documenso, the open signing infrastructure, and get a 10x better signing experience. Pricing starts at $30/mo. forever! Sign in now and enjoy a faster, smarter, and more beautiful document signing process. Integrates with your favorite tools, customizable, and expandable. Support our mission and become a part of our open-source community.'; + 'Join BLS sign, the open signing infrastructure, and get a 10x better signing experience. Pricing starts at $30/mo. forever! Sign in now and enjoy a faster, smarter, and more beautiful document signing process. Integrates with your favorite tools, customizable, and expandable. Support our mission and become a part of our open-source community.'; return [ { - title: title ? `${title} - Documenso` : 'Documenso', + title: title ? `${title} - BLS sign` : 'BLS sign', }, { name: 'description', @@ -15,7 +15,7 @@ export const appMetaTags = (title?: string) => { { name: 'keywords', content: - 'Documenso, open source, DocuSign alternative, document signing, open signing infrastructure, open-source community, fast signing, beautiful signing, smart templates', + 'BLS sign, open source, DocuSign alternative, document signing, open signing infrastructure, open-source community, fast signing, beautiful signing, smart templates', }, { name: 'author', @@ -27,7 +27,7 @@ export const appMetaTags = (title?: string) => { }, { property: 'og:title', - content: 'Documenso - The Open Source DocuSign Alternative', + content: 'BLS sign', }, { property: 'og:description', diff --git a/apps/remix/public/.well-known/security.txt b/apps/remix/public/.well-known/security.txt index 1a3f685e5..7d1529eb9 100644 --- a/apps/remix/public/.well-known/security.txt +++ b/apps/remix/public/.well-known/security.txt @@ -2,6 +2,6 @@ Contact: https://github.com/documenso/documenso/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml # Report critical issues privately to let us take appropriate action before publishing. -Contact: mailto:security@documenso.com +Contact: mailto:security@sign.bls.media Preferred-Languages: en Canonical: https://documenso.com/.well-known/security.txt \ No newline at end of file diff --git a/apps/remix/public/site.webmanifest b/apps/remix/public/site.webmanifest index 3746bdb41..6fbbf8b60 100644 --- a/apps/remix/public/site.webmanifest +++ b/apps/remix/public/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Documenso", - "short_name": "Documenso", + "name": "BLS sign", + "short_name": "BLS sign", "icons": [ { "src": "/android-chrome-192x192.png", diff --git a/packages/api/v1/openapi.ts b/packages/api/v1/openapi.ts index 293395b18..c3d72b9aa 100644 --- a/packages/api/v1/openapi.ts +++ b/packages/api/v1/openapi.ts @@ -9,9 +9,9 @@ export const OpenAPIV1 = Object.assign( ApiContractV1, { info: { - title: 'Documenso API', + title: 'BLS sign API', version: '1.0.0', - description: 'The Documenso API for retrieving, creating, updating and deleting documents.', + description: 'The BLS sign API for retrieving, creating, updating and deleting documents.', }, servers: [ { diff --git a/packages/app-tests/e2e/document-auth/access-auth.spec.ts b/packages/app-tests/e2e/document-auth/access-auth.spec.ts index 8fb4afc04..b82f70e74 100644 --- a/packages/app-tests/e2e/document-auth/access-auth.spec.ts +++ b/packages/app-tests/e2e/document-auth/access-auth.spec.ts @@ -16,7 +16,7 @@ test('[DOCUMENT_AUTH]: should grant access when not required', async ({ page }) const document = await seedPendingDocument(user, [ recipientWithAccount, - 'recipientwithoutaccount@documenso.com', + 'recipientwithoutaccount@sign.bls.media', ]); const recipients = await prisma.recipient.findMany({ @@ -40,7 +40,7 @@ test('[DOCUMENT_AUTH]: should allow or deny access when required', async ({ page const document = await seedPendingDocument( user, - [recipientWithAccount, 'recipientwithoutaccount@documenso.com'], + [recipientWithAccount, 'recipientwithoutaccount@sign.bls.media'], { createDocumentOptions: { authOptions: createDocumentAuthOptions({ diff --git a/packages/app-tests/e2e/document-flow/signers-step.spec.ts b/packages/app-tests/e2e/document-flow/signers-step.spec.ts index bf64eb735..f3fdfb9ac 100644 --- a/packages/app-tests/e2e/document-flow/signers-step.spec.ts +++ b/packages/app-tests/e2e/document-flow/signers-step.spec.ts @@ -39,11 +39,11 @@ test.describe('[EE_ONLY]', () => { await expect(page.getByRole('heading', { name: 'Add Signers' })).toBeVisible(); // Add 2 signers. - await page.getByPlaceholder('Email').fill('recipient1@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient 1'); await page.getByRole('button', { name: 'Add Signer' }).click(); - await page.getByLabel('Email').nth(1).fill('recipient2@documenso.com'); + await page.getByLabel('Email').nth(1).fill('recipient2@sign.bls.media'); await page.getByLabel('Name').nth(1).fill('Recipient 2'); // Display advanced settings. @@ -74,12 +74,12 @@ test('[DOCUMENT_FLOW]: add signers', async ({ page }) => { await expect(page.getByRole('heading', { name: 'Add Signers' })).toBeVisible(); // Add 2 signers. - await page.getByPlaceholder('Email').fill('recipient1@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient 1'); await page.getByRole('button', { name: 'Add Signer' }).click(); - await page.getByLabel('Email').nth(1).fill('recipient2@documenso.com'); + await page.getByLabel('Email').nth(1).fill('recipient2@sign.bls.media'); await page.getByLabel('Name').nth(1).fill('Recipient 2'); // Advanced settings should not be visible for non EE users. diff --git a/packages/app-tests/e2e/document-flow/stepper-component.spec.ts b/packages/app-tests/e2e/document-flow/stepper-component.spec.ts index 94bb5320f..79a017384 100644 --- a/packages/app-tests/e2e/document-flow/stepper-component.spec.ts +++ b/packages/app-tests/e2e/document-flow/stepper-component.spec.ts @@ -343,14 +343,14 @@ test('[DOCUMENT_FLOW]: should be able to approve a document', async ({ page }) = const { recipients } = await seedPendingDocumentWithFullFields({ owner: user, - recipients: ['user@documenso.com', 'approver@documenso.com'], + recipients: ['user@sign.bls.media', 'approver@sign.bls.media'], recipientsCreateOptions: [ { - email: 'user@documenso.com', + email: 'user@sign.bls.media', role: RecipientRole.SIGNER, }, { - email: 'approver@documenso.com', + email: 'approver@sign.bls.media', role: RecipientRole.APPROVER, }, ], diff --git a/packages/app-tests/e2e/fixtures/authentication.ts b/packages/app-tests/e2e/fixtures/authentication.ts index f52357895..0c9637ce1 100644 --- a/packages/app-tests/e2e/fixtures/authentication.ts +++ b/packages/app-tests/e2e/fixtures/authentication.ts @@ -15,7 +15,7 @@ type LoginOptions = { export const apiSignin = async ({ page, - email = 'example@documenso.com', + email = 'example@sign.bls.media', password = 'password', redirectPath = '/documents', }: LoginOptions) => { diff --git a/packages/app-tests/e2e/templates-flow/template-signers-step.spec.ts b/packages/app-tests/e2e/templates-flow/template-signers-step.spec.ts index 3ce52c55c..f237b1e5d 100644 --- a/packages/app-tests/e2e/templates-flow/template-signers-step.spec.ts +++ b/packages/app-tests/e2e/templates-flow/template-signers-step.spec.ts @@ -39,10 +39,10 @@ test.describe('[EE_ONLY]', () => { await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add 2 signers. - await page.getByPlaceholder('Email').fill('recipient1@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient 1'); await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click(); - await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com'); + await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media'); await page.getByPlaceholder('Name').nth(1).fill('Recipient 2'); // Display advanced settings. @@ -89,10 +89,10 @@ test('[TEMPLATE_FLOW]: add placeholder', async ({ page }) => { await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add 2 signers. - await page.getByPlaceholder('Email').fill('recipient1@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient 1'); await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click(); - await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com'); + await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media'); await page.getByPlaceholder('Name').nth(1).fill('Recipient 2'); // Advanced settings should not be visible for non EE users. diff --git a/packages/app-tests/e2e/templates/create-document-from-template.spec.ts b/packages/app-tests/e2e/templates/create-document-from-template.spec.ts index 695de51c0..be4481657 100644 --- a/packages/app-tests/e2e/templates/create-document-from-template.spec.ts +++ b/packages/app-tests/e2e/templates/create-document-from-template.spec.ts @@ -91,10 +91,10 @@ test('[TEMPLATE]: should create a document from a template', async ({ page }) => await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add 2 signers. - await page.getByPlaceholder('Email').fill('recipient1@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient 1'); await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click(); - await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com'); + await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media'); await page.getByPlaceholder('Name').nth(1).fill('Recipient 2'); // Apply require passkey for Recipient 1. @@ -226,10 +226,10 @@ test('[TEMPLATE]: should create a team document from a team template', async ({ await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add 2 signers. - await page.getByPlaceholder('Email').fill('recipient1@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient 1'); await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click(); - await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com'); + await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media'); await page.getByPlaceholder('Name').nth(1).fill('Recipient 2'); // Apply require passkey for Recipient 1. @@ -330,7 +330,7 @@ test('[TEMPLATE]: should create a document from a template with custom document' await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add a signer - await page.getByPlaceholder('Email').fill('recipient@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient'); await page.getByRole('button', { name: 'Continue' }).click(); @@ -411,7 +411,7 @@ test('[TEMPLATE]: should create a team document from a template with custom docu await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add a signer - await page.getByPlaceholder('Email').fill('recipient@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient'); await page.getByRole('button', { name: 'Continue' }).click(); @@ -481,7 +481,7 @@ test('[TEMPLATE]: should create a document from a template using template docume await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add a signer - await page.getByPlaceholder('Email').fill('recipient@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient'); await page.getByRole('button', { name: 'Continue' }).click(); @@ -561,7 +561,7 @@ test('[TEMPLATE]: should persist document visibility when creating from template await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible(); // Add a signer - await page.getByPlaceholder('Email').fill('recipient@documenso.com'); + await page.getByPlaceholder('Email').fill('recipient@sign.bls.media'); await page.getByPlaceholder('Name').fill('Recipient'); await page.getByRole('button', { name: 'Continue' }).click(); diff --git a/packages/app-tests/e2e/templates/direct-templates.spec.ts b/packages/app-tests/e2e/templates/direct-templates.spec.ts index 2a44acd6a..1e5f378c9 100644 --- a/packages/app-tests/e2e/templates/direct-templates.spec.ts +++ b/packages/app-tests/e2e/templates/direct-templates.spec.ts @@ -225,7 +225,7 @@ test('[DIRECT_TEMPLATES]: use direct template link with 1 recipient', async ({ p await page.goto(formatDirectTemplatePath(template.directLink?.token || '')); await expect(page.getByRole('heading', { name: 'General' })).toBeVisible(); - await page.getByPlaceholder('recipient@documenso.com').fill(seedTestEmail()); + await page.getByPlaceholder('recipient@sign.bls.media').fill(seedTestEmail()); await page.getByRole('button', { name: 'Continue' }).click(); await page.getByRole('button', { name: 'Complete' }).click(); @@ -299,7 +299,7 @@ test('[DIRECT_TEMPLATES]: use direct template link with 2 recipients', async ({ await expect(page.getByRole('heading', { name: 'General' })).toBeVisible(); await page.waitForTimeout(1000); - await page.getByPlaceholder('recipient@documenso.com').fill(seedTestEmail()); + await page.getByPlaceholder('recipient@sign.bls.media').fill(seedTestEmail()); await page.getByRole('button', { name: 'Continue' }).click(); await page.getByRole('button', { name: 'Complete' }).click(); diff --git a/packages/app-tests/e2e/templates/manage-templates.spec.ts b/packages/app-tests/e2e/templates/manage-templates.spec.ts index f0d1bdc9a..2c2b7fa54 100644 --- a/packages/app-tests/e2e/templates/manage-templates.spec.ts +++ b/packages/app-tests/e2e/templates/manage-templates.spec.ts @@ -184,8 +184,8 @@ test('[TEMPLATES]: use template', async ({ page }) => { await page.getByRole('button', { name: 'Use Template' }).click(); // Enter template values. - await page.getByPlaceholder('recipient.1@documenso.com').click(); - await page.getByPlaceholder('recipient.1@documenso.com').fill(teamMemberUser.email); + await page.getByPlaceholder('recipient.1@sign.bls.media').click(); + await page.getByPlaceholder('recipient.1@sign.bls.media').fill(teamMemberUser.email); await page.getByPlaceholder('Recipient 1').click(); await page.getByPlaceholder('Recipient 1').fill('name'); @@ -202,8 +202,8 @@ test('[TEMPLATES]: use template', async ({ page }) => { await page.getByRole('button', { name: 'Use Template' }).click(); // Enter template values. - await page.getByPlaceholder('recipient.1@documenso.com').click(); - await page.getByPlaceholder('recipient.1@documenso.com').fill(teamMemberUser.email); + await page.getByPlaceholder('recipient.1@sign.bls.media').click(); + await page.getByPlaceholder('recipient.1@sign.bls.media').fill(teamMemberUser.email); await page.getByPlaceholder('Recipient 1').click(); await page.getByPlaceholder('Recipient 1').fill('name'); diff --git a/packages/assets/site.webmanifest b/packages/assets/site.webmanifest index 3746bdb41..6fbbf8b60 100644 --- a/packages/assets/site.webmanifest +++ b/packages/assets/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "Documenso", - "short_name": "Documenso", + "name": "BLS sign", + "short_name": "BLS sign", "icons": [ { "src": "/android-chrome-192x192.png", diff --git a/packages/email/template-components/template-document-image.tsx b/packages/email/template-components/template-document-image.tsx index bf2212f4a..90ee7ca61 100644 --- a/packages/email/template-components/template-document-image.tsx +++ b/packages/email/template-components/template-document-image.tsx @@ -16,7 +16,7 @@ export const TemplateDocumentImage = ({ assetBaseUrl, className }: TemplateDocum - Documenso + BLS sign diff --git a/packages/email/template-components/template-footer.tsx b/packages/email/template-components/template-footer.tsx index 0f90ec281..09e675a94 100644 --- a/packages/email/template-components/template-footer.tsx +++ b/packages/email/template-components/template-footer.tsx @@ -16,8 +16,8 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => { This document was sent using{' '} - - Documenso. + + BLS sign. @@ -36,9 +36,7 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => { ) : ( - Documenso, Inc. -
- 2261 Market Street, #5211, San Francisco, CA 94114, USA + Made by BLS media
)} diff --git a/packages/email/templates/confirm-email.tsx b/packages/email/templates/confirm-email.tsx index f9a05ead9..1936b1bd2 100644 --- a/packages/email/templates/confirm-email.tsx +++ b/packages/email/templates/confirm-email.tsx @@ -33,7 +33,7 @@ export const ConfirmEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-cancel.tsx b/packages/email/templates/document-cancel.tsx index 4ecea75b7..64b7b7bb3 100644 --- a/packages/email/templates/document-cancel.tsx +++ b/packages/email/templates/document-cancel.tsx @@ -11,7 +11,7 @@ export type DocumentCancelEmailTemplateProps = Partial )} diff --git a/packages/email/templates/document-completed.tsx b/packages/email/templates/document-completed.tsx index 728c9a93a..5d9ccecb6 100644 --- a/packages/email/templates/document-completed.tsx +++ b/packages/email/templates/document-completed.tsx @@ -40,7 +40,7 @@ export const DocumentCompletedEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-created-from-direct-template.tsx b/packages/email/templates/document-created-from-direct-template.tsx index b55ce55a3..151f9af3c 100644 --- a/packages/email/templates/document-created-from-direct-template.tsx +++ b/packages/email/templates/document-created-from-direct-template.tsx @@ -50,7 +50,7 @@ export const DocumentCreatedFromDirectTemplateEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-invite.tsx b/packages/email/templates/document-invite.tsx index 608d17b77..56a36d88a 100644 --- a/packages/email/templates/document-invite.tsx +++ b/packages/email/templates/document-invite.tsx @@ -23,7 +23,7 @@ export type DocumentInviteEmailTemplateProps = Partial )} diff --git a/packages/email/templates/document-pending.tsx b/packages/email/templates/document-pending.tsx index f308e116a..ab3e56d28 100644 --- a/packages/email/templates/document-pending.tsx +++ b/packages/email/templates/document-pending.tsx @@ -36,7 +36,7 @@ export const DocumentPendingEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-recipient-signed.tsx b/packages/email/templates/document-recipient-signed.tsx index 78243776a..7278ffbde 100644 --- a/packages/email/templates/document-recipient-signed.tsx +++ b/packages/email/templates/document-recipient-signed.tsx @@ -16,7 +16,7 @@ export interface DocumentRecipientSignedEmailTemplateProps { export const DocumentRecipientSignedEmailTemplate = ({ documentName = 'Open Source Pledge.pdf', recipientName = 'John Doe', - recipientEmail = 'lucas@documenso.com', + recipientEmail = 'lucas@sign.bls.media', assetBaseUrl = 'http://localhost:3002', }: DocumentRecipientSignedEmailTemplateProps) => { const { _ } = useLingui(); @@ -44,7 +44,7 @@ export const DocumentRecipientSignedEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-rejected.tsx b/packages/email/templates/document-rejected.tsx index 0f762d139..73ec180fd 100644 --- a/packages/email/templates/document-rejected.tsx +++ b/packages/email/templates/document-rejected.tsx @@ -44,7 +44,7 @@ export function DocumentRejectedEmail({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-rejection-confirmed.tsx b/packages/email/templates/document-rejection-confirmed.tsx index 9b5a062d9..da2e8b1df 100644 --- a/packages/email/templates/document-rejection-confirmed.tsx +++ b/packages/email/templates/document-rejection-confirmed.tsx @@ -44,7 +44,7 @@ export function DocumentRejectionConfirmedEmail({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-self-signed.tsx b/packages/email/templates/document-self-signed.tsx index 17ed32178..4063380a0 100644 --- a/packages/email/templates/document-self-signed.tsx +++ b/packages/email/templates/document-self-signed.tsx @@ -36,7 +36,7 @@ export const DocumentSelfSignedEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/document-super-delete.tsx b/packages/email/templates/document-super-delete.tsx index 0329796c3..7a8325c14 100644 --- a/packages/email/templates/document-super-delete.tsx +++ b/packages/email/templates/document-super-delete.tsx @@ -39,7 +39,7 @@ export const DocumentSuperDeleteEmailTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/forgot-password.tsx b/packages/email/templates/forgot-password.tsx index 31bc91ead..ca22037b9 100644 --- a/packages/email/templates/forgot-password.tsx +++ b/packages/email/templates/forgot-password.tsx @@ -36,7 +36,7 @@ export const ForgotPasswordTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/recipient-removed-from-document.tsx b/packages/email/templates/recipient-removed-from-document.tsx index 6421e3e55..fbdd53e35 100644 --- a/packages/email/templates/recipient-removed-from-document.tsx +++ b/packages/email/templates/recipient-removed-from-document.tsx @@ -38,7 +38,7 @@ export const RecipientRemovedFromDocumentTemplate = ({ ) : ( Documenso Logo )} diff --git a/packages/email/templates/reset-password.tsx b/packages/email/templates/reset-password.tsx index cd971140a..e7151f53f 100644 --- a/packages/email/templates/reset-password.tsx +++ b/packages/email/templates/reset-password.tsx @@ -12,7 +12,7 @@ export type ResetPasswordTemplateProps = Partial; export const ResetPasswordTemplate = ({ userName = 'Lucas Smith', - userEmail = 'lucas@documenso.com', + userEmail = 'lucas@sign.bls.media', assetBaseUrl = 'http://localhost:3002', }: ResetPasswordTemplateProps) => { const { _ } = useLingui(); @@ -38,7 +38,7 @@ export const ResetPasswordTemplate = ({ ) : ( Documenso Logo )} @@ -72,7 +72,7 @@ export const ResetPasswordTemplate = ({ Didn't request a password change? We are here to help you secure your account, just{' '} - + contact us. diff --git a/packages/email/templates/team-email-removed.tsx b/packages/email/templates/team-email-removed.tsx index 4d0cae840..abedbff2c 100644 --- a/packages/email/templates/team-email-removed.tsx +++ b/packages/email/templates/team-email-removed.tsx @@ -20,7 +20,7 @@ export type TeamEmailRemovedTemplateProps = { export const TeamEmailRemovedTemplate = ({ assetBaseUrl = 'http://localhost:3002', baseUrl = 'https://documenso.com', - teamEmail = 'example@documenso.com', + teamEmail = 'example@sign.bls.media', teamName = 'Team Name', teamUrl = 'demo', }: TeamEmailRemovedTemplateProps) => { diff --git a/packages/email/templates/team-join.tsx b/packages/email/templates/team-join.tsx index d9dbe7ff9..6c3da212f 100644 --- a/packages/email/templates/team-join.tsx +++ b/packages/email/templates/team-join.tsx @@ -22,7 +22,7 @@ export const TeamJoinEmailTemplate = ({ assetBaseUrl = 'http://localhost:3002', baseUrl = 'https://documenso.com', memberName = 'John Doe', - memberEmail = 'johndoe@documenso.com', + memberEmail = 'johndoe@sign.bls.media', teamName = 'Team Name', teamUrl = 'demo', }: TeamJoinEmailProps) => { diff --git a/packages/email/templates/team-leave.tsx b/packages/email/templates/team-leave.tsx index b26016f93..6d801c2ca 100644 --- a/packages/email/templates/team-leave.tsx +++ b/packages/email/templates/team-leave.tsx @@ -22,7 +22,7 @@ export const TeamLeaveEmailTemplate = ({ assetBaseUrl = 'http://localhost:3002', baseUrl = 'https://documenso.com', memberName = 'John Doe', - memberEmail = 'johndoe@documenso.com', + memberEmail = 'johndoe@sign.bls.media', teamName = 'Team Name', teamUrl = 'demo', }: TeamLeaveEmailProps) => { diff --git a/packages/lib/constants/direct-templates.ts b/packages/lib/constants/direct-templates.ts index 737062a0f..d519dd03a 100644 --- a/packages/lib/constants/direct-templates.ts +++ b/packages/lib/constants/direct-templates.ts @@ -1,3 +1,3 @@ // Put into a separate file due to Playwright not compiling due to the macro in the templates.ts file. -export const DIRECT_TEMPLATE_RECIPIENT_EMAIL = 'direct.link@documenso.com'; +export const DIRECT_TEMPLATE_RECIPIENT_EMAIL = 'direct.link@sign.bls.media'; export const DIRECT_TEMPLATE_RECIPIENT_NAME = 'Direct link recipient'; diff --git a/packages/lib/constants/email.ts b/packages/lib/constants/email.ts index f385e1748..412f0fcec 100644 --- a/packages/lib/constants/email.ts +++ b/packages/lib/constants/email.ts @@ -1,9 +1,9 @@ import { env } from '../utils/env'; -export const FROM_ADDRESS = env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com'; +export const FROM_ADDRESS = env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media'; export const FROM_NAME = env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso'; -export const SERVICE_USER_EMAIL = 'serviceaccount@documenso.com'; +export const SERVICE_USER_EMAIL = 'serviceaccount@sign.bls.media'; export const EMAIL_VERIFICATION_STATE = { NOT_FOUND: 'NOT_FOUND', diff --git a/packages/lib/server-only/auth/send-confirmation-email.ts b/packages/lib/server-only/auth/send-confirmation-email.ts index 5e91f4b4c..375fbdd5c 100644 --- a/packages/lib/server-only/auth/send-confirmation-email.ts +++ b/packages/lib/server-only/auth/send-confirmation-email.ts @@ -42,7 +42,7 @@ export const sendConfirmationEmail = async ({ userId }: SendConfirmationEmailPro const assetBaseUrl = NEXT_PUBLIC_WEBAPP_URL() || 'http://localhost:3000'; const confirmationLink = `${assetBaseUrl}/verify-email/${verificationToken.token}`; const senderName = NEXT_PRIVATE_SMTP_FROM_NAME || 'Documenso'; - const senderAddress = NEXT_PRIVATE_SMTP_FROM_ADDRESS || 'noreply@documenso.com'; + const senderAddress = NEXT_PRIVATE_SMTP_FROM_ADDRESS || 'noreply@sign.bls.media'; const confirmationTemplate = createElement(ConfirmEmailTemplate, { assetBaseUrl, diff --git a/packages/lib/server-only/auth/send-forgot-password.ts b/packages/lib/server-only/auth/send-forgot-password.ts index 9316e5ef1..2d835321c 100644 --- a/packages/lib/server-only/auth/send-forgot-password.ts +++ b/packages/lib/server-only/auth/send-forgot-password.ts @@ -57,7 +57,7 @@ export const sendForgotPassword = async ({ userId }: SendForgotPasswordOptions) }, from: { name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: i18n._(msg`Forgot Password?`), html, diff --git a/packages/lib/server-only/auth/send-reset-password.ts b/packages/lib/server-only/auth/send-reset-password.ts index 5c90308b8..797e255ea 100644 --- a/packages/lib/server-only/auth/send-reset-password.ts +++ b/packages/lib/server-only/auth/send-reset-password.ts @@ -39,7 +39,7 @@ export const sendResetPassword = async ({ userId }: SendResetPasswordOptions) => }, from: { name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: 'Password Reset Success!', html, diff --git a/packages/lib/server-only/document/send-completed-email.ts b/packages/lib/server-only/document/send-completed-email.ts index 2ec306962..1fe3623fb 100644 --- a/packages/lib/server-only/document/send-completed-email.ts +++ b/packages/lib/server-only/document/send-completed-email.ts @@ -115,7 +115,7 @@ export const sendCompletedEmail = async ({ documentId, requestMetadata }: SendDo ], from: { name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: i18n._(msg`Signing Complete!`), html, @@ -192,7 +192,7 @@ export const sendCompletedEmail = async ({ documentId, requestMetadata }: SendDo ], from: { name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: isDirectTemplate && document.documentMeta?.subject diff --git a/packages/lib/server-only/document/send-delete-email.ts b/packages/lib/server-only/document/send-delete-email.ts index 61c82ed13..44e79c1ed 100644 --- a/packages/lib/server-only/document/send-delete-email.ts +++ b/packages/lib/server-only/document/send-delete-email.ts @@ -81,7 +81,7 @@ export const sendDeleteEmail = async ({ documentId, reason }: SendDeleteEmailOpt }, from: { name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: i18n._(msg`Document Deleted!`), html, diff --git a/packages/lib/server-only/document/send-pending-email.ts b/packages/lib/server-only/document/send-pending-email.ts index ab9a74b79..f6a12178e 100644 --- a/packages/lib/server-only/document/send-pending-email.ts +++ b/packages/lib/server-only/document/send-pending-email.ts @@ -92,7 +92,7 @@ export const sendPendingEmail = async ({ documentId, recipientId }: SendPendingE }, from: { name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: i18n._(msg`Waiting for others to complete signing.`), html, diff --git a/packages/lib/server-only/template/create-document-from-direct-template.ts b/packages/lib/server-only/template/create-document-from-direct-template.ts index 0b8784417..cf1f68e1b 100644 --- a/packages/lib/server-only/template/create-document-from-direct-template.ts +++ b/packages/lib/server-only/template/create-document-from-direct-template.ts @@ -604,8 +604,8 @@ export const createDocumentFromDirectTemplate = async ({ }, ], from: { - name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso', - address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com', + name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'BLS sign', + address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media', }, subject: i18n._(msg`Document created from direct template`), html, diff --git a/packages/lib/server-only/user/service-accounts/deleted-account.ts b/packages/lib/server-only/user/service-accounts/deleted-account.ts index 6bfd6d25f..650c7b53f 100644 --- a/packages/lib/server-only/user/service-accounts/deleted-account.ts +++ b/packages/lib/server-only/user/service-accounts/deleted-account.ts @@ -3,7 +3,7 @@ import { prisma } from '@documenso/prisma'; export const deletedAccountServiceAccount = async () => { const serviceAccount = await prisma.user.findFirst({ where: { - email: 'deleted-account@documenso.com', + email: 'deleted-account@sign.bls.media', }, }); diff --git a/packages/lib/utils/templates.ts b/packages/lib/utils/templates.ts index edac17011..de6273d94 100644 --- a/packages/lib/utils/templates.ts +++ b/packages/lib/utils/templates.ts @@ -19,7 +19,7 @@ export const formatDirectTemplatePath = (token: string) => { export const generateRecipientPlaceholder = (index: number) => { return { name: `Recipient ${index}`, - email: `recipient.${index}@documenso.com`, + email: `recipient.${index}@sign.bls.media`, }; }; diff --git a/packages/prisma/migrations/20230830053354_add_service_user/migration.sql b/packages/prisma/migrations/20230830053354_add_service_user/migration.sql index b08996f11..3335a2a33 100644 --- a/packages/prisma/migrations/20230830053354_add_service_user/migration.sql +++ b/packages/prisma/migrations/20230830053354_add_service_user/migration.sql @@ -1,4 +1,4 @@ INSERT INTO "User" ("email", "name") VALUES ( - 'serviceaccount@documenso.com', + 'serviceaccount@sign.bls.media', 'Service Account' ) ON CONFLICT DO NOTHING; diff --git a/packages/prisma/migrations/20240205120648_create_delete_account/migration.sql b/packages/prisma/migrations/20240205120648_create_delete_account/migration.sql index d001bc4ae..31361c6e5 100644 --- a/packages/prisma/migrations/20240205120648_create_delete_account/migration.sql +++ b/packages/prisma/migrations/20240205120648_create_delete_account/migration.sql @@ -1,7 +1,7 @@ --- Create deleted@documenso.com +-- Create deleted@sign.bls.media DO $$ BEGIN - IF NOT EXISTS (SELECT 1 FROM "public"."User" WHERE "email" = 'deleted-account@documenso.com') THEN + IF NOT EXISTS (SELECT 1 FROM "public"."User" WHERE "email" = 'deleted-account@sign.bls.media') THEN INSERT INTO "public"."User" ( "email", @@ -16,7 +16,7 @@ BEGIN ) VALUES ( - 'deleted-account@documenso.com', + 'deleted-account@sign.bls.media', NOW(), NULL, NOW(), diff --git a/packages/prisma/seed/initial-seed.ts b/packages/prisma/seed/initial-seed.ts index 158b68475..7841ed859 100644 --- a/packages/prisma/seed/initial-seed.ts +++ b/packages/prisma/seed/initial-seed.ts @@ -25,11 +25,11 @@ export const seedDatabase = async () => { const exampleUser = await prisma.user.upsert({ where: { - email: 'example@documenso.com', + email: 'example@sign.bls.media', }, create: { name: 'Example User', - email: 'example@documenso.com', + email: 'example@sign.bls.media', emailVerified: new Date(), password: hashSync('password'), roles: [Role.USER], @@ -39,11 +39,11 @@ export const seedDatabase = async () => { const adminUser = await prisma.user.upsert({ where: { - email: 'admin@documenso.com', + email: 'admin@sign.bls.media', }, create: { name: 'Admin User', - email: 'admin@documenso.com', + email: 'admin@sign.bls.media', emailVerified: new Date(), password: hashSync('password'), roles: [Role.USER, Role.ADMIN], @@ -126,10 +126,10 @@ export const seedDatabase = async () => { ]); const testUsers = [ - 'test@documenso.com', - 'test2@documenso.com', - 'test3@documenso.com', - 'test4@documenso.com', + 'test@sign.bls.media', + 'test2@sign.bls.media', + 'test3@sign.bls.media', + 'test4@sign.bls.media', ]; const createdUsers = []; diff --git a/packages/prisma/seed/templates.ts b/packages/prisma/seed/templates.ts index 33d61442c..8b97c73a1 100644 --- a/packages/prisma/seed/templates.ts +++ b/packages/prisma/seed/templates.ts @@ -73,7 +73,7 @@ export const seedTemplate = async (options: SeedTemplateOptions) => { }, recipients: { create: { - email: 'recipient.1@documenso.com', + email: 'recipient.1@sign.bls.media', name: 'Recipient 1', token: Math.random().toString().slice(2, 7), sendStatus: SendStatus.NOT_SENT, diff --git a/packages/signing/helpers/add-signing-placeholder.ts b/packages/signing/helpers/add-signing-placeholder.ts index 2dcf16dc4..e00d41beb 100644 --- a/packages/signing/helpers/add-signing-placeholder.ts +++ b/packages/signing/helpers/add-signing-placeholder.ts @@ -33,7 +33,7 @@ export const addSigningPlaceholder = async ({ pdf }: AddSigningPlaceholderOption SubFilter: 'adbe.pkcs7.detached', ByteRange: byteRange, Contents: PDFHexString.fromText(' '.repeat(8192)), - Reason: PDFString.of('Signed by Documenso'), + Reason: PDFString.of('Signed by BLS sign'), M: PDFString.fromDate(new Date()), }), ); diff --git a/packages/signing/helpers/update-signing-placeholder.test.ts b/packages/signing/helpers/update-signing-placeholder.test.ts index 8adc7d44f..a5f4bcbf9 100644 --- a/packages/signing/helpers/update-signing-placeholder.test.ts +++ b/packages/signing/helpers/update-signing-placeholder.test.ts @@ -11,7 +11,7 @@ describe('updateSigningPlaceholder', () => { /SubFilter /adbe.pkcs7.detached /ByteRange [ 0 /********** /********** /********** ] /Contents <0000000000000000000000000000000000000000000000000000000> - /Reason (Signed by Documenso) + /Reason (Signed by BLS sign) /M (D:20210101000000Z) >> endobj @@ -48,7 +48,7 @@ describe('updateSigningPlaceholder', () => { /SubFilter /adbe.pkcs7.detached /ByteRange [ 0 /********** /********** /********** ] /Contents <0000000000000000000000000000000000000000000000000000000> - /Reason (Signed by Documenso) + /Reason (Signed by BLS sign) /M (D:20210101000000Z) >> endobj @@ -59,7 +59,7 @@ describe('updateSigningPlaceholder', () => { /SubFilter /adbe.pkcs7.detached /ByteRange [ 0 /********** /********** /********** ] /Contents <0000000000000000000000000000000000000000000000000000000> - /Reason (Signed by Documenso) + /Reason (Signed by BLS sign) /M (D:20210101000000Z) >> endobj diff --git a/packages/trpc/server/open-api.ts b/packages/trpc/server/open-api.ts index c55042f93..65d615628 100644 --- a/packages/trpc/server/open-api.ts +++ b/packages/trpc/server/open-api.ts @@ -6,7 +6,7 @@ import { appRouter } from './router'; export const openApiDocument = { ...generateOpenApiDocument(appRouter, { - title: 'Documenso v2 beta API', + title: 'BLS sign v2 beta API', description: 'Subject to breaking changes until v2 is fully released.', version: '0.0.0', baseUrl: `${NEXT_PUBLIC_WEBAPP_URL()}/api/v2-beta`,