fix(frontend): ドライブへの画像アップロード時にファイル名の変更が無視される不具合を修正#17302
Merged
syuilo merged 6 commits intomisskey-dev:developfrom Apr 11, 2026
Merged
fix(frontend): ドライブへの画像アップロード時にファイル名の変更が無視される不具合を修正#17302syuilo merged 6 commits intomisskey-dev:developfrom
syuilo merged 6 commits intomisskey-dev:developfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #17302 +/- ##
============================================
- Coverage 63.66% 14.92% -48.74%
============================================
Files 1162 242 -920
Lines 116471 11866 -104605
Branches 8456 4019 -4437
============================================
- Hits 74150 1771 -72379
+ Misses 40117 7931 -32186
+ Partials 2204 2164 -40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
kakkokari-gtyih
left a comment
There was a problem hiding this comment.
Changelogを追記してください
Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
Member
|
/preview |
Member
|
これは名前の拡張子部分を変更したり無くしたりしてアップロードすることは非対応という感じでしょうか? |
Contributor
Author
|
元ファイルの名前に付いている拡張子は消せるはずです。 |
Member
|
🙏🏻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
ドライブに画像を上げる際、「ファイル名を変更」したにも関わらずアップロード後のファイル名が元のままになっていることがある不具合を修正します。
ついでにアップロード画面のファイル名表示の改善を行っています。
Additional info (optional)
Checklist