[PR #1577] [MERGED] fix(attachments): extend upload file size to form data #5052

Closed
opened 2026-04-16 13:24:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1577
Author: @kolaente
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @kolaente

Base: mainHead: fix/upload-limit


📝 Commits (7)

📊 Changes

9 files changed (+203 additions, -21 deletions)

View changed files

📝 pkg/config/config.go (+26 -0)
📝 pkg/db/db.go (+7 -5)
📝 pkg/db/test_fixtures.go (+2 -2)
📝 pkg/files/error.go (+18 -1)
📝 pkg/files/filehandling.go (+2 -0)
📝 pkg/files/files.go (+1 -7)
📝 pkg/routes/routes.go (+26 -1)
📝 pkg/routes/validation.go (+3 -5)
pkg/webtests/task_attachment_upload_test.go (+118 -0)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1494


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1577 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix/upload-limit` --- ### 📝 Commits (7) - [`fbd637a`](https://github.com/go-vikunja/vikunja/commit/fbd637aedc22244df8770b558fafccad8814e86d) fix(attachments): extend upload file size to form data - [`3ad56a2`](https://github.com/go-vikunja/vikunja/commit/3ad56a2a3d1c6b9488339b400344f54a2e2cd400) simplify, cleanup - [`451cb3f`](https://github.com/go-vikunja/vikunja/commit/451cb3f9e0cdf840b5c4ae04ccbb1f453f93b98f) fix test - [`5aceeee`](https://github.com/go-vikunja/vikunja/commit/5aceeee75c3b418c9ef2b0353d677124d2bd8f33) fix test - [`244787c`](https://github.com/go-vikunja/vikunja/commit/244787ccc8094d0968e292b7775aea05d7f72c86) actually fix test now - [`7bf79c3`](https://github.com/go-vikunja/vikunja/commit/7bf79c339b71c592dbc7ae250ffcb49ff6dc66d2) make this work - [`bd262c1`](https://github.com/go-vikunja/vikunja/commit/bd262c11a1b93633454823f8266fdfcfee6a8b8a) finally ### 📊 Changes **9 files changed** (+203 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `pkg/config/config.go` (+26 -0) 📝 `pkg/db/db.go` (+7 -5) 📝 `pkg/db/test_fixtures.go` (+2 -2) 📝 `pkg/files/error.go` (+18 -1) 📝 `pkg/files/filehandling.go` (+2 -0) 📝 `pkg/files/files.go` (+1 -7) 📝 `pkg/routes/routes.go` (+26 -1) 📝 `pkg/routes/validation.go` (+3 -5) ➕ `pkg/webtests/task_attachment_upload_test.go` (+118 -0) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1494 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 13:24:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#5052