fix: лимит загрузки PDF/документов 10 МБ → 20 МБ#200
Merged
Conversation
Пользователи не могли загружать большие PDF (ТЗ, документы компании): валидация резала на 10 МБ, хотя nginx/PHP допускают 100 МБ, а TempUploadController уже разрешал 20 МБ. - max:10240 -> max:20480 в Store/Update Rfq/Auction/Company Request - config/media-library.php max_file_size 10 МБ -> 20 МБ - тексты подсказок и сообщений об ошибках «10 МБ» -> «20 МБ» Relates to #185 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
TempUploadControllerуже разрешал 20 МБ.max:10240→max:20480в Store/Update-реквестах RFQ, аукциона и компании (technical_specification,documents.*).config/media-library.php—max_file_size10 МБ → 20 МБ (иначе сохранение через Media Library упало бы уже после успешной валидации).Relates to #185 (issue также требует лимит 20 МБ и только PDF; остальная часть #185 — отдельные поля конкурсной документации, сжатие, скачивание архивом, автоудаление — в этот фикс не входит).
Test plan
🤖 Generated with Claude Code