summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: ↵GrapeApple02024-01-141-1/+2
| | | | | | | | | isPrivateIpで検証時にipバージョンが一致するかを確認するように (#12988) * fix: isPrivateIpで検証時にipバージョンが一致するかを確認するように * Update CHANGELOG.md * Update CHANGELOG.md
* enhance(frontend): Playの説明欄にMFMを使えるように (#12899)かっこかり2024-01-143-3/+11
| | | | | | | | | | | | | | | | | | | * (enhance) Playの説明欄にMFMを使えるように * Update Changelog * use class for mfm component * Update packages/frontend/src/pages/flash/flash-edit.vue Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com> * Update flash.vue * Update CHANGELOG.md --------- Co-authored-by: 1Step621 <86859447+1STEP621@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-142-6/+24
|\
| * feat: 枠線をつけるMFMを追加 (#12981)FineArchs2024-01-132-6/+24
| | | | | | | | | | | | | | | | | | | | | | * Update MkMisskeyFlavoredMarkdown.ts * Update const.ts * Update MkMisskeyFlavoredMarkdown.ts * Update MkMisskeyFlavoredMarkdown.ts * Update CHANGELOG.md
* | enhance(drop-and-fusion): sweets modesyuilo2024-01-1414-486/+781
|/
* enhance(drop-and-fusion): refactor and new mode(wip)syuilo2024-01-1345-48/+1992
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-1316-69/+124
|\
| * fix(backend): 虚無ノートを投稿できる問題の修正と `api.json` ↵zyoshoka2024-01-1316-69/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | の OpenAPI Specification 3.1.0 への対応 (#12969) * fix(backend): `text: null`だけのノートは投稿できないように * add test * Update CHANGELOG.md * chore: bump OpenAPI Specification from 3.0.0 to 3.1.0 * chore: テストがすでにコメントで記述されていたのでそっちを使うことにする * fix test * fix(backend): prohibit posting whitespace-only notes * Update CHANGELOG.md * fix(backend): `renoteId`または`fileIds`(`mediaIds`)または`poll`が`null`でない場合に、`text が空白文字のみで構成されたリクエストになることを許可して、結果は`text: null`を返すように * test(backend): 引用renoteで空白文字のみで構成されたtextにするとレスポンスが`text: null`になることをチェックするテストを追加 * fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように * fix(misskey-js): OpenAPI 3.1に対応 * fix(misskey-js): 型生成をOpenAPI Specification 3.1.0に対応 * fix(ci): `validate-api.json`をOpenAPI Specification 3.1.0に対応 * fix(ci): スキーマ書き換えの際のミスを修正 * Revert "fix(frontend): `text`が`null`であって`renoteId`と`replyId`が`null`でないようなノートは引用リノートとして表示するように" This reverts commit a9ca55343df6ea1679599acbc4801f78aa3a242b. * fix(misskey-js): `build-misskey-js-with-types`時は`api.json`のGETをスキップするように * Revert "fix(misskey-js): `build-misskey-js-with-types`時は`api.json`のGETをスキップするように" This reverts commit 865458989f9ddacc38d1bb3743a41ea828dbf324. * fix(misskey-js): `openapi-parser`で`validate`のかわりに`parse`を用いるように * Update CHANGELOG.md
* | fix typesyuilo2024-01-131-1/+1
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-134-14/+145
|\
| * Feat(frontend): ↵1Step6212024-01-134-14/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように (#12984) * リアクション・ノート内絵文字・/about#emojisで絵文字詳細が見られるように * update CHANGELOG.md * fix locale & type errors * fix locale etc * fix * fix type * lint fixes * lint fixes(2)
* | tweaksyuilo2024-01-131-1/+1
|/
* enhance(drop-and-fusion): some tweakssyuilo2024-01-134-120/+185
|
* clean upsyuilo2024-01-132-4/+0
|
* refactor(drop-and-fusion): some refactorssyuilo2024-01-132-8/+10
|
* perf(drop-and-fusion): remove root Transition component for improve performancesyuilo2024-01-131-111/+103
|
* refactor(drop-and-fusion): ↵syuilo2024-01-132-322/+425
| | | | レンダリングや効果音に関する関心をエンジンから分離
* enhance(drop-and-fusion): some tweakssyuilo2024-01-131-2/+3
|
* enhance(drop-and-fusion): ↵syuilo2024-01-121-0/+30
| | | | yenモードで生涯で稼いだ額を記録するように
* Update 10000yen.pngsyuilo2024-01-121-0/+0
|
* enhance(drop-and-fusion): some tweakssyuilo2024-01-122-6/+6
|
* chore(drop-and-fusion): tweak soundssyuilo2024-01-121-2/+2
|
* enhance(drop-and-fusion): tweak soundssyuilo2024-01-125-10/+29
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-124-231/+28
|\
| * refactor(frontend): `activity.heatmap.vue`をコンポーネントに置換 ↵zyoshoka2024-01-124-231/+28
| | | | | | | | (#12967)
* | chore(drop-and-fusion): bump versionsyuilo2024-01-121-1/+1
|/
* enhance(drop-and-fusion): add new mode, some tweakssyuilo2024-01-1216-89/+317
|
* run `pnpm build-misskey-js-with-types` (#12972)かっこかり2024-01-118-9/+199
|
* feat: ranking system of bubble gamesyuilo2024-01-1114-10/+389
| | | | Resolve #12961
* enhance(drop-and-fusion): make game engine headless for server-side runningsyuilo2024-01-112-410/+387
|
* enhance(drop-and-fusion): some tweakssyuilo2024-01-103-948/+1088
|
* enhance(drop-and-fusion): add game descriptionsyuilo2024-01-101-3/+13
|
* Enhance(frontend): ↵1Step6212024-01-102-4/+26
| | | | | | | | | 絵文字ピッカー/オートコンプリートで完全一致の絵文字を優先するように (#12928) * 絵文字ピッカー/オートコンプリートで完全一致の絵文字を優先するように * update CHANGELOG.md * improve performance
* enhance(drop-and-fusion): some tweakssyuilo2024-01-103-11/+21
|
* enhance(drop-and-fusion): リプレイの倍速再生対応syuilo2024-01-102-39/+52
|
* fix(drop-and-fusion): ↵まっちゃとーにゅ2024-01-101-1/+9
| | | | | バブルゲームのリトライボタンでリトライができない問題を修正 (#12957) ゲーム中なら諦める、ゲームオーバー画面の表示中はリスタートになるように
* bump aiscript version to 0.17.0 (#12955)FineArchs2024-01-101-1/+1
| | | | | * bump aiscript version to 0.17.0 * Update CHANGELOG.md
* fix(frontend): fix game replaysyuilo2024-01-101-2/+3
|
* Enhance(frontend): 管理者の場合はAPI ↵Camilla Ett2024-01-091-9/+55
| | | | | | | | | | | | | | | | | | tokenの発行画面で管理機能に関する権限を付与できるように (#12944) * Enhance(frontend): 管理者の場合はAPI tokenの発行画面で管理機能に関する権限を付与できるように * update CHANGELOG.md * tweak style * (refactor) remove unnecessary imports * fix lint --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <daisho7308+f@gmail.com>
* enhnace(frontend): tweak gamesyuilo2024-01-094-38/+257
|
* update soundsyuilo2024-01-093-4/+3
|
* enhance(frontend): バブルゲームの諸々を修正・改良2 (#12948)かっこかり2024-01-0916-130/+307
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * (fix) ゲームが正常に終了するように * (enhance) 効果音の音量を設定可能に * (add) store * (add) スクショにロゴの透かしを入れる * Update packages/frontend/src/pages/drop-and-fusion.vue Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * tweak * tweak * tweak * tweak * Update drop-and-fusion.vue * tweak * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* enhance(backend): テストの高速化 (#12939)おさむのひと2024-01-0842-257/+376
| | | | | | | | | | | * enhance(backend): テストの高速化 * add ls * 自動的にマージされるようなので不要 * 起動方法を揃える * fix test
* fix(backend): ↵zyoshoka2024-01-082-1/+13
| | | | | | | | | | | `drive/files/update`におけるファイル名のバリデーションが機能していない問題を修正 (#12923) * fix(backend): `drive/files/update`におけるファイル名のバリデーションが機能していない問題を修正 * Update CHANGELOG.md * refactor: `!== undefined` -> `!= null` * add test
* refactor(frontend): router.ts解きほぐし (#12907)おさむのひと2024-01-0849-650/+937
| | | | | | | | | | | | | | | | | | | * refactor(frontend): router.ts解きほぐし * add debug hmr option * fix comment * fix not working * add comment * fix name * Update definition.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2024-01-089-30/+59
|\
| * refactor: make sure promises are settled before app shutdown (#12942)Kagami Sascha Rosylight2024-01-089-30/+59
| | | | | | 👍
* | enhance(frontend): add game bgm and refactor sound systemsyuilo2024-01-088-63/+74
|/
* refactor(frontend): extract game engine from vue componentsyuilo2024-01-082-388/+409
|
* enhance(frontend): バブルゲームの諸々を修正・改良 (#12938)かっこかり2024-01-089-61/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): バブルゲームのテクスチャをゲーム開始時にキャッシュするように * (fix) カーソルが枠線内を動くように * (add) 最大コンボ数を表示するように * (add) 実績を追加 * Update ja-JP.yml * tweak * tweak flavor * perf tweak * refactor * perf tweak * lint --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>