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

Test v0.74

This commit is contained in:
Limezy 2023-12-08 10:55:16 +07:00
parent ae0a574497
commit c3d579ec30
5 changed files with 29 additions and 29 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/outline/outline/archive/a21e1d9feab996dd1402be856b562e9453473b2e.zip SOURCE_URL=https://github.com/outline/outline/archive/e4d00783585f2a509da3565723227d2b5959a2e9.zip
SOURCE_SUM=a346feb2b63104798f6929874901335103d98ed8a39737fe7882d7c9922b4894 SOURCE_SUM=f3394b676393e574c52aab14786b3553a58c1a87e215ae889d9c8e4d3dd6d962
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -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.73.1~ynh1", "version": "0.74.0~ynh1",
"url": "https://www.getoutline.com", "url": "https://www.getoutline.com",
"upstream": { "upstream": {
"license": "BUSL-1.1", "license": "BUSL-1.1",

View file

@ -1,5 +1,5 @@
diff --git a/package.json b/package.json diff --git a/package.json b/package.json
index 22aafec21..7abdd9a97 100644 index f4d7d2080..456f5349c 100644
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -158,6 +158,7 @@ @@ -158,6 +158,7 @@
@ -22,7 +22,7 @@ index 000000000..ae7c40333
+} +}
diff --git a/plugins/req/server/.babelrc b/plugins/req/server/.babelrc diff --git a/plugins/req/server/.babelrc b/plugins/req/server/.babelrc
new file mode 100644 new file mode 100644
index 000000000..2bc0ef3ed index 000000000..c87001bc4
--- /dev/null --- /dev/null
+++ b/plugins/req/server/.babelrc +++ b/plugins/req/server/.babelrc
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
@ -106,10 +106,10 @@ index 000000000..bc03fc6d3
+ +
+export default router; +export default router;
diff --git a/yarn.lock b/yarn.lock diff --git a/yarn.lock b/yarn.lock
index 55f386865..74c7e8adc 100644 index 4abdce687..5b31b8d81 100644
--- a/yarn.lock --- a/yarn.lock
+++ b/yarn.lock +++ b/yarn.lock
@@ -10378,6 +10378,14 @@ passport-oauth@1.0.x: @@ -10119,6 +10119,14 @@ passport-oauth@1.0.x:
passport-oauth1 "1.x.x" passport-oauth1 "1.x.x"
passport-oauth2 "1.x.x" passport-oauth2 "1.x.x"
@ -124,7 +124,7 @@ index 55f386865..74c7e8adc 100644
passport-slack-oauth2@^1.2.0: passport-slack-oauth2@^1.2.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/passport-slack-oauth2/-/passport-slack-oauth2-1.2.0.tgz#d214a698b55a137393636a26827747f6c436dab4" resolved "https://registry.yarnpkg.com/passport-slack-oauth2/-/passport-slack-oauth2-1.2.0.tgz#d214a698b55a137393636a26827747f6c436dab4"
@@ -10399,6 +10407,14 @@ passport@^0.6.0: @@ -10140,6 +10148,14 @@ passport@^0.6.0:
pause "0.0.1" pause "0.0.1"
utils-merge "^1.0.1" utils-merge "^1.0.1"

View file

