- Jan 23, 2024
-
-
syuilo authored
-
- Jan 22, 2024
-
-
tamaina authored
* perf: (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする * fix * fix
-
おさむのひと authored
* fix: バブルゲームのビルド失敗修正 * fix: api.jsonの定義誤りを修正 * fix: lint.yml(typecheck) * fix: fix eslint error * fix: frontend vitest version * fix: frontend vitest version * fix: * fix: cypress * fix: misskey-js test * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?) * fix: conflict * fix: 間違えて上書きしたところを修正 * fix: 再 * fix: api.json * fix: api.json * fix: タイムアウト延長 * Update packages/misskey-js/jest.config.cjs Co-authored-by:
Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp> Co-authored-by:
Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
-
かっこかり authored
* fix(frontend/pizzax): デフォルト値が適用できないことがあるのを修正 * fix * いらんプロパティをけす
-
- Jan 21, 2024
-
-
syuilo authored
-
- Jan 20, 2024
- Jan 19, 2024
-
-
syuilo authored
Resolve #12962
-
- Jan 13, 2024
-
-
zyoshoka authored
* 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
-
- Jan 10, 2024
-
-
FineArchs authored
* bump aiscript version to 0.17.0 * Update CHANGELOG.md
-
- Jan 09, 2024
-
-
syuilo authored
-
- Jan 08, 2024
-
-
おさむのひと authored
* enhance(backend): テストの高速化 * add ls * 自動的にマージされるようなので不要 * 起動方法を揃える * fix test
-
- Jan 06, 2024
-
-
Chocolate Pie authored
* feat: Add support for mCaptcha * fix: Fix docker compose configuration * chore(frontend/docs): update changelog & fix eslint errors * `@mcaptcha/vanilla-glue`をダイナミックインポートするように * chore: Add missing prefix to CHANGELOG * refactor(backend): 適当につけた変数の名前を変更
-
- Jan 02, 2024
-
-
かっこかり authored
* (refactor) MkNumberのアニメーションを内製 * 秒数調整 * fix * fix pnpm-lock * Update packages/frontend/src/components/MkNumber.vue * Update packages/frontend/src/components/MkNumber.vue --------- Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- Dec 31, 2023
-
-
syuilo authored
-
tamaina authored
Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
tamaina authored
chore: use summaly, browser-image-resizer, and sharp-read-bmp on registry.npmjs.org instead of git (#12856) * chore: use @misskey-dev/summaly on registry.npmjs.org instead of git * fix backend dependency * fic backend dependency * @misskey-dev/sharp-read-bmp * fix * use @misskey-dev/browser-image-resizer
-
- Dec 27, 2023
-
-
Kagami Sascha Rosylight authored
* feat(backend/oauth): allow CORS for token endpoint * no need to explicitly set origin to `*` * Update CHANGELOG.md
-
- Dec 18, 2023
- Dec 16, 2023
-
-
syuilo authored
-
- Dec 15, 2023
-
-
おさむのひと authored
-
- Dec 14, 2023
- Dec 09, 2023
-
-
syuilo authored
-
- Dec 07, 2023
-
-
zyoshoka authored
* refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
-
- Dec 04, 2023
-
-
syuilo authored
-
- Dec 02, 2023
-
-
おさむのひと authored
* ひとまず生成できるところまで * ファイル構成整理 * 生成コマンド整理 * misskey-jsへの組み込み * fix generator.ts * wip * fix generator.ts * fix package.json * 生成ロジックの調整 * 型レベルでのswitch-case機構をmisskey-jsからfrontendに持ち込めるようにした * 型チェック用のtsconfig.jsonを作成 * 他のエンドポイントを呼ぶ関数にも適用 * 未使用エンティティなどを削除 * misskey-js側で手動定義されていた型を自動生成された型に移行(ただしapi.jsonがvalidでなくなってしまったので後で修正する) * messagingは廃止されている(テストのビルドエラー解消) * validなapi.jsonを出力できるように修正 * 修正漏れ対応 * Ajvに怒られて起動できなかったところを修正 * fix ci(途中) * パラメータenumをやめる * add command * add api.json * 都度自動生成をやめる * 一気通貫スクリプト修正 * fix ci * 生成ロジック修正 * フロントの型チェックは結局やらなかったので戻しておく * fix pnpm-lock.yaml * add README.md --------- Co-authored-by:
osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- Nov 27, 2023
-
-
syuilo authored
-
- Nov 21, 2023
-
-
syuilo authored
-
- Nov 17, 2023
-
-
syuilo authored
-
- Nov 15, 2023
-
-
Jaehong Kang authored
Using Buffer instead of string Co-authored-by:
perillamint <perillamint@silicon.moe>
-
- Nov 14, 2023
-
-
syuilo authored
This commit implements HTTP header and body validation to fix [SIF-2023-002](https://advisory.silicon.moe/advisory/sif-2023-002/ ) Signed-off-by:
perillamint <perillamint@silicon.moe> Co-authored-by:
perillamint <perillamint@silicon.moe> Co-authored-by:
yunochi <yuno@yunochi.com>
-
syuilo authored
-
- Nov 10, 2023
-
-
ikasoba authored
-
- Nov 03, 2023
-
-
syuilo authored
-
- Nov 01, 2023
-
-
syuilo authored
-