Marie
|
913dd581ef
|
merge: upstream
|
2024-01-25 14:21:42 +01:00 |
|
syuilo
|
5719a929ad
|
enhance(reversi): 変則なしマッチングを可能に
|
2024-01-24 16:37:06 +09:00 |
|
syuilo
|
65557d5f27
|
enhance(reversi): more robust matching process
|
2024-01-24 10:16:05 +09:00 |
|
syuilo
|
e8ba0b3f54
|
enhance(reversi): improve desync handling
|
2024-01-23 10:51:59 +09:00 |
|
Marie
|
fd69a2fbbd
|
merge: upstream
|
2024-01-22 19:58:43 +01:00 |
|
tamaina
|
31a39776f5
|
chore: publish misskey-js automatically (#13014)
* chore: publish @misskey-dev/misskey-js
* remove @misskey-dev/
* ??
* correct version
* version
|
2024-01-23 00:19:43 +09:00 |
|
おさむのひと
|
850d38414e
|
fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)
* 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>
|
2024-01-22 18:01:54 +09:00 |
|
syuilo
|
94e282b612
|
perf(reversi): improve performance of reversi backend
|
2024-01-22 15:41:29 +09:00 |
|
Marie
|
db012fc8c3
|
merge: upstream (1)
|
2024-01-21 13:11:23 +01:00 |
|
syuilo
|
f4657eb16f
|
update deps
|
2024-01-21 18:43:01 +09:00 |
|
syuilo
|
a17251d913
|
enhance(reversi): tweak reversi
|
2024-01-21 10:07:43 +09:00 |
|
syuilo
|
094c6e32ff
|
add missing ext
|
2024-01-20 14:05:09 +09:00 |
|
syuilo
|
cb74b61755
|
fix api-extractor
|
2024-01-20 14:01:27 +09:00 |
|
syuilo
|
1de29e5566
|
refactor: migrate to ESM
|
2024-01-20 13:57:03 +09:00 |
|
syuilo
|
b9a81edae5
|
enhance(reversi): tweak reversi
|
2024-01-20 13:14:46 +09:00 |
|
syuilo
|
a637b4e282
|
feat: reversi
Resolve #12962
|
2024-01-19 20:51:49 +09:00 |
|
Marie
|
4c1f6be735
|
merge: upstream
|
2024-01-15 12:07:35 +01:00 |
|
zyoshoka
|
d792f4f348
|
fix(backend): 虚無ノートを投稿できる問題の修正と api.json の 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
|
2024-01-13 16:54:25 +09:00 |
|
かっこかり
|
be57ff4985
|
run pnpm build-misskey-js-with-types (#12972)
|
2024-01-11 23:41:22 +09:00 |
|
Nila The Dragon
|
9ceb74b98d
|
feat: Implement Donation URL
|
2024-01-09 21:32:47 +01:00 |
|
Marie
|
7552cea69a
|
merge: upstream
|
2024-01-09 02:57:57 +01:00 |
|
かっこかり
|
6a02dfdd3b
|
enhance(frontend): バブルゲームの諸々を修正・改良 (#12938)
* 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>
|
2024-01-08 11:02:05 +09:00 |
|
zyoshoka
|
0e536bdd86
|
refactor(frontend): widgets/server-metric 内の型エラーを除去 (#12937)
|
2024-01-07 23:56:46 +09:00 |
|
Chocolate Pie
|
072f67d6e7
|
feat: Add support for mCaptcha (#12905)
* 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): 適当につけた変数の名前を変更
|
2024-01-06 20:14:33 +09:00 |
|
おさむのひと
|
30311aca18
|
fix(misskey-js): /signupと/signinの定義を作成してフロントの型エラーを抑制する (#12846)
* fix(misskey-js): /signupと/signinの定義を復活してフロントの型エラーを抑制する
* fix ci
* fix ci
* fix
* fix
---------
Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
|
2024-01-03 13:41:28 +09:00 |
|
かっこかり
|
a9127e3ecd
|
enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように (#12887)
* enhance(frontend): チャンネルノートのピン留めをノートメニューからできるように
* Update Changelog
|
2024-01-03 13:35:40 +09:00 |
|
Marie
|
5659ed24f9
|
upd: show menu to update or remove background and banner if set
Closes #298
|
2024-01-02 14:00:10 +01:00 |
|
tamaina
|
1d5a0d0777
|
chore: use @misskey-dev/eslint-plugin (#12860)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-12-31 15:26:57 +09:00 |
|
Marie
|
9a9f61a6c0
|
fix: typecheck
|
2023-12-28 12:52:12 +01:00 |
|
Chocolate Pie
|
530a282524
|
fix(test): CIが落ちている問題を修正 (#12816)
* fix(test): CIが落ちているのを修正
* fix(ci)?: CIの`typecheck`が落ちる問題を修正
* fix(ci): コンフィグファイルのタイポを修正
|
2023-12-28 09:46:46 +01:00 |
|
Chocolate Pie
|
82822e29d9
|
Merge pull request from GHSA-7pxq-6xx9-xpgm
* fix: fix improper authorization when accessing with third-party application
* refactor: refactor type definitions
* fix: get rid of unnecessary access limitation
* enhance: サードパーティアプリケーションがWebsocket APIを使えるように
* fix: add missing parentheses
* Revert "fix(backend): add missing kind definition for admin endpoints to improve security"
This reverts commit 5150053275 .
* frontend: 翻訳の抜けを訂正, read:adminとwrite:adminはアクセス発行トークンのデフォルトでは非表示にする
* enhance(test): misskey-ghsa-7pxq-6xx9-xpgmに関するテストを追加
* enhance(test): Websocket APIに対するテストも追加
* enhance(refactor): `@/misc/api-permissions.ts`を`misskey-js/permissions`に統合
* fix(frontend): アクセストークン発行UIで全ての権限を有効にした際、管理者用APIへのアクセスも許可してしまう問題を修正
* enhance(backend): Websocketの接続に最低限必要な権限を変更
* fix(backend): `/api/admin/meta`をサードパーティアプリケーションからはアクセスできないように
* fix(backend): エンドポイントにアクセスするために必要な権限を変更
* fix(frontend/locale): Add missing type declaration
* chore: update `misskey-js/src/autogen`
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-12-28 09:45:54 +01:00 |
|
zyoshoka
|
8daff4a998
|
refactor(frontend): Reactivityで型を明示するように (#12791)
* refactor(frontend): Reactivityで型を明示するように
* fix: プロパティの参照が誤っているのを修正
* fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
|
2023-12-28 09:45:15 +01:00 |
|
anatawa12
|
7ce353bcc7
|
chore(misskey-js): update misskey-js with api.json (#12778)
pnpm build && pnpm build-misskey-js-with-types && pnpm --filter misskey-js api
|
2023-12-28 09:43:12 +01:00 |
|
Chocolate Pie
|
a598baaf01
|
fix(test): CIが落ちている問題を修正 (#12816)
* fix(test): CIが落ちているのを修正
* fix(ci)?: CIの`typecheck`が落ちる問題を修正
* fix(ci): コンフィグファイルのタイポを修正
|
2023-12-27 17:36:38 +09:00 |
|
Chocolate Pie
|
c96bc36fed
|
Merge pull request from GHSA-7pxq-6xx9-xpgm
* fix: fix improper authorization when accessing with third-party application
* refactor: refactor type definitions
* fix: get rid of unnecessary access limitation
* enhance: サードパーティアプリケーションがWebsocket APIを使えるように
* fix: add missing parentheses
* Revert "fix(backend): add missing kind definition for admin endpoints to improve security"
This reverts commit 5150053275 .
* frontend: 翻訳の抜けを訂正, read:adminとwrite:adminはアクセス発行トークンのデフォルトでは非表示にする
* enhance(test): misskey-ghsa-7pxq-6xx9-xpgmに関するテストを追加
* enhance(test): Websocket APIに対するテストも追加
* enhance(refactor): `@/misc/api-permissions.ts`を`misskey-js/permissions`に統合
* fix(frontend): アクセストークン発行UIで全ての権限を有効にした際、管理者用APIへのアクセスも許可してしまう問題を修正
* enhance(backend): Websocketの接続に最低限必要な権限を変更
* fix(backend): `/api/admin/meta`をサードパーティアプリケーションからはアクセスできないように
* fix(backend): エンドポイントにアクセスするために必要な権限を変更
* fix(frontend/locale): Add missing type declaration
* chore: update `misskey-js/src/autogen`
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
|
2023-12-27 15:08:59 +09:00 |
|
zyoshoka
|
75034d9240
|
refactor(frontend): Reactivityで型を明示するように (#12791)
* refactor(frontend): Reactivityで型を明示するように
* fix: プロパティの参照が誤っているのを修正
* fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
|
2023-12-26 14:19:35 +09:00 |
|
anatawa12
|
237fe242ad
|
chore(misskey-js): update misskey-js with api.json (#12778)
pnpm build && pnpm build-misskey-js-with-types && pnpm --filter misskey-js api
|
2023-12-24 17:54:00 +09:00 |
|
Marie
|
5db583a3eb
|
merge: upstream
|
2023-12-23 02:09:23 +01:00 |
|
syuilo
|
15b0d2aff2
|
enhance: ロールにアサインされたときの通知 (#12607)
* wip
* Update misskey-js.api.md
* Update CHANGELOG.md
* Update RoleService.ts
* Update locales/ja-JP.yml
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* Update UserListService.ts
* Update misskey-js.api.md
* fix (#12724)
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
|
2023-12-21 10:39:11 +09:00 |
|
zawa-ch
|
4e2d802967
|
enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12702)
* Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072)
* refactor: crowdin 編集部分のコミットを打ち消し
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* refactor: オブジェクトの名前修正
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* fix: 設定項目の説明を削除
名称が具体的になって必要なくなったため
https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463
|
2023-12-18 20:59:20 +09:00 |
|
syuilo
|
8a9f4ef441
|
update deps
|
2023-12-18 13:14:58 +09:00 |
|
syuilo
|
2ecc0299b4
|
update deps
|
2023-12-16 14:00:27 +09:00 |
|
おさむのひと
|
386fcedf35
|
(dev-mode) devモードの改善 (#12639)
* fix dev-mode
* fix dev-mode
* fix dev-mode
* fix dev-mode
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2023-12-14 20:16:02 +09:00 |
|
syuilo
|
aedc1d0ee9
|
update deps
|
2023-12-14 13:22:12 +09:00 |
|
syuilo
|
2cfe64e9e6
|
fix swcrc
|
2023-12-14 11:35:17 +09:00 |
|
syuilo
|
319267e096
|
update deps
|
2023-12-09 13:02:14 +09:00 |
|
ikasoba
|
e38af60fd0
|
fix: secure: true なエンドポイントの型が misskey-js に含まれていない (#12603)
* 作った
* 修正
* 修正
|
2023-12-08 15:15:17 +09:00 |
|
yupix
|
e42c91dee7
|
feat: Roleに関するSchemaを追加 (#12572)
* feat: Roleに関連するschemaを追加
* feat: 新しいRoleSchemaを使うように
* chore: misskey.jsのデータを更新
* chore: misskey-js.api.mdを更新
|
2023-12-06 15:47:57 +09:00 |
|
Mar0xy
|
93869a5f34
|
add: mark instance as NSFW
Closes transfem-org/Sharkey#197
|
2023-12-05 22:20:52 +01:00 |
|
syuilo
|
9c90ff7d06
|
update deps
|
2023-12-04 19:40:46 +09:00 |
|