| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update about-misskey.vue | syuilo | 2023-02-21 | 1 | -0/+4 |
| | | |||||
| * | 管理画面の広告を10個以上見えるように (#9990) | nenohi | 2023-02-20 | 1 | -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 develop | syuilo | 2023-02-20 | 5 | -175/+202 |
| |\ | |||||
| | * | test(backend): restore emoji reaction tests (#9996) | Kagami Sascha Rosylight | 2023-02-20 | 2 | -83/+90 |
| | | | |||||
| | * | test(backend): restore more unit tests (#9994) | Kagami Sascha Rosylight | 2023-02-20 | 3 | -92/+112 |
| | | | |||||
| * | | :art: | syuilo | 2023-02-20 | 1 | -19/+29 |
| |/ | |||||
| * | 削除済みのユーザーが deleteActor ↵ | xianon | 2023-02-20 | 1 | -1/+1 |
| | | | | | される時の動作を修正する (#9980) | ||||
| * | update deps | syuilo | 2023-02-20 | 5 | -46/+43 |
| | | |||||
| * | :art: 2FA設定のデザイン向上 / ↵ | tamaina | 2023-02-20 | 20 | -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) | noonworks | 2023-02-20 | 3 | -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 deck | syuilo | 2023-02-19 | 1 | -1/+7 |
| | | |||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2023-02-19 | 3 | -22/+69 |
| |\ | |||||
| | * | test(backend): restore AP unit tests (#9987) | Kagami Sascha Rosylight | 2023-02-19 | 2 | -17/+66 |
| | | | |||||
| | * | fix lint | tamaina | 2023-02-18 | 1 | -5/+3 |
| | | | |||||
| * | | chore(server): tweak notes/featured api | syuilo | 2023-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | Update about-misskey.vue | syuilo | 2023-02-19 | 1 | -0/+3 |
| |/ | |||||
| * | fix/enhance(sw): プッシュ通知 ↵ | tamaina | 2023-02-18 | 2 | -15/+17 |
| | | | | | | | | | | | | (バックグラウンドで開いている場合も通知, リアクション通知はノートにつき1つに) (#9977) * fix(sw): クライアントがあってもpush notificationを無視しない 「プッシュ通知を更新しました」の原因になるため * enhance(sw): リアクション通知は1つのノートにつき1つしか表示しない Safari対応で、通知tagは能動的に閉じるように * revert closeNotificationsByTags | ||||
| * | refactor(sw): self => globalThis | tamaina | 2023-02-18 | 3 | -13/+13 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-17 | 1 | -1/+2 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-17 | 19 | -117/+90 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-17 | 4 | -7/+5 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-17 | 2 | -0/+53 |
| | | |||||
| * | fix(client): ↵ | syuilo | 2023-02-17 | 2 | -3/+7 |
| | | | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904 | ||||
| * | enhance(client): add quiz preset for play | syuilo | 2023-02-17 | 1 | -0/+118 |
| | | |||||
| * | perf(client): ウェルカムページを最適化 (#9960) | tamaina | 2023-02-17 | 4 | -79/+58 |
| | | | | | | * perf(client): ウェルカムページの最適化 * remove max | ||||
| * | ci: run typecheck and eslint separately (#9966) | Kagami Sascha Rosylight | 2023-02-17 | 3 | -3/+9 |
| | | | | | | * ci: run typecheck and eslint separately * fix syntax | ||||
| * | style(backend): fix all eslint errors (#9967) | Kagami Sascha Rosylight | 2023-02-17 | 9 | -12/+11 |
| | | |||||
| * | style(frontend): fix autofixable eslint errors (#9968) | Kagami Sascha Rosylight | 2023-02-17 | 6 | -9/+9 |
| | | |||||
| * | refactor: remove all unused imports (#9951) | Kagami Sascha Rosylight | 2023-02-16 | 375 | -623/+280 |
| | | | | Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||
| * | fix(server): ↵ | tamaina | 2023-02-16 | 2 | -1/+2 |
| | | | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix | ||||
| * | fix(server): dropGroupマイグレーションが通るように (#9961) | tamaina | 2023-02-16 | 2 | -13/+5 |
| | | |||||
| * | Fix type errors from vite.json5.ts (#9936) | Kagami Sascha Rosylight | 2023-02-15 | 1 | -3/+13 |
| | | |||||
| * | startAt -> startsAt | syuilo | 2023-02-15 | 6 | -16/+16 |
| | | |||||
| * | 広告開始時期の設定 (#9944) | nenohi | 2023-02-15 | 7 | -8/+35 |
| | | | | | | * 広告開始時期の設定 * 過去のものも表示するように | ||||
| * | drop group (#9942) | syuilo | 2023-02-15 | 51 | -1566/+66 |
| | | | | | | * drop group * Update operations.ts | ||||
| * | drop messaging (#9919) | syuilo | 2023-02-15 | 47 | -3292/+18 |
| | | | | | | * drop messaging (from backend) * wip | ||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | tamaina | 2023-02-14 | 20 | -154/+161 |
| |\ | |||||
| | * | enhance(server): ↵ | tamaina | 2023-02-14 | 2 | -11/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLプレビュー(summaly)はプロキシを通すように (#9905) * enhance(server): URLプレビュー(summaly)はプロキシを通すように * update summaly * update summaly * 型エラーバスター * basic.html * Delete basic.html --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| | * | fix(client): use tabler icons (#9915) | taiy | 2023-02-14 | 14 | -52/+52 |
| | | | |||||
| | * | 改行コードをLFに統一 (#9926) | Neko7sora | 2023-02-14 | 4 | -91/+91 |
| | | | | | | | | | | | * chore: update gitattribute editorconfig * Normalize all the line endings | ||||
| * | | fix(client): ↵ | tamaina | 2023-02-14 | 1 | -1/+1 |
| |/ | | | | ユーザーページのファイル付きTLはリプライも含む | ||||
| * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | tamaina | 2023-02-14 | 37 | -185/+178 |
| |\ | |||||
| | * | refactor: fix types | syuilo | 2023-02-13 | 1 | -1/+1 |
| | | | |||||
| | * | refactor | syuilo | 2023-02-13 | 33 | -146/+146 |
| | | | |||||
| | * | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop | syuilo | 2023-02-13 | 6 | -32/+43 |
| | |\ | |||||
| | * | | refactor: fix types | syuilo | 2023-02-13 | 19 | -102/+95 |
| | | | | |||||
| * | | | fix(server): HttpRequestService.sendでは常にUser-Agentを含むように | tamaina | 2023-02-14 | 1 | -3/+4 |
| | |/ |/| | | | | | Fix #9817 (maybe) | ||||
| * | | perf(sw): skipWaitingしない | tamaina | 2023-02-12 | 1 | -1/+1 |
| | | | |||||
| * | | fix(client): Make `isTimelineAvailable` a reference (#9906) | Kagami Sascha Rosylight | 2023-02-13 | 1 | -1/+1 |
| | | | | | | | | | | | * Make `isTimelineAvailable` a reference * Update b.vue | ||||
| * | | refactor(sw): Fix type errors in packages/sw (#9909) | Kagami Sascha Rosylight | 2023-02-13 | 5 | -30/+41 |
| |/ | | | | | | | | | | | | | * Fix type errors in packages/sw * mouhitotsu * @typesは越境しない * Update packages/sw/src/scripts/create-notification.ts --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> | ||||