mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #436] [MERGED] Creation limit #468
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/436
Author: @jagadeesh507
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @jagadeesh507
Base:
main← Head:creation-limit📝 Commits (8)
afd9e69fix: remove server error handling from BackupsPage component7743cbfchore: update Role interface to include createLimit and readLimit fields6d5c161refactor: update role overview and permissions components20ff3b8feat: add user-based project creation limits and track creator in projectsf26f644feat: enhance project breadcrumbs to filter by user-created projects based on role permissions96d61fdfeat: implement user-based server creation limits and track creator in server actions0d1fde7feat: update signUpAction to track creator by user ID75bbc9cfix: filter based on tenant📊 Changes
22 files changed (+1603 additions, -1998 deletions)
View changed files
📝
src/actions/auth/index.ts(+1 -1)📝
src/actions/cloud/aws/index.ts(+29 -1)📝
src/actions/cloud/dFlow/index.ts(+28 -1)📝
src/actions/pages/dashboard/index.ts(+21 -6)📝
src/actions/pages/project/index.ts(+50 -11)📝
src/actions/pages/server/index.ts(+67 -10)📝
src/actions/project/index.ts(+29 -1)📝
src/actions/roles/index.ts(+5 -9)📝
src/actions/roles/validator.ts(+25 -17)📝
src/actions/server/index.ts(+56 -2)📝
src/actions/templates/index.ts(+28 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/backups/page.tsx(+0 -4)📝
src/components/Team/Roles/CreateNewRole.tsx(+8 -952)➕
src/components/Team/Roles/PermissionsTable.tsx(+1097 -0)📝
src/components/Team/Roles/RoleOverview.tsx(+3 -3)📝
src/components/Team/Roles/RolePermissions.tsx(+6 -946)📝
src/components/Team/Roles/RolesList.tsx(+8 -9)📝
src/payload-types.ts(+20 -2)📝
src/payload/collections/Projects/index.ts(+13 -0)📝
src/payload/collections/Roles/index.ts(+91 -21)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.