mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
commit
4d1da67a26
5 changed files with 7 additions and 21 deletions
|
@ -55,7 +55,7 @@ OIDC_USERINFO_URI=__DEX_USER_URI__
|
||||||
OIDC_USERNAME_CLAIM=preferred_username
|
OIDC_USERNAME_CLAIM=preferred_username
|
||||||
|
|
||||||
# Display name for OIDC authentication
|
# Display name for OIDC authentication
|
||||||
OIDC_DISPLAY_NAME=Yunohost
|
OIDC_DISPLAY_NAME=membre (mot de passe)
|
||||||
|
|
||||||
# Space separated auth scopes.
|
# Space separated auth scopes.
|
||||||
OIDC_SCOPES="openid profile email"
|
OIDC_SCOPES="openid profile email"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.66.0.tar.gz
|
SOURCE_URL=https://github.com/outline/outline/archive/refs/tags/v0.67.0.zip
|
||||||
SOURCE_SUM=956bb0dec2445b355b3d9e02af56049d934a90ea29826ef12e0773cb878b4758
|
SOURCE_SUM=2fc6f8af630f53ed3be6d562cd6dea517e4c572debd663305e1ed53945d76797
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=
|
SOURCE_FILENAME=
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Wiki and knowledge base for teams",
|
"en": "Wiki and knowledge base for teams",
|
||||||
"fr": "Wiki et base de connaissances pour les équipes"
|
"fr": "Wiki et base de connaissances pour les équipes"
|
||||||
},
|
},
|
||||||
"version": "0.66.0~ynh1",
|
"version": "0.67.0~ynh1",
|
||||||
"url": "www.getoutline.com",
|
"url": "www.getoutline.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "BUSL-1.1",
|
"license": "BUSL-1.1",
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx
|
|
||||||
index 9d86f478..25b45653 100644
|
|
||||||
--- a/app/scenes/Document/components/Document.tsx
|
|
||||||
+++ b/app/scenes/Document/components/Document.tsx
|
|
||||||
@@ -617,9 +617,6 @@ class DocumentScene extends React.Component<Props> {
|
|
||||||
</Flex>
|
|
||||||
</React.Suspense>
|
|
||||||
</MaxWidth>
|
|
||||||
- {isShare && !parseDomain(window.location.origin).custom && (
|
|
||||||
- <Branding href="//www.getoutline.com?ref=sharelink" />
|
|
||||||
- )}
|
|
||||||
</Container>
|
|
||||||
</Background>
|
|
||||||
{!isShare && (
|
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
|
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
|
||||||
index 669d0038..ccc5c047 100644
|
index 669d00388..ccc5c047f 100644
|
||||||
--- a/server/emails/mailer.tsx
|
--- a/server/emails/mailer.tsx
|
||||||
+++ b/server/emails/mailer.tsx
|
+++ b/server/emails/mailer.tsx
|
||||||
@@ -121,6 +121,7 @@ export class Mailer {
|
@@ -121,6 +121,7 @@ export class Mailer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue