[PR #1351] [MERGED] fix: require publicurl when cors enabled #7487

Closed
opened 2026-04-20 17:43:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1351
Author: @kolaente
Created: 8/29/2025
Status: Merged
Merged: 8/29/2025
Merged by: @kolaente

Base: mainHead: codex/require-publicurl-when-cors-is-enabled


📝 Commits (3)

  • eb6ae6b fix: require publicurl when cors enabled
  • 57491de fix: add publicurl in test
  • f67dafb fix: add publicurl to migration test

📊 Changes

3 files changed (+8 additions, -1 deletions)

View changed files

📝 .github/workflows/test.yml (+3 -0)
📝 config-raw.json (+1 -1)
📝 pkg/config/config.go (+4 -0)

📄 Description

Summary

  • require service.publicurl when cors.enable is true
  • document publicurl requirement in config raw

Testing

  • mage fmt
  • mage lint:fix

https://chatgpt.com/codex/tasks/task_e_68b1c01e7b7883229ab5407a6dc30252


🔄 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/1351 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/require-publicurl-when-cors-is-enabled` --- ### 📝 Commits (3) - [`eb6ae6b`](https://github.com/go-vikunja/vikunja/commit/eb6ae6bc72fa6990d3e51deecd9bb6109156e76e) fix: require publicurl when cors enabled - [`57491de`](https://github.com/go-vikunja/vikunja/commit/57491dede9011a56659a1404cfe84ff0e957af77) fix: add publicurl in test - [`f67dafb`](https://github.com/go-vikunja/vikunja/commit/f67dafb5de2042ac84ef5ec628483771de9b050d) fix: add publicurl to migration test ### 📊 Changes **3 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+3 -0) 📝 `config-raw.json` (+1 -1) 📝 `pkg/config/config.go` (+4 -0) </details> ### 📄 Description ## Summary - require service.publicurl when cors.enable is true - document publicurl requirement in config raw ## Testing - `mage fmt` - `mage lint:fix` ------ https://chatgpt.com/codex/tasks/task_e_68b1c01e7b7883229ab5407a6dc30252 --- <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-20 17:43:53 -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#7487