dakkar
|
7cf570565e
|
silence more false security alerts #407
|
2024-02-09 14:17:55 +00:00 |
|
blueb
|
9b0d078fba
|
upd: replace pencil icon, widget icon
|
2024-02-05 06:39:15 -05:00 |
|
Marie
|
11628e4b6a
|
merge: upstream
|
2024-02-03 20:19:44 +01:00 |
|
Marie
|
f93a8e2d38
|
merge: Fix sfm-js linkage (!399)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/399
Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
Approved-by: dakkar <dakkar@thenautilus.net>
|
2024-02-03 18:28:47 +00:00 |
|
Marie
|
f091b84c6e
|
chore: change sfm registry and name
|
2024-02-03 15:01:09 +01:00 |
|
KevinWh0
|
93bd4dc8fe
|
added lines and lines to errors
|
2024-02-02 21:32:08 +01:00 |
|
かっこかり
|
9e1145df81
|
enhance(frontend): shiki v1に移行 (#13138)
* enhance(frontend): shiki v1に移行
* optimize chunks, エラーを握りつぶす
* wasmを分離
* バンドルサイズの警告の最小値を650kBに引き上げ
* optimize
|
2024-02-02 15:05:18 +09:00 |
|
syuilo
|
6915fde1cf
|
enhance(frontend): 🌸
|
2024-02-01 15:07:29 +09:00 |
|
syuilo
|
8aea3603a6
|
refactor(frontend): global/router -> router
|
2024-01-30 21:07:34 +09:00 |
|
yukineko
|
a6a91fec3a
|
refactor: frontendのcomponentsの型エラーを改善 (#12926)
* add: safeFloatParserを追加
* fix: 欠けていた型を追加
* refactor: pageBlockTypesをjson-schemaに移植
* refactor: components/global内の型エラーが出ている箇所を修正
* lint: fix null check style
* refactor: fix type error
* refactor: fix some type errors
* fix: 翻訳が抜けていた箇所を修正
* refactor: getJsonSchemaで正しいスキーマが返されるように修正
* fix: MkChartの型エラーとbytesオプションが機能していない問題を修正
* fix(misskey-js): `drive`->`folderUpdated`のpayloadの型が間違っていたのを修正
* refactor: fix some type errors
* change: Captcha読み込み中の文言をLoadingに変更
* refactor(backend/misskey-js): MainEventの型を改善
* refactor: chartjs-plugin-gradientが二重でpluginに登録されていたのを修正
* update: misskey-js.api.md
* refactor: fix some type errors
* fix: backendのtypecheckが落ちていたのを修正
* update: misskey-js.api.md
* add: json-schemaのnoteにpollの型定義を追加
* refactor: noteのjson-schemaの型を改善
* refactor: MkPoll
* refactor: fix some type errors
* change: UserLiteにisLockedを持たせるように
* fix: notificationスキーマにroleが含まれていないのを修正
* Revert "change: UserLiteにisLockedを持たせるように"
This reverts commit 1bb0c8e7a9b19a4e9f21bf7381712b98f27672a5.
* fix: フォロー通知から鍵垢へのフォローを行うと処理中のまま止まってしまう問題を修正
* refactor: noteスキーマのvisibilityにenumを追加
* change: deepCloneのCloneableTypeにundefinedを追加
* refactor: fix some type errors
* refactor: `allowEmpty: false`を使用していた箇所を`minLength: 1`に置き換え
* enhance: API 'retension' のresponseの型を追加
* fix: Chart関連のtooltipが正しい位置に表示されない問題を修正
* refactor: fix some type errors
* fix: 型情報が不足していたのを修正
* enhance: announcementスキーマにenumを追加
* enhance: ロールポリシーの型定義をRoleServiceからjson-schemaに移植
* refactor: policiesを`ref: RolePolicies`に統一
* fix: API `meta` のレスポンスの型にpoliciesが含まれていないのを修正
* refactor: fix some type errors
* fix: backendのlintが落ちているのを修正
* fix: MkFoldableSectionの開閉時のanimationが適用されていない問題を修正
* fix: backendのtypecheckが落ちているのを修正
* update: run build-misskey-js-with-types
* fix: MkDialogのmount時に文字数制限の判定が行われない問題を修正
* update: CHANGELOG.md
* refactor: MkUserSelectDialogの型を改善
* fix: deepCloneでundefinedはcloneしないように (#9207)
* change: frontendのcloneをbackend側にも反映
* update: CHANGELOG.md
* fix: RoleServiceからPackを通して型RolePoliciesに依存させないように
* Update packages/frontend/src/scripts/get-note-summary.ts
* revert RoleService.ts changes
* change: optional chaining -> non-null assertion
* remove: unused import
* fix: propsで渡されたuserがUserLiteの場合に意図しない動作になってしまうのを修正
* change: fix null check style
* refactor: fix type error
* change: fix null check style
* Update packages/frontend/src/components/MkDrive.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: css moduleでglobalを使わないように
* refactor: roleのiconUrlは必ず存在するものとして扱うように
* enhance: MenuButtonのactiveにcomputedを受け付けられるように
* Update packages/frontend/src/components/MkNotePreview.vue
* Update MkWindow.vue
* refactor: notification.noteは必ず存在するものとして扱うように
* Update packages/frontend/src/components/MkNotification.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: MkSignupDialogでdoneのemit時にresを含んでいなかったのを修正
* Update packages/frontend/src/scripts/clone.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: 不要な返り値の型を削除
* refactor: 不要なnullチェックを削除
* update: misskey-js-autogen
* update: clone.ts
* refactor
* Update MkNotification.vue
* Update MkNotification.vue
* ✌️
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotification.vue
* Update MkNotifications.vue
* Update MkUserSetupDialog.Profile.vue
* Update MkUserCardMini.vue
* ✌️
* Update MkMenu.vue
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-30 19:53:53 +09:00 |
|
かっこかり
|
9753cce4aa
|
enhance(frontend): リモートのユーザーはメニューから直接リモートで表示できるように (#13087)
* enhance(frontend): リモートのユーザーはメニューから直接リモートで表示できるように
* change changelog
* Apply suggestions from code review
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-27 18:25:15 +09:00 |
|
Marie
|
db012fc8c3
|
merge: upstream (1)
|
2024-01-21 13:11:23 +01:00 |
|
かっこかり
|
3784b39a5f
|
enhance(frontend): 季節に応じた画面の演出を南半球に対応させる (#12838)
* (enhance) 季節に応じた画面の演出を南半球に対応させる
* Update Changelog
* (add) 半球の簡易自動判定
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-21 19:08:07 +09:00 |
|
syuilo
|
fcd7ffe956
|
enhance(reversi): tweak reversi
|
2024-01-20 21:23:33 +09:00 |
|
syuilo
|
91522381b6
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2024-01-20 09:53:29 +09:00 |
|
syuilo
|
952386ba8f
|
refactor: extract bubble-game engine as independent package
|
2024-01-20 09:53:26 +09:00 |
|
Acid Chicken (硫酸鶏)
|
7881f06be0
|
refactor: deprecate i18n.t (#13039)
* refactor: deprecate i18n.t
* revert: deprecate i18n.t
This reverts commit 7dbf873a2f745040ee723df5db659acacff84e12.
* chore: reimpl
|
2024-01-20 08:11:59 +09:00 |
|
1Step621
|
678dba9245
|
Enhance(frontend): MFMの属性にオートコンプリートが利用できるように (#12803)
* MFMのパラメータでオートコンプリートできるように
* tweak conditions & refactor
* ファイル末尾の改行忘れ
* remove console.log & refactor
* 型付けに敗北
* fix
* update CHANGELOG.md
* tweak conditions
* CHANGELOGの様式ミス
* CHANGELOGを書く場所を間違えていたので修正
* move changelog
* move changelog
* typeof MFM_TAGS[number]
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* $[border.noclip ]対応
* Update const.ts
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-19 18:50:26 +09:00 |
|
Acid Chicken (硫酸鶏)
|
d85085d16f
|
refactor: style
|
2024-01-19 11:54:00 +09:00 |
|
Acid Chicken (硫酸鶏)
|
43401210c3
|
refactor: fully typed locales (#13033)
* refactor: fully typed locales
* refactor: hide parameterized locale strings from type data in ts access
* refactor: missing assertions
* docs: annotation
|
2024-01-19 07:58:07 +09:00 |
|
syuilo
|
1dcf25c24f
|
chore(drop-and-fusion): bump version
|
2024-01-18 11:19:43 +09:00 |
|
syuilo
|
945d6a2b09
|
enhance(drop-and-fusion): ゲームバランスの調整など
|
2024-01-17 20:11:32 +09:00 |
|
Marie
|
4c1f6be735
|
merge: upstream
|
2024-01-15 12:07:35 +01:00 |
|
かっこかり
|
8b0fdfcd69
|
enhance: 動画・音声周りのUIと動作改良 (#12925)
* wip
* (fix) `/files` をバイトレンジリクエストに対応させる
* video
* audio
* fix
* fix
* spdx
* fix (rangeRequest)
* fix
* Update CHANGELOG.md
* (add) ボリュームを保存できるように
* (fix) ミュート復帰時に音量が固定される
* named export
* tweak design
* Add sensitive class for audio component
* Refactor seekbar styles
* Refactor hms
* Revert "(add) ボリュームを保存できるように"
This reverts commit 6271f9493b63f96d0dd9915207e97fe120ef9037.
* Revert "(fix) ミュート復帰時に音量が固定される"
This reverts commit a65002b56ecdcb10f76bcc2debbe38593a69643f.
* revert revert changes
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
|
2024-01-15 18:17:01 +09:00 |
|
syuilo
|
27dc0d3530
|
enhance(drop-and-fusion): sweets mode
|
2024-01-14 12:59:58 +09:00 |
|
syuilo
|
4846ab077b
|
enhance(drop-and-fusion): refactor and new mode(wip)
|
2024-01-13 18:03:31 +09:00 |
|
syuilo
|
5503ad9d1a
|
clean up
|
2024-01-13 12:01:18 +09:00 |
|
syuilo
|
7b0f5b50fc
|
refactor(drop-and-fusion): some refactors
|
2024-01-13 12:00:12 +09:00 |
|
syuilo
|
c33f56e3ed
|
refactor(drop-and-fusion): レンダリングや効果音に関する関心をエンジンから分離
|
2024-01-13 11:43:13 +09:00 |
|
syuilo
|
a5ea7c976b
|
chore(drop-and-fusion): bump version
|
2024-01-12 15:28:41 +09:00 |
|
syuilo
|
d2063df78d
|
enhance(drop-and-fusion): add new mode, some tweaks
|
2024-01-12 14:48:44 +09:00 |
|
Marie
|
bbdc4e7789
|
merge: upstream
|
2024-01-11 11:43:20 +01:00 |
|
syuilo
|
cf54c2ba47
|
feat: ranking system of bubble game
Resolve #12961
|
2024-01-11 18:13:39 +09:00 |
|
syuilo
|
762fa6a8d8
|
enhance(drop-and-fusion): make game engine headless for server-side running
|
2024-01-11 12:34:03 +09:00 |
|
Marie
|
4df3145993
|
merge: upstream
|
2024-01-11 00:57:57 +01:00 |
|
syuilo
|
36fd7d17cf
|
enhance(drop-and-fusion): some tweaks
|
2024-01-10 19:54:59 +09:00 |
|
syuilo
|
4bd9f664d7
|
enhance(drop-and-fusion): some tweaks
|
2024-01-10 13:44:00 +09:00 |
|
syuilo
|
3d9e42efca
|
enhance(drop-and-fusion): リプレイの倍速再生対応
|
2024-01-10 11:38:49 +09:00 |
|
Marie
|
91969623bd
|
merge: upstream
|
2024-01-10 00:25:19 +01:00 |
|
syuilo
|
f5b864df7b
|
fix(frontend): fix game replay
|
2024-01-10 07:26:16 +09:00 |
|
syuilo
|
1063d39de8
|
enhnace(frontend): tweak game
|
2024-01-09 21:15:56 +09:00 |
|
Marie
|
d974b30e56
|
merge: upstream
|
2024-01-09 10:35:10 +01:00 |
|
syuilo
|
14aedc17ae
|
update sound
|
2024-01-09 16:06:22 +09:00 |
|
かっこかり
|
0d7f9308cc
|
enhance(frontend): バブルゲームの諸々を修正・改良2 (#12948)
* (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>
|
2024-01-09 13:25:33 +09:00 |
|
Marie
|
7552cea69a
|
merge: upstream
|
2024-01-09 02:57:57 +01:00 |
|
おさむのひと
|
04f9147db6
|
refactor(frontend): router.ts解きほぐし (#12907)
* 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>
|
2024-01-08 14:44:43 +09:00 |
|
syuilo
|
e9c3fe1228
|
enhance(frontend): add game bgm and refactor sound system
|
2024-01-08 12:46:20 +09:00 |
|
syuilo
|
145d28a8e4
|
refactor(frontend): extract game engine from vue component
|
2024-01-08 11:13:20 +09: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 |
|
かっこかり
|
5251cd3aad
|
(refactor) api呼び出し関数のレスポンス型を必要に応じてオーバーライドできるように (#12936)
|
2024-01-08 08:13:36 +09:00 |
|