@ -54,7 +54,7 @@ index 9eb541af1..d2c2e5a24 100644
{!isShare && ( {!isShare && (
<Footer> <Footer>
diff --git a/app/typings/styled-components.d.ts b/app/typings/styled-components.d.ts diff --git a/app/typings/styled-components.d.ts b/app/typings/styled-components.d.ts
index f30b74449..406e1fcde 100644 index bb65ceb13..a6dde2103 100644
--- a/app/typings/styled-components.d.ts --- a/app/typings/styled-components.d.ts
+++ b/app/typings/styled-components.d.ts +++ b/app/typings/styled-components.d.ts
@@ -54,6 +54,8 @@ declare module "styled-components" { @@ -54,6 +54,8 @@ declare module "styled-components" {
@ -67,10 +67,10 @@ index f30b74449..406e1fcde 100644
interface Colors { interface Colors {
diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts
index b8410e53d..f0559b5d0 100644 index b5184dcd3..793d9eb13 100644
--- a/shared/editor/components/Styles.ts --- a/shared/editor/components/Styles.ts
+++ b/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts
@@ -866,6 +866,20 @@ h6 { @@ -872,6 +872,20 @@ h6 {
} }
} }
@ -121,10 +121,10 @@ index bd976e69b..9ee40b8d5 100644
component = <InfoIcon />; component = <InfoIcon />;
} }
diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts
index 40a9bbd62..47dce4316 100644 index 3b849efc6..8f25225d0 100644
--- a/shared/styles/theme.ts --- a/shared/styles/theme.ts
+++ b/shared/styles/theme.ts +++ b/shared/styles/theme.ts
@@ -32,6 +32,7 @@ const defaultColors: Colors = { @@ -31,6 +31,7 @@ const defaultColors: Colors = {
warning: "#f08a24", warning: "#f08a24",
success: "#2f3336", success: "#2f3336",
info: "#a0d3e8", info: "#a0d3e8",
@ -132,7 +132,7 @@ index 40a9bbd62..47dce4316 100644
brand: { brand: {
red: "#FF5C80", red: "#FF5C80",
pink: "#FF4DFA", pink: "#FF4DFA",
@@ -96,6 +97,8 @@ const buildBaseTheme = (input: Partial<Colors>) => { @@ -95,6 +96,8 @@ const buildBaseTheme = (input: Partial<Colors>) => {
noticeSuccessBackground: colors.brand.green, noticeSuccessBackground: colors.brand.green,
noticeSuccessText: colors.almostBlack, noticeSuccessText: colors.almostBlack,
tableSelectedBackground: transparentize(0.8, colors.accent), tableSelectedBackground: transparentize(0.8, colors.accent),
@ -141,7 +141,7 @@ index 40a9bbd62..47dce4316 100644
breakpoints, breakpoints,
...colors, ...colors,
...spacing, ...spacing,
@@ -234,6 +237,7 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => { @@ -233,6 +236,7 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => {
noticeTipText: colors.white, noticeTipText: colors.white,
noticeWarningText: colors.white, noticeWarningText: colors.white,
noticeSuccessText: colors.white, noticeSuccessText: colors.white,

View file

@ -129,7 +129,7 @@ index 57f82919c..65efc59c9 100644
})} })}
</Note> </Note>
diff --git a/app/typings/styled-components.d.ts b/app/typings/styled-components.d.ts diff --git a/app/typings/styled-components.d.ts b/app/typings/styled-components.d.ts
index f30b74449..406e1fcde 100644 index bb65ceb13..a6dde2103 100644
--- a/app/typings/styled-components.d.ts --- a/app/typings/styled-components.d.ts
+++ b/app/typings/styled-components.d.ts +++ b/app/typings/styled-components.d.ts
@@ -54,6 +54,8 @@ declare module "styled-components" { @@ -54,6 +54,8 @@ declare module "styled-components" {
@ -142,7 +142,7 @@ index f30b74449..406e1fcde 100644
interface Colors { interface Colors {
diff --git a/package.json b/package.json diff --git a/package.json b/package.json
index 22aafec21..7abdd9a97 100644 index f4d7d2080..456f5349c 100644
--- a/package.json --- a/package.json
+++ b/package.json +++ b/package.json
@@ -158,6 +158,7 @@ @@ -158,6 +158,7 @@
@ -165,7 +165,7 @@ index 000000000..ae7c40333
+} +}
diff --git a/plugins/req/server/.babelrc b/plugins/req/server/.babelrc diff --git a/plugins/req/server/.babelrc b/plugins/req/server/.babelrc
new file mode 100644 new file mode 100644
index 000000000..2bc0ef3ed index 000000000..c87001bc4
--- /dev/null --- /dev/null
+++ b/plugins/req/server/.babelrc +++ b/plugins/req/server/.babelrc
@@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
@ -262,10 +262,10 @@ index f53e44b6b..bcf56efca 100644
} }
diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts
index b8410e53d..f0559b5d0 100644 index b5184dcd3..793d9eb13 100644
--- a/shared/editor/components/Styles.ts --- a/shared/editor/components/Styles.ts
+++ b/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts
@@ -866,6 +866,20 @@ h6 { @@ -872,6 +872,20 @@ h6 {
} }
} }
@ -316,10 +316,10 @@ index bd976e69b..9ee40b8d5 100644
component = <InfoIcon />; component = <InfoIcon />;
} }
diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts
index 40a9bbd62..47dce4316 100644 index 3b849efc6..8f25225d0 100644
--- a/shared/styles/theme.ts --- a/shared/styles/theme.ts
+++ b/shared/styles/theme.ts +++ b/shared/styles/theme.ts
@@ -32,6 +32,7 @@ const defaultColors: Colors = { @@ -31,6 +31,7 @@ const defaultColors: Colors = {
warning: "#f08a24", warning: "#f08a24",
success: "#2f3336", success: "#2f3336",
info: "#a0d3e8", info: "#a0d3e8",
@ -327,7 +327,7 @@ index 40a9bbd62..47dce4316 100644
brand: { brand: {
red: "#FF5C80", red: "#FF5C80",
pink: "#FF4DFA", pink: "#FF4DFA",
@@ -96,6 +97,8 @@ const buildBaseTheme = (input: Partial<Colors>) => { @@ -95,6 +96,8 @@ const buildBaseTheme = (input: Partial<Colors>) => {
noticeSuccessBackground: colors.brand.green, noticeSuccessBackground: colors.brand.green,
noticeSuccessText: colors.almostBlack, noticeSuccessText: colors.almostBlack,
tableSelectedBackground: transparentize(0.8, colors.accent), tableSelectedBackground: transparentize(0.8, colors.accent),
@ -336,7 +336,7 @@ index 40a9bbd62..47dce4316 100644
breakpoints, breakpoints,
...colors, ...colors,
...spacing, ...spacing,
@@ -234,6 +237,7 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => { @@ -233,6 +236,7 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => {
noticeTipText: colors.white, noticeTipText: colors.white,
noticeWarningText: colors.white, noticeWarningText: colors.white,
noticeSuccessText: colors.white, noticeSuccessText: colors.white,
@ -345,10 +345,10 @@ index 40a9bbd62..47dce4316 100644
scrollbarBackground: colors.black, scrollbarBackground: colors.black,
scrollbarThumb: colors.lightBlack, scrollbarThumb: colors.lightBlack,
diff --git a/yarn.lock b/yarn.lock diff --git a/yarn.lock b/yarn.lock
index 55f386865..74c7e8adc 100644 index 4abdce687..5b31b8d81 100644
--- a/yarn.lock --- a/yarn.lock
+++ b/yarn.lock +++ b/yarn.lock
@@ -10378,6 +10378,14 @@ passport-oauth@1.0.x: @@ -10119,6 +10119,14 @@ passport-oauth@1.0.x:
passport-oauth1 "1.x.x" passport-oauth1 "1.x.x"
passport-oauth2 "1.x.x" passport-oauth2 "1.x.x"
@ -363,7 +363,7 @@ index 55f386865..74c7e8adc 100644
passport-slack-oauth2@^1.2.0: passport-slack-oauth2@^1.2.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/passport-slack-oauth2/-/passport-slack-oauth2-1.2.0.tgz#d214a698b55a137393636a26827747f6c436dab4" resolved "https://registry.yarnpkg.com/passport-slack-oauth2/-/passport-slack-oauth2-1.2.0.tgz#d214a698b55a137393636a26827747f6c436dab4"
@@ -10399,6 +10407,14 @@ passport@^0.6.0: @@ -10140,6 +10148,14 @@ passport@^0.6.0:
pause "0.0.1" pause "0.0.1"
utils-merge "^1.0.1" utils-merge "^1.0.1"