syuilo
1d1780081e
enhance(frontend): ゲームのシェア機能
2024-01-07 14:21:19 +09:00
FineArchs
622a09f8ed
Fix: `Mk:C:mfm`の`onClickEv`が正常に呼び出されない問題を修正 ( #12831 )
...
* fix clickable api
* Update CHANGELOG.md
* revert CHANGELOG.md
* Update CHANGELOG.md
2024-01-07 13:29:17 +09:00
syuilo
00e195f50b
tweak game
2024-01-07 13:19:10 +09:00
syuilo
8bf6d31334
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2024-01-07 10:36:08 +09:00
Kagami Sascha Rosylight
2a9db983fc
feat: export clips ( #12931 )
...
* feat: export clips
* Update CHANGELOG.md
2024-01-07 10:35:58 +09:00
syuilo
4ea030d669
tweak game
2024-01-07 10:35:39 +09:00
_
f2dee7b25e
Fix: リストライムラインの「リノートを表示」が正しく機能しない問題を修正 ( #12932 )
...
* fix: list timeline withRenotes
* add CHANGELOG
2024-01-07 09:57:01 +09:00
syuilo
a0976772b3
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2024-01-07 09:24:07 +09:00
syuilo
0815a5235d
tweak game
2024-01-07 09:24:04 +09:00
Kagami Sascha Rosylight
9eae82de1d
chore(dependabot) open-pull-requests-limit=10?
...
Somehow it's not opening any PR, so try higher count
2024-01-06 13:33:56 +01:00
syuilo
746367004e
feat(frontend): add new game
2024-01-06 20:15:28 +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
zyoshoka
b55a6a80e1
refactor(frontend): `scripts/form.ts`の型定義を修正してTS2344/TS2345エラーを削減 ( #12913 )
2024-01-06 18:43:28 +09:00
riku6460
24645e3d3d
enhance(backend): ActivityPub 周りで連合先から HTTP 429 Too Many Requests を受け取った際にジョブをリトライするように ( #12917 )
...
* enhance(backend): ActivityPub 周りで HTTP 429 Too Many Requests を受け取った際にリトライするように
* add to changelog
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-01-06 09:40:08 +09:00
MeiMei
d415fd29a3
enhance(backend): ActivityPub Deliver queueでBodyを事前処理するように ( #12916 )
...
* Pre-processing deliver body
* CHANGELOG
* ループ内で計算されると意味がないので
* 同じ処理を同じ形に
---------
Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2024-01-06 09:07:48 +09:00
syuilo
7768385be2
refactor(frontend): reduce type errors
2024-01-05 15:25:26 +09:00
syuilo
2177792a3c
refactor(frontend): reduce type errors
2024-01-05 12:52:24 +09:00
syuilo
9e20065496
refactor(frontend): reduce type errors
2024-01-05 12:38:06 +09:00
syuilo
2cd32b2248
refactor(frontend): reduce type errors
2024-01-05 12:33:47 +09:00
おさむのひと
fa9c4a19b9
refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる ( #12694 )
...
* refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる
* fix
* fix
* renate to "misskeyApi"
* rename file
2024-01-04 18:32:46 +09:00
syuilo
ea41cc6ec0
refactor(frontend): reduce type errors
2024-01-04 15:30:40 +09:00
syuilo
9716ea0324
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2024-01-04 15:20:25 +09:00
syuilo
02978d0247
lint
2024-01-04 15:20:23 +09:00
MeiMei
6598d320d6
enhance: Use SI prefixes for job queue widget, extends bytes ( #12896 )
...
* Use SI prefixes for job queue widget
* a
* bytes
* lint
2024-01-04 13:04:00 +09:00
FineArchs
f8d5a46dbf
Fix: AiScriptのreadlineの修正をPlay以外にも適用 ( #12841 )
...
* add AiScriptReadline() in api.ts
* apply AiScriptReadline on flash.vue
* AiScriptReadline → aiScriptReadline
* Update flash.vue
* Update scratchpad.vue
* Update WidgetAiscript.vue
* Update WidgetAiscriptApp.vue
* Update WidgetButton.vue
* Update plugin.ts
2024-01-04 12:26:57 +09:00
syuilo
da154c8209
Update ROADMAP.md
2024-01-04 08:44:38 +09:00
Camilla Ett
b46f431a2e
fix(frontend): モデレーターがユーザーのアバターバナーを未設定状態に出来る機能が表示されていなかった問題を修正 ( #12889 )
...
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2024-01-03 16:41:38 +09:00
かっこかり
30c3f6a222
(fix) MkFormDialogにせっていできる項目がない場合はその旨を表示するように ( #12837 )
2024-01-03 13:42:09 +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
Camilla Ett
58469c0a69
enhance(frontend): カスタム絵文字追加画面の「タグ」の説明を追加 ( #12888 )
2024-01-03 08:07:04 +09:00
かっこかり
9c5559a570
(fix) MkButtonがリンクのときホバー時にunderlineが出る問題を修正 ( #12849 )
2024-01-02 17:48:11 +09:00
かっこかり
3187c6b28d
refactor(frontend): MkNumberのアニメーションを内製してgsapを削除 ( #12859 )
...
* (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>
2024-01-02 16:55:02 +09:00
Kagami Sascha Rosylight
09aba4cf16
chore(backend/logger): log data for every level if exists ( #12863 )
2024-01-02 16:52:51 +09:00
かっこかり
5498ec57d0
fix(frontend): MkCodeEditorのデータバインディングを修正 ( #12885 )
...
* (fix) MkCodeEditorの双方向データバインディング
* fix
2024-01-02 14:53:28 +09:00
Kagami Sascha Rosylight
4893cce43c
chore(dependabot): try enabling again
2023-12-31 19:48:27 +01:00
syuilo
a40ededf6b
2024
2024-01-01 00:30:56 +09:00
syuilo
379079ee42
chore(frontend): update vue to 3.4
2023-12-31 17:01:56 +09: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
tamaina
2a33981811
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
2023-12-31 09:45:35 +09:00
woxtu
c0466d1585
Convert symbols to strings explicitly ( #12844 )
2023-12-31 07:51:58 +09:00
woxtu
30594dde18
Fix a typo ( #12853 )
2023-12-29 22:50:03 +09:00
MomentQYC
7948018e6a
feat: Add support for TrueMail ( #12850 )
...
Co-authored-by: MarryDream <2190758465@qq.com>
2023-12-29 18:23:29 +09:00
かっこかり
8fb8d7c10c
enhance(frontend): ハッシュタグ入力時に、本文の末尾の行に何も書かれていない場合は新たにスペースを追加しないように ( #12851 )
...
* (enhance) ハッシュタグ入力時に、本文の末尾の行に何も書かれていないならスペースを追記しない
* Updahe Changelog
2023-12-29 18:22:40 +09:00
zyoshoka
7ca0af9e7e
chore(misskey-js): `build-misskey-js-with-types`時に`api-extractor`を走らせるように ( #12830 )
2023-12-28 13:40:57 +09:00
かっこかり
ac2bace764
Update CHANGELOG.md
2023-12-28 10:27:12 +09:00
syuilo
d97924890d
2023.12.2
2023-12-28 08:05:35 +09:00
Korange
6b4f57781a
enhance(frontend): 検索画面においてEnterキー押下で検索できるように ( #12752 )
...
* enhance: 検索画面においてEnterキー押下で検索できるように
* enterイベントを使用するように
2023-12-28 07:58:32 +09:00
syuilo
c525394989
New Crowdin updates ( #12820 )
...
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Bengali)
2023-12-28 07:58:15 +09:00
anatawa12
8753f9ef06
fix: running from docker is broken ( #12824 )
...
* fix: running from docker is broken
* fix: dependencies of misskey-js not found from backend
* docs(changelog): Dockerでサーバーを起動できない問題を修正
* Update CHANGELOG.md
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
---------
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
2023-12-28 07:52:08 +09:00