syuilo
|
ea9d85a0cc
|
New Crowdin updates (#15740)
* New translations ja-jp.yml (Russian)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Japanese, Kansai)
* New translations ja-jp.yml (French)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Arabic)
* New translations ja-jp.yml (Czech)
* New translations ja-jp.yml (German)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (Polish)
* New translations ja-jp.yml (Slovak)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Vietnamese)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Bengali)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Uzbek)
* New translations ja-jp.yml (Korean (Gyeongsang))
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Italian)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Chinese Traditional)
|
2025-04-03 21:29:45 +09:00 |
|
github-actions[bot]
|
96b21484db
|
Bump version to 2025.4.0-rc.0
|
2025-04-03 10:28:38 +00:00 |
|
anatawa12
|
cab82452ec
|
Copy role on move (#15745)
* feat(backend): copyOnMoveAccount
* feat(endpoints): copyOnMoveAccount
* feat(frontend): copyOnMoveAccount
* docs(changelog): アカウントのマイグレーション時に古いアカウントからロールをコピーできるようになりました。
* fix: spdx header for migration
* Update locales/ja-JP.yml
* copyOnMoveAccount -> preserveAssignmentOnMoveAccount
* fix: check for preserveAssignmentOnMoveAccount
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-04-03 19:22:49 +09:00 |
|
syuilo
|
440a4a4d8b
|
refactor(frontend): refactor MkDateSeparatedList
|
2025-04-03 15:42:25 +09:00 |
|
syuilo
|
4be9b25185
|
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
|
2025-04-03 15:34:15 +09:00 |
|
syuilo
|
8b7cba1ede
|
🎨
|
2025-04-03 15:34:13 +09:00 |
|
github-actions[bot]
|
1188ec458d
|
Bump version to 2025.4.0-beta.2
|
2025-04-03 06:32:20 +00:00 |
|
かっこかり
|
e07bb1dcbc
|
fix: チャット周りの修正 (#15741)
* fix(misskey-js): チャットのChannel型定義を追加
* fix(backend); canChatで塞いでいない書き込み系のAPIを塞ぐ
* fix(frontend): チャット周りのフロントエンド型修正
* lint fix
* fix broken lockfile
* fix
* refactor
* wip
* wip
* wip
* clean up
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-04-03 15:28:10 +09:00 |
|
syuilo
|
7cecaa5c54
|
perf(frontend): avoid main thread scroll repaint
|
2025-04-03 14:32:42 +09:00 |
|
syuilo
|
1779a23e25
|
🎨
|
2025-04-03 13:31:13 +09:00 |
|
zyoshoka
|
d7365eb126
|
fix(storybook): update obsolete method for preferences (#15750)
|
2025-04-03 12:54:08 +09:00 |
|
Hazelnoot
|
5ee7049fad
|
fix lint error in e2e/antennas.ts
|
2025-04-02 22:38:37 -04:00 |
|
syuilo
|
455be80b4f
|
fix(backend): 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正
|
2025-04-03 11:32:55 +09:00 |
|
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 |
|