mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #163] [CLOSED] Multi tenant #374
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#374
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/163
Author: @jagadeesh507
Created: 5/9/2025
Status: ❌ Closed
Base:
main← Head:multi-tenant📝 Commits (10+)
bd2be39chore: payload version updatedf783521feat: add multi-tenant support with tenants collection and user roles7eba8b2feat: implement username validation and tenant creation in sign-up process6046755feat: add middleware for organisation cookie management and path matching114730ffeat: add experimental authInterrupts configuration to next.js setup to use for forbidden() functiondbca587feat: integrate tenant validation in protected client for user authentication2eabbc3chore: added getCurrentUser function to get current user806d10ffeat: implement getTenant function for tenant retrieval and validationb6273effix: navigation path updated5275a5bfeat: update multiTenantPlugin collections to include gitProviders and dockerRegistries📊 Changes
55 files changed (+3433 additions, -2577 deletions)
View changed files
📝
.vscode/settings.json(+1 -0)📝
env.ts(+1 -1)📝
next.config.ts(+3 -0)📝
package.json(+7 -6)📝
pnpm-lock.yaml(+2570 -2396)📝
src/actions/auth/index.ts(+40 -3)📝
src/actions/auth/validator.ts(+7 -7)📝
src/actions/cloud/aws/index.ts(+8 -4)📝
src/actions/cloud/index.ts(+14 -4)📝
src/actions/deployment/index.ts(+5 -2)📝
src/actions/dockerRegistry/index.ts(+13 -3)📝
src/actions/gitProviders/index.ts(+23 -14)📝
src/actions/project/index.ts(+11 -4)📝
src/actions/securityGroups/index.ts(+21 -8)📝
src/actions/server/index.ts(+6 -3)📝
src/actions/service/index.ts(+11 -6)📝
src/actions/sshkeys/index.ts(+11 -4)📝
src/actions/templates/index.ts(+49 -13)📝
src/app/(frontend)/(auth)/layout.tsx(+1 -1)📝
src/app/(frontend)/(auth)/sign-up/page.tsx(+3 -4)...and 35 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.