-
-
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.12.0 #10774
Release: 13.12.0 #10774
Commits on Apr 13, 2023
-
test(#10336): add
components/Mk[A-B].*
stories (#10475)* chore(#10336): register snippets * test(#10336): add `components/Mk[A-B].*` stories * build: desynced lockfile * ci(#10336): preload assets * ci(#10336): use pull_request * build: update lockfile * fix: reactivity transform * chore: track upstream changes * refactor: avoid temporary previous tapping declarations * revert: avoid temporary previous tapping declarations This reverts commit e649b1b. * test: flaky snapshots * style: import
Configuration menu - View commit details
-
Copy full SHA for 9bb6c53 - Browse repository at this point
Copy the full SHA 9bb6c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d11cf8 - Browse repository at this point
Copy the full SHA 7d11cf8View commit details -
* 自分用メモを作成する機能 * 不要なCSSを削除 * メモ: デザイン調整 * デザイン崩れを修正 * fix: メモ機能のe2eテストで見つかった不具合を修正 * デザイン調整 * fix(frontend): 自分用メモtextareaにline-heightが適用されない問題を修正
Configuration menu - View commit details
-
Copy full SHA for 605f149 - Browse repository at this point
Copy the full SHA 605f149View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97abfd4 - Browse repository at this point
Copy the full SHA 97abfd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cac151 - Browse repository at this point
Copy the full SHA 5cac151View commit details -
Configuration menu - View commit details
-
Copy full SHA for e014c91 - Browse repository at this point
Copy the full SHA e014c91View commit details -
fix: #9998 MkNote.vue, MkNoteDetailed.vue で、特定のMFMによってフッターのボタンが押せなくなる (…
Configuration menu - View commit details
-
Copy full SHA for dffefda - Browse repository at this point
Copy the full SHA dffefdaView commit details -
refactor: init.ts周りのeslintエラーと型の修正 (#10157)
* refactor/miLocalStorageのメソッドに戻り値追加 * refactor/miLocalStorageのキーとしてdebugがconfig.tsに存在するので追加 * fix/JSON.parseにnullは入らないのでnullの時は分岐させてnullにする * refactor/修正したファイルの型調整+記法の統一 * fix/型のためにlangがnullの時はhtmlの言語の設定をしない * refactor/catchで何もしないと警告が出るので修正 * refactor/細かい点の修正 * refactor/変数の二重定義になっていた二重定義になっていたので修正 * refactor/importの整理(通常のimportは最初に処理されるので影響はない想定) * fix/vueファイルに型を与えてインポート時の型エラーを防ぐ * refactor/開発環境のみで利用するので,eslintの設定を変更する * fix/vueの定義を最小限にする * fallback language to 'en-US' * remove accounts migration * fix:vueの型定義ファイルを消す --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4634467 - Browse repository at this point
Copy the full SHA 4634467View commit details -
fix: proper expire remote user drivefile over limits at adding time (#…
…9426) * delete remote user drivefile over limits at adding * refactor * delete → expire * speed up by batch find --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2423fb8 - Browse repository at this point
Copy the full SHA 2423fb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93dcd1c - Browse repository at this point
Copy the full SHA 93dcd1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55c10d0 - Browse repository at this point
Copy the full SHA 55c10d0View commit details -
fix(#10609): remove isChromatic on real build (#10613)
* perf: remove isChromatic on real build * revert: Revert #10475 in MkTime This reverts commit 7d11cf8. * @rollup/plugin-replace as dependencies * fix pnpm-lock,yaml --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47c7b4b - Browse repository at this point
Copy the full SHA 47c7b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21dfce2 - Browse repository at this point
Copy the full SHA 21dfce2View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f67ca4 - Browse repository at this point
Copy the full SHA 5f67ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a674399 - Browse repository at this point
Copy the full SHA a674399View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f30af - Browse repository at this point
Copy the full SHA 14f30afView commit details -
fix(server): Force the extention of exported file (#10630)
* fix(server): Force the extention of exported file * update changelog.md
Configuration menu - View commit details
-
Copy full SHA for 168fe0e - Browse repository at this point
Copy the full SHA 168fe0eView commit details -
カスタム絵文字の検索を絵文字ピッカー使用できるように (#10335)
* fix( #10013) * add changelog * also in about.emojis.vue * fix changelog --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9469b26 - Browse repository at this point
Copy the full SHA 9469b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3b798 - Browse repository at this point
Copy the full SHA 7d3b798View commit details -
fix(client): cat ears are clipped in MkReactionsViewer (#10445)
* fix: cat ears are clipped in MkReactionsViewer * fix: missing padding * fix border --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c47a0f7 - Browse repository at this point
Copy the full SHA c47a0f7View commit details -
refactor(backend): validateNoteの引数の型を強くし、anyを除去 (#10325)
* refactor(backend): validateNoteの引数の型を推論する * fix(backend): アサーションの内容から推論してエラーの内容を期待されるであろう式へと変更する * refactor Co-authored-by: Acid-Chicken <[email protected]> --------- Co-authored-by: tamaina <[email protected]> Co-authored-by: Acid-Chicken <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83d0f81 - Browse repository at this point
Copy the full SHA 83d0f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0c295 - Browse repository at this point
Copy the full SHA da0c295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69adbde - Browse repository at this point
Copy the full SHA 69adbdeView commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a8748b - Browse repository at this point
Copy the full SHA 5a8748bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98383b2 - Browse repository at this point
Copy the full SHA 98383b2View commit details -
feat(client): データセーバーモードの追加 (#10478)
* change nsfw settings * Update CHANGELOG.md * (fix) eliminate warning message when manually hide * Apply suggestions from code review Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]> * (change) translation key * revert nsfw settings (partial) * (add) data saver setting * Integrate MkMediaBlurhash and MkImgWithBlurhash * Update CHANGELOG.md * 🎨 * リモートのファイルでsizeが0の場合は表示しない, refを作らない * fix * かっこ --------- Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]> Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcbf06a - Browse repository at this point
Copy the full SHA bcbf06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38fdc73 - Browse repository at this point
Copy the full SHA 38fdc73View commit details -
enhance(client): 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にする (#10452)
* ✌️ * fix * ✌️ * 422px上限 * 334 * min-height: 130px * 64px * fix * wip * ✌️ * fix * max-height: none * MkImgWithBlurHashでratioを計算する * wip * fix * fix? * Revert "fix?" This reverts commit e39d832. * Revert "fix" This reverts commit 15be36b. * Revert "wip" This reverts commit af7d86f. * fix * Revert "Revert "wip"" This reverts commit bb0036a. * Revert "Revert "fix"" This reverts commit c1d94a4. * Revert "Revert "fix?"" This reverts commit 9cb4fbf. * fix * use clamp * readable * add 1:1, 3:4 * moveComment * 3:4 → 2:3 * fix * default * fallback * Revert "fallback" This reverts commit 741717d. * Fix?(server): Content-Dispositionのパースでエラーが発生した場合にもダウンロードが完了するように #10626
Configuration menu - View commit details
-
Copy full SHA for 15761a0 - Browse repository at this point
Copy the full SHA 15761a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973e70b - Browse repository at this point
Copy the full SHA 973e70bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c5b5f5 - Browse repository at this point
Copy the full SHA 6c5b5f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2aba9b - Browse repository at this point
Copy the full SHA d2aba9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad250b - Browse repository at this point
Copy the full SHA 9ad250bView commit details
Commits on Apr 16, 2023
-
fix(backend): アバターとバナーがリセットできない (#10643)
* fix(backend): avatar and banner couldn't be reset * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 0ddc79b - Browse repository at this point
Copy the full SHA 0ddc79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa60f54 - Browse repository at this point
Copy the full SHA fa60f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2d1784 - Browse repository at this point
Copy the full SHA d2d1784View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc27c14 - Browse repository at this point
Copy the full SHA cc27c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 614f123 - Browse repository at this point
Copy the full SHA 614f123View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa289c9 - Browse repository at this point
Copy the full SHA aa289c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 471b836 - Browse repository at this point
Copy the full SHA 471b836View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26807b - Browse repository at this point
Copy the full SHA b26807bView commit details -
カスタム絵文字のライセンスを一括でできるように (#10671)
* setlicensebulk追加 * 5時に誤字った!w * 並び順の変更(set,add,removeの順 * add changelog
Configuration menu - View commit details
-
Copy full SHA for 65ff2c2 - Browse repository at this point
Copy the full SHA 65ff2c2View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8dacaa - Browse repository at this point
Copy the full SHA b8dacaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c502a - Browse repository at this point
Copy the full SHA f5c502aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a61af3 - Browse repository at this point
Copy the full SHA 3a61af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9cb9e - Browse repository at this point
Copy the full SHA 8c9cb9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d868f8f - Browse repository at this point
Copy the full SHA d868f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 323af09 - Browse repository at this point
Copy the full SHA 323af09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7defc - Browse repository at this point
Copy the full SHA 0f7defcView commit details -
* enhance(frontend): サーバールールのデザイン調整 * enhance(frontend): i18n * enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動 * enhance(frontend): サーバールールのデザイン調整 * Update CHANGELOG.md * 不要な差分を削除 * fix(frontend): lint * ui tweak * test: add stories * tweak * test: bind args * test: add interaction tests * fix bug * Update packages/frontend/src/pages/admin/server-rules.vue Co-authored-by: Ebise Lutica <[email protected]> * Update misskey-js.api.md * chore: windowを明示 * 🎨 * refactor * 🎨 * 🎨 * fix e2e test * 🎨 * 🎨 * fix icon * fix e2e --------- Co-authored-by: Ebise Lutica <[email protected]> Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1f9ab7 - Browse repository at this point
Copy the full SHA e1f9ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8a3f2 - Browse repository at this point
Copy the full SHA dc8a3f2View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67d218f - Browse repository at this point
Copy the full SHA 67d218fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc7970 - Browse repository at this point
Copy the full SHA 7cc7970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 206baa1 - Browse repository at this point
Copy the full SHA 206baa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e89d0aa - Browse repository at this point
Copy the full SHA e89d0aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 795cb1e - Browse repository at this point
Copy the full SHA 795cb1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af99d0 - Browse repository at this point
Copy the full SHA 3af99d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40debf2 - Browse repository at this point
Copy the full SHA 40debf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for af738d9 - Browse repository at this point
Copy the full SHA af738d9View commit details -
Role timeline setting (#10677)
* ロールタイムライン設定 * isRoleTimeline to isExplorable * ポリシーではないので削除 * 型からも * wip * 足りてなかった説 * wip * listはpublicを表示 * 前回の記載修正( #10671 ) --------- Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dc60cd - Browse repository at this point
Copy the full SHA 8dc60cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cae078 - Browse repository at this point
Copy the full SHA 5cae078View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4054f9c - Browse repository at this point
Copy the full SHA 4054f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b833c8 - Browse repository at this point
Copy the full SHA 8b833c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dac961 - Browse repository at this point
Copy the full SHA 1dac961View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18df1c7 - Browse repository at this point
Copy the full SHA 18df1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ff004 - Browse repository at this point
Copy the full SHA 87ff004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b721c2 - Browse repository at this point
Copy the full SHA 7b721c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca49ac2 - Browse repository at this point
Copy the full SHA ca49ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9145302 - Browse repository at this point
Copy the full SHA 9145302View commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5a7a1d0 - Browse repository at this point
Copy the full SHA 5a7a1d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eacdc01 - Browse repository at this point
Copy the full SHA eacdc01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d437e14 - Browse repository at this point
Copy the full SHA d437e14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2718d86 - Browse repository at this point
Copy the full SHA 2718d86View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0e2ce - Browse repository at this point
Copy the full SHA eb0e2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ddffa7 - Browse repository at this point
Copy the full SHA 5ddffa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e461fb1 - Browse repository at this point
Copy the full SHA e461fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 918a96d - Browse repository at this point
Copy the full SHA 918a96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34492f3 - Browse repository at this point
Copy the full SHA 34492f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8876ae0 - Browse repository at this point
Copy the full SHA 8876ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b57ee4d - Browse repository at this point
Copy the full SHA b57ee4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62af89d - Browse repository at this point
Copy the full SHA 62af89dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59dc951 - Browse repository at this point
Copy the full SHA 59dc951View commit details
Commits on Apr 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3206d0 - Browse repository at this point
Copy the full SHA f3206d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a28ad - Browse repository at this point
Copy the full SHA b2a28adView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9b9cd0 - Browse repository at this point
Copy the full SHA b9b9cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aa75f5 - Browse repository at this point
Copy the full SHA 2aa75f5View commit details -
[fix] .wav .flac ファイルを再生可能にする (#10686)
* .wav .flac ファイルを再生可能にする file-typeにより判定されたMIME TypeをHTML5 Audio/Video要素に認識されるものに書き換える * fix typecheck error * frontend側の FILE_TYPE_BROWSERSAFEも更新 * Update packages/backend/src/core/FileInfoService.ts * ✌️ * 後方互換を確保 * add tests * update changelog.md --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a986203 - Browse repository at this point
Copy the full SHA a986203View commit details
Commits on Apr 26, 2023
-
fix(play preset): Set failback for notes without text or user.name in…
… Timeline preset (#10718)
Configuration menu - View commit details
-
Copy full SHA for 52a1d96 - Browse repository at this point
Copy the full SHA 52a1d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0f998 - Browse repository at this point
Copy the full SHA 6e0f998View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5124db5 - Browse repository at this point
Copy the full SHA 5124db5View commit details
Commits on Apr 29, 2023
-
feat(client): Renoteした人の一覧を表示するダイアログを追加 (#10647)
* (add) renote user dialog * (change) noteMenu order Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]> * (change) menu text * Update CHANGELOG.md * (change) dialog title text * (fix) grammar mistakes in CHANGELOG.md * (change) i18n keys --------- Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fbca63 - Browse repository at this point
Copy the full SHA 8fbca63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8177ee - Browse repository at this point
Copy the full SHA e8177eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad7869 - Browse repository at this point
Copy the full SHA 0ad7869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb5457 - Browse repository at this point
Copy the full SHA 8fb5457View commit details -
fix(backend):
alsoKnownAs
の誤った定義を修正 (#10725)okayurisotto authoredApr 29, 2023 Configuration menu - View commit details
-
Copy full SHA for e2d9c0e - Browse repository at this point
Copy the full SHA e2d9c0eView commit details -
feat: make
MkImgWithBlurhash
transitionable (#10500)* feat: make `MkImgWithBlurhash` animatable * refactor: split out transition styles * fix: bug * test: waitFor image loads * style: remove unused await * fix * fix type error --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d5911d - Browse repository at this point
Copy the full SHA 9d5911dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87657d0 - Browse repository at this point
Copy the full SHA 87657d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3d986 - Browse repository at this point
Copy the full SHA 2d3d986View commit details -
enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように (#10717)
* enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように * refactor (use checkHttps) * MISSKEY_WEBFINGER_USE_HTTP * Environment Variable readme * NEVER USE IN PRODUCTION * fix punyHost
Configuration menu - View commit details
-
Copy full SHA for 09764b9 - Browse repository at this point
Copy the full SHA 09764b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab50f8 - Browse repository at this point
Copy the full SHA 0ab50f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351bee3 - Browse repository at this point
Copy the full SHA 351bee3View commit details -
fix(frontend): ロールのタイトルのバグを解決、Reactivity Transformで型エラーを出さないように (#10729)
* fix: #10569を解決 * fix: ロールが存在しない場合、タイトルにエラーメッセージを表示させる * fix: Reactivity Transformで型エラーを出さないように * feat: i18n対応 * feat: タブでエラー表示 * fix: エラーメッセージを分ける * fix: 使う変数の間違えを修正 * productionビルドできない問題を修正 --------- Co-authored-by: tamaina <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 149ddeb - Browse repository at this point
Copy the full SHA 149ddebView commit details -
enhance: account migration (#10592)
* copy block and mute then create follow and unfollow jobs * copy block and mute and update lists when detecting an account has moved * no need to care promise orders * refactor updating actor and target * automatically accept if a locked account had accepted an old account * fix exception format * prevent the old account from calling some endpoints * do not unfollow when moving * adjust following and follower counts * check movedToUri when receiving a follow request * skip if no need to adjust * Revert "disable account migration" This reverts commit 2321214. * fix translation specifier * fix checking alsoKnownAs and uri * fix updating account * fix refollowing locked account * decrease followersCount if followed by the old account * adjust following and followers counts when unfollowing * fix copying mutings * prohibit moved account from moving again * fix move service * allow app creation after moving * fix lint * remove unnecessary field * fix cache update * add e2e test * add e2e test of accepting the new account automatically * force follow if any error happens * remove unnecessary joins * use Array.map instead of for const of * ユーザーリストの移行は追加のみを行う * nanka iroiro * fix misskey-js? * ✌️ * 移行を行ったアカウントからのフォローリクエストの自動許可を調整 * newUriを外に出す * newUriを外に出す2 * clean up * fix newUri * prevent moving if the destination account has already moved * set alsoKnownAs via /i/update * fix database initialization * add return type * prohibit updating alsoKnownAs after moving * skip to add to alsoKnownAs if toUrl is known * skip adding to the list if it already has * use Acct.parse instead * rename error code * 🎨 * 制限を5から10に緩和 * movedTo(Uri), alsoKnownAsはユーザーidを返すように * test api res * fix * 元アカウントはミュートし続ける * 🎨 * unfollow * fix * getUserUriをUserEntityServiceに * ? * job! * 🎨 * instance => server * accountMovedShort, forbiddenBecauseYouAreMigrated * accountMovedShort * fix test * import, pin禁止 * 実績を凍結する * clean up * ✌️ * change message * ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに * Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに" This reverts commit 3bd7be3. * validateAlsoKnownAs * 移行後2時間以内はインポート可能なファイルサイズを拡大 * clean up * どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする * handle error? * リモートからの移行処理の条件を是正 * log, port * fix * fix * enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように * refactor (use checkHttps) * MISSKEY_WEBFINGER_USE_HTTP * Environment Variable readme * NEVER USE IN PRODUCTION * fix punyHost * fix indent * fix * experimental --------- Co-authored-by: tamaina <[email protected]> Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d28866f - Browse repository at this point
Copy the full SHA d28866fView commit details -
fix(backend): サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 (#10728)
* FIX: サーバーメトリクスのメモリ使用率が不正確になることがある不具合の修正 * Update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for 7de59a8 - Browse repository at this point
Copy the full SHA 7de59a8View commit details
Commits on Apr 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f4d20a - Browse repository at this point
Copy the full SHA 5f4d20aView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5b7482d - Browse repository at this point
Copy the full SHA 5b7482dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25580e8 - Browse repository at this point
Copy the full SHA 25580e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48926b - Browse repository at this point
Copy the full SHA e48926bView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1631e62 - Browse repository at this point
Copy the full SHA 1631e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e9886 - Browse repository at this point
Copy the full SHA f5e9886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4495969 - Browse repository at this point
Copy the full SHA 4495969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbdbf2 - Browse repository at this point
Copy the full SHA 0cbdbf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d535ec2 - Browse repository at this point
Copy the full SHA d535ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd183a - Browse repository at this point
Copy the full SHA cbd183aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9ba896 - Browse repository at this point
Copy the full SHA e9ba896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc5edd - Browse repository at this point
Copy the full SHA 8dc5eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 379c5a8 - Browse repository at this point
Copy the full SHA 379c5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e475f - Browse repository at this point
Copy the full SHA a2e475fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ec47c - Browse repository at this point
Copy the full SHA b3ec47cView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f3e43a0 - Browse repository at this point
Copy the full SHA f3e43a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd1233 - Browse repository at this point
Copy the full SHA bcd1233View commit details -
fix(backend):
fields
の誤った定義を修正 (#10737)okayurisotto authoredMay 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 4359360 - Browse repository at this point
Copy the full SHA 4359360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363eb73 - Browse repository at this point
Copy the full SHA 363eb73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c3fc6 - Browse repository at this point
Copy the full SHA 58c3fc6View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbc24ce - Browse repository at this point
Copy the full SHA dbc24ceView commit details
Commits on May 4, 2023
-
「このファイルからノートを作成」ボタンを追加 (#10758)
* (add) note this file button * Update CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for 1f9f63d - Browse repository at this point
Copy the full SHA 1f9f63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c60602 - Browse repository at this point
Copy the full SHA 2c60602View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae80dc9 - Browse repository at this point
Copy the full SHA ae80dc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5349899 - Browse repository at this point
Copy the full SHA 5349899View commit details -
* feat: condense acct * fix: watch parent element size --------- Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cfed33 - Browse repository at this point
Copy the full SHA 2cfed33View commit details -
Configuration menu - View commit details
-
Copy full SHA for febb9f3 - Browse repository at this point
Copy the full SHA febb9f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee0022 - Browse repository at this point
Copy the full SHA 9ee0022View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c70bbe - Browse repository at this point
Copy the full SHA 8c70bbeView commit details -
fix #10666 チャンネル検索ですべてのチャンネルの取得/表示ができるようにする (#10667)
* Update CHANGELOG.md * fix : able to search all channels * add chennel/search test * update Changelog --------- Co-authored-by: tamaina <[email protected]> Co-authored-by: syuilo <[email protected]> Co-authored-by: atsuchan <[email protected]> Co-authored-by: Masaya Suzuki <[email protected]> Co-authored-by: Kagami Sascha Rosylight <[email protected]> Co-authored-by: taiy <[email protected]> Co-authored-by: xianon <[email protected]> Co-authored-by: kabo2468 <[email protected]> Co-authored-by: YS <[email protected]> Co-authored-by: Khsmty <[email protected]> Co-authored-by: Soni L <[email protected]> Co-authored-by: mei23 <[email protected]> Co-authored-by: daima3629 <[email protected]> Co-authored-by: Windymelt <[email protected]> Co-authored-by: Ebise Lutica <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dab464 - Browse repository at this point
Copy the full SHA 8dab464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f62cef - Browse repository at this point
Copy the full SHA 5f62cefView commit details -
feat: Introduce Meilisearch (#10755)
* wip * wip * Update SearchService.ts * Update SearchService.ts * wip * wip * Update SearchService.ts * Update CHANGELOG.md * wip * Update SearchService.ts * Update docker-compose.yml.example
Configuration menu - View commit details
-
Copy full SHA for 5c08f2b - Browse repository at this point
Copy the full SHA 5c08f2bView commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b45bc3f - Browse repository at this point
Copy the full SHA b45bc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b8ee4 - Browse repository at this point
Copy the full SHA b3b8ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db37d4 - Browse repository at this point
Copy the full SHA 6db37d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for be226ec - Browse repository at this point
Copy the full SHA be226ecView commit details -
ロールにNSFWを強制的につけるオプションを追加 (#10731)
* ロールにNSFWを強制的につけるオプションを追加 * すでにあるファイルにNSFWが付与できない * NSFWを付与しようとするとエラーに * add test * Update packages/backend/src/core/RoleService.ts Co-authored-by: syuilo <[email protected]> * spacingで怒られたので * ロール作成時のプロパティ削除 --------- Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d84e04 - Browse repository at this point
Copy the full SHA 2d84e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1bc832 - Browse repository at this point
Copy the full SHA e1bc832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e364a - Browse repository at this point
Copy the full SHA 14e364aView commit details -
perf: use slacc on check-word-mute (#10721)
* perf: use slacc on check-word-mute when all of specified words are single word * perf: use slacc as possible * build: avoid tarball * chore: update slacc * build: update package name
Configuration menu - View commit details
-
Copy full SHA for 4a72941 - Browse repository at this point
Copy the full SHA 4a72941View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae21b75 - Browse repository at this point
Copy the full SHA ae21b75View commit details -
enhance: プロフィール設定「追加情報」の並び替え・削除に対応 (#10766)
* (enhance) profile fields dnd * Update CHANGELOG.md * Fix typo * fix lint * fix styles * fix lint * (change) style * (fix) label * (fix) typo * (fix) LINT ISSUES * (change) style * remove unnecessary style declaration * (fix) breakpoint
Configuration menu - View commit details
-
Copy full SHA for 3a10502 - Browse repository at this point
Copy the full SHA 3a10502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfbce7 - Browse repository at this point
Copy the full SHA 5dfbce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39748ea - Browse repository at this point
Copy the full SHA 39748eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bc59c - Browse repository at this point
Copy the full SHA 30bc59cView commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7d4264 - Browse repository at this point
Copy the full SHA c7d4264View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1c2ab - Browse repository at this point
Copy the full SHA bd1c2abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ff379 - Browse repository at this point
Copy the full SHA 10ff379View commit details -
Configuration menu - View commit details
-
Copy full SHA for e36f959 - Browse repository at this point
Copy the full SHA e36f959View commit details -
Configuration menu - View commit details
-
Copy full SHA for d17c289 - Browse repository at this point
Copy the full SHA d17c289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521bb9b - Browse repository at this point
Copy the full SHA 521bb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a59407 - Browse repository at this point
Copy the full SHA 0a59407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63be1ee - Browse repository at this point
Copy the full SHA 63be1eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 732d714 - Browse repository at this point
Copy the full SHA 732d714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0735ca0 - Browse repository at this point
Copy the full SHA 0735ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4b434 - Browse repository at this point
Copy the full SHA 1a4b434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 484dfb6 - Browse repository at this point
Copy the full SHA 484dfb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4e918 - Browse repository at this point
Copy the full SHA 8c4e918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39becdb - Browse repository at this point
Copy the full SHA 39becdbView commit details
Commits on May 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3401ab0 - Browse repository at this point
Copy the full SHA 3401ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 119f025 - Browse repository at this point
Copy the full SHA 119f025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78273f9 - Browse repository at this point
Copy the full SHA 78273f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84beecd - Browse repository at this point
Copy the full SHA 84beecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff23d7 - Browse repository at this point
Copy the full SHA 1ff23d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ad9a96 - Browse repository at this point
Copy the full SHA 6ad9a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a8423 - Browse repository at this point
Copy the full SHA 29a8423View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e7e00 - Browse repository at this point
Copy the full SHA 95e7e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9cc0e - Browse repository at this point
Copy the full SHA 8a9cc0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c1229 - Browse repository at this point
Copy the full SHA 61c1229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50985b2 - Browse repository at this point
Copy the full SHA 50985b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a2de8 - Browse repository at this point
Copy the full SHA 95a2de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8957a89 - Browse repository at this point
Copy the full SHA 8957a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 963aa49 - Browse repository at this point
Copy the full SHA 963aa49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8310d92 - Browse repository at this point
Copy the full SHA 8310d92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 448a933 - Browse repository at this point
Copy the full SHA 448a933View commit details -
* New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Chinese Traditional) * 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 (Catalan) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Greek) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Swedish) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * 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 (Lao) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Traditional) * 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 (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 (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 (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Catalan) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Chinese Traditional) * 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 (Greek) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Dutch) * New translations ja-JP.yml (Portuguese) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Swedish) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * 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 (Lao) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * 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 (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (French) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Czech) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Thai) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional)
Configuration menu - View commit details
-
Copy full SHA for 4da22b8 - Browse repository at this point
Copy the full SHA 4da22b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for be7b11e - Browse repository at this point
Copy the full SHA be7b11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9016573 - Browse repository at this point
Copy the full SHA 9016573View commit details -
Configuration menu - View commit details
-
Copy full SHA for d526cd7 - Browse repository at this point
Copy the full SHA d526cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 853f9dc - Browse repository at this point
Copy the full SHA 853f9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82810c - Browse repository at this point
Copy the full SHA f82810cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63a0b73 - Browse repository at this point
Copy the full SHA 63a0b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1dde0 - Browse repository at this point
Copy the full SHA 7d1dde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfe2c1 - Browse repository at this point
Copy the full SHA 4dfe2c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f94f3da - Browse repository at this point
Copy the full SHA f94f3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ba2fd - Browse repository at this point
Copy the full SHA 44ba2fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b91b3 - Browse repository at this point
Copy the full SHA b8b91b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b565df6 - Browse repository at this point
Copy the full SHA b565df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c80d90 - Browse repository at this point
Copy the full SHA 5c80d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151586a - Browse repository at this point
Copy the full SHA 151586aView commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d5e92c3 - Browse repository at this point
Copy the full SHA d5e92c3View commit details -
feat(frontend): アカウント初期設定ウィザード (#10799)
* wip * 🎨 * 🎨 * wip * wip * 🎨 * Update CHANGELOG.md * wip * Update MkUserSetupDialog.vue * add stories Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]> * update stories * Update MkUserSetupDialog.Follow.stories.impl.ts * test: load mock user account * ✌️ * ✌️ * test: reset on each render * test: use id to identify --------- Co-authored-by: Acid Chicken (硫酸鶏) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85a4c8d - Browse repository at this point
Copy the full SHA 85a4c8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b271d02 - Browse repository at this point
Copy the full SHA b271d02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd63c1 - Browse repository at this point
Copy the full SHA 6fd63c1View commit details -
chore: 猫耳の先端って本来少し丸まっているものなのではないだろうか (#10800)
Co-authored-by: syuilo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a96425 - Browse repository at this point
Copy the full SHA 1a96425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e9aa6 - Browse repository at this point
Copy the full SHA 41e9aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8709487 - Browse repository at this point
Copy the full SHA 8709487View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ed6b1 - Browse repository at this point
Copy the full SHA f8ed6b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a92e3c - Browse repository at this point
Copy the full SHA 2a92e3cView commit details -
* New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * 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 (Polish) * New translations ja-JP.yml (Chinese Traditional) * 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 (Norwegian) * 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 (Vietnamese) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Thai)
Configuration menu - View commit details
-
Copy full SHA for 7c8ca26 - Browse repository at this point
Copy the full SHA 7c8ca26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66da7e1 - Browse repository at this point
Copy the full SHA 66da7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a597a - Browse repository at this point
Copy the full SHA 65a597aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34e958c - Browse repository at this point
Copy the full SHA 34e958cView commit details -
* ci: check for PRs * ci: run all PRs * ci: fix syntax error * ci: comment on PRs only * ci: use pull_request_target
Configuration menu - View commit details
-
Copy full SHA for 3510768 - Browse repository at this point
Copy the full SHA 3510768View commit details -
Configuration menu - View commit details
-
Copy full SHA for a531b8a - Browse repository at this point
Copy the full SHA a531b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e7c19 - Browse repository at this point
Copy the full SHA a6e7c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f36a80 - Browse repository at this point
Copy the full SHA 8f36a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16d7cc - Browse repository at this point
Copy the full SHA b16d7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c54e12 - Browse repository at this point
Copy the full SHA 5c54e12View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa28ddf - Browse repository at this point
Copy the full SHA aa28ddfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7feca2a - Browse repository at this point
Copy the full SHA 7feca2aView commit details
Commits on May 9, 2023
-
[ci skip] New Crowdin updates (#10803)
* New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai)
Configuration menu - View commit details
-
Copy full SHA for c8343b2 - Browse repository at this point
Copy the full SHA c8343b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e382f74 - Browse repository at this point
Copy the full SHA e382f74View commit details