syuilo
0619dba04d
remove unused code
2025-07-17 20:00:05 +09:00
github-actions[bot]
fbd6b67f1f
Bump version to 2025.7.0-rc.0
2025-07-17 08:33:52 +00:00
かっこかり
e5c2be15f7
fix(deps): Node.jsの最小バージョンを引き上げ ( #16296 )
...
* Update package.json
* Update min.node-version
* Update CHANGELOG.md
2025-07-17 13:20:43 +09:00
renovate[bot]
1b791258ce
fix(deps): update [frontend] update dependencies ( #16202 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 12:14:19 +09:00
renovate[bot]
49cac2f72b
fix(deps): update [root] update dependencies ( #16200 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 11:56:55 +09:00
renovate[bot]
5d5aa09459
chore(deps): update [misskey-js] update dependencies ( #16199 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-17 11:42:34 +09:00
github-actions[bot]
e1834beae8
Bump version to 2025.7.0-beta.2
2025-07-16 06:52:02 +00:00
anatawa12
6f6fdfe28e
Migration cleanup ( #16288 )
...
* chore: apply several @Index and @ManyToOne to match actual migration code
* chore: several decorator updates with typeorm bug workaround with patches
* feat: add final cleanup migration
* dev: add .editorconfig settings for generated migrations
* chore: update dockerfile to build package with patches
* chore: update federation test compose to include patches
* chore: revert few dependency update
* chore: don't check disableRegistration on test env
* test: add test for checking migration script
* chore: set proxyRemoteFiles true in test config
* chore: enter invitation code in signup test
* fix: register send button is not disabled when invitationCode is not input
2025-07-16 15:49:05 +09:00
tamaina
ad7bf096e1
enhance(backend): usernameに対してもprohibitedWordsForNameOfUserを適用 ( #16282 )
...
* enhance(backend): usernameに対してもprohibitedWordsForNameOfUserを適用
Resolve #16281
* fix locales/index/d.ts
2025-07-15 09:32:46 +09:00
anatawa12
08cc5a99bb
Don't remove notes when reply / renote is removed ( #16287 )
...
* chore: make NO ACTION on channel/reply/renote removal
* chore(docs): add description to show a possibility of reply null with replyId non-null
* fix: packing NoteDraft fails when reply / renote is removed
* feat: show drafts targeting removed renote / reply as "削除された投稿への投稿"
2025-07-15 09:20:48 +09:00
github-actions[bot]
f954b1e276
Bump version to 2025.7.0-beta.1
2025-07-12 06:17:58 +00:00
syuilo
5ecaf5095e
enhance: ウォーターマーク機能をロールで制御可能に
2025-07-12 15:13:35 +09:00
syuilo
d2c4f79886
New Crowdin updates ( #16258 )
...
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Ukrainian)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
* New translations ja-jp.yml (Thai)
2025-07-12 15:00:30 +09:00
anatawa12
e26369ed48
fix: unable to horizontally scroll when pull to refresh is enabled ( #16273 )
2025-07-12 15:00:06 +09:00
syuilo
c165749a29
chore(frontend): fix type errors
2025-07-06 20:54:02 +09:00
syuilo
c4fdf5a47c
chore(frontend): fix type errors
2025-07-06 20:47:31 +09:00
syuilo
288f0abeac
chore(frontend): fix type errors
2025-07-06 20:37:09 +09:00
かっこかり
89ed8be8ff
fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正 ( #16263 )
...
* fix(frontend): MkRange/MkSelectでdisabledが効かなくなっている問題を修正
* Update Changelog
* 誤字
2025-07-06 19:38:09 +09:00
かっこかり
a8abb03d17
refactor(frontend): Formまわりの型強化 ( #16260 )
...
* refactor(frontend): Formまわりの型強化
* fix
* avoid non-null assertion and add null check for safety
* refactor
* avoid non-null assertion and add null check for safety
* Update clip.vue
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-07-06 19:36:11 +09:00
syuilo
c2a01551a7
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-07-06 19:32:33 +09:00
syuilo
553ccff77c
chore(frontend): tweak selector to improve rendering performance
2025-07-06 19:32:31 +09:00
かっこかり
9dddc84750
refactor(frontend): menuの型定義の可読性向上 ( #16261 )
2025-07-06 17:24:34 +09:00
syuilo
004cfd5e4b
clean up
2025-07-06 15:57:21 +09:00
syuilo
40a35968f0
clean up
2025-07-06 15:54:33 +09:00
syuilo
e6ec15e397
feat: 特定のドライブファイルを添付しているチャットメッセージを一覧できるように
2025-07-06 09:54:49 +09:00
syuilo
8430256f22
clean up
2025-07-05 19:29:18 +09:00
Souma
abde15979b
enhance(backend): Add display name to email ( #16256 )
...
* feat(backend): Add display name to email
Make it clear who sent emails.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
2025-07-05 18:22:08 +09:00
syuilo
f128682200
fix type errors
2025-07-05 17:13:29 +09:00
syuilo
cc4cdd1ec0
clean up
2025-07-05 12:13:08 +09:00
syuilo
075df75afa
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-07-05 11:56:22 +09:00
syuilo
64eb338d65
🎨
2025-07-05 11:56:20 +09:00
tamaina
d986da745b
ノートのサーバー情報(InstanceTicker)のデザイン/パフォーマンス改善(-webkit-text-stroke ver) ( #16225 )
...
* Revert "enhance(frontend): Instance Tickerのデザイン改善 (#15946 )"
This reverts commit 04928ba7d1
.
* enhance(frontend): Instance Tickerのデザイン改善(-webkit-text-stroke)
* 🎨
* use theme fg/bg
* use panel
2025-07-05 09:59:48 +09:00
syuilo
50f5b29290
New Crowdin updates ( #16237 )
...
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Indonesian)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Korean)
* New translations ja-jp.yml (Spanish)
* New translations ja-jp.yml (Portuguese)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (English)
* New translations ja-jp.yml (Catalan)
* New translations ja-jp.yml (Chinese Simplified)
* New translations ja-jp.yml (Chinese Traditional)
* New translations ja-jp.yml (Indonesian)
2025-07-05 09:07:25 +09:00
syuilo
a460bb7913
perf(frontend): improve rendering performance
2025-07-05 09:05:47 +09:00
syuilo
7cf1eccd04
clean up
2025-07-05 08:31:20 +09:00
syuilo
73397e1b7e
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-07-05 08:18:56 +09:00
tamaina
bf17092b41
test: VS Code上で複数のjestテストを表示できるように ( #16251 )
2025-07-05 08:18:15 +09:00
github-actions[bot]
6d1018f42b
Bump version to 2025.7.0-beta.0
2025-07-04 09:52:01 +00:00
かっこかり
7667011266
fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正 ( #16247 )
...
* fix(frontend): ウェルカムタイムラインのメディア表示がCWを考慮していない問題を修正
* Update Changelog
2025-07-04 18:49:21 +09:00
syuilo
a45ccc18b4
refactor
2025-07-04 18:33:41 +09:00
syuilo
c29a4d9503
fix(test): Play検索機能でBackend Unit Testが壊れている
2025-07-04 18:31:34 +09:00
syuilo
5caf2b27cf
fix(test): Play検索機能でBackend Unit Testが壊れている
...
Fix #16248
2025-07-04 16:32:56 +09:00
syuilo
dd87d26bdc
feat: Playを検索できるように
...
#13115
2025-07-04 10:20:00 +09:00
かっこかり
b7a6301c2e
fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように ( #16246 )
...
* fix(frontend): プラグインのアンインストール時にローカルのセーブデータを削除するように
* Update Changelog
* remove unused import
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-07-04 07:40:00 +09:00
syuilo
73e8d950df
enhance(frontend): 投稿フォームにファイルをペースト/ドロップした際のUXを改善
...
Resolve #16205
2025-07-03 19:11:46 +09:00
syuilo
45033974f7
Update CHANGELOG.md
2025-07-03 19:03:34 +09:00
github-actions[bot]
7acfbc23d6
Bump version to 2025.7.0-alpha.0
2025-07-03 09:57:13 +00:00
github-actions[bot]
a9a746edce
Bump version to 2025.6.4-alpha.4
2025-07-03 09:55:33 +00:00
かっこかり
179d990c39
fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように ( #16243 )
...
* fix(frontend): タブが不可視なあいだのpaginationのアップデートを停止するように
* fix lint
* 待たない
2025-07-03 18:52:16 +09:00
4ster1sk
7c44881ca8
enhance(backend): avatarUrlの上限文字数の引き上げ ( #16235 )
2025-07-03 18:03:02 +09:00