mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Upgrade to v0.64.1
This commit is contained in:
parent
9526128f8b
commit
20428bdd48
5 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.63.0.tar.gz
|
||||
SOURCE_SUM=ca2758a6461c7a159c073374a2480b77d2049625ff9ef87686f57557bd2f0bb4
|
||||
SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.64.1.tar.gz
|
||||
SOURCE_SUM=7b26c6d16045f6bba895dfc5240495130d9fc192f8d88915afcffee9648d9ed5
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
### Not totally free licence
|
||||
Outline is a softwared licenced under [BUSL 1.1 licence](https://spdx.org/licenses/BUSL-1.1.html).
|
||||
⚠️ That licence **is not totally free**. Please read it very carefully if you have any commercial use in mind.
|
||||
The Outline version shipped with this package (v0.63.0) will be released under Apache-2.0 licence [after April 15th 2026](https://github.com/outline/outline/blob/1a8f2c3bb08df1ac3fa9cea5a2a7491757b7cf28/LICENSE).
|
||||
The Outline version shipped with this package (v0.64.1) will be released under Apache-2.0 licence [after May 23rd 2026](https://github.com/outline/outline/blob/151c2c731a94eefdda4e62f311308e9bd4615838/LICENSE).
|
||||
|
||||
### Known limitations
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "An open, extensible, wiki for your team built using React and Node.js.",
|
||||
"fr": "Un wiki open source et évolutif pour votre équipe, conçu avec React et Node.js"
|
||||
},
|
||||
"version": "0.63.0~ynh3",
|
||||
"version": "0.64.1~ynh1",
|
||||
"url": "www.getoutline.com",
|
||||
"upstream": {
|
||||
"license": "BUSL-1.1",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
|
||||
index 955a1fd5..ce385aa2 100644
|
||||
index 6a9d1265..452511f1 100644
|
||||
--- a/app/scenes/Document/components/Document.tsx
|
||||
+++ b/app/scenes/Document/components/Document.tsx
|
||||
@@ -611,9 +611,6 @@ class DocumentScene extends React.Component<Props> {
|
||||
@@ -625,9 +625,6 @@ class DocumentScene extends React.Component<Props> {
|
||||
</Flex>
|
||||
</React.Suspense>
|
||||
</MaxWidth>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
|
||||
index 6fc9865a..69e5b8ac 100644
|
||||
index b13e29dd..bac5fc41 100644
|
||||
--- a/server/emails/mailer.tsx
|
||||
+++ b/server/emails/mailer.tsx
|
||||
@@ -109,6 +109,7 @@ export class Mailer {
|
||||
ciphers: process.env.SMTP_TLS_CIPHERS,
|
||||
@@ -107,6 +107,7 @@ export class Mailer {
|
||||
ciphers: env.SMTP_TLS_CIPHERS,
|
||||
}
|
||||
: undefined,
|
||||
+ ignoreTLS:true
|
||||
|
|
Loading…
Reference in a new issue