diff --git a/sources/patches/app-01-email.patch b/sources/patches/app-01-email.patch deleted file mode 100644 index 9014eef..0000000 --- a/sources/patches/app-01-email.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/server/mailer.js b/server/mailer.js -index eeedb5ac..d979bab7 100644 ---- a/server/mailer.js -+++ b/server/mailer.js -@@ -85,6 +85,7 @@ export class Mailer { - "SMTP_TLS_CIPHERS" in process.env - ? { ciphers: process.env.SMTP_TLS_CIPHERS } - : undefined, -+ ignoreTLS:true - }; - - if (process.env.SMTP_USERNAME) { --- -2.18.0 \ No newline at end of file diff --git a/sources/patches/app-02-email2.patch b/sources/patches/app-02-email2.patch deleted file mode 100644 index d5068b6..0000000 --- a/sources/patches/app-02-email2.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/server/presenters/env.js b/server/presenters/env.js -index adf16ac9..54e009c8 100644 ---- a/server/presenters/env.js -+++ b/server/presenters/env.js -@@ -17,7 +17,7 @@ export default function present(env: Object): Object { - SLACK_APP_ID: env.SLACK_APP_ID, - MAXIMUM_IMPORT_SIZE: env.MAXIMUM_IMPORT_SIZE || 1024 * 1000 * 5, - SUBDOMAINS_ENABLED: env.SUBDOMAINS_ENABLED === "true", -- EMAIL_ENABLED: !!env.SMTP_USERNAME || env.NODE_ENV === "development", -+ EMAIL_ENABLED: !!env.SMTP_HOST || env.NODE_ENV === "development", - GOOGLE_ANALYTICS_ID: env.GOOGLE_ANALYTICS_ID, - RELEASE: env.SOURCE_COMMIT || env.SOURCE_VERSION || undefined, - }; --- -2.18.0 \ No newline at end of file diff --git a/sources/patches/app-03-branding.patch b/sources/patches/app-03-branding.patch deleted file mode 100644 index 1204b85..0000000 --- a/sources/patches/app-03-branding.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/app/scenes/Document/components/Document.js b/app/scenes/Document/components/Document.js -index 2c5bf69b..599bd4f6 100644 ---- a/app/scenes/Document/components/Document.js -+++ b/app/scenes/Document/components/Document.js -@@ -593,9 +593,6 @@ class DocumentScene extends React.Component { - - - -- {isShare && !isCustomDomain() && ( -- -- )} - {!isShare && ( - <> - --- -2.18.0 \ No newline at end of file