Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into merge-upstream-3
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Sep 30, 2024
2 parents a9db995 + b657886 commit 595db6b
Show file tree
Hide file tree
Showing 308 changed files with 9,995 additions and 7,460 deletions.
8 changes: 8 additions & 0 deletions .config/cypress-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForReactions:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
#โ”€โ”€โ”€โ”˜ MeiliSearch configuration โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Expand Down
8 changes: 8 additions & 0 deletions .config/docker_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForReactions:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
#โ”€โ”€โ”€โ”˜ MeiliSearch configuration โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Expand Down
10 changes: 10 additions & 0 deletions .config/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ redis:
# # You can specify more ioredis options...
# #username: example-username

#redisForReactions:
# host: localhost
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1
# # You can specify more ioredis options...
# #username: example-username

# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
#โ”€โ”€โ”€โ”˜ MeiliSearch configuration โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Expand Down
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForReactions:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
#โ”€โ”€โ”€โ”˜ MeiliSearch configuration โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-misskey-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: corepack enable

- name: Setup Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-misskey-js-autogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: setup node
id: setup-node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-api-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- packages/frontend-embed/**
- packages/sw/**
- packages/misskey-js/**
- packages/misskey-bubble-game/**
- packages/misskey-reversi/**
- packages/shared/eslint.config.js
- .github/workflows/lint.yml
pull_request:
Expand All @@ -21,6 +23,8 @@ on:
- packages/frontend-embed/**
- packages/sw/**
- packages/misskey-js/**
- packages/misskey-bubble-game/**
- packages/misskey-reversi/**
- packages/shared/eslint.config.js
- .github/workflows/lint.yml
jobs:
Expand All @@ -32,7 +36,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'pnpm'
Expand All @@ -52,6 +56,8 @@ jobs:
- frontend-embed
- sw
- misskey-js
- misskey-bubble-game
- misskey-reversi
env:
eslint-cache-version: v1
eslint-cache-path: ${{ github.workspace }}/node_modules/.cache/eslint-${{ matrix.workspace }}
Expand All @@ -61,7 +67,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'pnpm'
Expand Down Expand Up @@ -91,7 +97,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/locale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
node-version-file: '.node-version'
cache: 'pnpm'
Expand Down
31 changes: 19 additions & 12 deletions .github/workflows/report-api-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,25 @@ jobs:
- id: out-diff
name: Build diff Comment
run: |
cat <<- EOF > ./output.md
ใ“ใฎPRใซใ‚ˆใ‚‹api.jsonใฎๅทฎๅˆ†
<details>
<summary>ๅทฎๅˆ†ใฏใ“ใกใ‚‰</summary>
\`\`\`diff
$(cat ./api.json.diff)
\`\`\`
</details>
[Get diff files from Workflow Page](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID})
EOF
HEADER="ใ“ใฎPRใซใ‚ˆใ‚‹api.jsonใฎๅทฎๅˆ†"
FOOTER="[Get diff files from Workflow Page](https://github.com/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID})"
DIFF_BYTES="$(stat ./api.json.diff -c '%s' | tr -d '\n')"
echo "$HEADER" > ./output.md
if (( "$DIFF_BYTES" <= 1 )); then
echo 'ๅทฎๅˆ†ใฏใ‚ใ‚Šใพใ›ใ‚“ใ€‚' >> ./output.md
else
echo '<details>' >> ./output.md
echo '<summary>ๅทฎๅˆ†ใฏใ“ใกใ‚‰</summary>' >> ./output.md
echo >> ./output.md
echo '```diff' >> ./output.md
cat ./api.json.diff >> ./output.md
echo '```' >> ./output.md
echo '</details>' >> .output.md
fi
echo "$FOOTER" >> ./output.md
- uses: thollander/actions-comment-pull-request@v2
with:
pr_number: ${{ steps.load-pr-num.outputs.pr-number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install FFmpeg
uses: FedericoCarboni/setup-ffmpeg@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-misskey-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: corepack enable

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-api-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down
44 changes: 42 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,67 @@
## 2024.9.0
## Unreleased

### General
- Feat: UserWebhookใจSystemWebhookใฎใƒ†ใ‚นใƒˆ้€ไฟกๆฉŸ่ƒฝใ‚’่ฟฝๅŠ  (#14445)
-

### Client
- Enhance: ใƒ•ใ‚ฉใƒญใƒฏใƒผใธใฎใƒกใƒƒใ‚ปใƒผใ‚ธๆฌ„ใฎใƒ‡ใ‚ถใ‚คใƒณๆ”น่‰ฏ

### Server
-


## 2024.9.0

### General
- Feat: ใƒŽใƒผใƒˆๅ˜ไฝ“ใƒปใƒฆใƒผใ‚ถใƒผใฎใƒŽใƒผใƒˆใƒปใ‚ฏใƒชใƒƒใƒ—ใฎใƒŽใƒผใƒˆใฎๅŸ‹ใ‚่พผใฟๆฉŸ่ƒฝ
- ๅŸ‹ใ‚่พผใฟใ‚ณใƒผใƒ‰ใ‚„ใ‚ฆใ‚งใƒ–ใ‚ตใ‚คใƒˆใธใฎๅฎŸ่ฃ…ๆ–นๆณ•ใฎ่ฉณ็ดฐใฏ https://misskey-hub.net/docs/for-users/features/embed/ ใ‚’ใ”่ฆงใใ ใ•ใ„
- Feat: ใƒ‘ใ‚นใ‚ญใƒผใงใƒญใ‚ฐใ‚คใƒณใƒœใ‚ฟใƒณใ‚’ๅฎŸ่ฃ… (#14574)
- Feat: ใƒ•ใ‚ฉใƒญใƒผใ•ใ‚ŒใŸ้š›ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’่จญๅฎšใงใใ‚‹ใ‚ˆใ†ใซ
- Feat: ้€ฃๅˆใ‚’ใƒ›ใƒฏใ‚คใƒˆใƒชใ‚นใƒˆๅˆถใซใงใใ‚‹ใ‚ˆใ†ใซ
- Feat: UserWebhookใจSystemWebhookใฎใƒ†ใ‚นใƒˆ้€ไฟกๆฉŸ่ƒฝใ‚’่ฟฝๅŠ  (#14445)
- Feat: ใƒขใƒ‡ใƒฌใƒผใ‚ฟใƒผใฏใƒฆใƒผใ‚ถใƒผใซใ‹ใ‹ใ‚ใ‚‰ใšใƒ•ใ‚กใ‚คใƒซใŒๆทปไป˜ใ•ใ‚Œใฆใ„ใ‚‹ใƒŽใƒผใƒˆใ‚’ๆคœ็ดขใงใใ‚‹ใ‚ˆใ†ใซ
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/680)
- Feat: ใƒ‡ใƒผใ‚ฟใ‚จใ‚ฏใ‚นใƒใƒผใƒˆใŒๅฎŒไบ†ใ—ใŸ้š›ใซ้€š็Ÿฅใ‚’็™บ่กŒใ™ใ‚‹ใ‚ˆใ†ใซ
- Enhance: ใƒฆใƒผใ‚ถใƒผใซใ‚ˆใ‚‹ใ‚ณใƒณใƒ†ใƒณใƒ„ใ‚คใƒณใƒใƒผใƒˆใฎๅฏๅฆใ‚’ใƒญใƒผใƒซใƒใƒชใ‚ทใƒผใงๅˆถๅพกใงใใ‚‹ใ‚ˆใ†ใซ
- Enhance: ไพๅญ˜้–ขไฟ‚ใฎๆ›ดๆ–ฐ
- Enhance: l10nใฎๆ›ดๆ–ฐ

### Client
- Enhance: ใ‚ตใ‚คใ‚บๅˆถ้™ใ‚’่ถ…้Žใ™ใ‚‹ใƒ•ใ‚กใ‚คใƒซใ‚’ใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ใ—ใ‚ˆใ†ใจใ—ใŸ้š›ใซใ‚จใƒฉใƒผใ‚’ๅ‡บใ™ใ‚ˆใ†ใซ
- Enhance: ใ‚ขใ‚คใ‚ณใƒณใƒ‡ใ‚ณใƒฌใƒผใ‚ทใƒงใƒณ็ฎก็†็”ป้ขใซใƒ—ใƒฌใƒ“ใƒฅใƒผใ‚’่ฟฝๅŠ 
- Enhance: ใ‚ณใƒณใƒˆใƒญใƒผใƒซใƒ‘ใƒใƒซๅ†…ใฎใƒ•ใ‚กใ‚คใƒซไธ€่ฆงใงใ‚ปใƒณใ‚ทใƒ†ใ‚ฃใƒ–ใชใƒ•ใ‚กใ‚คใƒซใ‚’ๅŒบๅˆฅใ—ใ‚„ใ™ใ
- Enhance: ScratchpadใซUIใ‚คใƒณใ‚นใƒšใ‚ฏใ‚ฟใƒผใ‚’่ฟฝๅŠ 
- Enhance: Play็ทจ้›†็”ป้ขใฎ้ …็›ฎใฎไธฆใณใ‚’ๅฐ‘ใ—ใƒชใƒ‡ใ‚ถใ‚คใƒณ
- Enhance: ๅ„็จฎใƒกใƒ‹ใƒฅใƒผใ‚’ใƒ‰ใƒญใƒฏใƒผ่กจ็คบใ™ใ‚‹ใ‹ใฉใ†ใ‹่จญๅฎšๅฏ่ƒฝใซ
- Enhance: AiScriptใฎMk:C:containerใฎใ‚ชใƒ—ใ‚ทใƒงใƒณใซ`borderStyle`ใจ`borderRadius`ใ‚’่ฟฝๅŠ 
- Enhance: CWใงใ‚‚็ตตๆ–‡ๅญ—ใ‚’ใ‚ฏใƒชใƒƒใ‚ฏใ—ใฆใƒกใƒ‹ใƒฅใƒผใ‚’่กจ็คบใงใใ‚‹ใ‚ˆใ†ใซ
- Fix: ใ‚ตใƒผใƒใƒผใƒกใƒˆใƒชใ‚ฏใ‚นใŒ2ใคไปฅไธŠใ‚ใ‚‹ใจใƒชใƒญใƒผใƒ‰็›ดๅพŒใฎ่กจ็คบใŒใŠใ‹ใ—ใใชใ‚‹ๅ•้กŒใ‚’ไฟฎๆญฃ
- Fix: ใ‚ณใƒณใƒˆใƒญใƒผใƒซใƒ‘ใƒใƒซๅ†…ใฎAp requestsๅ†…ใฎใƒใƒฃใƒผใƒˆใฎ่กจ็คบใŒใŠใ‹ใ—ใ‹ใฃใŸๅ•้กŒใ‚’ไฟฎๆญฃ
- Fix: ๆœˆใฎ้•ใ†ๅŒใ˜ๆ—ฅใฏใ‚ปใƒ‘ใƒฌใƒผใ‚ฟใŒ่กจ็คบใ•ใ‚Œใชใ„ใฎใ‚’ไฟฎๆญฃ
- Fix: ใ‚ฟใƒƒใƒ็”ป้ขใงใƒฌใƒณใ‚ธใ‚นใƒฉใ‚คใƒ€ใƒผใ‚’ๆ“ไฝœใ™ใ‚‹ใจใƒ„ใƒผใƒซใƒใƒƒใƒ—ใŒ่ค‡ๆ•ฐ่กจ็คบใ•ใ‚Œใ‚‹ๅ•้กŒใ‚’ไฟฎๆญฃ
(Cherry-picked from https://github.com/taiyme/misskey/pull/265)
- Fix: ็ธฆๆจชๆฏ”ใŒๆฅต็ซฏใชใ‚ซใ‚นใ‚ฟใƒ ็ตตๆ–‡ๅญ—ใ‚’่กจ็คบใ™ใ‚‹้š›ใซใƒฌใ‚คใ‚ขใ‚ฆใƒˆใŒๅดฉใ‚Œใ‚‹็ฎ‡ๆ‰€ใŒใ‚ใ‚‹ใฎใ‚’ไฟฎๆญฃ
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/725)
- Fix: ่จญๅฎšๅค‰ๆ›ดๆ™‚ใฎใƒชใƒญใƒผใƒ‰็ขบ่ชใƒ€ใ‚คใ‚ขใƒญใ‚ฐใŒ่ค‡ๆ•ฐๅ€‹่กจ็คบใ•ใ‚Œใ‚‹ใ“ใจใŒใ‚ใ‚‹ๅ•้กŒใ‚’ไฟฎๆญฃ
- Fix: ใƒ•ใ‚กใ‚คใƒซใฎ่ฉณ็ดฐใƒšใƒผใ‚ธใฎใƒ•ใ‚กใ‚คใƒซใฎ่ชฌๆ˜Žใงๆ”น่กŒใŒๆญฃใ—ใ่กจ็คบใ•ใ‚Œใชใ„ๅ•้กŒใ‚’ไฟฎๆญฃ
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/commit/bde6bb0bd2e8b0d027e724d2acdb8ae0585a8110)
- Fix: ไธ€้ƒจ็”ป้ขใฎใƒšใƒผใ‚ธใƒใƒผใ‚ทใƒงใƒณใŒๅ‹•ไฝœใ—ใซใใใชใฃใฆใ„ใŸใฎใ‚’ไฟฎๆญฃ ( #12766 , #11449 )

### Server
- Feat: Misskeyยฎ Reactions Boost Technologyโ„ข (RBT)ใซใ‚ˆใ‚Šใ€ใƒชใ‚ขใ‚ฏใ‚ทใƒงใƒณใฎไฝœๆˆ่ฒ ่ทใ‚’ไฝŽๆธ›ใ™ใ‚‹ใ“ใจใŒๅฏ่ƒฝใซ
- Fix: ใ‚ขใƒณใƒ†ใƒŠใฎๆ›ธใ่พผใฟๆ™‚ใซใ‚ญใƒผใƒฏใƒผใƒ‰ใŒไธŽใˆใ‚‰ใ‚Œใชใ‹ใฃใŸๅ ดๅˆใฎใ‚จใƒฉใƒผใ‚’ApiErrorใจใ—ใฆๆŠ•ใ’ใ‚‹ใ‚ˆใ†ใซ
- ใ“ใฎๅค‰ๆ›ดใซใ‚ˆใ‚Šใ€ๅ…ฌๅผใƒ•ใƒญใƒณใƒˆใ‚จใƒณใƒ‰ใงใฏๅ…ฅๅŠ›ใฎไธๅ‚™ใŒๅ†…้ƒจใ‚จใƒฉใƒผใจใ—ใฆๅ ฑๅ‘Šใ•ใ‚Œใ‚‹ไปฃใ‚ใ‚Šใซไธ€่ˆฌ็š„ใชใ‚จใƒฉใƒผใƒ€ใ‚คใ‚ขใƒญใ‚ฐใงๅ ฑๅ‘Šใ•ใ‚Œใพใ™
- Fix: ใƒ•ใ‚กใ‚คใƒซใŒใ‚ตใ‚คใ‚บใฎๅˆถ้™ใ‚’่ถ…ใˆใฆใ‚ขใƒƒใƒ—ใƒญใƒผใƒ‰ใ•ใ‚ŒใŸ้š›ใซใ‚จใƒฉใƒผใ‚’่ฟ”ใ•ใชใ‹ใฃใŸๅ•้กŒใ‚’ไฟฎๆญฃ
- Fix: ๅค–้ƒจใƒšใƒผใ‚ธใ‚’่งฃๆžใ™ใ‚‹้š›ใซใ€ใƒšใƒผใ‚ธใซ็ดใฅใ‘ใ‚‰ใ‚ŒใŸ้–ข้€ฃใƒชใ‚ฝใƒผใ‚นใ‚‚่ชญใฟ่พผใพใ‚Œใฆใ—ใพใ†ๅ•้กŒใ‚’ไฟฎๆญฃ
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/commit/26e0412fbb91447c37e8fb06ffb0487346063bb8)
- Fix: Continue importing from file if single emoji import fails
- Fix: `Retry-After`ใƒ˜ใƒƒใƒ€ใƒผใŒ้€ไฟกใ•ใ‚Œใชใ‹ใฃใŸๅ•้กŒใ‚’ไฟฎๆญฃ
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/commit/8a982c61c01909e7540ff1be9f019df07c3f0624)
- Fix: ใ‚ตใƒผใƒใƒผใ‚ตใ‚คใƒ‰ใฎDOM่งฃๆžๅฎŒไบ†ๆ™‚ใซใƒชใ‚ฝใƒผใ‚นใ‚’้–‹ๆ”พใ™ใ‚‹ใ‚ˆใ†ใซ
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/634)
- Fix: `<link rel="alternate">`ใ‚’่ฟฝใฃใฆ็…งไผšใ™ใ‚‹ใฎใฏOKใƒฌใ‚นใƒใƒณใ‚นใŒ่ฟ”ๅดใ•ใ‚ŒใŸๅ ดๅˆใฎใฟใซ
(Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/633)
- Fix: ใƒกใƒผใƒซใซใ‚นใ‚ฟใ‚คใƒซใŒ้ฉ็”จใ•ใ‚Œใฆใ„ใชใ‹ใฃใŸๅ•้กŒใ‚’ไฟฎๆญฃ

## 2024.8.0

Expand Down
21 changes: 21 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,3 +572,24 @@ marginใฏใใฎใ‚ณใƒณใƒใƒผใƒใƒณใƒˆใ‚’ไฝฟใ†ๅดใŒ่จญๅฎšใ™ใ‚‹
### indexใจใ„ใ†ใƒ•ใ‚กใ‚คใƒซๅใ‚’ไฝฟใ†ใช
ESMใงใฏใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใ‚คใƒณใƒใƒผใƒˆใฏๅปƒๆญขใ•ใ‚Œใฆใ„ใ‚‹ใฎใจใ€ใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใ‚คใƒณใƒใƒผใƒˆใ›ใšใจใ‚‚ใƒ•ใ‚กใ‚คใƒซๅใŒ index ใ ใจไฝ•ๆ•…ใ‹ไธ€้ƒจใฎใƒฉใ‚คใƒ–ใƒฉใƒช๏ผŸใงใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใ‚คใƒณใƒใƒผใƒˆใ ใจ่ฆ‹ๅšใ•ใ‚Œใฆใ‚จใƒฉใƒผใซใชใ‚‹
## CSS Recipe
### Lighten CSS vars
``` css
color: hsl(from var(--accent) h s calc(l + 10));
```
### Darken CSS vars
``` css
color: hsl(from var(--accent) h s calc(l - 10));
```
### Add alpha to CSS vars
``` css
color: color(from var(--accent) srgb r g b / 0.5);
```
8 changes: 8 additions & 0 deletions chart/files/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForReactions:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
#โ”€โ”€โ”€โ”˜ MeiliSearch configuration โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

Expand Down
Loading

0 comments on commit 595db6b

Please sign in to comment.