summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :art:syuilo2023-02-231-0/+1
|
* 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-221-7/+7
| | | | | | | * perf(backend): Use swc on pnpm build * update CHANGELOG * no jest
* Revert "Allow configuring the listen host (#9924)"syuilo2023-02-224-12/+9
| | | | This reverts commit 3dfe3aa9a48cba0570508ef037c5289894fa731b.
* Allow configuring the listen host (#9924)ledlamp2023-02-224-9/+12
|
* enhance(client): make possible to reload page of windowsyuilo2023-02-221-1/+10
| | | | Resolve #10007
* MFMのDOM ParserをJSDOMからhappy-domに変更する (#10016)potpro2023-02-222-7/+8
| | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(client): ↵syuilo2023-02-224-5/+43
| | | | ユーザーのハッシュタグ検索が機能していないのを修正
* fix(server): tweak admin/show-user apisyuilo2023-02-221-6/+0
| | | | Fix #9883
* fix #10021syuilo2023-02-221-2/+3
|
* 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-221-1/+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-223-56/+58
| | | | | | | | | | | | 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大改造
* enhance: ↵syuilo2023-02-2220-46/+405
| | | | exploreで公開ロール一覧とそのメンバーを閲覧できるように
* enhance(client): improve entrance pagesyuilo2023-02-2223-161/+197
| | | | 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)
* 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-205-46/+43
|
* :art: 2FA設定のデザイン向上 / ↵tamaina2023-02-2020-213/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | セキュリティキーの名前を変更できるように (#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>
* 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
| |
| * fix linttamaina2023-02-181-5/+3
| |
* | chore(server): tweak notes/featured apisyuilo2023-02-191-1/+1
| |
* | Update about-misskey.vuesyuilo2023-02-191-0/+3
|/
* fix/enhance(sw): プッシュ通知 ↵tamaina2023-02-182-15/+17
| | | | | | | | | | | (バックグラウンドで開いている場合も通知, リアクション通知はノートにつき1つに) (#9977) * fix(sw): クライアントがあってもpush notificationを無視しない 「プッシュ通知を更新しました」の原因になるため * enhance(sw): リアクション通知は1つのノートにつき1つしか表示しない Safari対応で、通知tagは能動的に閉じるように * revert closeNotificationsByTags
* refactor(sw): self => globalThistamaina2023-02-183-13/+13
|
* refactor: fix typessyuilo2023-02-171-1/+2
|
* refactor: fix typessyuilo2023-02-1719-117/+90
|
* refactor: fix typessyuilo2023-02-174-7/+5
|
* refactor: fix typessyuilo2023-02-172-0/+53
|
* fix(client): ↵syuilo2023-02-172-3/+7
| | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904