From 9f3692bb7b1eb561c72908b291c40ae43d4910d9 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sun, 25 Aug 2024 21:50:21 +0700 Subject: [PATCH] Update v0.78 --- manifest.toml | 6 +-- sources/patches/diff.txt | 73 ++++++++++++++------------- sources/patches/main-02-visitor.patch | 19 +++---- sources/patches/main-03-login.patch | 28 +++++----- sources/patches/main-04-bible.patch | 26 +++++----- 5 files changed, 77 insertions(+), 75 deletions(-) diff --git a/manifest.toml b/manifest.toml index b5b5c63..d4e9417 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Outline" description.en = "Wiki and knowledge base for teams" description.fr = "Wiki et base de connaissances pour les équipes" -version = "0.76.1~ynh1" +version = "0.78.0~ynh1" maintainers = ["Raoul de Limezy"] @@ -55,8 +55,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/outline/outline/archive/86abd274b0865a4453bd5245392a0a042e68931b.zip" - sha256 = "65cd3b1d4420cd4ae1f50345b45c89ede2d75b377576cdc6d2db48d5f24c6c4c" + url = "https://github.com/outline/outline/archive/2578a1f75f5ec74492e5154352b527e98f480f20.zip" + sha256 = "09c330456646df73a1a34b54e522eeeefc338d27a8010961126ca761986b06fe" [resources.system_user] allow_email = true diff --git a/sources/patches/diff.txt b/sources/patches/diff.txt index 263dd53..8bfcccc 100644 --- a/sources/patches/diff.txt +++ b/sources/patches/diff.txt @@ -1,5 +1,5 @@ diff --git a/app/editor/menus/block.tsx b/app/editor/menus/block.tsx -index 301c2610d..1e6917bd8 100644 +index 05e9acee6..aca761095 100644 --- a/app/editor/menus/block.tsx +++ b/app/editor/menus/block.tsx @@ -20,6 +20,7 @@ import { @@ -25,10 +25,10 @@ index 301c2610d..1e6917bd8 100644 name: "separator", }, diff --git a/app/hooks/useDictionary.ts b/app/hooks/useDictionary.ts -index cfbd81bcd..683fa6883 100644 +index e8178b11d..9dac7edba 100644 --- a/app/hooks/useDictionary.ts +++ b/app/hooks/useDictionary.ts -@@ -83,6 +83,8 @@ export default function useDictionary() { +@@ -85,6 +85,8 @@ export default function useDictionary() { warningNotice: t("Warning notice"), success: t("Success"), successNotice: t("Success notice"), @@ -38,13 +38,13 @@ index cfbd81bcd..683fa6883 100644 insertTime: t("Current time"), insertDateTime: t("Current date and time"), diff --git a/app/scenes/Document/components/Document.tsx b/app/scenes/Document/components/Document.tsx -index 094c9dafb..a749e8e6a 100644 +index 752915e89..5eefe890c 100644 --- a/app/scenes/Document/components/Document.tsx +++ b/app/scenes/Document/components/Document.tsx -@@ -547,11 +547,6 @@ class DocumentScene extends React.Component { - +@@ -599,11 +599,6 @@ class DocumentScene extends React.Component { + )} - + - {isShare && - !parseDomain(window.location.origin).custom && - !auth.user && ( @@ -54,7 +54,7 @@ index 094c9dafb..a749e8e6a 100644 {!isShare && (