summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release: 13.7.2 (#10035)syuilo2023-02-2313-140/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ci: swcにしたためtypecheckは別途実施 * :art: * Update package.json * マイグレーションが失敗することがあるのを修正 * refactor ci * use tsc for build Windowsだとエラーが出るため * feat: swc build in windows (#10032) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * use swc * chore(client): tweak custom emoji size * enhance: make pwa icon maskable (#10033) * :art: * feat(server): add @swc/core-android-arm64 to optional (#10034) * feat: add optional swc * fix: windowsで動かない現象を修正 * fix: fix swc path alias * fix: docker build時に`Host key verification failed`と言われてgitリポジトリからパッケージをインストールできないのでssh -> htpsに変更 * feat(server): add @swc/core-android-arm64 to optional * fix: conflict * Update package.json * chore(backend): fix indent * Update CHANGELOG.md * compress png --------- Co-authored-by: CaffeinePower <86540016+cffnpwr@users.noreply.github.com> Co-authored-by: Shogo Sensui <shogosensui@gmail.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Merge branch 'develop'syuilo2023-02-237-89/+90
|\
| * 13.7.1syuilo2023-02-232-2/+2
| |
| * enhance(client): tweak renote collapsing logicsyuilo2023-02-232-10/+1
| |
| * マイグレーションファイルの変更ミス (#10029)nenohi2023-02-231-1/+1
| |
| * perf(backend): Use swc on pnpm build (#10026)tamaina2023-02-223-77/+87
| | | | | | | | | | | | | | * perf(backend): Use swc on pnpm build * update CHANGELOG * no jest
* | Merge branch 'develop'syuilo2023-02-22606-8154/+4213
|\|
| * 13.7.0syuilo2023-02-222-2/+2
| |
| * Revert "Allow configuring the listen host (#9924)"syuilo2023-02-225-15/+9
| | | | | | | | This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b.
| * Allow configuring the listen host (#9924)ledlamp2023-02-225-9/+15
| |
| * New Crowdin updates (#9897)syuilo2023-02-227-3/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 (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 (English) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Ukrainian)
| * enhance(client): make possible to reload page of windowsyuilo2023-02-222-1/+11
| | | | | | | | Resolve #10007
| * MFMのDOM ParserをJSDOMからhappy-domに変更する (#10016)potpro2023-02-223-8/+27
| | | | | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * fix(client): ↵syuilo2023-02-225-5/+44
| | | | | | | | ユーザーのハッシュタグ検索が機能していないのを修正
| * fix(server): tweak admin/show-user apisyuilo2023-02-222-6/+1
| | | | | | | | Fix #9883
| * fix #10021syuilo2023-02-221-2/+3
| |
| * Update ROADMAP.mdsyuilo2023-02-221-2/+2
| |
| * Create codecov.ymlsyuilo2023-02-221-0/+5
| |
| * lintsyuilo2023-02-221-3/+0
| |
| * lintsyuilo2023-02-222-2/+2
| |
| * lintsyuilo2023-02-2222-71/+69
| |
| * improve performance of some testssyuilo2023-02-224-199/+194
| |
| * fix testsyuilo2023-02-221-1/+1
| |
| * fix e2esyuilo2023-02-221-1/+1
| |
| * tweak cisyuilo2023-02-222-2/+1
| |
| * fix typessyuilo2023-02-223-6/+6
| |
| * fix typesyuilo2023-02-221-2/+2
| |
| * chore: add tiny definition for redis-lock (#9971)dojineko2023-02-225-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add tiny definition for redis-lock * Update packages/backend/src/@types/redis-lock.d.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix type name * add @typescript-eslint/naming-convention * define taskToPerform type * chore: use default settings for `@typescript-eslint/naming-convention` * set `format:none` to typeParameter (default) * ignore lines to be treated as exceptions * chore: fix naming --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * fix: ↵tamaina2023-02-224-56/+59
| | | | | | | | | | | | | | | | | | | | | | | | MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 (#9943) * fix: MkUserSelectDialog/search-by-username-and-hostでローカルユーザーを絞って検索できない問題を修正 Fix #9627 * update CHANGELOG.md * clean up * search-by-username-and-host大改造
| * Update CHANGELOG.mdsyuilo2023-02-221-1/+3
| |
| * enhance: ↵syuilo2023-02-2220-46/+405
| | | | | | | | exploreで公開ロール一覧とそのメンバーを閲覧できるように
| * enhance(client): improve entrance pagesyuilo2023-02-2224-161/+200
| | | | | | | | Resolve #9986
| * fix(server): improve security of admin/drive/show-filesyuilo2023-02-211-4/+12
| |
| * enhance(client): MFMのx3, ↵kabo24682023-02-211-0/+2
| | | | | | | | x4が含まれていたらノートをたたむようにした (#10012)
| * Update CHANGELOG.mdsyuilo2023-02-211-1/+7
| |
| * fix syntax errorsyuilo2023-02-211-3/+4
| |
| * Update about-misskey.vuesyuilo2023-02-211-0/+4
| |
| * 管理画面の広告を10個以上見えるように (#9990)nenohi2023-02-201-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 日付のフォーマット指定と変更がうまくいかない * もっとのボタンで応急処置 * Update packages/frontend/src/pages/admin/ads.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/pages/admin/ads.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/frontend/src/pages/admin/ads.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Revert "日付のフォーマット指定と変更がうまくいかない" This reverts commit c8a81364ef7aac3210723afba66723dacc5a221e. --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-205-175/+202
| |\
| | * test(backend): restore emoji reaction tests (#9996)Kagami Sascha Rosylight2023-02-202-83/+90
| | |
| | * test(backend): restore more unit tests (#9994)Kagami Sascha Rosylight2023-02-203-92/+112
| | |
| * | :art:syuilo2023-02-201-19/+29
| |/
| * 削除済みのユーザーが deleteActor ↵xianon2023-02-201-1/+1
| | | | | | | | される時の動作を修正する (#9980)
| * update depssyuilo2023-02-207-675/+697
| |
| * :art: 2FA設定のデザイン向上 / ↵tamaina2023-02-2023-249/+622
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | セキュリティキーの名前を変更できるように (#9985) * wip * fix * wip * wip * :v: * rename key * :art: * update CHANGELOG.md * パスワードレスログインの判断はサーバーで * 日本語 * 日本語 * 日本語 * 日本語 * :v: * fix * refactor * トークン→確認コード * fix password-less / qr click * use otpauth * 日本語 * autocomplete * パスワードレス設定は外に出す * :art: * :art: --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * refactor: 型エラー修正 / Fix type errors backend (#9983)noonworks2023-02-203-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: fix type errors in backend * revert some changes * なるべくJS挙動を変えない方法に修正 * Update packages/backend/src/server/api/ApiCallService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * コンフリクトするファイルを削除 --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
| * fix typescript version on vscodetamaina2023-02-191-1/+2
| |
| * enhance(client): snap scroll on decksyuilo2023-02-191-1/+7
| |
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-193-22/+69
| |\
| | * test(backend): restore AP unit tests (#9987)Kagami Sascha Rosylight2023-02-192-17/+66
| | |