mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #1277] [MERGED] feat!: rename right to permission #1391
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1277
Author: @kolaente
Created: 8/12/2025
Status: ✅ Merged
Merged: 8/13/2025
Merged by: @kolaente
Base:
main← Head:feat/replace-rights-permission📝 Commits (3)
8558a26feat!: rename right to permission6964618fix: make sure api permissions use correct table namedb3e2effeat: add migration to rename rights columns📊 Changes
130 files changed (+872 additions, -752 deletions)
View changed files
📝
.golangci.yml(+1 -1)📝
AGENTS.md(+8 -8)📝
frontend/cypress/e2e/project/project-view-list.spec.ts(+1 -1)📝
frontend/cypress/e2e/sharing/linkShare.spec.ts(+1 -1)📝
frontend/cypress/factories/link_sharing.ts(+1 -1)📝
frontend/cypress/factories/users_project.ts(+1 -1)📝
frontend/src/components/home/AppHeader.vue(+2 -2)📝
frontend/src/components/home/ProjectsNavigationItem.vue(+4 -4)📝
frontend/src/components/project/ProjectSettingsDropdown.vue(+2 -2)📝
frontend/src/components/project/ProjectWrapper.vue(+1 -1)📝
frontend/src/components/project/views/ProjectGantt.vue(+2 -2)📝
frontend/src/components/project/views/ProjectKanban.vue(+2 -2)📝
frontend/src/components/project/views/ProjectList.vue(+2 -2)📝
frontend/src/components/sharing/LinkSharing.vue(+17 -17)📝
frontend/src/components/sharing/UserTeam.vue(+27 -27)➕
frontend/src/constants/permissions.ts(+7 -0)➖
frontend/src/constants/rights.ts(+0 -7)📝
frontend/src/modelTypes/IAbstract.ts(+2 -2)📝
frontend/src/modelTypes/ILinkShare.ts(+2 -2)📝
frontend/src/modelTypes/ITeam.ts(+2 -2)...and 80 more files
📄 Description
righttopermissionI've used this bash script to rename everything (curtosy of claude), click to expand
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.