-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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.8.0 #10108
Release: 13.8.0 #10108
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e211d4e - Browse repository at this point
Copy the full SHA e211d4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55cc6b8 - Browse repository at this point
Copy the full SHA 55cc6b8View commit details -
* 起動時にRedisの疎通確認を行う * check:connectをstart内に移動 --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b52403 - Browse repository at this point
Copy the full SHA 6b52403View commit details -
Pass
--detectOpenHandles
to Jest (#9895)Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9edd0d2 - Browse repository at this point
Copy the full SHA 9edd0d2View commit details -
enhance(client): MkUrlPreviewの閉じるボタンを見やすく (#9913)
Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8856d68 - Browse repository at this point
Copy the full SHA 8856d68View commit details -
test(backend): restore ap-request tests (#9997)
Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1d3b48 - Browse repository at this point
Copy the full SHA d1d3b48View commit details -
fix/refaftor(client): MkTime.vueの変更 (#10061)
* fix(client): MkTime.timeにstringでもDateでない値が入った場合、?を表示 * fix(client): MkTimeを改良 * numberを許容 * falsyな値もとる * 不明 * ありません * fix
Configuration menu - View commit details
-
Copy full SHA for 5c989ed - Browse repository at this point
Copy the full SHA 5c989edView commit details -
fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする (#9911)
* fix(server): notes/createで、fileIdsと見つかったファイルの数が異なる場合はエラーにする * NO_SUCH_FILE
Configuration menu - View commit details
-
Copy full SHA for e4336f5 - Browse repository at this point
Copy the full SHA e4336f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 759c4a8 - Browse repository at this point
Copy the full SHA 759c4a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7961b0 - Browse repository at this point
Copy the full SHA b7961b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4429ca - Browse repository at this point
Copy the full SHA c4429caView commit details -
デプロイされているプレビュー環境がない場合はプレビュー環境を削除しないようにする (#10062)
* デプロイされているプレビュー環境がない場合はDestroy preview environmentを実行しないようにする * CIがない場合の処理追加
Configuration menu - View commit details
-
Copy full SHA for a7943dc - Browse repository at this point
Copy the full SHA a7943dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0691901 - Browse repository at this point
Copy the full SHA 0691901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec5327 - Browse repository at this point
Copy the full SHA 0ec5327View commit details -
fix(client): Android ChromeでPWAとしてインストールできない問題を修正 (#10069)
* fix(client): Android ChromeでPWAとしてインストールできない問題を修正 * 順番関係ある?
Configuration menu - View commit details
-
Copy full SHA for 8b30c0c - Browse repository at this point
Copy the full SHA 8b30c0cView commit details -
Windows環境でswcを使うと正常にビルドができない問題の修正 (#10074)
* Update @swc/core to v1.3.36 * Update CHANGELOG.md * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 1c9c974 - Browse repository at this point
Copy the full SHA 1c9c974View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8d60e - Browse repository at this point
Copy the full SHA cc8d60eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3a65b - Browse repository at this point
Copy the full SHA dd3a65bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68e53f1 - Browse repository at this point
Copy the full SHA 68e53f1View commit details
Commits on Feb 25, 2023
-
feat: 2つの検索画面の統合 (#9949) (#10038)
* feat: 検索画面の UI を統一 * fix: エラーの修正 * add: changelog --------- Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64be363 - Browse repository at this point
Copy the full SHA 64be363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bea4fe - Browse repository at this point
Copy the full SHA 5bea4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a683278 - Browse repository at this point
Copy the full SHA a683278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c01c0c - Browse repository at this point
Copy the full SHA 3c01c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a1046 - Browse repository at this point
Copy the full SHA e7a1046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86eab35 - Browse repository at this point
Copy the full SHA 86eab35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24553eb - Browse repository at this point
Copy the full SHA 24553ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea04778 - Browse repository at this point
Copy the full SHA ea04778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209d8b4 - Browse repository at this point
Copy the full SHA 209d8b4View commit details
Commits on Feb 26, 2023
-
Simplify search.vue (remove dead code) (#10088)
* Simplify search.vue This is already handled by the code above it, no need to handle it twice * Remove unused imports
Configuration menu - View commit details
-
Copy full SHA for dbd9d11 - Browse repository at this point
Copy the full SHA dbd9d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 991945e - Browse repository at this point
Copy the full SHA 991945eView commit details -
test(server): add validation test of api:notes/create (#10090)
* fix(server): notes/createのバリデーションが効いていない Fix #10079 Co-Authored-By: mei23 <[email protected]> * anyOf内にバリデーションを書いても最初の一つしかチェックされない * ✌️ * wip * wip * ✌️ * RequiredProp * Revert "RequiredProp" This reverts commit 7469390. * add api:notes/create * fix lint * text * ✌️ * improve readability --------- Co-authored-by: mei23 <[email protected]> Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18dbcfa - Browse repository at this point
Copy the full SHA 18dbcfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d8627 - Browse repository at this point
Copy the full SHA 52d8627View commit details -
* New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Romanian) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (Czech) * 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 (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Spanish)
Configuration menu - View commit details
-
Copy full SHA for 16ac033 - Browse repository at this point
Copy the full SHA 16ac033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 504baa9 - Browse repository at this point
Copy the full SHA 504baa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60342ed - Browse repository at this point
Copy the full SHA 60342edView commit details -
enhance(client): photoswipe 表示時に戻る操作をしても前の画面に戻らないように (#10098)
* enhance(client): photoswipe 表示時に戻る操作をしても前の画面に戻らないように * add: changelog --------- Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72888b4 - Browse repository at this point
Copy the full SHA 72888b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acdd93 - Browse repository at this point
Copy the full SHA 2acdd93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdde6b - Browse repository at this point
Copy the full SHA 1bdde6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 302af70 - Browse repository at this point
Copy the full SHA 302af70View commit details -
Configuration menu - View commit details
-
Copy full SHA for cedfb85 - Browse repository at this point
Copy the full SHA cedfb85View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc149e2 - Browse repository at this point
Copy the full SHA cc149e2View commit details -
[chore]Editorconfig: ymlに加えてyamlファイルに対しても同じ規約を適用する (#10081)
* Added yaml file in addition to yml file, in editorconfig * Applied editorconfig for pnpm-workspace.yaml --------- Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9234ffc - Browse repository at this point
Copy the full SHA 9234ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f3bdc - Browse repository at this point
Copy the full SHA 76f3bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ca7ee - Browse repository at this point
Copy the full SHA 67ca7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a78a839 - Browse repository at this point
Copy the full SHA a78a839View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9ef87 - Browse repository at this point
Copy the full SHA dc9ef87View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78c519 - Browse repository at this point
Copy the full SHA f78c519View commit details -
Configuration menu - View commit details
-
Copy full SHA for a56898d - Browse repository at this point
Copy the full SHA a56898dView commit details -
Update packages/backend/check_connect.js
Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d019c1c - Browse repository at this point
Copy the full SHA d019c1cView commit details -
Update packages/backend/check_connect.js
Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f8c9dd - Browse repository at this point
Copy the full SHA 9f8c9ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d7ffd - Browse repository at this point
Copy the full SHA 02d7ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf95022 - Browse repository at this point
Copy the full SHA cf95022View commit details