Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 13.9.0 #10177

Merged
merged 50 commits into from
Mar 3, 2023
Merged

Release: 13.9.0 #10177

merged 50 commits into from
Mar 3, 2023

Conversation

syuilo
Copy link
Member

@syuilo syuilo commented Mar 3, 2023

No description provided.

saschanaz and others added 30 commits February 27, 2023 18:01
)

* fix(backend): return HTTP 400 for any invalid api endpoint paths

* 404
* wip

* fix

* Update packages/frontend/src/scripts/media-proxy.ts

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): photoswipe(画像の拡大表示)がなんか変
Fix  #10037

* important

---------

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(sw): プッシュ通知でカスタム絵文字リアクションを表示できるように
Fix #10117
/emoji/*.webpにbadgeモードを

* ?

* ✌️

* fix
* enhance(client): emojisはIndexedDBに保存する

* lastEmojisFetchedAt
* feat: 時限ロール

* クライアントから期限を確認できるように

* リファクタとか

* fix test

* fix test

* fix test

* clean up
* enhance(client): Renote した時の表示を toast に

* fix: lint エラー

* enhance(client): Renote した時の表示をリップルエフェクトに

* toast も追加

* rippleeffect のタイミング変更

* toast の位置を header に被らないように
* refactor:plugin内のすべての関数にreturn typeを設定

* fix:pluginContextsから取得できない場合は早期リターンする

* fix:valueがstring以外の時は早期リターンする

* fix:valueが取得できる時以外は早期リターンする

* fix:pluginに型をつける

* fix:絞り込みをassertStringに変更

* fix:修正漏れ

* fix:valToJsからvalueを取得するように変更
syuilo and others added 15 commits March 2, 2023 18:40
)

* fix(server): DriveFile related N+1 query when call note packMany

* Update packages/backend/src/misc/is-not-null.ts

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

* ignore lint

* 途中でやめたやつが混入していた

* fix: 順番通りである必要がある場所で順番通りになっていなかった

---------

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(server): チャンネルでミュートが正しく機能していないのを修正

* Update CHANGELOG.md
* Revert 1c5291f

* APIテストの復活

* apiテストの移行

* moduleNameMapper修正

* simpleGetでthrowしないように

status確認しているので要らない

* longer timeout

* ローカルでは問題ないのになんで

* case sensitive

* Run Nest instance within the current process

* Skip some setIntervals

* wait for 5 seconds

* kill them all!!

* logHeapUsage: true

* detectOpenHandlesがじゃましているらしい

* maxWorkers=1?

* restore drive api tests

* workerIdleMemoryLimit: 500MB

* 1024MiB

* Wait what
* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Russian)

* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Japanese, Kansai)

* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Spanish)

* New translations ja-JP.yml (French)

* New translations ja-JP.yml (Spanish)

* New translations ja-JP.yml (Arabic)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (Italian)

* New translations ja-JP.yml (Korean)

* New translations ja-JP.yml (Polish)

* New translations ja-JP.yml (Russian)

* New translations ja-JP.yml (Slovak)

* New translations ja-JP.yml (Ukrainian)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (Chinese Traditional)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Vietnamese)

* New translations ja-JP.yml (Indonesian)

* New translations ja-JP.yml (Bengali)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Japanese, Kansai)

* New translations ja-JP.yml (Japanese, Kansai)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (German)

* New translations ja-JP.yml (English)

* New translations ja-JP.yml (Slovak)

* New translations ja-JP.yml (Thai)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (Chinese Simplified)

* New translations ja-JP.yml (Italian)
@github-actions github-actions bot added ‼️ wrong locales This PR edits locales other than the ja-JP one. See locales/README.md packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR 🧪Test labels Mar 3, 2023
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Merging #10177 (da3fcf1) into master (81e6a21) will increase coverage by 44.08%.
The diff coverage is 67.66%.

@@             Coverage Diff             @@
##           master   #10177       +/-   ##
===========================================
+ Coverage   25.06%   69.14%   +44.08%     
===========================================
  Files         705      706        +1     
  Lines       65151    65339      +188     
  Branches     2307     5188     +2881     
===========================================
+ Hits        16329    45181    +28852     
+ Misses      48822    20158    -28664     
Impacted Files Coverage Δ
packages/backend/src/core/AntennaService.ts 41.59% <0.00%> (+5.55%) ⬆️
packages/backend/src/core/WebhookService.ts 66.66% <0.00%> (+26.19%) ⬆️
...kend/src/core/entities/GalleryPostEntityService.ts 51.66% <0.00%> (-0.88%) ⬇️
packages/backend/src/server/FileServerService.ts 19.56% <0.00%> (+19.56%) ⬆️
...kend/src/server/api/endpoints/channels/timeline.ts 63.00% <0.00%> (+63.00%) ⬆️
...backend/src/server/api/endpoints/i/update-email.ts 59.29% <0.00%> (+59.29%) ⬆️
packages/backend/src/server/api/stream/types.ts 0.00% <0.00%> (ø)
...ges/backend/src/core/entities/RoleEntityService.ts 38.15% <11.11%> (-1.28%) ⬇️
...kend/src/queue/processors/CleanProcessorService.ts 25.00% <12.50%> (+25.00%) ⬆️
...kend/src/server/api/endpoints/admin/roles/users.ts 65.38% <14.28%> (+65.38%) ⬆️
... and 494 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tamaina
Copy link
Contributor

tamaina commented Mar 3, 2023

ユーザーポップアップのフォローボタンが消えている

@tamaina
Copy link
Contributor

tamaina commented Mar 3, 2023

image

(CSS完全に)理解した

@syuilo syuilo requested a review from tamaina March 3, 2023 05:56
@syuilo syuilo merged commit 5bd68aa into master Mar 3, 2023
@syuilo
Copy link
Member Author

syuilo commented Mar 3, 2023

🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR packages/frontend Client side specific issue/PR ‼️ wrong locales This PR edits locales other than the ja-JP one. See locales/README.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants