1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Temporary remove patches

This commit is contained in:
Limezy 2022-02-17 12:11:48 +07:00
parent a77cb2d79f
commit 6a288a8bff
3 changed files with 0 additions and 45 deletions

View file

@ -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

View file

@ -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

View file

@ -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<Props> {
</MaxWidth>
</Container>
</Background>
- {isShare && !isCustomDomain() && (
- <Branding href="//www.getoutline.com?ref=sharelink" />
- )}
{!isShare && (
<>
<KeyboardShortcutsButton />
--
2.18.0