[PR #1717] [CLOSED] 007 fix saved filters #5170

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1717
Author: @aroige
Created: 10/25/2025
Status: Closed

Base: mainHead: 007-fix-saved-filters


📝 Commits (10+)

  • b5ce29b Flawed state
  • f36878e Fix: Prevent users from accessing labels without permission
  • 7b45934 Comment magefile, updated env in .nix
  • 3f856b0 Moved comment to the correct place...
  • e9afb32 Merge pull request #40 from aroige/fix-label-access-bug
  • adecab8 Refactor label handlers to use LabelService
  • 40592be Merge pull request #41 from aroige/refactor-label-handlers
  • a219320 Restore project service
  • 97e85a4 Merge branch 'projects-refactor'
  • ac6ee07 Fixed tests

📊 Changes

525 files changed (+143124 additions, -15989 deletions)

View changed files

.air.toml (+12 -0)
.github/copilot-instructions.md (+31 -0)
📝 .gitignore (+17 -1)
📝 .golangci.yml (+1 -1)
.rgignore (+63 -0)
📝 .vscode/launch.json (+27 -1)
📝 .vscode/settings.json (+15 -3)
📝 AGENTS.md (+63 -9)
API_ROUTE_REFACTORING.md (+0 -0)
API_V2_PRD.md (+169 -0)
API_V2_TASKS.md (+323 -0)
FUTURE_REFACTOR.md (+77 -0)
JULES.md (+23 -0)
REFACTORING_GUIDE.md (+1034 -0)
📝 debug/main.go (+12 -24)
deploy/proxmox/.shellcheckrc (+17 -0)
deploy/proxmox/README.md (+681 -0)
deploy/proxmox/docs/ARCHITECTURE.md (+955 -0)
deploy/proxmox/docs/ROOT_ACCESS_FEATURE.md (+314 -0)
deploy/proxmox/docs/TROUBLESHOOTING.md (+1187 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/1717 **Author:** [@aroige](https://github.com/aroige) **Created:** 10/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `007-fix-saved-filters` --- ### 📝 Commits (10+) - [`b5ce29b`](https://github.com/go-vikunja/vikunja/commit/b5ce29baee61d7740d65eb9f5819e6adc6036b63) Flawed state - [`f36878e`](https://github.com/go-vikunja/vikunja/commit/f36878e15e32f5619223bed1b5502eb9fcd02f0e) Fix: Prevent users from accessing labels without permission - [`7b45934`](https://github.com/go-vikunja/vikunja/commit/7b45934e5a5172d0ef1086cb3520b73b06bcd27f) Comment magefile, updated env in .nix - [`3f856b0`](https://github.com/go-vikunja/vikunja/commit/3f856b019627464c606728f7eee11a73155653bb) Moved comment to the correct place... - [`e9afb32`](https://github.com/go-vikunja/vikunja/commit/e9afb32a672a47041a22208b8923cda704a3a525) Merge pull request #40 from aroige/fix-label-access-bug - [`adecab8`](https://github.com/go-vikunja/vikunja/commit/adecab8a2263446a566f158f7b4939b53c7d685f) Refactor label handlers to use LabelService - [`40592be`](https://github.com/go-vikunja/vikunja/commit/40592be455edec93681fe1b85874bb0fc56e4fc1) Merge pull request #41 from aroige/refactor-label-handlers - [`a219320`](https://github.com/go-vikunja/vikunja/commit/a219320fd630c3051d9d762d6bca33f0a32bd9c6) Restore project service - [`97e85a4`](https://github.com/go-vikunja/vikunja/commit/97e85a4035baca462ffd0f068692962926f0ccee) Merge branch 'projects-refactor' - [`ac6ee07`](https://github.com/go-vikunja/vikunja/commit/ac6ee073e6f12a493a6ff185c18ab8ff4ba0da8c) Fixed tests ### 📊 Changes **525 files changed** (+143124 additions, -15989 deletions) <details> <summary>View changed files</summary> ➕ `.air.toml` (+12 -0) ➕ `.github/copilot-instructions.md` (+31 -0) 📝 `.gitignore` (+17 -1) 📝 `.golangci.yml` (+1 -1) ➕ `.rgignore` (+63 -0) 📝 `.vscode/launch.json` (+27 -1) 📝 `.vscode/settings.json` (+15 -3) 📝 `AGENTS.md` (+63 -9) ➕ `API_ROUTE_REFACTORING.md` (+0 -0) ➕ `API_V2_PRD.md` (+169 -0) ➕ `API_V2_TASKS.md` (+323 -0) ➕ `FUTURE_REFACTOR.md` (+77 -0) ➕ `JULES.md` (+23 -0) ➕ `REFACTORING_GUIDE.md` (+1034 -0) 📝 `debug/main.go` (+12 -24) ➕ `deploy/proxmox/.shellcheckrc` (+17 -0) ➕ `deploy/proxmox/README.md` (+681 -0) ➕ `deploy/proxmox/docs/ARCHITECTURE.md` (+955 -0) ➕ `deploy/proxmox/docs/ROOT_ACCESS_FEATURE.md` (+314 -0) ➕ `deploy/proxmox/docs/TROUBLESHOOTING.md` (+1187 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:28:59 -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#5170