From: single-right-quote <34298117+single-right-quote@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:33:05 +0000 (+0000) Subject: Merge remote-tracking branch 'origin' into merge_glicth-soc_2022-01-31 X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2932cda775da49e148274545b7c20336c0a4f068;p=mastodon.git Merge remote-tracking branch 'origin' into merge_glicth-soc_2022-01-31 --- 2932cda775da49e148274545b7c20336c0a4f068 diff --cc .env.production.sample index e6d10578b,7de5e00f4..7957bd137 --- a/.env.production.sample +++ b/.env.production.sample @@@ -286,7 -286,6 +286,11 @@@ MAX_POLL_OPTION_CHARS=10 MAX_EMOJI_SIZE=51200 MAX_REMOTE_EMOJI_SIZE=204800 +# Source code repository +GITHUB_REPOSITORY=kibicat/mastodon +# Or if it isn’t hosted on GitHub… +# SOURCE_BASE_URL=https://github.com/kibicat/mastodon ++ + # Optional hCaptcha support + # HCAPTCHA_SECRET_KEY= + # HCAPTCHA_SITE_KEY= diff --cc yarn.lock index f682076f9,313a3567a..4524f5cb6 --- a/yarn.lock +++ b/yarn.lock @@@ -10681,12 -10632,13 +10634,12 @@@ ts-essentials@^2.0.3 resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-2.0.12.tgz#c9303f3d74f75fa7528c3d49b80e089ab09d8745" integrity sha512-3IVX4nI6B5cc31/GFFE+i8ey/N2eA0CZDbo6n0yrz0zDX8ZJ8djmU1p+XRz7G3is0F3bB3pu2pAroFdAWQKU3w== - tsconfig-paths@^3.11.0: - version "3.11.0" - resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36" - integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA== + tsconfig-paths@^3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.12.0.tgz#19769aca6ee8f6a1a341e38c8fa45dd9fb18899b" + integrity sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg== dependencies: - "@types/json5" "^0.0.29" - json5 "^1.0.1" + json5 "^2.2.0" minimist "^1.2.0" strip-bom "^3.0.0"