Commit graph

30558 commits

Author SHA1 Message Date
Hazelnoot
db58f4dda7 fix type error in NotificationService.ts 2025-04-02 22:31:53 -04:00
Hazelnoot
5e941385db Merge branch 'misskey-develop' into merge/2025-03-24 2025-04-02 22:29:37 -04:00
Hazelnoot
dab9b518e4 merge from misskey-develop 2025-04-02 22:29:14 -04:00
Hazelnoot
676c78c71e fix vue warning about render functions 2025-04-02 22:16:39 -04:00
syuilo
1a3866c4f6 fix(backend/chat): 自分が作ったチャットルームに他人がメッセージを送ったときに未読にならない
Fix #15748
2025-04-03 11:15:16 +09:00
Hazelnoot
36ba07ae9b assign name to MkMfm component 2025-04-02 22:13:46 -04:00
Hazelnoot
662153dee7 fix vue error from disableNotes in home.vue 2025-04-02 22:00:55 -04:00
Hazelnoot
39470fb0f8 Revert "optimize MFM rendering and fix Vue warning"
This reverts commit 5239d59f44.
2025-04-02 21:55:16 -04:00
Hazelnoot
7c49b633a6 fix vue errors from dynamic note components 2025-04-02 21:55:08 -04:00
Hazelnoot
a7179928bc fix type errors involving use-note-capture.vue 2025-04-02 21:47:11 -04:00
Hazelnoot
1eb8ca1cfd fix type error in MkTimeline.vue 2025-04-02 21:46:59 -04:00
Hazelnoot
44a82cb57a fix imports in common.ts 2025-04-02 21:46:46 -04:00
Hazelnoot
022a9c7676 fix vue errors in overview.stats.vue 2025-04-02 21:27:23 -04:00
Hazelnoot
d7784ea4ff improve debugging stack traces in MkPagination.vue 2025-04-02 21:27:05 -04:00
Hazelnoot
b5a3066a06 fix vue error from missing import in preferences.vue 2025-04-02 21:10:41 -04:00
Hazelnoot
379f43568a fix imports 2025-04-02 21:04:41 -04:00
Hazelnoot
74a4a5ae48 add missing v-else to MkNotes.vue 2025-04-02 21:04:32 -04:00
Hazelnoot
297666ac82 remove unused parameter from get-note-versions-menu.ts 2025-04-02 21:04:17 -04:00
Hazelnoot
7f577bd0a9 fix Vue warning from MkCustomEmoji.vue 2025-04-02 21:02:20 -04:00
Hazelnoot
5239d59f44 optimize MFM rendering and fix Vue warning 2025-04-02 14:37:45 -04:00
Hazelnoot
774f3c5d3a fix Vue errors from WidgetFederation.vue 2025-04-02 14:37:26 -04:00
Hazelnoot
65792d9b75 fix oneko setting 2025-04-02 14:24:11 -04:00
Hazelnoot
811d8a87ef fix import errors in MkNotification.vue 2025-04-02 14:18:00 -04:00
Hazelnoot
344b51f447 fix weird directory errors when running pnpm under certain versions of powershell core on windows 2025-04-02 11:02:57 -04:00
Hazelnoot
74d301dcf1 fix frontend lint errors 2025-04-02 10:59:23 -04:00
Hazelnoot
33b9f998da exclude storybook components from restricted globals rule 2025-04-02 10:42:04 -04:00
Hazelnoot
f9c1535147 fix backend lint errors 2025-04-02 10:35:11 -04:00
Hazelnoot
9dffb13be7 fix test errors in MfmService.ts 2025-04-02 09:47:49 -04:00
Hazelnoot
2eae1797cb fix lint errors in SkRemoteFollowersWarning.vue and MkInfo.vue 2025-04-02 09:36:18 -04:00
Hazelnoot
1840aad741 replace ti-caret-down icon 2025-04-02 09:33:10 -04:00
syuilo
d07552424c 🎨 2025-04-02 19:48:32 +09:00
syuilo
e4ceab5f6c Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop 2025-04-02 19:16:18 +09:00
syuilo
e1dc1e5111 🎨 2025-04-02 19:16:16 +09:00
syuilo
3a16af4b4b
Update CHANGELOG.md 2025-04-02 16:01:48 +09:00
Nanashi.
98eadd7093
feat: アンテナでセンシティブなチャンネルからのノートを除外できるように (#15346)
* feat(db): マイグレーションを追加

* feat(backend): カラムの定義を追加

* wip

* feat: フラグを設定出来るように

* feat: /notesエンドポイントを対応

* feat: websocketを対応

* test: テストを追加

* docs: CHANGELOGを更新

* docs: CHANGELOGの追加場所を修正

* chore: api.jsonを更新

* docs(CHANGELOG): General欄に移動

* docs: フォーマットを揃える

* chore: クエリを削除

* revert: 英訳を消す

* chore: note.channelを追加するところを変える

* docs: CHANGELOGを更新する

* docs(CHANGELOG): 2025.3.2に移動

* chore: changelogを下に移動

* ci: CI再実行用の空コミット

---------

Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-02 16:01:24 +09:00
zyoshoka
0bf49818c4
enhance: implement sentryForFrontend (#15433)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-04-02 15:44:04 +09:00
syuilo
d0a98f6e6c fix(frontend): Fix #15744 2025-04-02 13:04:03 +09:00
anatawa12
102578712b
fix: iPadでdeck uiでマウスホイールでスクロールできない (#15244)
* fix: ipadでdeck uiでスクロールできない

* docs(changelog): iPadOSでdeck uiをマウスカーソルによってスクロールできない問題を修正

* chore: remove pointermove listener

* lint: use window.document

* chore: use passive pointerdown event
2025-04-02 10:48:57 +09:00
github-actions[bot]
2e0c80bc21 Bump version to 2025.4.0-beta.1 2025-04-02 01:47:33 +00:00
Hazelnoot
fa12f4c9b0 fix type error in check-word-mute.ts 2025-04-01 21:39:57 -04:00
Hazelnoot
c9186236f9 replace new icons 2025-04-01 21:38:40 -04:00
Hazelnoot
35649b03c7 fix type errors in SkFollowingRecentNotes.vue and SkUserRecentNotes.vue 2025-04-01 21:38:26 -04:00
syuilo
d44fd87b69
Update CHANGELOG.md 2025-04-02 10:37:48 +09:00
anatawa12
55d835ad51
Fix: 通知のページネーションで2つ以上読み込めなくなることがある問題 (#15277)
* fix: notifications-groupedのinclude/exclude typesに:groupedを指定できてしまう問題

* refactor: 通知の取得処理を Notification Service に移動

* feat: add function to parse additional part of id

* fix: 通知のページネーションが正しく動かない問題

Redisにのページネーションで使用する時間及びidとRedis上のものが混同されていたので、Misskeyが生成するものに寄せました。

* pnpm run build-misskey-js-with-types

* chore: XADDをretryするように

* fix: notifications-groupedでxrevrangeしているのを消し忘れていた
2025-04-02 10:37:16 +09:00
syuilo
3ec5bf114b 🎨 2025-04-02 10:25:53 +09:00
Hazelnoot
a4a53e03db fix type errors in WidgetSearch.vue 2025-04-01 21:10:16 -04:00
syuilo
a5f9eba974 enhance(frontend): インストールしたテーマをデバイス間で同期できるように 2025-04-02 10:09:25 +09:00
Hazelnoot
6b2ef370b0 fix type errors in approvals.vue 2025-04-01 21:08:04 -04:00
Hazelnoot
65ddf9ba8a fix imports in recent-notes.vue 2025-04-01 21:06:45 -04:00
Hazelnoot
dbcfbad196 fix $i imports 2025-04-01 21:03:45 -04:00