summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* enhance(client): add quiz preset for playsyuilo2023-02-171-0/+118
|
* perf(client): ウェルカムページを最適化 (#9960)tamaina2023-02-174-79/+58
| | | | | * perf(client): ウェルカムページの最適化 * remove max
* ci: run typecheck and eslint separately (#9966)Kagami Sascha Rosylight2023-02-173-3/+9
| | | | | * ci: run typecheck and eslint separately * fix syntax
* style(backend): fix all eslint errors (#9967)Kagami Sascha Rosylight2023-02-179-12/+11
|
* style(frontend): fix autofixable eslint errors (#9968)Kagami Sascha Rosylight2023-02-176-9/+9
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-16375-623/+280
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(server): ↵tamaina2023-02-162-1/+2
| | | | | | | | マイグレーションad1676438468213が通らないのを修正 (#9963) * fix(server): マイグレーションad1676438468213が通らないのを修正 Fix #9962 * fix
* fix(server): dropGroupマイグレーションが通るように (#9961)tamaina2023-02-162-13/+5
|
* Fix type errors from vite.json5.ts (#9936)Kagami Sascha Rosylight2023-02-151-3/+13
|
* startAt -> startsAtsyuilo2023-02-156-16/+16
|
* 広告開始時期の設定 (#9944)nenohi2023-02-157-8/+35
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-1551-1566/+66
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-1547-3292/+18
| | | | | * drop messaging (from backend) * wip
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-1420-154/+161
|\
| * enhance(server): ↵tamaina2023-02-142-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)taiy2023-02-1414-52/+52
| |
| * 改行コードをLFに統一 (#9926)Neko7sora2023-02-144-91/+91
| | | | | | | | | | * chore: update gitattribute editorconfig * Normalize all the line endings
* | fix(client): ↵tamaina2023-02-141-1/+1
|/ | | | ユーザーページのファイル付きTLはリプライも含む
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-1437-185/+178
|\
| * refactor: fix typessyuilo2023-02-131-1/+1
| |
| * refactorsyuilo2023-02-1333-146/+146
| |
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-136-32/+43
| |\
| * | refactor: fix typessyuilo2023-02-1319-102/+95
| | |
* | | fix(server): HttpRequestService.sendでは常にUser-Agentを含むようにtamaina2023-02-141-3/+4
| |/ |/| | | | | Fix #9817 (maybe)
* | perf(sw): skipWaitingしないtamaina2023-02-121-1/+1
| |
* | fix(client): Make `isTimelineAvailable` a reference (#9906)Kagami Sascha Rosylight2023-02-131-1/+1
| | | | | | | | | | * Make `isTimelineAvailable` a reference * Update b.vue
* | refactor(sw): Fix type errors in packages/sw (#9909)Kagami Sascha Rosylight2023-02-135-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>