mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-06 20:29:50 +00:00
Compare commits
17 Commits
dependabot
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab93988502 | ||
|
|
d4549f1c33 | ||
|
|
71da22328c | ||
|
|
0b5b732a48 | ||
|
|
a82bae8f93 | ||
|
|
e59176149b | ||
|
|
2c3151da9b | ||
|
|
f60b8795ad | ||
|
|
4054976388 | ||
|
|
4087d7fb6b | ||
|
|
9edb86fd73 | ||
|
|
811119a9a6 | ||
|
|
b53f80d317 | ||
|
|
a89509c8bd | ||
|
|
f0546eb622 | ||
|
|
12f9ac94fd | ||
|
|
1717a99cee |
10
.github/workflows/cicd.yml
vendored
10
.github/workflows/cicd.yml
vendored
@@ -77,7 +77,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
@@ -149,7 +149,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
@@ -204,7 +204,7 @@ jobs:
|
|||||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
|
||||||
with:
|
with:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
@@ -264,7 +264,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
|
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
|
||||||
with:
|
with:
|
||||||
go-version: 1.25
|
go-version: 1.25
|
||||||
|
|
||||||
@@ -407,7 +407,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Login to GitHub Container Registry (for cosign)
|
- name: Login to GitHub Container Registry (for cosign)
|
||||||
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
|
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
- 80:80 # Port for traefik because of the network_mode
|
- 80:80 # Port for traefik because of the network_mode
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.7
|
image: traefik:v3.6
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: service:gerbil # Ports appear on the gerbil service
|
network_mode: service:gerbil # Ports appear on the gerbil service
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
- 80:80{{end}}
|
- 80:80{{end}}
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: docker.io/traefik:v3.7
|
image: docker.io/traefik:v3.6
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
{{if .InstallGerbil}}network_mode: service:gerbil # Ports appear on the gerbil service{{end}}{{if not .InstallGerbil}}
|
{{if .InstallGerbil}}network_mode: service:gerbil # Ports appear on the gerbil service{{end}}{{if not .InstallGerbil}}
|
||||||
|
|||||||
@@ -864,8 +864,8 @@
|
|||||||
"policyAuthHeaderAuthTitle": "Basic Header Auth",
|
"policyAuthHeaderAuthTitle": "Basic Header Auth",
|
||||||
"policyAuthHeaderAuthDescription": "Validate a custom HTTP header name and value on each request",
|
"policyAuthHeaderAuthDescription": "Validate a custom HTTP header name and value on each request",
|
||||||
"policyAuthHeaderAuthSummary": "Header configured",
|
"policyAuthHeaderAuthSummary": "Header configured",
|
||||||
"policyAuthHeaderName": "Header name",
|
"policyAuthHeaderName": "Username",
|
||||||
"policyAuthHeaderValue": "Expected value",
|
"policyAuthHeaderValue": "Password",
|
||||||
"policyAuthSetPasscode": "Set Passcode",
|
"policyAuthSetPasscode": "Set Passcode",
|
||||||
"policyAuthSetPincode": "Set PIN Code",
|
"policyAuthSetPincode": "Set PIN Code",
|
||||||
"policyAuthSetEmailWhitelist": "Set Email Whitelist",
|
"policyAuthSetEmailWhitelist": "Set Email Whitelist",
|
||||||
@@ -3577,18 +3577,23 @@
|
|||||||
"memberPortalResourceDisabled": "Resource Disabled",
|
"memberPortalResourceDisabled": "Resource Disabled",
|
||||||
"memberPortalShowingResources": "Showing {start}-{end} of {total} resources",
|
"memberPortalShowingResources": "Showing {start}-{end} of {total} resources",
|
||||||
"resourceLauncherTitle": "Resource Launcher",
|
"resourceLauncherTitle": "Resource Launcher",
|
||||||
"resourceLauncherDescription": "View resource details and launch them from one place",
|
"resourceLauncherDescription": "View all available resources and launch them from one central hub",
|
||||||
"resourceLauncherSearchPlaceholder": "Search all sites...",
|
"resourceLauncherSearchPlaceholder": "Search your resources...",
|
||||||
"resourceLauncherDefaultView": "Default",
|
"resourceLauncherDefaultView": "Default",
|
||||||
"resourceLauncherSaveView": "Save View",
|
"resourceLauncherSaveView": "Save View",
|
||||||
"resourceLauncherSaveToCurrentView": "Save to Current View",
|
"resourceLauncherSaveToCurrentView": "Save to Current View",
|
||||||
|
"resourceLauncherSaveDefaultPersonal": "Save for Me",
|
||||||
"resourceLauncherResetView": "Reset View",
|
"resourceLauncherResetView": "Reset View",
|
||||||
|
"resourceLauncherResetSystemDefault": "Reset to System Default",
|
||||||
|
"resourceLauncherSystemDefaultRestored": "System default restored",
|
||||||
|
"resourceLauncherSystemDefaultRestoredDescription": "The default view has been reset to the original settings.",
|
||||||
"resourceLauncherSaveAsNewView": "Save as New View",
|
"resourceLauncherSaveAsNewView": "Save as New View",
|
||||||
"resourceLauncherSaveAsNewViewDescription": "Give this view a name to save your current filters and layout.",
|
"resourceLauncherSaveAsNewViewDescription": "Give this view a name to save your current filters and layout.",
|
||||||
"resourceLauncherSaveForEveryone": "Save for Everyone",
|
"resourceLauncherSaveForEveryone": "Save for Everyone",
|
||||||
"resourceLauncherSaveForEveryoneDescription": "Share this view with all organization members. When unchecked, the view is only visible to you.",
|
"resourceLauncherSaveForEveryoneDescription": "Share this view with all organization members. When unchecked, the view is only visible to you.",
|
||||||
"resourceLauncherMakePersonal": "Make Personal",
|
"resourceLauncherMakePersonal": "Make Personal",
|
||||||
"resourceLauncherFilter": "Filter",
|
"resourceLauncherFilter": "Filter",
|
||||||
|
"resourceLauncherFilterWithCount": "Filter, {count} applied",
|
||||||
"resourceLauncherSort": "Sort",
|
"resourceLauncherSort": "Sort",
|
||||||
"resourceLauncherSortAscending": "Sort ascending",
|
"resourceLauncherSortAscending": "Sort ascending",
|
||||||
"resourceLauncherSortDescending": "Sort descending",
|
"resourceLauncherSortDescending": "Sort descending",
|
||||||
@@ -3596,6 +3601,7 @@
|
|||||||
"resourceLauncherGroupBy": "Group By",
|
"resourceLauncherGroupBy": "Group By",
|
||||||
"resourceLauncherGroupBySite": "Site",
|
"resourceLauncherGroupBySite": "Site",
|
||||||
"resourceLauncherGroupByLabel": "Label",
|
"resourceLauncherGroupByLabel": "Label",
|
||||||
|
"resourceLauncherGroupByNone": "None",
|
||||||
"resourceLauncherLayout": "Layout",
|
"resourceLauncherLayout": "Layout",
|
||||||
"resourceLauncherLayoutGrid": "Grid",
|
"resourceLauncherLayoutGrid": "Grid",
|
||||||
"resourceLauncherLayoutList": "List",
|
"resourceLauncherLayoutList": "List",
|
||||||
@@ -3603,8 +3609,20 @@
|
|||||||
"resourceLauncherShowSiteTags": "Show Site Tags",
|
"resourceLauncherShowSiteTags": "Show Site Tags",
|
||||||
"resourceLauncherShowRecents": "Show Recents",
|
"resourceLauncherShowRecents": "Show Recents",
|
||||||
"resourceLauncherDeleteView": "Delete View",
|
"resourceLauncherDeleteView": "Delete View",
|
||||||
|
"resourceLauncherDeleteViewTitle": "Delete View",
|
||||||
|
"resourceLauncherDeleteViewQuestion": "Are you sure you want to delete this launcher view?",
|
||||||
|
"resourceLauncherDeleteViewConfirm": "Delete View",
|
||||||
"resourceLauncherViewAsAdmin": "View as Admin",
|
"resourceLauncherViewAsAdmin": "View as Admin",
|
||||||
"resourceLauncherResourceDetailsDescription": "View details for this resource.",
|
"resourceLauncherResourceDetailsDescription": "Connection information and status for this resource.",
|
||||||
|
"resourceLauncherResourceDetails": "Resource Details",
|
||||||
|
"resourceLauncherAuthMethodsDescription": "Authentication methods enabled for this resource.",
|
||||||
|
"resourceLauncherPrivateClientRequired": "Connect with a client on your device to access this resource privately.",
|
||||||
|
"resourceLauncherPrivateClientRequiredTitle": "Client Connection Required",
|
||||||
|
"resourceLauncherDownloadClient": "Download client",
|
||||||
|
"resourceLauncherFailedToLoadDetails": "Could not load resource details. You may no longer have access to this resource.",
|
||||||
|
"resourceLauncherNoPortRestrictions": "No port restrictions",
|
||||||
|
"resourceLauncherTcp": "TCP",
|
||||||
|
"resourceLauncherUdp": "UDP",
|
||||||
"resourceLauncherUnlabeled": "Unlabeled",
|
"resourceLauncherUnlabeled": "Unlabeled",
|
||||||
"resourceLauncherNoSite": "No Site",
|
"resourceLauncherNoSite": "No Site",
|
||||||
"resourceLauncherNoResourcesInGroup": "No resources in this group",
|
"resourceLauncherNoResourcesInGroup": "No resources in this group",
|
||||||
@@ -3613,6 +3631,12 @@
|
|||||||
"resourceLauncherEmptyStateNoResultsTitle": "No Resources Found",
|
"resourceLauncherEmptyStateNoResultsTitle": "No Resources Found",
|
||||||
"resourceLauncherEmptyStateNoResultsDescription": "No resources match your current search or filters. Try adjusting them to find what you are looking for.",
|
"resourceLauncherEmptyStateNoResultsDescription": "No resources match your current search or filters. Try adjusting them to find what you are looking for.",
|
||||||
"resourceLauncherEmptyStateNoResultsWithQuery": "No resources match \"{query}\". Try adjusting your search or clearing filters to see all resources.",
|
"resourceLauncherEmptyStateNoResultsWithQuery": "No resources match \"{query}\". Try adjusting your search or clearing filters to see all resources.",
|
||||||
|
"resourceLauncherSearchFirstTitle": "Search or Filter to Browse",
|
||||||
|
"resourceLauncherSearchFirstDescription": "You have access to many resources. Use search or filter by site or label to find what you need.",
|
||||||
|
"resourceLauncherSiteGroupingDisabled": "Site grouping is unavailable at this scale. Filter by site to group a smaller set.",
|
||||||
|
"resourceLauncherLabelGroupingDisabled": "Label grouping is unavailable at this scale.",
|
||||||
|
"resourceLauncherCompactModeHint": "Showing a simplified list for faster browsing. Use search or filters to narrow results.",
|
||||||
|
"resourceLauncherCompactGroupingHint": "Apply site or label filters to enable grouping.",
|
||||||
"resourceLauncherCopiedToClipboard": "Copied to clipboard",
|
"resourceLauncherCopiedToClipboard": "Copied to clipboard",
|
||||||
"resourceLauncherCopiedAccessDescription": "Resource access has been copied to your clipboard.",
|
"resourceLauncherCopiedAccessDescription": "Resource access has been copied to your clipboard.",
|
||||||
"resourceLauncherViewNamePlaceholder": "View name",
|
"resourceLauncherViewNamePlaceholder": "View name",
|
||||||
|
|||||||
@@ -18,7 +18,17 @@ export function createPoolConfig(
|
|||||||
keepAliveInitialDelayMillis: 10000, // send first keepalive after 10s of idle
|
keepAliveInitialDelayMillis: 10000, // send first keepalive after 10s of idle
|
||||||
// Allow connections to be released and recreated more aggressively
|
// Allow connections to be released and recreated more aggressively
|
||||||
// to avoid stale connections building up
|
// to avoid stale connections building up
|
||||||
allowExitOnIdle: false
|
allowExitOnIdle: false,
|
||||||
|
// Disable JIT compilation for this connection. Our hot-path queries
|
||||||
|
// (e.g. resource-by-domain lookups) join many tables but only ever
|
||||||
|
// return a handful of rows. When planner row estimates drift (e.g.
|
||||||
|
// due to autovacuum lag under write-heavy load), Postgres decides
|
||||||
|
// these plans are expensive enough to JIT-compile, which can add
|
||||||
|
// multiple seconds of pure compilation overhead per query and
|
||||||
|
// saturate the connection pool. JIT never pays off for these
|
||||||
|
// short-lived OLTP queries, so it's disabled outright rather than
|
||||||
|
// relying on statistics staying fresh.
|
||||||
|
options: "-c jit=off"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export const domains = pgTable("domains", {
|
|||||||
customCertResolver: varchar("customCertResolver"),
|
customCertResolver: varchar("customCertResolver"),
|
||||||
preferWildcardCert: boolean("preferWildcardCert"),
|
preferWildcardCert: boolean("preferWildcardCert"),
|
||||||
errorMessage: text("errorMessage"),
|
errorMessage: text("errorMessage"),
|
||||||
lastCheckedAt: integer("lastCheckedAt")
|
checkedAt: integer("checkedAt")
|
||||||
});
|
});
|
||||||
|
|
||||||
export const dnsRecords = pgTable("dnsRecords", {
|
export const dnsRecords = pgTable("dnsRecords", {
|
||||||
@@ -232,6 +232,7 @@ export const launcherViews = pgTable("launcherViews", {
|
|||||||
}),
|
}),
|
||||||
name: varchar("name").notNull(),
|
name: varchar("name").notNull(),
|
||||||
config: text("config").notNull(),
|
config: text("config").notNull(),
|
||||||
|
isDefault: boolean("isDefault").notNull().default(false),
|
||||||
createdAt: varchar("createdAt").notNull(),
|
createdAt: varchar("createdAt").notNull(),
|
||||||
updatedAt: varchar("updatedAt").notNull()
|
updatedAt: varchar("updatedAt").notNull()
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ export const domains = sqliteTable("domains", {
|
|||||||
customCertResolver: text("customCertResolver"),
|
customCertResolver: text("customCertResolver"),
|
||||||
preferWildcardCert: integer("preferWildcardCert", { mode: "boolean" }),
|
preferWildcardCert: integer("preferWildcardCert", { mode: "boolean" }),
|
||||||
errorMessage: text("errorMessage"),
|
errorMessage: text("errorMessage"),
|
||||||
lastCheckedAt: integer("lastCheckedAt")
|
checkedAt: integer("checkedAt")
|
||||||
});
|
});
|
||||||
|
|
||||||
export const dnsRecords = sqliteTable("dnsRecords", {
|
export const dnsRecords = sqliteTable("dnsRecords", {
|
||||||
@@ -233,6 +233,9 @@ export const launcherViews = sqliteTable("launcherViews", {
|
|||||||
}),
|
}),
|
||||||
name: text("name").notNull(),
|
name: text("name").notNull(),
|
||||||
config: text("config").notNull(),
|
config: text("config").notNull(),
|
||||||
|
isDefault: integer("isDefault", { mode: "boolean" })
|
||||||
|
.notNull()
|
||||||
|
.default(false),
|
||||||
createdAt: text("createdAt").notNull(),
|
createdAt: text("createdAt").notNull(),
|
||||||
updatedAt: text("updatedAt").notNull()
|
updatedAt: text("updatedAt").notNull()
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ export async function applyNewtDockerBlueprint(
|
|||||||
source: "NEWT"
|
source: "NEWT"
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`Failed to update database from config: ${error}`);
|
logger.debug(`Failed to update database from config: ${error}`);
|
||||||
await sendToClient(newtId, {
|
await sendToClient(newtId, {
|
||||||
type: "newt/blueprint/results",
|
type: "newt/blueprint/results",
|
||||||
data: {
|
data: {
|
||||||
|
|||||||
@@ -65,6 +65,7 @@ export function verifyValidSubscription(tiers: Tier[]) {
|
|||||||
|
|
||||||
return next();
|
return next();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.error(e);
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
HttpCode.INTERNAL_SERVER_ERROR,
|
HttpCode.INTERNAL_SERVER_ERROR,
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ export async function applyJSONBlueprint(
|
|||||||
source: "API"
|
source: "API"
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`Failed to update database from config: ${error}`);
|
logger.debug(`Failed to update database from config: ${error}`);
|
||||||
return next(
|
return next(
|
||||||
createHttpError(
|
createHttpError(
|
||||||
HttpCode.BAD_REQUEST,
|
HttpCode.BAD_REQUEST,
|
||||||
|
|||||||
@@ -327,6 +327,14 @@ authenticated.get(
|
|||||||
siteResource.listAllSiteResourcesByOrg
|
siteResource.listAllSiteResourcesByOrg
|
||||||
);
|
);
|
||||||
|
|
||||||
|
authenticated.get(
|
||||||
|
"/org/:orgId/site-resource/:siteResourceId",
|
||||||
|
verifyOrgAccess,
|
||||||
|
verifySiteResourceAccess,
|
||||||
|
verifyUserHasAction(ActionsEnum.getSiteResource),
|
||||||
|
siteResource.getSiteResource
|
||||||
|
);
|
||||||
|
|
||||||
authenticated.get(
|
authenticated.get(
|
||||||
"/site-resource/:siteResourceId",
|
"/site-resource/:siteResourceId",
|
||||||
verifySiteResourceAccess,
|
verifySiteResourceAccess,
|
||||||
@@ -470,6 +478,12 @@ authenticated.get(
|
|||||||
launcher.listLauncherGroups
|
launcher.listLauncherGroups
|
||||||
);
|
);
|
||||||
|
|
||||||
|
authenticated.get(
|
||||||
|
"/org/:orgId/launcher/scale",
|
||||||
|
verifyOrgAccess,
|
||||||
|
launcher.listLauncherScale
|
||||||
|
);
|
||||||
|
|
||||||
authenticated.get(
|
authenticated.get(
|
||||||
"/org/:orgId/launcher/resources",
|
"/org/:orgId/launcher/resources",
|
||||||
verifyOrgAccess,
|
verifyOrgAccess,
|
||||||
@@ -494,6 +508,12 @@ authenticated.get(
|
|||||||
launcher.listLauncherViews
|
launcher.listLauncherViews
|
||||||
);
|
);
|
||||||
|
|
||||||
|
authenticated.post(
|
||||||
|
"/org/:orgId/launcher/invalidate-cache",
|
||||||
|
verifyOrgAccess,
|
||||||
|
launcher.invalidateLauncherCache
|
||||||
|
);
|
||||||
|
|
||||||
authenticated.post(
|
authenticated.post(
|
||||||
"/org/:orgId/launcher/views",
|
"/org/:orgId/launcher/views",
|
||||||
verifyOrgAccess,
|
verifyOrgAccess,
|
||||||
@@ -506,6 +526,18 @@ authenticated.put(
|
|||||||
launcher.updateLauncherView
|
launcher.updateLauncherView
|
||||||
);
|
);
|
||||||
|
|
||||||
|
authenticated.put(
|
||||||
|
"/org/:orgId/launcher/default-view",
|
||||||
|
verifyOrgAccess,
|
||||||
|
launcher.upsertLauncherDefaultView
|
||||||
|
);
|
||||||
|
|
||||||
|
authenticated.delete(
|
||||||
|
"/org/:orgId/launcher/default-view",
|
||||||
|
verifyOrgAccess,
|
||||||
|
launcher.deleteLauncherDefaultView
|
||||||
|
);
|
||||||
|
|
||||||
authenticated.delete(
|
authenticated.delete(
|
||||||
"/org/:orgId/launcher/views/:viewId",
|
"/org/:orgId/launcher/views/:viewId",
|
||||||
verifyOrgAccess,
|
verifyOrgAccess,
|
||||||
|
|||||||
@@ -79,7 +79,8 @@ export async function createLauncherView(
|
|||||||
),
|
),
|
||||||
createdAt: created.createdAt,
|
createdAt: created.createdAt,
|
||||||
updatedAt: created.updatedAt,
|
updatedAt: created.updatedAt,
|
||||||
isOrgWide: created.userId == null
|
isOrgWide: created.userId == null,
|
||||||
|
isDefault: created.isDefault
|
||||||
},
|
},
|
||||||
success: true,
|
success: true,
|
||||||
error: false,
|
error: false,
|
||||||
|
|||||||
104
server/routers/launcher/deleteLauncherDefaultView.ts
Normal file
104
server/routers/launcher/deleteLauncherDefaultView.ts
Normal file
@@ -0,0 +1,104 @@
|
|||||||
|
import { response } from "@server/lib/response";
|
||||||
|
import HttpCode from "@server/types/HttpCode";
|
||||||
|
import { NextFunction, Request, Response } from "express";
|
||||||
|
import createHttpError from "http-errors";
|
||||||
|
import { fromZodError } from "zod-validation-error";
|
||||||
|
import { z } from "zod";
|
||||||
|
import { ActionsEnum, checkUserActionPermission } from "@server/auth/actions";
|
||||||
|
import {
|
||||||
|
deleteAllDefaultViewOverrides,
|
||||||
|
deleteDefaultViewOverride
|
||||||
|
} from "./launcherDefaultView";
|
||||||
|
|
||||||
|
const deleteLauncherDefaultViewBodySchema = z.strictObject({
|
||||||
|
orgWide: z.boolean().optional().default(false),
|
||||||
|
all: z.boolean().optional().default(false)
|
||||||
|
});
|
||||||
|
|
||||||
|
export async function deleteLauncherDefaultView(
|
||||||
|
req: Request,
|
||||||
|
res: Response,
|
||||||
|
next: NextFunction
|
||||||
|
): Promise<any> {
|
||||||
|
try {
|
||||||
|
const orgId = req.userOrgId;
|
||||||
|
const userId = req.user!.userId;
|
||||||
|
|
||||||
|
if (!orgId) {
|
||||||
|
return next(
|
||||||
|
createHttpError(HttpCode.BAD_REQUEST, "Invalid organization ID")
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const parsed = deleteLauncherDefaultViewBodySchema.safeParse(req.body);
|
||||||
|
if (!parsed.success) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.BAD_REQUEST,
|
||||||
|
fromZodError(parsed.error)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (parsed.data.all) {
|
||||||
|
const canManageOrgWide = await checkUserActionPermission(
|
||||||
|
ActionsEnum.createOrgWideLauncherView,
|
||||||
|
req
|
||||||
|
);
|
||||||
|
if (!canManageOrgWide) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.FORBIDDEN,
|
||||||
|
"User does not have permission perform this action"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
await deleteAllDefaultViewOverrides(orgId, userId);
|
||||||
|
} else if (parsed.data.orgWide) {
|
||||||
|
const canManageOrgWide = await checkUserActionPermission(
|
||||||
|
ActionsEnum.createOrgWideLauncherView,
|
||||||
|
req
|
||||||
|
);
|
||||||
|
if (!canManageOrgWide) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.FORBIDDEN,
|
||||||
|
"User does not have permission perform this action"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
await deleteDefaultViewOverride({
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
orgWide: true
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
await deleteDefaultViewOverride({
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
orgWide: false
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return response(res, {
|
||||||
|
data: null,
|
||||||
|
success: true,
|
||||||
|
error: false,
|
||||||
|
message: "Launcher default view reset successfully",
|
||||||
|
status: HttpCode.OK
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
if (createHttpError.isHttpError(error)) {
|
||||||
|
return next(error);
|
||||||
|
}
|
||||||
|
console.error("Error resetting launcher default view:", error);
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.INTERNAL_SERVER_ERROR,
|
||||||
|
"Internal server error"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -46,6 +46,15 @@ export async function deleteLauncherView(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (existing.isDefault) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.BAD_REQUEST,
|
||||||
|
"The default view cannot be deleted from here"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
const isPersonalView = existing.userId === userId;
|
const isPersonalView = existing.userId === userId;
|
||||||
const isOrgWideView = existing.userId == null;
|
const isOrgWideView = existing.userId == null;
|
||||||
const canManageOrgWide = await checkUserActionPermission(
|
const canManageOrgWide = await checkUserActionPermission(
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
export * from "./types";
|
export * from "./types";
|
||||||
export { listLauncherGroups } from "./listLauncherGroups";
|
export { listLauncherGroups } from "./listLauncherGroups";
|
||||||
|
export { listLauncherScale } from "./listLauncherScale";
|
||||||
export { listLauncherResources } from "./listLauncherResources";
|
export { listLauncherResources } from "./listLauncherResources";
|
||||||
export { listLauncherSites } from "./listLauncherSites";
|
export { listLauncherSites } from "./listLauncherSites";
|
||||||
export { listLauncherLabels } from "./listLauncherLabels";
|
export { listLauncherLabels } from "./listLauncherLabels";
|
||||||
@@ -7,3 +8,6 @@ export { listLauncherViews } from "./listLauncherViews";
|
|||||||
export { createLauncherView } from "./createLauncherView";
|
export { createLauncherView } from "./createLauncherView";
|
||||||
export { updateLauncherView } from "./updateLauncherView";
|
export { updateLauncherView } from "./updateLauncherView";
|
||||||
export { deleteLauncherView } from "./deleteLauncherView";
|
export { deleteLauncherView } from "./deleteLauncherView";
|
||||||
|
export { upsertLauncherDefaultView } from "./upsertLauncherDefaultView";
|
||||||
|
export { deleteLauncherDefaultView } from "./deleteLauncherDefaultView";
|
||||||
|
export { invalidateLauncherCache } from "./invalidateLauncherCache";
|
||||||
|
|||||||
65
server/routers/launcher/invalidateLauncherCache.ts
Normal file
65
server/routers/launcher/invalidateLauncherCache.ts
Normal file
@@ -0,0 +1,65 @@
|
|||||||
|
import { regionalCache as cache } from "#dynamic/lib/cache";
|
||||||
|
import { response } from "@server/lib/response";
|
||||||
|
import HttpCode from "@server/types/HttpCode";
|
||||||
|
import { NextFunction, Request, Response } from "express";
|
||||||
|
import createHttpError from "http-errors";
|
||||||
|
|
||||||
|
async function invalidateLauncherCacheForUser(
|
||||||
|
orgId: string,
|
||||||
|
userId: string
|
||||||
|
): Promise<void> {
|
||||||
|
const prefixes = [
|
||||||
|
`launcherAccessibleIds:${orgId}:${userId}:`,
|
||||||
|
`launcher:groups:${orgId}:${userId}:`,
|
||||||
|
`launcher:results:${orgId}:${userId}:`,
|
||||||
|
`launcher:scale:counts:${orgId}:${userId}:`
|
||||||
|
];
|
||||||
|
|
||||||
|
const keys = (
|
||||||
|
await Promise.all(
|
||||||
|
prefixes.map((prefix) => cache.keysWithPrefix(prefix))
|
||||||
|
)
|
||||||
|
).flat();
|
||||||
|
|
||||||
|
if (keys.length > 0) {
|
||||||
|
await cache.del(keys);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function invalidateLauncherCache(
|
||||||
|
req: Request,
|
||||||
|
res: Response,
|
||||||
|
next: NextFunction
|
||||||
|
): Promise<any> {
|
||||||
|
try {
|
||||||
|
const orgId = req.userOrgId;
|
||||||
|
const userId = req.user!.userId;
|
||||||
|
|
||||||
|
if (!orgId) {
|
||||||
|
return next(
|
||||||
|
createHttpError(HttpCode.BAD_REQUEST, "Invalid organization ID")
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
await invalidateLauncherCacheForUser(orgId, userId);
|
||||||
|
|
||||||
|
return response(res, {
|
||||||
|
data: null,
|
||||||
|
success: true,
|
||||||
|
error: false,
|
||||||
|
message: "Launcher cache invalidated successfully",
|
||||||
|
status: HttpCode.OK
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
if (createHttpError.isHttpError(error)) {
|
||||||
|
return next(error);
|
||||||
|
}
|
||||||
|
console.error("Error invalidating launcher cache:", error);
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.INTERNAL_SERVER_ERROR,
|
||||||
|
"Internal server error"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
137
server/routers/launcher/launcherDefaultView.ts
Normal file
137
server/routers/launcher/launcherDefaultView.ts
Normal file
@@ -0,0 +1,137 @@
|
|||||||
|
import { db, launcherViews } from "@server/db";
|
||||||
|
import { and, eq, isNull } from "drizzle-orm";
|
||||||
|
import moment from "moment";
|
||||||
|
import {
|
||||||
|
launcherViewConfigSchema,
|
||||||
|
type LauncherDefaultViewOverrides,
|
||||||
|
type LauncherViewConfig,
|
||||||
|
type LauncherViewRecord
|
||||||
|
} from "./types";
|
||||||
|
|
||||||
|
export function mapViewRow(
|
||||||
|
row: typeof launcherViews.$inferSelect
|
||||||
|
): LauncherViewRecord {
|
||||||
|
return {
|
||||||
|
viewId: row.viewId,
|
||||||
|
orgId: row.orgId,
|
||||||
|
userId: row.userId,
|
||||||
|
name: row.name,
|
||||||
|
config: launcherViewConfigSchema.parse(JSON.parse(row.config)),
|
||||||
|
createdAt: row.createdAt,
|
||||||
|
updatedAt: row.updatedAt,
|
||||||
|
isOrgWide: row.userId == null,
|
||||||
|
isDefault: row.isDefault
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export function extractDefaultViewOverrides(
|
||||||
|
rows: Array<typeof launcherViews.$inferSelect>
|
||||||
|
): LauncherDefaultViewOverrides {
|
||||||
|
const overrideRows = rows.filter((row) => row.isDefault);
|
||||||
|
|
||||||
|
const personalRow = overrideRows.find((row) => row.userId !== null);
|
||||||
|
const orgWideRow = overrideRows.find((row) => row.userId === null);
|
||||||
|
|
||||||
|
return {
|
||||||
|
personal: personalRow ? mapViewRow(personalRow) : null,
|
||||||
|
orgWide: orgWideRow ? mapViewRow(orgWideRow) : null
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export function listVisibleLauncherViews(
|
||||||
|
rows: Array<typeof launcherViews.$inferSelect>
|
||||||
|
): LauncherViewRecord[] {
|
||||||
|
return rows.filter((row) => !row.isDefault).map(mapViewRow);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function findDefaultViewOverride(
|
||||||
|
orgId: string,
|
||||||
|
orgWide: boolean,
|
||||||
|
userId: string
|
||||||
|
) {
|
||||||
|
const [existing] = await db
|
||||||
|
.select()
|
||||||
|
.from(launcherViews)
|
||||||
|
.where(
|
||||||
|
and(
|
||||||
|
eq(launcherViews.orgId, orgId),
|
||||||
|
eq(launcherViews.isDefault, true),
|
||||||
|
orgWide
|
||||||
|
? isNull(launcherViews.userId)
|
||||||
|
: eq(launcherViews.userId, userId)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
.limit(1);
|
||||||
|
|
||||||
|
return existing ?? null;
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function upsertDefaultViewOverride({
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
orgWide,
|
||||||
|
config
|
||||||
|
}: {
|
||||||
|
orgId: string;
|
||||||
|
userId: string;
|
||||||
|
orgWide: boolean;
|
||||||
|
config: LauncherViewConfig;
|
||||||
|
}) {
|
||||||
|
const now = moment().toISOString();
|
||||||
|
const existing = await findDefaultViewOverride(orgId, orgWide, userId);
|
||||||
|
|
||||||
|
if (existing) {
|
||||||
|
const [updated] = await db
|
||||||
|
.update(launcherViews)
|
||||||
|
.set({
|
||||||
|
config: JSON.stringify(config),
|
||||||
|
updatedAt: now
|
||||||
|
})
|
||||||
|
.where(eq(launcherViews.viewId, existing.viewId))
|
||||||
|
.returning();
|
||||||
|
|
||||||
|
return mapViewRow(updated);
|
||||||
|
}
|
||||||
|
|
||||||
|
const [created] = await db
|
||||||
|
.insert(launcherViews)
|
||||||
|
.values({
|
||||||
|
orgId,
|
||||||
|
userId: orgWide ? null : userId,
|
||||||
|
name: "",
|
||||||
|
isDefault: true,
|
||||||
|
config: JSON.stringify(config),
|
||||||
|
createdAt: now,
|
||||||
|
updatedAt: now
|
||||||
|
})
|
||||||
|
.returning();
|
||||||
|
|
||||||
|
return mapViewRow(created);
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function deleteDefaultViewOverride({
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
orgWide
|
||||||
|
}: {
|
||||||
|
orgId: string;
|
||||||
|
userId: string;
|
||||||
|
orgWide: boolean;
|
||||||
|
}) {
|
||||||
|
const existing = await findDefaultViewOverride(orgId, orgWide, userId);
|
||||||
|
if (!existing) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
await db
|
||||||
|
.delete(launcherViews)
|
||||||
|
.where(eq(launcherViews.viewId, existing.viewId));
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function deleteAllDefaultViewOverrides(
|
||||||
|
orgId: string,
|
||||||
|
userId: string
|
||||||
|
) {
|
||||||
|
await deleteDefaultViewOverride({ orgId, userId, orgWide: false });
|
||||||
|
await deleteDefaultViewOverride({ orgId, userId, orgWide: true });
|
||||||
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import { createHash } from "node:crypto";
|
||||||
import { db } from "@server/db";
|
import { db } from "@server/db";
|
||||||
import {
|
import {
|
||||||
exitNodes,
|
exitNodes,
|
||||||
@@ -31,13 +32,15 @@ import {
|
|||||||
isNull,
|
isNull,
|
||||||
like,
|
like,
|
||||||
or,
|
or,
|
||||||
sql
|
sql,
|
||||||
|
type SQL
|
||||||
} from "drizzle-orm";
|
} from "drizzle-orm";
|
||||||
import {
|
import {
|
||||||
formatPublicResourceAccess,
|
formatPublicResourceAccess,
|
||||||
formatSiteResourceAccess
|
formatSiteResourceAccess
|
||||||
} from "./formatLauncherAccess";
|
} from "./formatLauncherAccess";
|
||||||
import {
|
import {
|
||||||
|
LAUNCHER_FLAT_GROUP_KEY,
|
||||||
LAUNCHER_NO_SITE_GROUP_KEY,
|
LAUNCHER_NO_SITE_GROUP_KEY,
|
||||||
LAUNCHER_UNLABELED_GROUP_KEY,
|
LAUNCHER_UNLABELED_GROUP_KEY,
|
||||||
type LauncherFilterListQuery,
|
type LauncherFilterListQuery,
|
||||||
@@ -59,6 +62,68 @@ export type AccessibleIds = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const LAUNCHER_ACCESSIBLE_IDS_TTL_SEC = 60;
|
const LAUNCHER_ACCESSIBLE_IDS_TTL_SEC = 60;
|
||||||
|
const LAUNCHER_RESOURCES_RESULT_TTL_SEC = 60;
|
||||||
|
const LAUNCHER_GROUPS_RESULT_TTL_SEC = 60;
|
||||||
|
|
||||||
|
type LauncherResourcesCacheEntry = {
|
||||||
|
items: LauncherResource[];
|
||||||
|
total: number;
|
||||||
|
};
|
||||||
|
|
||||||
|
type LauncherGroupsCacheEntry = {
|
||||||
|
groups: LauncherGroup[];
|
||||||
|
total: number;
|
||||||
|
};
|
||||||
|
|
||||||
|
function launcherListQueryHash(
|
||||||
|
userRoleIds: number[],
|
||||||
|
query: LauncherListQuery,
|
||||||
|
extra?: Record<string, string>
|
||||||
|
) {
|
||||||
|
const payload = JSON.stringify({
|
||||||
|
roles: [...userRoleIds].sort((a, b) => a - b),
|
||||||
|
query: query.query,
|
||||||
|
groupBy: query.groupBy,
|
||||||
|
siteIds: query.siteIds ?? "",
|
||||||
|
labelIds: query.labelIds ?? "",
|
||||||
|
sort_by: query.sort_by,
|
||||||
|
order: query.order,
|
||||||
|
...extra
|
||||||
|
});
|
||||||
|
return createHash("sha256").update(payload).digest("hex").slice(0, 16);
|
||||||
|
}
|
||||||
|
|
||||||
|
function launcherResourcesQueryHash(
|
||||||
|
userRoleIds: number[],
|
||||||
|
query: LauncherListQuery & { groupKey: string }
|
||||||
|
) {
|
||||||
|
return launcherListQueryHash(userRoleIds, query, {
|
||||||
|
groupKey: query.groupKey
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function launcherGroupsQueryHash(
|
||||||
|
userRoleIds: number[],
|
||||||
|
query: LauncherListQuery
|
||||||
|
) {
|
||||||
|
return launcherListQueryHash(userRoleIds, query);
|
||||||
|
}
|
||||||
|
|
||||||
|
function launcherResourcesCacheKey(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
queryHash: string
|
||||||
|
) {
|
||||||
|
return `launcher:results:${orgId}:${userId}:${queryHash}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function launcherGroupsCacheKey(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
queryHash: string
|
||||||
|
) {
|
||||||
|
return `launcher:groups:${orgId}:${userId}:${queryHash}`;
|
||||||
|
}
|
||||||
|
|
||||||
function launcherAccessibleIdsCacheKey(
|
function launcherAccessibleIdsCacheKey(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
@@ -194,6 +259,21 @@ function searchPattern(query: string) {
|
|||||||
return `%${query.trim()}%`;
|
return `%${query.trim()}%`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function combineOrConditions(
|
||||||
|
...conditions: (SQL | undefined)[]
|
||||||
|
): SQL | undefined {
|
||||||
|
const parts = conditions.filter(
|
||||||
|
(condition): condition is SQL => !!condition
|
||||||
|
);
|
||||||
|
if (parts.length === 0) {
|
||||||
|
return undefined;
|
||||||
|
}
|
||||||
|
if (parts.length === 1) {
|
||||||
|
return parts[0];
|
||||||
|
}
|
||||||
|
return or(...parts);
|
||||||
|
}
|
||||||
|
|
||||||
function buildSearchConditionForPublic(
|
function buildSearchConditionForPublic(
|
||||||
query: string,
|
query: string,
|
||||||
labelsFeatureEnabled: boolean
|
labelsFeatureEnabled: boolean
|
||||||
@@ -205,7 +285,17 @@ function buildSearchConditionForPublic(
|
|||||||
const queryList = [
|
const queryList = [
|
||||||
like(sql`LOWER(${resources.name})`, pattern),
|
like(sql`LOWER(${resources.name})`, pattern),
|
||||||
like(sql`LOWER(${resources.fullDomain})`, pattern),
|
like(sql`LOWER(${resources.fullDomain})`, pattern),
|
||||||
like(sql`LOWER(cast(${resources.proxyPort} as text))`, pattern)
|
like(sql`LOWER(cast(${resources.proxyPort} as text))`, pattern),
|
||||||
|
inArray(
|
||||||
|
resources.resourceId,
|
||||||
|
db
|
||||||
|
.select({ id: resources.resourceId })
|
||||||
|
.from(resources)
|
||||||
|
.leftJoin(targets, eq(targets.resourceId, resources.resourceId))
|
||||||
|
.leftJoin(sites, eq(targets.siteId, sites.siteId))
|
||||||
|
.leftJoin(exitNodes, eq(sites.exitNodeId, exitNodes.exitNodeId))
|
||||||
|
.where(like(sql`LOWER(${exitNodes.endpoint})`, pattern))
|
||||||
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
if (labelsFeatureEnabled) {
|
if (labelsFeatureEnabled) {
|
||||||
@@ -238,6 +328,11 @@ function buildSearchConditionForSiteResource(
|
|||||||
const queryList = [
|
const queryList = [
|
||||||
like(sql`LOWER(${siteResources.name})`, pattern),
|
like(sql`LOWER(${siteResources.name})`, pattern),
|
||||||
like(sql`LOWER(${siteResources.destination})`, pattern),
|
like(sql`LOWER(${siteResources.destination})`, pattern),
|
||||||
|
like(
|
||||||
|
sql`LOWER(cast(${siteResources.destinationPort} as text))`,
|
||||||
|
pattern
|
||||||
|
),
|
||||||
|
like(sql`LOWER(${siteResources.scheme})`, pattern),
|
||||||
like(sql`LOWER(${siteResources.alias})`, pattern),
|
like(sql`LOWER(${siteResources.alias})`, pattern),
|
||||||
like(sql`LOWER(${siteResources.fullDomain})`, pattern),
|
like(sql`LOWER(${siteResources.fullDomain})`, pattern),
|
||||||
like(sql`LOWER(${siteResources.aliasAddress})`, pattern)
|
like(sql`LOWER(${siteResources.aliasAddress})`, pattern)
|
||||||
@@ -262,6 +357,79 @@ function buildSearchConditionForSiteResource(
|
|||||||
return or(...queryList);
|
return or(...queryList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function filterPublicResourceIdsByTextSearch(
|
||||||
|
orgId: string,
|
||||||
|
resourceIds: number[],
|
||||||
|
query: string,
|
||||||
|
labelsFeatureEnabled: boolean
|
||||||
|
): Promise<number[]> {
|
||||||
|
if (!query.trim() || resourceIds.length === 0) {
|
||||||
|
return resourceIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
const textMatch = combineOrConditions(
|
||||||
|
buildSearchConditionForPublic(query, labelsFeatureEnabled),
|
||||||
|
buildSiteNameSearchCondition(query)
|
||||||
|
);
|
||||||
|
if (!textMatch) {
|
||||||
|
return resourceIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
const rows = await db
|
||||||
|
.selectDistinct({ resourceId: resources.resourceId })
|
||||||
|
.from(resources)
|
||||||
|
.leftJoin(targets, eq(targets.resourceId, resources.resourceId))
|
||||||
|
.leftJoin(sites, eq(targets.siteId, sites.siteId))
|
||||||
|
.where(
|
||||||
|
and(
|
||||||
|
inArray(resources.resourceId, resourceIds),
|
||||||
|
eq(resources.orgId, orgId),
|
||||||
|
eq(resources.enabled, true),
|
||||||
|
textMatch
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
return rows.map((row) => row.resourceId);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function filterSiteResourceIdsByTextSearch(
|
||||||
|
orgId: string,
|
||||||
|
siteResourceIds: number[],
|
||||||
|
query: string,
|
||||||
|
labelsFeatureEnabled: boolean
|
||||||
|
): Promise<number[]> {
|
||||||
|
if (!query.trim() || siteResourceIds.length === 0) {
|
||||||
|
return siteResourceIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
const textMatch = combineOrConditions(
|
||||||
|
buildSearchConditionForSiteResource(query, labelsFeatureEnabled),
|
||||||
|
buildSiteNameSearchCondition(query)
|
||||||
|
);
|
||||||
|
if (!textMatch) {
|
||||||
|
return siteResourceIds;
|
||||||
|
}
|
||||||
|
|
||||||
|
const rows = await db
|
||||||
|
.selectDistinct({ siteResourceId: siteResources.siteResourceId })
|
||||||
|
.from(siteResources)
|
||||||
|
.leftJoin(
|
||||||
|
siteNetworks,
|
||||||
|
eq(siteResources.networkId, siteNetworks.networkId)
|
||||||
|
)
|
||||||
|
.leftJoin(sites, eq(siteNetworks.siteId, sites.siteId))
|
||||||
|
.where(
|
||||||
|
and(
|
||||||
|
inArray(siteResources.siteResourceId, siteResourceIds),
|
||||||
|
eq(siteResources.orgId, orgId),
|
||||||
|
eq(siteResources.enabled, true),
|
||||||
|
textMatch
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
|
return rows.map((row) => row.siteResourceId);
|
||||||
|
}
|
||||||
|
|
||||||
async function labelsEnabled(orgId: string): Promise<boolean> {
|
async function labelsEnabled(orgId: string): Promise<boolean> {
|
||||||
return isLicensedOrSubscribed(orgId, tierMatrix.labels);
|
return isLicensedOrSubscribed(orgId, tierMatrix.labels);
|
||||||
}
|
}
|
||||||
@@ -588,9 +756,8 @@ async function listSiteGroups(
|
|||||||
});
|
});
|
||||||
|
|
||||||
const total = groups.length;
|
const total = groups.length;
|
||||||
const offset = (query.page - 1) * query.pageSize;
|
|
||||||
return {
|
return {
|
||||||
groups: groups.slice(offset, offset + query.pageSize),
|
groups,
|
||||||
total
|
total
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -788,26 +955,53 @@ async function listLabelGroups(
|
|||||||
});
|
});
|
||||||
|
|
||||||
const total = groups.length;
|
const total = groups.length;
|
||||||
const offset = (query.page - 1) * query.pageSize;
|
|
||||||
return {
|
return {
|
||||||
groups: groups.slice(offset, offset + query.pageSize),
|
groups,
|
||||||
total
|
total
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function listLauncherGroupsForUserUncached(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
userRoleIds: number[],
|
||||||
|
query: LauncherListQuery
|
||||||
|
): Promise<LauncherGroupsCacheEntry> {
|
||||||
|
const accessible = await resolveAccessibleIds(orgId, userId, userRoleIds);
|
||||||
|
|
||||||
|
if (query.groupBy === "label") {
|
||||||
|
return listLabelGroups(orgId, accessible, query);
|
||||||
|
}
|
||||||
|
|
||||||
|
return listSiteGroups(orgId, accessible, query);
|
||||||
|
}
|
||||||
|
|
||||||
export async function listLauncherGroupsForUser(
|
export async function listLauncherGroupsForUser(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
userId: string,
|
userId: string,
|
||||||
userRoleIds: number[],
|
userRoleIds: number[],
|
||||||
query: LauncherListQuery
|
query: LauncherListQuery
|
||||||
): Promise<{ groups: LauncherGroup[]; total: number }> {
|
): Promise<{ groups: LauncherGroup[]; total: number }> {
|
||||||
const accessible = await resolveAccessibleIds(orgId, userId, userRoleIds);
|
const queryHash = launcherGroupsQueryHash(userRoleIds, query);
|
||||||
|
const cacheKey = launcherGroupsCacheKey(orgId, userId, queryHash);
|
||||||
|
const cached = await cache.get<LauncherGroupsCacheEntry>(cacheKey);
|
||||||
|
|
||||||
if (query.groupBy === "label") {
|
let result = cached;
|
||||||
return listLabelGroups(orgId, accessible, query);
|
if (!result) {
|
||||||
|
result = await listLauncherGroupsForUserUncached(
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
userRoleIds,
|
||||||
|
query
|
||||||
|
);
|
||||||
|
await cache.set(cacheKey, result, LAUNCHER_GROUPS_RESULT_TTL_SEC);
|
||||||
}
|
}
|
||||||
|
|
||||||
return listSiteGroups(orgId, accessible, query);
|
const offset = (query.page - 1) * query.pageSize;
|
||||||
|
return {
|
||||||
|
groups: result.groups.slice(offset, offset + query.pageSize),
|
||||||
|
total: result.total
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
async function mapPublicResources(
|
async function mapPublicResources(
|
||||||
@@ -1018,26 +1212,6 @@ function filterResourcesByLabel(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function filterResourcesBySearch(
|
|
||||||
items: LauncherResource[],
|
|
||||||
query: string
|
|
||||||
): LauncherResource[] {
|
|
||||||
if (!query.trim()) {
|
|
||||||
return items;
|
|
||||||
}
|
|
||||||
const pattern = query.trim().toLowerCase();
|
|
||||||
return items.filter(
|
|
||||||
(item) =>
|
|
||||||
item.name.toLowerCase().includes(pattern) ||
|
|
||||||
item.accessDisplay.toLowerCase().includes(pattern) ||
|
|
||||||
item.accessCopyValue.toLowerCase().includes(pattern) ||
|
|
||||||
item.labels.some((label) =>
|
|
||||||
label.name.toLowerCase().includes(pattern)
|
|
||||||
) ||
|
|
||||||
item.site?.name.toLowerCase().includes(pattern)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function sortLauncherResources(
|
function sortLauncherResources(
|
||||||
items: LauncherResource[],
|
items: LauncherResource[],
|
||||||
order: "asc" | "desc"
|
order: "asc" | "desc"
|
||||||
@@ -1050,12 +1224,12 @@ function sortLauncherResources(
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function listLauncherResourcesForUser(
|
async function listLauncherResourcesForUserUncached(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
userId: string,
|
userId: string,
|
||||||
userRoleIds: number[],
|
userRoleIds: number[],
|
||||||
query: LauncherListQuery & { groupKey: string }
|
query: LauncherListQuery & { groupKey: string }
|
||||||
): Promise<{ resources: LauncherResource[]; total: number }> {
|
): Promise<LauncherResourcesCacheEntry> {
|
||||||
const accessible = await resolveAccessibleIds(orgId, userId, userRoleIds);
|
const accessible = await resolveAccessibleIds(orgId, userId, userRoleIds);
|
||||||
|
|
||||||
const siteFilterIds = parseIdListParam(query.siteIds);
|
const siteFilterIds = parseIdListParam(query.siteIds);
|
||||||
@@ -1128,6 +1302,27 @@ export async function listLauncherResourcesForUser(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const labelsFeatureEnabled = await labelsEnabled(orgId);
|
||||||
|
|
||||||
|
if (query.query.trim()) {
|
||||||
|
if (filteredResourceIds.length > 0) {
|
||||||
|
filteredResourceIds = await filterPublicResourceIdsByTextSearch(
|
||||||
|
orgId,
|
||||||
|
filteredResourceIds,
|
||||||
|
query.query,
|
||||||
|
labelsFeatureEnabled
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (filteredSiteResourceIds.length > 0) {
|
||||||
|
filteredSiteResourceIds = await filterSiteResourceIdsByTextSearch(
|
||||||
|
orgId,
|
||||||
|
filteredSiteResourceIds,
|
||||||
|
query.query,
|
||||||
|
labelsFeatureEnabled
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
const labelMaps = await fetchLabelsForResources(
|
const labelMaps = await fetchLabelsForResources(
|
||||||
orgId,
|
orgId,
|
||||||
filteredResourceIds,
|
filteredResourceIds,
|
||||||
@@ -1159,21 +1354,48 @@ export async function listLauncherResourcesForUser(
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
let items = [...publicItems, ...siteItems];
|
let items = [...publicItems, ...siteItems];
|
||||||
items = filterResourcesBySearch(items, query.query);
|
|
||||||
|
|
||||||
if (query.groupBy === "label") {
|
if (query.groupKey !== LAUNCHER_FLAT_GROUP_KEY) {
|
||||||
items = filterResourcesByLabel(items, query.groupKey);
|
if (query.groupBy === "label") {
|
||||||
} else if (query.groupBy === "site") {
|
items = filterResourcesByLabel(items, query.groupKey);
|
||||||
items = filterResourcesBySite(items, query.groupKey);
|
} else if (query.groupBy === "site") {
|
||||||
|
items = filterResourcesBySite(items, query.groupKey);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
items = sortLauncherResources(items, query.order);
|
items = sortLauncherResources(items, query.order);
|
||||||
|
|
||||||
const total = items.length;
|
return {
|
||||||
|
items,
|
||||||
|
total: items.length
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function listLauncherResourcesForUser(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
userRoleIds: number[],
|
||||||
|
query: LauncherListQuery & { groupKey: string }
|
||||||
|
): Promise<{ resources: LauncherResource[]; total: number }> {
|
||||||
|
const queryHash = launcherResourcesQueryHash(userRoleIds, query);
|
||||||
|
const cacheKey = launcherResourcesCacheKey(orgId, userId, queryHash);
|
||||||
|
const cached = await cache.get<LauncherResourcesCacheEntry>(cacheKey);
|
||||||
|
|
||||||
|
let result = cached;
|
||||||
|
if (!result) {
|
||||||
|
result = await listLauncherResourcesForUserUncached(
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
userRoleIds,
|
||||||
|
query
|
||||||
|
);
|
||||||
|
await cache.set(cacheKey, result, LAUNCHER_RESOURCES_RESULT_TTL_SEC);
|
||||||
|
}
|
||||||
|
|
||||||
const offset = (query.page - 1) * query.pageSize;
|
const offset = (query.page - 1) * query.pageSize;
|
||||||
return {
|
return {
|
||||||
resources: items.slice(offset, offset + query.pageSize),
|
resources: result.items.slice(offset, offset + query.pageSize),
|
||||||
total
|
total: result.total
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
133
server/routers/launcher/launcherScale.ts
Normal file
133
server/routers/launcher/launcherScale.ts
Normal file
@@ -0,0 +1,133 @@
|
|||||||
|
import { regionalCache as cache } from "#dynamic/lib/cache";
|
||||||
|
import {
|
||||||
|
listLauncherGroupsForUser,
|
||||||
|
resolveAccessibleIds
|
||||||
|
} from "./launcherResourceAccess";
|
||||||
|
import {
|
||||||
|
parseIdListParam,
|
||||||
|
type LauncherScaleInfo,
|
||||||
|
type LauncherScaleQuery
|
||||||
|
} from "./types";
|
||||||
|
|
||||||
|
export const LAUNCHER_FULL_MAX_RESOURCES = 2000;
|
||||||
|
export const LAUNCHER_FULL_MAX_SITE_GROUPS = 200;
|
||||||
|
export const LAUNCHER_FULL_MAX_LABEL_GROUPS = 100;
|
||||||
|
export const LAUNCHER_FILTERED_SITE_GROUPING_MAX = 20;
|
||||||
|
|
||||||
|
const LAUNCHER_SCALE_COUNTS_TTL_SEC = 60;
|
||||||
|
|
||||||
|
type LauncherScaleCountsCacheEntry = {
|
||||||
|
resourceCount: number;
|
||||||
|
siteGroupCount: number;
|
||||||
|
labelGroupCount: number;
|
||||||
|
mode: LauncherScaleInfo["mode"];
|
||||||
|
};
|
||||||
|
|
||||||
|
function launcherScaleCountsCacheKey(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
roleIds: number[]
|
||||||
|
) {
|
||||||
|
const rolesKey = [...roleIds].sort((a, b) => a - b).join(",");
|
||||||
|
return `launcher:scale:counts:${orgId}:${userId}:${rolesKey}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
function buildScaleCapabilities(
|
||||||
|
counts: LauncherScaleCountsCacheEntry,
|
||||||
|
query: LauncherScaleQuery
|
||||||
|
): LauncherScaleInfo["capabilities"] {
|
||||||
|
const siteFilterIds = parseIdListParam(query.siteIds);
|
||||||
|
const labelFilterIds = parseIdListParam(query.labelIds);
|
||||||
|
|
||||||
|
return {
|
||||||
|
allowSiteGrouping:
|
||||||
|
counts.siteGroupCount <= LAUNCHER_FULL_MAX_SITE_GROUPS ||
|
||||||
|
(siteFilterIds.length > 0 &&
|
||||||
|
siteFilterIds.length <= LAUNCHER_FILTERED_SITE_GROUPING_MAX),
|
||||||
|
allowLabelGrouping:
|
||||||
|
counts.labelGroupCount <= LAUNCHER_FULL_MAX_LABEL_GROUPS ||
|
||||||
|
(labelFilterIds.length > 0 &&
|
||||||
|
labelFilterIds.length <= LAUNCHER_FILTERED_SITE_GROUPING_MAX),
|
||||||
|
requireSearchOrFilter:
|
||||||
|
counts.mode === "compact" &&
|
||||||
|
counts.resourceCount > LAUNCHER_FULL_MAX_RESOURCES
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
async function getLauncherScaleCountsForUser(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
userRoleIds: number[]
|
||||||
|
): Promise<LauncherScaleCountsCacheEntry> {
|
||||||
|
const cacheKey = launcherScaleCountsCacheKey(orgId, userId, userRoleIds);
|
||||||
|
const cached = await cache.get<LauncherScaleCountsCacheEntry>(cacheKey);
|
||||||
|
if (cached) {
|
||||||
|
return cached;
|
||||||
|
}
|
||||||
|
|
||||||
|
const accessible = await resolveAccessibleIds(orgId, userId, userRoleIds);
|
||||||
|
const resourceCount =
|
||||||
|
accessible.resourceIds.length + accessible.siteResourceIds.length;
|
||||||
|
|
||||||
|
const baselineQuery = {
|
||||||
|
query: "",
|
||||||
|
groupBy: "site" as const,
|
||||||
|
siteIds: undefined,
|
||||||
|
labelIds: undefined,
|
||||||
|
sort_by: "name" as const,
|
||||||
|
order: "asc" as const,
|
||||||
|
page: 1,
|
||||||
|
pageSize: 1
|
||||||
|
};
|
||||||
|
|
||||||
|
const [{ total: siteGroupCount }, { total: labelGroupCount }] =
|
||||||
|
await Promise.all([
|
||||||
|
listLauncherGroupsForUser(
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
userRoleIds,
|
||||||
|
baselineQuery
|
||||||
|
),
|
||||||
|
listLauncherGroupsForUser(orgId, userId, userRoleIds, {
|
||||||
|
...baselineQuery,
|
||||||
|
groupBy: "label"
|
||||||
|
})
|
||||||
|
]);
|
||||||
|
|
||||||
|
const mode =
|
||||||
|
resourceCount <= LAUNCHER_FULL_MAX_RESOURCES &&
|
||||||
|
siteGroupCount <= LAUNCHER_FULL_MAX_SITE_GROUPS
|
||||||
|
? "full"
|
||||||
|
: "compact";
|
||||||
|
|
||||||
|
const result: LauncherScaleCountsCacheEntry = {
|
||||||
|
resourceCount,
|
||||||
|
siteGroupCount,
|
||||||
|
labelGroupCount,
|
||||||
|
mode
|
||||||
|
};
|
||||||
|
|
||||||
|
await cache.set(cacheKey, result, LAUNCHER_SCALE_COUNTS_TTL_SEC);
|
||||||
|
return result;
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function getLauncherScaleForUser(
|
||||||
|
orgId: string,
|
||||||
|
userId: string,
|
||||||
|
userRoleIds: number[],
|
||||||
|
query: LauncherScaleQuery
|
||||||
|
): Promise<LauncherScaleInfo> {
|
||||||
|
const counts = await getLauncherScaleCountsForUser(
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
userRoleIds
|
||||||
|
);
|
||||||
|
|
||||||
|
return {
|
||||||
|
mode: counts.mode,
|
||||||
|
resourceCount: counts.resourceCount,
|
||||||
|
siteGroupCount: counts.siteGroupCount,
|
||||||
|
labelGroupCount: counts.labelGroupCount,
|
||||||
|
capabilities: buildScaleCapabilities(counts, query)
|
||||||
|
};
|
||||||
|
}
|
||||||
60
server/routers/launcher/listLauncherScale.ts
Normal file
60
server/routers/launcher/listLauncherScale.ts
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
import { response } from "@server/lib/response";
|
||||||
|
import HttpCode from "@server/types/HttpCode";
|
||||||
|
import { NextFunction, Request, Response } from "express";
|
||||||
|
import createHttpError from "http-errors";
|
||||||
|
import { fromZodError } from "zod-validation-error";
|
||||||
|
import { getLauncherScaleForUser } from "./launcherScale";
|
||||||
|
import { launcherScaleQuerySchema } from "./types";
|
||||||
|
|
||||||
|
export async function listLauncherScale(
|
||||||
|
req: Request,
|
||||||
|
res: Response,
|
||||||
|
next: NextFunction
|
||||||
|
): Promise<any> {
|
||||||
|
try {
|
||||||
|
const orgId = req.userOrgId;
|
||||||
|
const userId = req.user!.userId;
|
||||||
|
|
||||||
|
if (!orgId) {
|
||||||
|
return next(
|
||||||
|
createHttpError(HttpCode.BAD_REQUEST, "Invalid organization ID")
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const parsed = launcherScaleQuerySchema.safeParse(req.query);
|
||||||
|
if (!parsed.success) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.BAD_REQUEST,
|
||||||
|
fromZodError(parsed.error)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const scale = await getLauncherScaleForUser(
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
req.userOrgRoleIds ?? [],
|
||||||
|
parsed.data
|
||||||
|
);
|
||||||
|
|
||||||
|
return response(res, {
|
||||||
|
data: { scale },
|
||||||
|
success: true,
|
||||||
|
error: false,
|
||||||
|
message: "Launcher scale retrieved successfully",
|
||||||
|
status: HttpCode.OK
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
if (createHttpError.isHttpError(error)) {
|
||||||
|
return next(error);
|
||||||
|
}
|
||||||
|
console.error("Error listing launcher scale:", error);
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.INTERNAL_SERVER_ERROR,
|
||||||
|
"Internal server error"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,22 +4,10 @@ import HttpCode from "@server/types/HttpCode";
|
|||||||
import { and, eq, isNull, or } from "drizzle-orm";
|
import { and, eq, isNull, or } from "drizzle-orm";
|
||||||
import { NextFunction, Request, Response } from "express";
|
import { NextFunction, Request, Response } from "express";
|
||||||
import createHttpError from "http-errors";
|
import createHttpError from "http-errors";
|
||||||
import { launcherViewConfigSchema, type LauncherViewRecord } from "./types";
|
import {
|
||||||
|
extractDefaultViewOverrides,
|
||||||
function mapViewRow(
|
listVisibleLauncherViews
|
||||||
row: typeof launcherViews.$inferSelect
|
} from "./launcherDefaultView";
|
||||||
): LauncherViewRecord {
|
|
||||||
return {
|
|
||||||
viewId: row.viewId,
|
|
||||||
orgId: row.orgId,
|
|
||||||
userId: row.userId,
|
|
||||||
name: row.name,
|
|
||||||
config: launcherViewConfigSchema.parse(JSON.parse(row.config)),
|
|
||||||
createdAt: row.createdAt,
|
|
||||||
updatedAt: row.updatedAt,
|
|
||||||
isOrgWide: row.userId == null
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function listLauncherViews(
|
export async function listLauncherViews(
|
||||||
req: Request,
|
req: Request,
|
||||||
@@ -51,7 +39,8 @@ export async function listLauncherViews(
|
|||||||
|
|
||||||
return response(res, {
|
return response(res, {
|
||||||
data: {
|
data: {
|
||||||
views: rows.map(mapViewRow)
|
views: listVisibleLauncherViews(rows),
|
||||||
|
defaultViewOverrides: extractDefaultViewOverrides(rows)
|
||||||
},
|
},
|
||||||
success: true,
|
success: true,
|
||||||
error: false,
|
error: false,
|
||||||
|
|||||||
@@ -2,9 +2,10 @@ import { z } from "zod";
|
|||||||
|
|
||||||
export const LAUNCHER_UNLABELED_GROUP_KEY = "unlabeled";
|
export const LAUNCHER_UNLABELED_GROUP_KEY = "unlabeled";
|
||||||
export const LAUNCHER_NO_SITE_GROUP_KEY = "no-site";
|
export const LAUNCHER_NO_SITE_GROUP_KEY = "no-site";
|
||||||
|
export const LAUNCHER_FLAT_GROUP_KEY = "__all__";
|
||||||
|
|
||||||
export const launcherViewConfigSchema = z.object({
|
export const launcherViewConfigSchema = z.object({
|
||||||
groupBy: z.enum(["site", "label"]).default("site"),
|
groupBy: z.enum(["site", "label", "none"]).default("site"),
|
||||||
layout: z.enum(["grid", "list"]).default("grid"),
|
layout: z.enum(["grid", "list"]).default("grid"),
|
||||||
sortBy: z.literal("name").default("name"),
|
sortBy: z.literal("name").default("name"),
|
||||||
order: z.enum(["asc", "desc"]).default("asc"),
|
order: z.enum(["asc", "desc"]).default("asc"),
|
||||||
@@ -88,10 +89,31 @@ export type LauncherViewRecord = {
|
|||||||
createdAt: string;
|
createdAt: string;
|
||||||
updatedAt: string;
|
updatedAt: string;
|
||||||
isOrgWide: boolean;
|
isOrgWide: boolean;
|
||||||
|
isDefault: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type LauncherDefaultViewOverrides = {
|
||||||
|
personal: LauncherViewRecord | null;
|
||||||
|
orgWide: LauncherViewRecord | null;
|
||||||
|
};
|
||||||
|
|
||||||
|
export function getEffectiveDefaultLauncherConfig(
|
||||||
|
overrides: LauncherDefaultViewOverrides
|
||||||
|
): LauncherViewConfig {
|
||||||
|
if (overrides.personal) {
|
||||||
|
return overrides.personal.config;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (overrides.orgWide) {
|
||||||
|
return overrides.orgWide.config;
|
||||||
|
}
|
||||||
|
|
||||||
|
return defaultLauncherViewConfig;
|
||||||
|
}
|
||||||
|
|
||||||
export type ListLauncherViewsResponse = {
|
export type ListLauncherViewsResponse = {
|
||||||
views: LauncherViewRecord[];
|
views: LauncherViewRecord[];
|
||||||
|
defaultViewOverrides: LauncherDefaultViewOverrides;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const launcherFilterListQuerySchema = z.strictObject({
|
export const launcherFilterListQuerySchema = z.strictObject({
|
||||||
@@ -100,8 +122,8 @@ export const launcherFilterListQuerySchema = z.strictObject({
|
|||||||
.int()
|
.int()
|
||||||
.positive()
|
.positive()
|
||||||
.optional()
|
.optional()
|
||||||
.catch(500)
|
.catch(20)
|
||||||
.default(500),
|
.default(20),
|
||||||
page: z.coerce.number().int().min(1).optional().catch(1).default(1),
|
page: z.coerce.number().int().min(1).optional().catch(1).default(1),
|
||||||
query: z.string().optional().default("")
|
query: z.string().optional().default("")
|
||||||
});
|
});
|
||||||
@@ -138,7 +160,7 @@ export const launcherListQuerySchema = z.strictObject({
|
|||||||
.default(20),
|
.default(20),
|
||||||
page: z.coerce.number().int().min(1).optional().catch(1).default(1),
|
page: z.coerce.number().int().min(1).optional().catch(1).default(1),
|
||||||
query: z.string().optional().default(""),
|
query: z.string().optional().default(""),
|
||||||
groupBy: z.enum(["site", "label"]).optional().default("site"),
|
groupBy: z.enum(["site", "label", "none"]).optional().default("site"),
|
||||||
groupKey: z.string().optional(),
|
groupKey: z.string().optional(),
|
||||||
siteIds: z.string().optional(),
|
siteIds: z.string().optional(),
|
||||||
labelIds: z.string().optional(),
|
labelIds: z.string().optional(),
|
||||||
@@ -163,3 +185,32 @@ export const DEFAULT_LAUNCHER_VIEW_ID = "default" as const;
|
|||||||
export type LauncherViewSelection =
|
export type LauncherViewSelection =
|
||||||
| { type: "default" }
|
| { type: "default" }
|
||||||
| { type: "saved"; viewId: number };
|
| { type: "saved"; viewId: number };
|
||||||
|
|
||||||
|
export type LauncherScaleCapabilities = {
|
||||||
|
allowSiteGrouping: boolean;
|
||||||
|
allowLabelGrouping: boolean;
|
||||||
|
requireSearchOrFilter: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type LauncherScaleInfo = {
|
||||||
|
mode: "full" | "compact";
|
||||||
|
resourceCount: number;
|
||||||
|
siteGroupCount: number;
|
||||||
|
labelGroupCount: number;
|
||||||
|
capabilities: LauncherScaleCapabilities;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type ListLauncherScaleResponse = {
|
||||||
|
scale: LauncherScaleInfo;
|
||||||
|
};
|
||||||
|
|
||||||
|
export const launcherScaleQuerySchema = z.strictObject({
|
||||||
|
query: z.string().optional().default(""),
|
||||||
|
groupBy: z.enum(["site", "label", "none"]).optional().default("site"),
|
||||||
|
siteIds: z.string().optional(),
|
||||||
|
labelIds: z.string().optional(),
|
||||||
|
sort_by: z.literal("name").optional().default("name"),
|
||||||
|
order: z.enum(["asc", "desc"]).optional().default("asc")
|
||||||
|
});
|
||||||
|
|
||||||
|
export type LauncherScaleQuery = z.infer<typeof launcherScaleQuerySchema>;
|
||||||
|
|||||||
@@ -66,6 +66,15 @@ export async function updateLauncherView(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (existing.isDefault) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.BAD_REQUEST,
|
||||||
|
"Use the default view save endpoint for this view"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
const isPersonalView = existing.userId === userId;
|
const isPersonalView = existing.userId === userId;
|
||||||
const isOrgWideView = existing.userId == null;
|
const isOrgWideView = existing.userId == null;
|
||||||
const canManageOrgWide = await checkUserActionPermission(
|
const canManageOrgWide = await checkUserActionPermission(
|
||||||
@@ -135,7 +144,8 @@ export async function updateLauncherView(
|
|||||||
),
|
),
|
||||||
createdAt: updated.createdAt,
|
createdAt: updated.createdAt,
|
||||||
updatedAt: updated.updatedAt,
|
updatedAt: updated.updatedAt,
|
||||||
isOrgWide: updated.userId == null
|
isOrgWide: updated.userId == null,
|
||||||
|
isDefault: updated.isDefault
|
||||||
},
|
},
|
||||||
success: true,
|
success: true,
|
||||||
error: false,
|
error: false,
|
||||||
|
|||||||
82
server/routers/launcher/upsertLauncherDefaultView.ts
Normal file
82
server/routers/launcher/upsertLauncherDefaultView.ts
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
import { response } from "@server/lib/response";
|
||||||
|
import HttpCode from "@server/types/HttpCode";
|
||||||
|
import { NextFunction, Request, Response } from "express";
|
||||||
|
import createHttpError from "http-errors";
|
||||||
|
import { fromZodError } from "zod-validation-error";
|
||||||
|
import { z } from "zod";
|
||||||
|
import { ActionsEnum, checkUserActionPermission } from "@server/auth/actions";
|
||||||
|
import { upsertDefaultViewOverride } from "./launcherDefaultView";
|
||||||
|
import { launcherViewConfigSchema } from "./types";
|
||||||
|
|
||||||
|
const upsertLauncherDefaultViewBodySchema = z.strictObject({
|
||||||
|
config: launcherViewConfigSchema,
|
||||||
|
orgWide: z.boolean().optional().default(false)
|
||||||
|
});
|
||||||
|
|
||||||
|
export async function upsertLauncherDefaultView(
|
||||||
|
req: Request,
|
||||||
|
res: Response,
|
||||||
|
next: NextFunction
|
||||||
|
): Promise<any> {
|
||||||
|
try {
|
||||||
|
const orgId = req.userOrgId;
|
||||||
|
const userId = req.user!.userId;
|
||||||
|
|
||||||
|
if (!orgId) {
|
||||||
|
return next(
|
||||||
|
createHttpError(HttpCode.BAD_REQUEST, "Invalid organization ID")
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const parsed = upsertLauncherDefaultViewBodySchema.safeParse(req.body);
|
||||||
|
if (!parsed.success) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.BAD_REQUEST,
|
||||||
|
fromZodError(parsed.error)
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (parsed.data.orgWide) {
|
||||||
|
const canManageOrgWide = await checkUserActionPermission(
|
||||||
|
ActionsEnum.createOrgWideLauncherView,
|
||||||
|
req
|
||||||
|
);
|
||||||
|
if (!canManageOrgWide) {
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.FORBIDDEN,
|
||||||
|
"User does not have permission perform this action"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const view = await upsertDefaultViewOverride({
|
||||||
|
orgId,
|
||||||
|
userId,
|
||||||
|
orgWide: parsed.data.orgWide,
|
||||||
|
config: parsed.data.config
|
||||||
|
});
|
||||||
|
|
||||||
|
return response(res, {
|
||||||
|
data: view,
|
||||||
|
success: true,
|
||||||
|
error: false,
|
||||||
|
message: "Launcher default view saved successfully",
|
||||||
|
status: HttpCode.OK
|
||||||
|
});
|
||||||
|
} catch (error) {
|
||||||
|
if (createHttpError.isHttpError(error)) {
|
||||||
|
return next(error);
|
||||||
|
}
|
||||||
|
console.error("Error saving launcher default view:", error);
|
||||||
|
return next(
|
||||||
|
createHttpError(
|
||||||
|
HttpCode.INTERNAL_SERVER_ERROR,
|
||||||
|
"Internal server error"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -50,7 +50,7 @@ export const handleApplyBlueprintMessage: MessageHandler = async (context) => {
|
|||||||
source: "NEWT"
|
source: "NEWT"
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`Failed to update database from config: ${error}`);
|
logger.debug(`Failed to update database from config: ${error}`);
|
||||||
return {
|
return {
|
||||||
message: {
|
message: {
|
||||||
type: "newt/blueprint/results",
|
type: "newt/blueprint/results",
|
||||||
|
|||||||
@@ -616,8 +616,8 @@ export async function listResources(
|
|||||||
and(
|
and(
|
||||||
inArray(resources.mode, browserGatewayModes),
|
inArray(resources.mode, browserGatewayModes),
|
||||||
or(
|
or(
|
||||||
eq(effectiveSso, true),
|
effectiveSso,
|
||||||
eq(effectiveWhitelist, true),
|
effectiveWhitelist,
|
||||||
not(isNull(effectiveHeaderAuthId)),
|
not(isNull(effectiveHeaderAuthId)),
|
||||||
not(isNull(effectivePincodeId)),
|
not(isNull(effectivePincodeId)),
|
||||||
not(isNull(effectivePasswordId))
|
not(isNull(effectivePasswordId))
|
||||||
@@ -629,8 +629,8 @@ export async function listResources(
|
|||||||
conditions.push(
|
conditions.push(
|
||||||
and(
|
and(
|
||||||
inArray(resources.mode, browserGatewayModes),
|
inArray(resources.mode, browserGatewayModes),
|
||||||
not(eq(effectiveSso, true)),
|
not(effectiveSso),
|
||||||
not(eq(effectiveWhitelist, true)),
|
not(effectiveWhitelist),
|
||||||
isNull(effectiveHeaderAuthId),
|
isNull(effectiveHeaderAuthId),
|
||||||
isNull(effectivePincodeId),
|
isNull(effectivePincodeId),
|
||||||
isNull(effectivePasswordId)
|
isNull(effectivePasswordId)
|
||||||
|
|||||||
@@ -82,9 +82,11 @@ export default async function OrgPage(props: OrgPageProps) {
|
|||||||
orgId={orgId}
|
orgId={orgId}
|
||||||
isAdmin={isAdminOrOwner}
|
isAdmin={isAdminOrOwner}
|
||||||
views={launcherData.views}
|
views={launcherData.views}
|
||||||
|
defaultViewOverrides={launcherData.defaultViewOverrides}
|
||||||
activeViewId={launcherData.activeViewId}
|
activeViewId={launcherData.activeViewId}
|
||||||
config={launcherData.config}
|
config={launcherData.config}
|
||||||
savedConfig={launcherData.savedConfig}
|
savedConfig={launcherData.savedConfig}
|
||||||
|
scale={launcherData.scale}
|
||||||
groups={launcherData.groups}
|
groups={launcherData.groups}
|
||||||
groupsPagination={launcherData.groupsPagination}
|
groupsPagination={launcherData.groupsPagination}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ import {
|
|||||||
import { AxiosResponse } from "axios";
|
import { AxiosResponse } from "axios";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { useParams, useRouter } from "next/navigation";
|
import { useParams, useRouter } from "next/navigation";
|
||||||
import { useActionState } from "react";
|
import { useActionState, useState } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
import { z } from "zod";
|
import { z } from "zod";
|
||||||
|
|
||||||
@@ -137,11 +137,21 @@ function ProxyResourceHttpForm({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const [, formAction, saveLoading] = useActionState(onSubmit, null);
|
const [, formAction, saveLoading] = useActionState(onSubmit, null);
|
||||||
|
const [headersValid, setHeadersValid] = useState(true);
|
||||||
|
|
||||||
async function onSubmit() {
|
async function onSubmit() {
|
||||||
const isValid = await form.trigger();
|
const isValid = await form.trigger();
|
||||||
if (!isValid) return;
|
if (!isValid) return;
|
||||||
|
|
||||||
|
if (!headersValid) {
|
||||||
|
toast({
|
||||||
|
variant: "destructive",
|
||||||
|
title: t("settingsErrorUpdate"),
|
||||||
|
description: t("headersValidationError")
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const data = form.getValues();
|
const data = form.getValues();
|
||||||
|
|
||||||
const res = await api
|
const res = await api
|
||||||
@@ -318,6 +328,9 @@ function ProxyResourceHttpForm({
|
|||||||
onChange={
|
onChange={
|
||||||
field.onChange
|
field.onChange
|
||||||
}
|
}
|
||||||
|
onValidityChange={
|
||||||
|
setHeadersValid
|
||||||
|
}
|
||||||
rows={4}
|
rows={4}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
@@ -341,7 +354,7 @@ function ProxyResourceHttpForm({
|
|||||||
<Button
|
<Button
|
||||||
type="submit"
|
type="submit"
|
||||||
loading={saveLoading}
|
loading={saveLoading}
|
||||||
disabled={saveLoading}
|
disabled={saveLoading || !headersValid}
|
||||||
form="http-settings-form"
|
form="http-settings-form"
|
||||||
>
|
>
|
||||||
{t("saveSettings")}
|
{t("saveSettings")}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import { cn } from "@app/lib/cn";
|
||||||
import { Check, Copy } from "lucide-react";
|
import { Check, Copy } from "lucide-react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useState } from "react";
|
import { useState } from "react";
|
||||||
@@ -7,12 +8,14 @@ type CopyToClipboardProps = {
|
|||||||
text: string;
|
text: string;
|
||||||
displayText?: string;
|
displayText?: string;
|
||||||
isLink?: boolean;
|
isLink?: boolean;
|
||||||
|
className?: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
const CopyToClipboard = ({
|
const CopyToClipboard = ({
|
||||||
text,
|
text,
|
||||||
displayText,
|
displayText,
|
||||||
isLink
|
isLink,
|
||||||
|
className
|
||||||
}: CopyToClipboardProps) => {
|
}: CopyToClipboardProps) => {
|
||||||
const [copied, setCopied] = useState(false);
|
const [copied, setCopied] = useState(false);
|
||||||
|
|
||||||
@@ -48,14 +51,20 @@ const CopyToClipboard = ({
|
|||||||
href={text}
|
href={text}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="truncate hover:underline text-sm min-w-0 max-w-full"
|
className={cn(
|
||||||
|
"truncate hover:underline text-sm min-w-0 max-w-full",
|
||||||
|
className
|
||||||
|
)}
|
||||||
title={text} // Shows full text on hover
|
title={text} // Shows full text on hover
|
||||||
>
|
>
|
||||||
{displayValue}
|
{displayValue}
|
||||||
</Link>
|
</Link>
|
||||||
) : (
|
) : (
|
||||||
<span
|
<span
|
||||||
className="truncate text-sm min-w-0 max-w-full"
|
className={cn(
|
||||||
|
"truncate text-sm min-w-0 max-w-full",
|
||||||
|
className
|
||||||
|
)}
|
||||||
style={{
|
style={{
|
||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
|
|||||||
@@ -2,24 +2,36 @@
|
|||||||
|
|
||||||
import { useEffect, useState, useRef } from "react";
|
import { useEffect, useState, useRef } from "react";
|
||||||
import { Textarea } from "@/components/ui/textarea";
|
import { Textarea } from "@/components/ui/textarea";
|
||||||
|
import { useTranslations } from "next-intl";
|
||||||
|
|
||||||
interface HeadersInputProps {
|
interface HeadersInputProps {
|
||||||
value?: { name: string; value: string }[] | null;
|
value?: { name: string; value: string }[] | null;
|
||||||
onChange: (value: { name: string; value: string }[] | null) => void;
|
onChange: (value: { name: string; value: string }[] | null) => void;
|
||||||
|
onValidityChange?: (isValid: boolean) => void;
|
||||||
placeholder?: string;
|
placeholder?: string;
|
||||||
rows?: number;
|
rows?: number;
|
||||||
className?: string;
|
className?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Mirrors the server side validation in updateResource.ts so that invalid
|
||||||
|
// input is caught (and shown to the user) before it is ever submitted,
|
||||||
|
// instead of being silently dropped in favor of the last known good value.
|
||||||
|
const validHeaderNamePattern = /^[a-zA-Z0-9!#$%&'*+\-.^_`|~]+$/;
|
||||||
|
const validHeaderValuePattern = /^[\t\x20-\x7E]*$/;
|
||||||
|
const templatePattern = /\{\{[^}]+\}\}/;
|
||||||
|
|
||||||
export function HeadersInput({
|
export function HeadersInput({
|
||||||
value = [],
|
value = [],
|
||||||
onChange,
|
onChange,
|
||||||
|
onValidityChange,
|
||||||
placeholder = `X-Example-Header: example-value
|
placeholder = `X-Example-Header: example-value
|
||||||
X-Another-Header: another-value`,
|
X-Another-Header: another-value`,
|
||||||
rows = 4,
|
rows = 4,
|
||||||
className
|
className
|
||||||
}: HeadersInputProps) {
|
}: HeadersInputProps) {
|
||||||
|
const t = useTranslations();
|
||||||
const [internalValue, setInternalValue] = useState("");
|
const [internalValue, setInternalValue] = useState("");
|
||||||
|
const [error, setError] = useState<string | null>(null);
|
||||||
const textareaRef = useRef<HTMLTextAreaElement>(null);
|
const textareaRef = useRef<HTMLTextAreaElement>(null);
|
||||||
const isUserEditingRef = useRef(false);
|
const isUserEditingRef = useRef(false);
|
||||||
|
|
||||||
@@ -34,37 +46,56 @@ X-Another-Header: another-value`,
|
|||||||
.join("\n");
|
.join("\n");
|
||||||
};
|
};
|
||||||
|
|
||||||
// Convert newline-separated string to header objects array
|
// Parse newline-separated text into header objects, validating each line
|
||||||
const convertToHeadersArray = (
|
// against the same rules enforced by the server. Returns either the
|
||||||
|
// parsed headers or an error message describing the first invalid line.
|
||||||
|
const parseHeaders = (
|
||||||
newlineSeparated: string
|
newlineSeparated: string
|
||||||
): { name: string; value: string }[] | null => {
|
):
|
||||||
if (!newlineSeparated || newlineSeparated.trim() === "") return [];
|
| { headers: { name: string; value: string }[]; error: null }
|
||||||
|
| { headers: null; error: string } => {
|
||||||
|
if (!newlineSeparated || newlineSeparated.trim() === "") {
|
||||||
|
return { headers: [], error: null };
|
||||||
|
}
|
||||||
|
|
||||||
return newlineSeparated
|
const lines = newlineSeparated
|
||||||
.split("\n")
|
.split("\n")
|
||||||
.map((line) => line.trim())
|
.map((line) => line.trim())
|
||||||
.filter((line) => line.length > 0 && line.includes(":"))
|
.filter((line) => line.length > 0);
|
||||||
.map((line) => {
|
|
||||||
const colonIndex = line.indexOf(":");
|
|
||||||
const name = line.substring(0, colonIndex).trim();
|
|
||||||
const value = line.substring(colonIndex + 1).trim();
|
|
||||||
|
|
||||||
// Ensure header name conforms to HTTP header requirements
|
const headers: { name: string; value: string }[] = [];
|
||||||
// Header names should be case-insensitive, contain only ASCII letters, digits, and hyphens
|
|
||||||
const normalizedName = name
|
|
||||||
.replace(/[^a-zA-Z0-9\-]/g, "")
|
|
||||||
.toLowerCase();
|
|
||||||
|
|
||||||
return { name: normalizedName, value };
|
for (const line of lines) {
|
||||||
})
|
const colonIndex = line.indexOf(":");
|
||||||
.filter((header) => header.name.length > 0); // Filter out headers with invalid names
|
if (colonIndex === -1) {
|
||||||
|
return { headers: null, error: t("headersValidationError") };
|
||||||
|
}
|
||||||
|
|
||||||
|
const name = line.substring(0, colonIndex).trim();
|
||||||
|
const value = line.substring(colonIndex + 1).trim();
|
||||||
|
|
||||||
|
if (
|
||||||
|
!validHeaderNamePattern.test(name) ||
|
||||||
|
!validHeaderValuePattern.test(value) ||
|
||||||
|
templatePattern.test(name) ||
|
||||||
|
templatePattern.test(value)
|
||||||
|
) {
|
||||||
|
return { headers: null, error: t("headersValidationError") };
|
||||||
|
}
|
||||||
|
|
||||||
|
headers.push({ name, value });
|
||||||
|
}
|
||||||
|
|
||||||
|
return { headers, error: null };
|
||||||
};
|
};
|
||||||
|
|
||||||
// Update internal value when external value changes
|
// Update internal value when external value changes
|
||||||
// But only if the user is not currently editing (textarea not focused)
|
// But only if the user is not currently editing (textarea not focused)
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!isUserEditingRef.current) {
|
if (!isUserEditingRef.current) {
|
||||||
setInternalValue(convertToNewlineSeparated(value));
|
setInternalValue(convertToNewlineSeparated(value ?? []));
|
||||||
|
setError(null);
|
||||||
|
onValidityChange?.(true);
|
||||||
}
|
}
|
||||||
}, [value]);
|
}, [value]);
|
||||||
|
|
||||||
@@ -75,31 +106,20 @@ X-Another-Header: another-value`,
|
|||||||
// Mark that user is actively editing
|
// Mark that user is actively editing
|
||||||
isUserEditingRef.current = true;
|
isUserEditingRef.current = true;
|
||||||
|
|
||||||
// Only update parent if the input is in a valid state
|
const result = parseHeaders(newValue);
|
||||||
// Valid states: empty/whitespace only, or contains properly formatted headers
|
|
||||||
|
|
||||||
if (newValue.trim() === "") {
|
if (result.error) {
|
||||||
// Empty input is valid - represents no headers
|
// Surface the error and do not touch the last known good value.
|
||||||
onChange([]);
|
// Silently dropping the update here (without telling the user)
|
||||||
} else {
|
// is what previously let stale data get saved without warning.
|
||||||
// Check if all non-empty lines are properly formatted (contain ':')
|
setError(result.error);
|
||||||
const lines = newValue.split("\n");
|
onValidityChange?.(false);
|
||||||
const nonEmptyLines = lines
|
return;
|
||||||
.map((line) => line.trim())
|
|
||||||
.filter((line) => line.length > 0);
|
|
||||||
|
|
||||||
// If there are no non-empty lines, or all non-empty lines contain ':', it's valid
|
|
||||||
const isValid =
|
|
||||||
nonEmptyLines.length === 0 ||
|
|
||||||
nonEmptyLines.every((line) => line.includes(":"));
|
|
||||||
|
|
||||||
if (isValid) {
|
|
||||||
// Safe to convert and update parent
|
|
||||||
const headersArray = convertToHeadersArray(newValue);
|
|
||||||
onChange(headersArray);
|
|
||||||
}
|
|
||||||
// If not valid, don't call onChange - let user continue typing
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setError(null);
|
||||||
|
onValidityChange?.(true);
|
||||||
|
onChange(result.headers);
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleFocus = () => {
|
const handleFocus = () => {
|
||||||
@@ -114,15 +134,20 @@ X-Another-Header: another-value`,
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Textarea
|
<div>
|
||||||
ref={textareaRef}
|
<Textarea
|
||||||
value={internalValue}
|
ref={textareaRef}
|
||||||
onChange={handleChange}
|
value={internalValue}
|
||||||
onFocus={handleFocus}
|
onChange={handleChange}
|
||||||
onBlur={handleBlur}
|
onFocus={handleFocus}
|
||||||
placeholder={placeholder}
|
onBlur={handleBlur}
|
||||||
rows={rows}
|
placeholder={placeholder}
|
||||||
className={className}
|
rows={rows}
|
||||||
/>
|
className={className}
|
||||||
|
/>
|
||||||
|
{error && (
|
||||||
|
<p className="text-sm text-destructive mt-1.5">{error}</p>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,12 +5,15 @@ import { cn } from "@app/lib/cn";
|
|||||||
export function InfoSections({
|
export function InfoSections({
|
||||||
children,
|
children,
|
||||||
cols,
|
cols,
|
||||||
columnSizing = "content"
|
columnSizing = "content",
|
||||||
|
layout = "default"
|
||||||
}: {
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
cols?: number;
|
cols?: number;
|
||||||
/** content (default): fixed gap, columns hug content, left-aligned; fill: equal-width columns across the row */
|
/** content (default): fixed gap, columns hug content, left-aligned; fill: equal-width columns across the row */
|
||||||
columnSizing?: "fill" | "content";
|
columnSizing?: "fill" | "content";
|
||||||
|
/** panel: 2 columns until xl for narrow containers such as side panels */
|
||||||
|
layout?: "default" | "panel";
|
||||||
}) {
|
}) {
|
||||||
const n = cols || 1;
|
const n = cols || 1;
|
||||||
const track =
|
const track =
|
||||||
@@ -19,9 +22,14 @@ export function InfoSections({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"grid w-full min-w-0 grid-cols-2 md:grid-cols-(--columns) md:space-x-16 gap-4 md:items-start",
|
"grid w-full min-w-0 gap-4",
|
||||||
|
layout === "panel"
|
||||||
|
? "grid-cols-2 xl:grid-cols-(--columns) xl:items-start xl:space-x-16"
|
||||||
|
: "grid-cols-2 md:grid-cols-(--columns) md:items-start md:space-x-16",
|
||||||
columnSizing === "content" &&
|
columnSizing === "content" &&
|
||||||
"md:justify-items-start md:justify-start"
|
(layout === "panel"
|
||||||
|
? "xl:justify-items-start xl:justify-start"
|
||||||
|
: "md:justify-items-start md:justify-start")
|
||||||
)}
|
)}
|
||||||
style={{
|
style={{
|
||||||
// @ts-expect-error dynamic props don't work with tailwind, but we can set the
|
// @ts-expect-error dynamic props don't work with tailwind, but we can set the
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import {
|
|||||||
import { launcherQueries, orgQueries } from "@app/lib/queries";
|
import { launcherQueries, orgQueries } from "@app/lib/queries";
|
||||||
import { useQuery } from "@tanstack/react-query";
|
import { useQuery } from "@tanstack/react-query";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { useState } from "react";
|
import { useMemo, useState } from "react";
|
||||||
import { useDebounce } from "use-debounce";
|
import { useDebounce } from "use-debounce";
|
||||||
import { Checkbox } from "./ui/checkbox";
|
import { Checkbox } from "./ui/checkbox";
|
||||||
|
|
||||||
@@ -25,6 +25,7 @@ type LabelsFilterSelectorProps = {
|
|||||||
orgId: string;
|
orgId: string;
|
||||||
isSelected: (label: LabelFilterOption) => boolean;
|
isSelected: (label: LabelFilterOption) => boolean;
|
||||||
onToggle: (label: LabelFilterOption) => void;
|
onToggle: (label: LabelFilterOption) => void;
|
||||||
|
selectedLabels?: LabelFilterOption[];
|
||||||
onClear?: () => void;
|
onClear?: () => void;
|
||||||
showClear?: boolean;
|
showClear?: boolean;
|
||||||
scope?: "org" | "launcher";
|
scope?: "org" | "launcher";
|
||||||
@@ -34,6 +35,7 @@ export function LabelsFilterSelector({
|
|||||||
orgId,
|
orgId,
|
||||||
isSelected,
|
isSelected,
|
||||||
onToggle,
|
onToggle,
|
||||||
|
selectedLabels = [],
|
||||||
onClear,
|
onClear,
|
||||||
showClear = false,
|
showClear = false,
|
||||||
scope = "org"
|
scope = "org"
|
||||||
@@ -54,7 +56,7 @@ export function LabelsFilterSelector({
|
|||||||
...launcherQueries.labels({
|
...launcherQueries.labels({
|
||||||
orgId,
|
orgId,
|
||||||
query: debouncedQuery,
|
query: debouncedQuery,
|
||||||
perPage: 500
|
perPage: 20
|
||||||
}),
|
}),
|
||||||
enabled: scope === "launcher"
|
enabled: scope === "launcher"
|
||||||
});
|
});
|
||||||
@@ -63,6 +65,18 @@ export function LabelsFilterSelector({
|
|||||||
? (launcherLabelsQuery.data ?? [])
|
? (launcherLabelsQuery.data ?? [])
|
||||||
: (orgLabelsQuery.data ?? []);
|
: (orgLabelsQuery.data ?? []);
|
||||||
|
|
||||||
|
const labelsShown = useMemo(() => {
|
||||||
|
const base = [...labels];
|
||||||
|
if (debouncedQuery.trim().length === 0 && selectedLabels.length > 0) {
|
||||||
|
const selectedNotInBase = selectedLabels.filter(
|
||||||
|
(selected) =>
|
||||||
|
!base.some((label) => label.labelId === selected.labelId)
|
||||||
|
);
|
||||||
|
return [...selectedNotInBase, ...base];
|
||||||
|
}
|
||||||
|
return base;
|
||||||
|
}, [debouncedQuery, labels, selectedLabels]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Command shouldFilter={false}>
|
<Command shouldFilter={false}>
|
||||||
<CommandInput
|
<CommandInput
|
||||||
@@ -81,7 +95,7 @@ export function LabelsFilterSelector({
|
|||||||
{t("accessFilterClear")}
|
{t("accessFilterClear")}
|
||||||
</CommandItem>
|
</CommandItem>
|
||||||
)}
|
)}
|
||||||
{labels.map((label) => (
|
{labelsShown.map((label) => (
|
||||||
<CommandItem
|
<CommandItem
|
||||||
key={label.labelId}
|
key={label.labelId}
|
||||||
value={label.name}
|
value={label.name}
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ export type MultiSitesSelectorProps = {
|
|||||||
onSelectionChange: (sites: Selectedsite[]) => void;
|
onSelectionChange: (sites: Selectedsite[]) => void;
|
||||||
filterTypes?: string[];
|
filterTypes?: string[];
|
||||||
scope?: "org" | "launcher";
|
scope?: "org" | "launcher";
|
||||||
|
onClear?: () => void;
|
||||||
|
showClear?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export function formatMultiSitesSelectorLabel(
|
export function formatMultiSitesSelectorLabel(
|
||||||
@@ -42,7 +44,9 @@ export function MultiSitesSelector({
|
|||||||
selectedSites,
|
selectedSites,
|
||||||
onSelectionChange,
|
onSelectionChange,
|
||||||
filterTypes,
|
filterTypes,
|
||||||
scope = "org"
|
scope = "org",
|
||||||
|
onClear,
|
||||||
|
showClear = false
|
||||||
}: MultiSitesSelectorProps) {
|
}: MultiSitesSelectorProps) {
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
const [siteSearchQuery, setSiteSearchQuery] = useState("");
|
const [siteSearchQuery, setSiteSearchQuery] = useState("");
|
||||||
@@ -60,7 +64,7 @@ export function MultiSitesSelector({
|
|||||||
...launcherQueries.sites({
|
...launcherQueries.sites({
|
||||||
orgId,
|
orgId,
|
||||||
query: debouncedQuery,
|
query: debouncedQuery,
|
||||||
perPage: 500
|
perPage: 20
|
||||||
}),
|
}),
|
||||||
enabled: scope === "launcher"
|
enabled: scope === "launcher"
|
||||||
});
|
});
|
||||||
@@ -107,6 +111,14 @@ export function MultiSitesSelector({
|
|||||||
<CommandList>
|
<CommandList>
|
||||||
<CommandEmpty>{t("siteNotFound")}</CommandEmpty>
|
<CommandEmpty>{t("siteNotFound")}</CommandEmpty>
|
||||||
<CommandGroup>
|
<CommandGroup>
|
||||||
|
{showClear && onClear && (
|
||||||
|
<CommandItem
|
||||||
|
onSelect={onClear}
|
||||||
|
className="text-muted-foreground"
|
||||||
|
>
|
||||||
|
{t("accessFilterClear")}
|
||||||
|
</CommandItem>
|
||||||
|
)}
|
||||||
{sitesShown.map((site) => (
|
{sitesShown.map((site) => (
|
||||||
<CommandItem
|
<CommandItem
|
||||||
key={site.siteId}
|
key={site.siteId}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ import {
|
|||||||
type SelectedLabel
|
type SelectedLabel
|
||||||
} from "@app/components/labels-selector";
|
} from "@app/components/labels-selector";
|
||||||
import { LabelsFilterSelector } from "@app/components/LabelsFilterSelector";
|
import { LabelsFilterSelector } from "@app/components/LabelsFilterSelector";
|
||||||
|
import { Badge } from "@app/components/ui/badge";
|
||||||
import { Button } from "@app/components/ui/button";
|
import { Button } from "@app/components/ui/button";
|
||||||
import {
|
import {
|
||||||
Popover,
|
Popover,
|
||||||
@@ -46,14 +47,14 @@ export function LauncherFilterPopover({
|
|||||||
const { data: labels = [] } = useQuery(
|
const { data: labels = [] } = useQuery(
|
||||||
launcherQueries.labels({
|
launcherQueries.labels({
|
||||||
orgId,
|
orgId,
|
||||||
perPage: 500
|
perPage: 20
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
const { data: sites = [] } = useQuery(
|
const { data: sites = [] } = useQuery(
|
||||||
launcherQueries.sites({
|
launcherQueries.sites({
|
||||||
orgId,
|
orgId,
|
||||||
perPage: 500
|
perPage: 20
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -96,14 +97,32 @@ export function LauncherFilterPopover({
|
|||||||
[labels, selectedLabels]
|
[labels, selectedLabels]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const activeFilterCount = selectedSites.length + selectedLabels.length;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover modal={false}>
|
<Popover modal={false}>
|
||||||
<PopoverTrigger asChild>
|
<PopoverTrigger asChild>
|
||||||
<Button variant="outline" size="icon" className="shrink-0">
|
<Button
|
||||||
|
variant="outline"
|
||||||
|
size="icon"
|
||||||
|
className="relative shrink-0"
|
||||||
|
>
|
||||||
<Funnel className="size-4" />
|
<Funnel className="size-4" />
|
||||||
<span className="sr-only">
|
<span className="sr-only">
|
||||||
{t("resourceLauncherFilter")}
|
{activeFilterCount > 0
|
||||||
|
? t("resourceLauncherFilterWithCount", {
|
||||||
|
count: activeFilterCount
|
||||||
|
})
|
||||||
|
: t("resourceLauncherFilter")}
|
||||||
</span>
|
</span>
|
||||||
|
{activeFilterCount > 0 && (
|
||||||
|
<Badge
|
||||||
|
variant="secondary"
|
||||||
|
className="absolute -top-1 -right-1 flex h-5 min-w-5 items-center justify-center px-1.5 text-xs"
|
||||||
|
>
|
||||||
|
{activeFilterCount > 99 ? "99+" : activeFilterCount}
|
||||||
|
</Badge>
|
||||||
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
</PopoverTrigger>
|
</PopoverTrigger>
|
||||||
<PopoverContent align="end" className="w-72">
|
<PopoverContent align="end" className="w-72">
|
||||||
@@ -139,6 +158,10 @@ export function LauncherFilterPopover({
|
|||||||
selectedSites={resolvedSelectedSites}
|
selectedSites={resolvedSelectedSites}
|
||||||
onSelectionChange={onSitesChange}
|
onSelectionChange={onSitesChange}
|
||||||
scope="launcher"
|
scope="launcher"
|
||||||
|
showClear={selectedSites.length > 0}
|
||||||
|
onClear={() => {
|
||||||
|
onSitesChange([]);
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
</Popover>
|
</Popover>
|
||||||
@@ -172,6 +195,7 @@ export function LauncherFilterPopover({
|
|||||||
<LabelsFilterSelector
|
<LabelsFilterSelector
|
||||||
orgId={orgId}
|
orgId={orgId}
|
||||||
scope="launcher"
|
scope="launcher"
|
||||||
|
selectedLabels={resolvedSelectedLabels}
|
||||||
isSelected={(label) =>
|
isSelected={(label) =>
|
||||||
selectedLabelIds.has(label.labelId)
|
selectedLabelIds.has(label.labelId)
|
||||||
}
|
}
|
||||||
|
|||||||
125
src/components/resource-launcher/LauncherFlatResourceList.tsx
Normal file
125
src/components/resource-launcher/LauncherFlatResourceList.tsx
Normal file
@@ -0,0 +1,125 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import type { LauncherActiveViewId } from "@app/lib/launcherLocalStorage";
|
||||||
|
import { hasActiveLauncherFilters } from "@app/lib/launcherScale";
|
||||||
|
import { launcherQueries } from "@app/lib/queries";
|
||||||
|
import type {
|
||||||
|
LauncherResource,
|
||||||
|
LauncherViewConfig
|
||||||
|
} from "@server/routers/launcher/types";
|
||||||
|
import { LAUNCHER_FLAT_GROUP_KEY } from "@server/routers/launcher/types";
|
||||||
|
import { useInfiniteQuery } from "@tanstack/react-query";
|
||||||
|
import { Loader2 } from "lucide-react";
|
||||||
|
import { useEffect, useMemo, useRef } from "react";
|
||||||
|
import { LauncherEmptyState } from "./LauncherEmptyState";
|
||||||
|
import { LauncherResourceGrid } from "./LauncherResourceGrid";
|
||||||
|
import { LauncherResourceList } from "./LauncherResourceList";
|
||||||
|
|
||||||
|
type LauncherFlatResourceListProps = {
|
||||||
|
orgId: string;
|
||||||
|
activeViewId: LauncherActiveViewId;
|
||||||
|
config: LauncherViewConfig;
|
||||||
|
onClearFilters?: () => void;
|
||||||
|
onResourceSelect?: (resource: LauncherResource) => void;
|
||||||
|
};
|
||||||
|
|
||||||
|
export function LauncherFlatResourceList({
|
||||||
|
orgId,
|
||||||
|
config,
|
||||||
|
onClearFilters,
|
||||||
|
onResourceSelect
|
||||||
|
}: LauncherFlatResourceListProps) {
|
||||||
|
const loadMoreRef = useRef<HTMLDivElement | null>(null);
|
||||||
|
|
||||||
|
const resourceFilters = useMemo(
|
||||||
|
() => ({
|
||||||
|
query: config.query,
|
||||||
|
groupBy: config.groupBy,
|
||||||
|
groupKey: LAUNCHER_FLAT_GROUP_KEY,
|
||||||
|
siteIds: config.siteIds,
|
||||||
|
labelIds: config.labelIds,
|
||||||
|
sort_by: config.sortBy,
|
||||||
|
order: config.order,
|
||||||
|
pageSize: 20
|
||||||
|
}),
|
||||||
|
[
|
||||||
|
config.groupBy,
|
||||||
|
config.labelIds,
|
||||||
|
config.order,
|
||||||
|
config.query,
|
||||||
|
config.siteIds,
|
||||||
|
config.sortBy
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
|
const { data, fetchNextPage, hasNextPage, isFetchingNextPage, isFetching } =
|
||||||
|
useInfiniteQuery({
|
||||||
|
...launcherQueries.resources(orgId, resourceFilters)
|
||||||
|
});
|
||||||
|
|
||||||
|
const resources = data?.pages.flatMap((page) => page.resources) ?? [];
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const node = loadMoreRef.current;
|
||||||
|
if (!node || !hasNextPage) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const observer = new IntersectionObserver(
|
||||||
|
(entries) => {
|
||||||
|
if (entries[0]?.isIntersecting && !isFetchingNextPage) {
|
||||||
|
void fetchNextPage();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{ rootMargin: "200px" }
|
||||||
|
);
|
||||||
|
|
||||||
|
observer.observe(node);
|
||||||
|
return () => observer.disconnect();
|
||||||
|
}, [fetchNextPage, hasNextPage, isFetchingNextPage]);
|
||||||
|
|
||||||
|
if (resources.length === 0) {
|
||||||
|
if (isFetching) {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center justify-center py-16 text-muted-foreground">
|
||||||
|
<Loader2 className="size-6 animate-spin" />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<LauncherEmptyState
|
||||||
|
variant={
|
||||||
|
hasActiveLauncherFilters(config) ? "noResults" : "empty"
|
||||||
|
}
|
||||||
|
layout={config.layout}
|
||||||
|
query={config.query}
|
||||||
|
onClearFilters={onClearFilters}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex flex-col gap-2.5">
|
||||||
|
{config.layout === "grid" ? (
|
||||||
|
<LauncherResourceGrid
|
||||||
|
resources={resources}
|
||||||
|
showLabels={config.showLabels}
|
||||||
|
onResourceSelect={onResourceSelect}
|
||||||
|
/>
|
||||||
|
) : (
|
||||||
|
<LauncherResourceList
|
||||||
|
resources={resources}
|
||||||
|
showLabels={config.showLabels}
|
||||||
|
onResourceSelect={onResourceSelect}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
|
<div ref={loadMoreRef} className="h-4" />
|
||||||
|
{isFetchingNextPage ? (
|
||||||
|
<div className="flex justify-center py-2">
|
||||||
|
<Loader2 className="size-4 animate-spin text-muted-foreground" />
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -69,16 +69,20 @@ export function LauncherGroupList({
|
|||||||
const { data, fetchNextPage, hasNextPage, isFetchingNextPage, isFetching } =
|
const { data, fetchNextPage, hasNextPage, isFetchingNextPage, isFetching } =
|
||||||
useInfiniteQuery({
|
useInfiniteQuery({
|
||||||
...launcherQueries.groups(orgId, groupFilters),
|
...launcherQueries.groups(orgId, groupFilters),
|
||||||
initialData: {
|
...(initialGroups.length > 0
|
||||||
pages: [
|
? {
|
||||||
{
|
initialData: {
|
||||||
groups: initialGroups,
|
pages: [
|
||||||
pagination: groupsPagination
|
{
|
||||||
}
|
groups: initialGroups,
|
||||||
],
|
pagination: groupsPagination
|
||||||
pageParams: [1]
|
}
|
||||||
},
|
],
|
||||||
refetchOnMount: false
|
pageParams: [1]
|
||||||
|
},
|
||||||
|
refetchOnMount: false as const
|
||||||
|
}
|
||||||
|
: {})
|
||||||
});
|
});
|
||||||
|
|
||||||
const groups = data?.pages.flatMap((page) => page.groups) ?? [];
|
const groups = data?.pages.flatMap((page) => page.groups) ?? [];
|
||||||
|
|||||||
@@ -23,9 +23,8 @@ export function LauncherRefreshButton({
|
|||||||
className="shrink-0"
|
className="shrink-0"
|
||||||
>
|
>
|
||||||
<RefreshCw
|
<RefreshCw
|
||||||
className={`mr-0 sm:mr-2 h-4 w-4 ${isRefreshing ? "animate-spin" : ""}`}
|
className={`size-4 ${isRefreshing ? "animate-spin" : ""}`}
|
||||||
/>
|
/>
|
||||||
<span className="hidden sm:inline">{t("refresh")}</span>
|
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,17 +1,55 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
|
import CopyToClipboard from "@app/components/CopyToClipboard";
|
||||||
|
import {
|
||||||
|
InfoSection,
|
||||||
|
InfoSectionContent,
|
||||||
|
InfoSections,
|
||||||
|
InfoSectionTitle
|
||||||
|
} from "@app/components/InfoSection";
|
||||||
|
import {
|
||||||
|
SettingsSection,
|
||||||
|
SettingsSectionBody,
|
||||||
|
SettingsSectionDescription,
|
||||||
|
SettingsSectionHeader,
|
||||||
|
SettingsSectionTitle
|
||||||
|
} from "@app/components/Settings";
|
||||||
import {
|
import {
|
||||||
SidePanel,
|
SidePanel,
|
||||||
SidePanelBody,
|
SidePanelBody,
|
||||||
SidePanelContent,
|
SidePanelContent,
|
||||||
SidePanelDescription,
|
|
||||||
SidePanelFooter,
|
SidePanelFooter,
|
||||||
SidePanelHeader,
|
SidePanelHeader,
|
||||||
SidePanelTitle
|
SidePanelTitle
|
||||||
} from "@app/components/SidePanel";
|
} from "@app/components/SidePanel";
|
||||||
|
import { Alert, AlertDescription, AlertTitle } from "@app/components/ui/alert";
|
||||||
import { Button } from "@app/components/ui/button";
|
import { Button } from "@app/components/ui/button";
|
||||||
|
import {
|
||||||
|
derivePublicAuthState,
|
||||||
|
formatPortRestrictionDisplay,
|
||||||
|
formatPublicResourceType
|
||||||
|
} from "@app/lib/launcherResourceDetails";
|
||||||
import { getLauncherResourceAdminHref } from "@app/lib/launcherResourceAdminHref";
|
import { getLauncherResourceAdminHref } from "@app/lib/launcherResourceAdminHref";
|
||||||
|
import {
|
||||||
|
formatSiteResourceDestinationDisplay,
|
||||||
|
isSafeUrlForLink
|
||||||
|
} from "@app/lib/launcherResourceAccess";
|
||||||
|
import { launcherQueries } from "@app/lib/queries";
|
||||||
import type { LauncherResource } from "@server/routers/launcher/types";
|
import type { LauncherResource } from "@server/routers/launcher/types";
|
||||||
|
import type { GetResourceAuthInfoResponse } from "@server/routers/resource/getResourceAuthInfo";
|
||||||
|
import type { GetResourceResponse } from "@server/routers/resource/getResource";
|
||||||
|
import type { GetSiteResourceResponse } from "@server/routers/siteResource/getSiteResource";
|
||||||
|
import { useQuery } from "@tanstack/react-query";
|
||||||
|
import {
|
||||||
|
AlertCircle,
|
||||||
|
CheckCircle2,
|
||||||
|
Clock,
|
||||||
|
ExternalLink,
|
||||||
|
Loader2,
|
||||||
|
ShieldCheck,
|
||||||
|
ShieldOff,
|
||||||
|
XCircle
|
||||||
|
} from "lucide-react";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
|
|
||||||
@@ -23,6 +61,460 @@ type LauncherResourcePanelProps = {
|
|||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
type LauncherResourceDetailResult =
|
||||||
|
| {
|
||||||
|
resourceType: "public";
|
||||||
|
data: GetResourceResponse;
|
||||||
|
authInfo: GetResourceAuthInfoResponse;
|
||||||
|
}
|
||||||
|
| { resourceType: "site"; data: GetSiteResourceResponse };
|
||||||
|
|
||||||
|
function AccessMethodContent({
|
||||||
|
accessDisplay,
|
||||||
|
accessCopyValue,
|
||||||
|
accessUrl
|
||||||
|
}: {
|
||||||
|
accessDisplay: string;
|
||||||
|
accessCopyValue: string;
|
||||||
|
accessUrl?: string | null;
|
||||||
|
}) {
|
||||||
|
if (!accessDisplay) {
|
||||||
|
return <span>-</span>;
|
||||||
|
}
|
||||||
|
|
||||||
|
const href = accessUrl ?? undefined;
|
||||||
|
const canLink = Boolean(href && isSafeUrlForLink(href));
|
||||||
|
|
||||||
|
if (canLink && href) {
|
||||||
|
return (
|
||||||
|
<CopyToClipboard
|
||||||
|
text={href}
|
||||||
|
displayText={accessDisplay}
|
||||||
|
isLink={true}
|
||||||
|
className="text-base"
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<CopyToClipboard
|
||||||
|
text={accessCopyValue || accessDisplay}
|
||||||
|
displayText={accessDisplay}
|
||||||
|
isLink={false}
|
||||||
|
className="text-base"
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function HealthStatusDisplay({
|
||||||
|
health
|
||||||
|
}: {
|
||||||
|
health: string | null | undefined;
|
||||||
|
}) {
|
||||||
|
const t = useTranslations();
|
||||||
|
const status = health ?? "unknown";
|
||||||
|
|
||||||
|
if (status === "healthy") {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center space-x-2">
|
||||||
|
<CheckCircle2 className="size-4 shrink-0 text-green-500" />
|
||||||
|
<span>{t("resourcesTableHealthy")}</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (status === "degraded") {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center space-x-2">
|
||||||
|
<CheckCircle2 className="size-4 shrink-0 text-yellow-500" />
|
||||||
|
<span>{t("resourcesTableDegraded")}</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (status === "unhealthy") {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center space-x-2">
|
||||||
|
<XCircle className="size-4 shrink-0 text-destructive" />
|
||||||
|
<span>{t("resourcesTableUnhealthy")}</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex items-center space-x-2">
|
||||||
|
<Clock className="size-4 shrink-0 text-muted-foreground" />
|
||||||
|
<span>{t("resourcesTableUnknown")}</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const PUBLIC_AUTH_BROWSER_MODES = ["http", "ssh", "rdp", "vnc"];
|
||||||
|
|
||||||
|
function AuthMethodStatusDisplay({ enabled }: { enabled: boolean }) {
|
||||||
|
const t = useTranslations();
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="flex items-center gap-2">
|
||||||
|
{enabled ? (
|
||||||
|
<CheckCircle2 className="size-4 text-green-600" />
|
||||||
|
) : (
|
||||||
|
<XCircle className="size-4 text-red-600" />
|
||||||
|
)}
|
||||||
|
<span>{enabled ? t("enabled") : t("disabled")}</span>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function PublicResourceAuthMethods({
|
||||||
|
authInfo
|
||||||
|
}: {
|
||||||
|
authInfo: GetResourceAuthInfoResponse;
|
||||||
|
}) {
|
||||||
|
const t = useTranslations();
|
||||||
|
|
||||||
|
const authMethods = [
|
||||||
|
{
|
||||||
|
key: "sso",
|
||||||
|
title: t("policyAuthSsoTitle"),
|
||||||
|
enabled: authInfo.sso
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "password",
|
||||||
|
title: t("policyAuthPasscodeTitle"),
|
||||||
|
enabled: authInfo.password
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "pincode",
|
||||||
|
title: t("policyAuthPincodeTitle"),
|
||||||
|
enabled: authInfo.pincode
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "whitelist",
|
||||||
|
title: t("policyAuthEmailTitle"),
|
||||||
|
enabled: authInfo.whitelist
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: "headerAuth",
|
||||||
|
title: t("policyAuthHeaderAuthTitle"),
|
||||||
|
enabled: authInfo.headerAuth
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
return (
|
||||||
|
<SettingsSection>
|
||||||
|
<SettingsSectionHeader>
|
||||||
|
<SettingsSectionTitle>
|
||||||
|
{t("authentication")}
|
||||||
|
</SettingsSectionTitle>
|
||||||
|
<SettingsSectionDescription>
|
||||||
|
{t("resourceLauncherAuthMethodsDescription")}
|
||||||
|
</SettingsSectionDescription>
|
||||||
|
</SettingsSectionHeader>
|
||||||
|
<SettingsSectionBody>
|
||||||
|
<InfoSections cols={authMethods.length} layout="panel">
|
||||||
|
{authMethods.map((method) => (
|
||||||
|
<InfoSection key={method.key}>
|
||||||
|
<InfoSectionTitle>{method.title}</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
<AuthMethodStatusDisplay
|
||||||
|
enabled={method.enabled}
|
||||||
|
/>
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
))}
|
||||||
|
</InfoSections>
|
||||||
|
</SettingsSectionBody>
|
||||||
|
</SettingsSection>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function PublicResourceDetails({
|
||||||
|
launcherResource,
|
||||||
|
resource,
|
||||||
|
authInfo
|
||||||
|
}: {
|
||||||
|
launcherResource: LauncherResource;
|
||||||
|
resource: GetResourceResponse;
|
||||||
|
authInfo: GetResourceAuthInfoResponse;
|
||||||
|
}) {
|
||||||
|
const t = useTranslations();
|
||||||
|
const supportsAuth = PUBLIC_AUTH_BROWSER_MODES.includes(
|
||||||
|
resource.mode || ""
|
||||||
|
);
|
||||||
|
const authState = derivePublicAuthState(resource.mode, authInfo);
|
||||||
|
const infoSectionCount = supportsAuth ? 4 : 3;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="space-y-4">
|
||||||
|
<SettingsSection>
|
||||||
|
<SettingsSectionHeader>
|
||||||
|
<SettingsSectionTitle>
|
||||||
|
{t("resourceLauncherResourceDetails")}
|
||||||
|
</SettingsSectionTitle>
|
||||||
|
<SettingsSectionDescription>
|
||||||
|
{t("resourceLauncherResourceDetailsDescription")}
|
||||||
|
</SettingsSectionDescription>
|
||||||
|
</SettingsSectionHeader>
|
||||||
|
<SettingsSectionBody>
|
||||||
|
<InfoSections cols={infoSectionCount} layout="panel">
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>{t("type")}</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
{formatPublicResourceType(resource)}
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>{t("access")}</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
<AccessMethodContent
|
||||||
|
accessDisplay={
|
||||||
|
launcherResource.accessDisplay
|
||||||
|
}
|
||||||
|
accessCopyValue={
|
||||||
|
launcherResource.accessCopyValue
|
||||||
|
}
|
||||||
|
accessUrl={launcherResource.accessUrl}
|
||||||
|
/>
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
{supportsAuth ? (
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>
|
||||||
|
{t("authentication")}
|
||||||
|
</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
{authState === "protected" ? (
|
||||||
|
<div className="flex items-center space-x-2">
|
||||||
|
<ShieldCheck className="size-4 shrink-0 text-green-500" />
|
||||||
|
<span>{t("protected")}</span>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div className="flex items-center space-x-2">
|
||||||
|
<ShieldOff className="size-4 shrink-0 text-yellow-500" />
|
||||||
|
<span>{t("notProtected")}</span>
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
) : null}
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>{t("health")}</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
<HealthStatusDisplay health={resource.health} />
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
</InfoSections>
|
||||||
|
</SettingsSectionBody>
|
||||||
|
</SettingsSection>
|
||||||
|
{supportsAuth ? (
|
||||||
|
<PublicResourceAuthMethods authInfo={authInfo} />
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function PrivateResourceDetails({
|
||||||
|
launcherResource,
|
||||||
|
resource
|
||||||
|
}: {
|
||||||
|
launcherResource: LauncherResource;
|
||||||
|
resource: GetSiteResourceResponse;
|
||||||
|
}) {
|
||||||
|
const t = useTranslations();
|
||||||
|
const modeLabel: Record<GetSiteResourceResponse["mode"], string> = {
|
||||||
|
host: t("editInternalResourceDialogModeHost"),
|
||||||
|
cidr: t("editInternalResourceDialogModeCidr"),
|
||||||
|
http: t("editInternalResourceDialogModeHttp"),
|
||||||
|
ssh: t("editInternalResourceDialogModeSsh")
|
||||||
|
};
|
||||||
|
const destination = formatSiteResourceDestinationDisplay({
|
||||||
|
mode: resource.mode,
|
||||||
|
destination: resource.destination,
|
||||||
|
destinationPort: resource.destinationPort,
|
||||||
|
scheme: resource.scheme
|
||||||
|
});
|
||||||
|
const portRestrictions = formatPortRestrictionDisplay(resource);
|
||||||
|
const showAlias = resource.mode !== "cidr" && resource.mode !== "http";
|
||||||
|
const showDestination = !(
|
||||||
|
resource.mode === "ssh" && resource.authDaemonMode === "native"
|
||||||
|
);
|
||||||
|
const infoSectionCount =
|
||||||
|
2 + (showDestination ? 1 : 0) + (showAlias ? 1 : 0) + 1;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="space-y-4">
|
||||||
|
<Alert variant="default">
|
||||||
|
<AlertCircle className="size-4" />
|
||||||
|
<AlertTitle>
|
||||||
|
{t("resourceLauncherPrivateClientRequiredTitle")}
|
||||||
|
</AlertTitle>
|
||||||
|
<AlertDescription>
|
||||||
|
<span>
|
||||||
|
{t("resourceLauncherPrivateClientRequired")}{" "}
|
||||||
|
<a
|
||||||
|
href="https://pangolin.net/downloads"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="inline-flex items-center gap-1 text-primary hover:underline"
|
||||||
|
>
|
||||||
|
{t("resourceLauncherDownloadClient")}
|
||||||
|
<ExternalLink className="size-3.5 shrink-0" />
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</AlertDescription>
|
||||||
|
</Alert>
|
||||||
|
|
||||||
|
<SettingsSection>
|
||||||
|
<SettingsSectionHeader>
|
||||||
|
<SettingsSectionTitle>
|
||||||
|
{t("resourceLauncherResourceDetails")}
|
||||||
|
</SettingsSectionTitle>
|
||||||
|
<SettingsSectionDescription>
|
||||||
|
{t("resourceLauncherResourceDetailsDescription")}
|
||||||
|
</SettingsSectionDescription>
|
||||||
|
</SettingsSectionHeader>
|
||||||
|
<SettingsSectionBody>
|
||||||
|
<InfoSections cols={infoSectionCount} layout="panel">
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>{t("type")}</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
{modeLabel[resource.mode]}
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>{t("access")}</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
<AccessMethodContent
|
||||||
|
accessDisplay={
|
||||||
|
launcherResource.accessDisplay
|
||||||
|
}
|
||||||
|
accessCopyValue={
|
||||||
|
launcherResource.accessCopyValue
|
||||||
|
}
|
||||||
|
accessUrl={launcherResource.accessUrl}
|
||||||
|
/>
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
{showDestination ? (
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>
|
||||||
|
{t("editInternalResourceDialogDestination")}
|
||||||
|
</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
{destination || "-"}
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
) : null}
|
||||||
|
{showAlias ? (
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>
|
||||||
|
{t("editInternalResourceDialogAlias")}
|
||||||
|
</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
{resource.alias?.trim()
|
||||||
|
? resource.alias
|
||||||
|
: "-"}
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
) : null}
|
||||||
|
<InfoSection>
|
||||||
|
<InfoSectionTitle>
|
||||||
|
{t("portRestrictions")}
|
||||||
|
</InfoSectionTitle>
|
||||||
|
<InfoSectionContent>
|
||||||
|
{!portRestrictions.hasNonDefaultPorts ? (
|
||||||
|
<span>
|
||||||
|
{t(
|
||||||
|
"resourceLauncherNoPortRestrictions"
|
||||||
|
)}
|
||||||
|
</span>
|
||||||
|
) : (
|
||||||
|
<div className="space-y-1">
|
||||||
|
{portRestrictions.tcp.state !==
|
||||||
|
"all" ? (
|
||||||
|
<div>
|
||||||
|
{t("resourceLauncherTcp")}:{" "}
|
||||||
|
{portRestrictions.tcp.state ===
|
||||||
|
"blocked"
|
||||||
|
? t("blocked")
|
||||||
|
: portRestrictions.tcp
|
||||||
|
.ports}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
{portRestrictions.udp.state !==
|
||||||
|
"all" ? (
|
||||||
|
<div>
|
||||||
|
{t("resourceLauncherUdp")}:{" "}
|
||||||
|
{portRestrictions.udp.state ===
|
||||||
|
"blocked"
|
||||||
|
? t("blocked")
|
||||||
|
: portRestrictions.udp
|
||||||
|
.ports}
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</InfoSectionContent>
|
||||||
|
</InfoSection>
|
||||||
|
</InfoSections>
|
||||||
|
</SettingsSectionBody>
|
||||||
|
</SettingsSection>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function LauncherResourcePanelBody({
|
||||||
|
orgId,
|
||||||
|
resource,
|
||||||
|
open
|
||||||
|
}: {
|
||||||
|
orgId: string;
|
||||||
|
resource: LauncherResource;
|
||||||
|
open: boolean;
|
||||||
|
}) {
|
||||||
|
const t = useTranslations();
|
||||||
|
const { data, isPending, isError } = useQuery({
|
||||||
|
...launcherQueries.resourceDetail(orgId, resource),
|
||||||
|
enabled: open
|
||||||
|
});
|
||||||
|
|
||||||
|
if (isPending) {
|
||||||
|
return (
|
||||||
|
<div className="flex items-center justify-center py-12 text-muted-foreground">
|
||||||
|
<Loader2 className="size-6 animate-spin" />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isError || !data) {
|
||||||
|
return (
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
{t("resourceLauncherFailedToLoadDetails")}
|
||||||
|
</p>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const detail = data as LauncherResourceDetailResult;
|
||||||
|
|
||||||
|
if (detail.resourceType === "public") {
|
||||||
|
return (
|
||||||
|
<PublicResourceDetails
|
||||||
|
launcherResource={resource}
|
||||||
|
resource={detail.data}
|
||||||
|
authInfo={detail.authInfo}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<PrivateResourceDetails
|
||||||
|
launcherResource={resource}
|
||||||
|
resource={detail.data}
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
export function LauncherResourcePanel({
|
export function LauncherResourcePanel({
|
||||||
open,
|
open,
|
||||||
onOpenChange,
|
onOpenChange,
|
||||||
@@ -37,11 +529,16 @@ export function LauncherResourcePanel({
|
|||||||
<SidePanelContent>
|
<SidePanelContent>
|
||||||
<SidePanelHeader>
|
<SidePanelHeader>
|
||||||
<SidePanelTitle>{resource?.name ?? ""}</SidePanelTitle>
|
<SidePanelTitle>{resource?.name ?? ""}</SidePanelTitle>
|
||||||
<SidePanelDescription>
|
|
||||||
{t("resourceLauncherResourceDetailsDescription")}
|
|
||||||
</SidePanelDescription>
|
|
||||||
</SidePanelHeader>
|
</SidePanelHeader>
|
||||||
<SidePanelBody />
|
<SidePanelBody>
|
||||||
|
{resource ? (
|
||||||
|
<LauncherResourcePanelBody
|
||||||
|
orgId={orgId}
|
||||||
|
resource={resource}
|
||||||
|
open={open}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
</SidePanelBody>
|
||||||
<SidePanelFooter>
|
<SidePanelFooter>
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
|
|||||||
86
src/components/resource-launcher/LauncherSearchFirstGate.tsx
Normal file
86
src/components/resource-launcher/LauncherSearchFirstGate.tsx
Normal file
@@ -0,0 +1,86 @@
|
|||||||
|
"use client";
|
||||||
|
|
||||||
|
import { cn } from "@app/lib/cn";
|
||||||
|
import { Search } from "lucide-react";
|
||||||
|
import { useTranslations } from "next-intl";
|
||||||
|
|
||||||
|
type LauncherSearchFirstGateProps = {
|
||||||
|
layout: "grid" | "list";
|
||||||
|
};
|
||||||
|
|
||||||
|
function GhostResourceGrid() {
|
||||||
|
return (
|
||||||
|
<div
|
||||||
|
className="grid w-full grid-cols-1 gap-2.5 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 [&>*]:min-w-0"
|
||||||
|
aria-hidden
|
||||||
|
>
|
||||||
|
{Array.from({ length: 4 }).map((_, index) => (
|
||||||
|
<div
|
||||||
|
key={index}
|
||||||
|
className="flex min-w-0 flex-col gap-2.5 rounded-xl border border-border/60 bg-muted/20 p-4"
|
||||||
|
>
|
||||||
|
<div className="flex items-center gap-5">
|
||||||
|
<div className="size-10 shrink-0 rounded-lg bg-muted/60" />
|
||||||
|
<div className="flex min-w-0 flex-1 flex-col gap-1.5">
|
||||||
|
<div className="h-3.5 w-3/5 rounded bg-muted/60" />
|
||||||
|
<div className="h-3 w-2/5 rounded bg-muted/40" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function GhostResourceList() {
|
||||||
|
return (
|
||||||
|
<div className="flex w-full flex-col" aria-hidden>
|
||||||
|
{Array.from({ length: 3 }).map((_, index) => (
|
||||||
|
<div
|
||||||
|
key={index}
|
||||||
|
className={cn(
|
||||||
|
"flex items-center gap-4 px-4 py-3",
|
||||||
|
index < 2 && "border-b border-border/60"
|
||||||
|
)}
|
||||||
|
>
|
||||||
|
<div className="size-8 shrink-0 rounded-lg bg-muted/60" />
|
||||||
|
<div className="flex min-w-0 flex-1 flex-col gap-1.5">
|
||||||
|
<div className="h-3.5 w-2/5 rounded bg-muted/60" />
|
||||||
|
<div className="h-3 w-1/4 rounded bg-muted/40" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function LauncherSearchFirstGate({
|
||||||
|
layout
|
||||||
|
}: LauncherSearchFirstGateProps) {
|
||||||
|
const t = useTranslations();
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="relative w-full overflow-hidden rounded-xl border border-dashed border-border">
|
||||||
|
<div className="pointer-events-none absolute inset-0 opacity-50">
|
||||||
|
{layout === "grid" ? (
|
||||||
|
<GhostResourceGrid />
|
||||||
|
) : (
|
||||||
|
<GhostResourceList />
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
<div className="relative flex min-h-56 flex-col items-center justify-center gap-4 px-6 py-12 text-center">
|
||||||
|
<div className="flex size-12 items-center justify-center rounded-full bg-muted">
|
||||||
|
<Search className="size-5 text-muted-foreground" />
|
||||||
|
</div>
|
||||||
|
<div className="max-w-md space-y-1.5">
|
||||||
|
<h3 className="text-base font-semibold text-foreground">
|
||||||
|
{t("resourceLauncherSearchFirstTitle")}
|
||||||
|
</h3>
|
||||||
|
<p className="text-sm text-muted-foreground">
|
||||||
|
{t("resourceLauncherSearchFirstDescription")}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
@@ -15,22 +15,27 @@ import {
|
|||||||
SelectValue
|
SelectValue
|
||||||
} from "@app/components/ui/select";
|
} from "@app/components/ui/select";
|
||||||
import { Switch } from "@app/components/ui/switch";
|
import { Switch } from "@app/components/ui/switch";
|
||||||
import type { LauncherViewConfig } from "@server/routers/launcher/types";
|
import type {
|
||||||
|
LauncherScaleCapabilities,
|
||||||
|
LauncherViewConfig
|
||||||
|
} from "@server/routers/launcher/types";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { Settings } from "lucide-react";
|
import { Settings } from "lucide-react";
|
||||||
|
|
||||||
type LauncherSettingsMenuProps = {
|
type LauncherSettingsMenuProps = {
|
||||||
config: LauncherViewConfig;
|
config: LauncherViewConfig;
|
||||||
isDefaultView: boolean;
|
capabilities: LauncherScaleCapabilities;
|
||||||
|
isCompactMode: boolean;
|
||||||
|
selectedGroupBy: LauncherViewConfig["groupBy"];
|
||||||
onConfigChange: (patch: Partial<LauncherViewConfig>) => void;
|
onConfigChange: (patch: Partial<LauncherViewConfig>) => void;
|
||||||
onDeleteView: () => void;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export function LauncherSettingsMenu({
|
export function LauncherSettingsMenu({
|
||||||
config,
|
config,
|
||||||
isDefaultView,
|
capabilities,
|
||||||
onConfigChange,
|
isCompactMode,
|
||||||
onDeleteView
|
selectedGroupBy,
|
||||||
|
onConfigChange
|
||||||
}: LauncherSettingsMenuProps) {
|
}: LauncherSettingsMenuProps) {
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
|
|
||||||
@@ -51,7 +56,7 @@ export function LauncherSettingsMenu({
|
|||||||
{t("resourceLauncherGroupBy")}
|
{t("resourceLauncherGroupBy")}
|
||||||
</p>
|
</p>
|
||||||
<Select
|
<Select
|
||||||
value={config.groupBy}
|
value={selectedGroupBy}
|
||||||
onValueChange={(value) =>
|
onValueChange={(value) =>
|
||||||
onConfigChange({
|
onConfigChange({
|
||||||
groupBy:
|
groupBy:
|
||||||
@@ -63,14 +68,46 @@ export function LauncherSettingsMenu({
|
|||||||
<SelectValue />
|
<SelectValue />
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent>
|
||||||
<SelectItem value="site">
|
<SelectItem value="none">
|
||||||
|
{t("resourceLauncherGroupByNone")}
|
||||||
|
</SelectItem>
|
||||||
|
<SelectItem
|
||||||
|
value="site"
|
||||||
|
disabled={
|
||||||
|
!capabilities.allowSiteGrouping ||
|
||||||
|
(isCompactMode &&
|
||||||
|
config.siteIds.length === 0)
|
||||||
|
}
|
||||||
|
>
|
||||||
{t("resourceLauncherGroupBySite")}
|
{t("resourceLauncherGroupBySite")}
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
<SelectItem value="label">
|
<SelectItem
|
||||||
|
value="label"
|
||||||
|
disabled={
|
||||||
|
!capabilities.allowLabelGrouping ||
|
||||||
|
(isCompactMode &&
|
||||||
|
config.labelIds.length === 0)
|
||||||
|
}
|
||||||
|
>
|
||||||
{t("resourceLauncherGroupByLabel")}
|
{t("resourceLauncherGroupByLabel")}
|
||||||
</SelectItem>
|
</SelectItem>
|
||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
|
{isCompactMode ? (
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{t("resourceLauncherCompactGroupingHint")}
|
||||||
|
</p>
|
||||||
|
) : null}
|
||||||
|
{!isCompactMode && !capabilities.allowSiteGrouping ? (
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{t("resourceLauncherSiteGroupingDisabled")}
|
||||||
|
</p>
|
||||||
|
) : null}
|
||||||
|
{!isCompactMode && !capabilities.allowLabelGrouping ? (
|
||||||
|
<p className="text-xs text-muted-foreground">
|
||||||
|
{t("resourceLauncherLabelGroupingDisabled")}
|
||||||
|
</p>
|
||||||
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
@@ -116,16 +153,6 @@ export function LauncherSettingsMenu({
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{!isDefaultView ? (
|
|
||||||
<Button
|
|
||||||
variant="destructive"
|
|
||||||
className="w-full rounded-xl"
|
|
||||||
onClick={onDeleteView}
|
|
||||||
>
|
|
||||||
{t("resourceLauncherDeleteView")}
|
|
||||||
</Button>
|
|
||||||
) : null}
|
|
||||||
</div>
|
</div>
|
||||||
</PopoverContent>
|
</PopoverContent>
|
||||||
</Popover>
|
</Popover>
|
||||||
|
|||||||
@@ -68,11 +68,14 @@ type LauncherSaveViewMenuProps = {
|
|||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
isOrgWideView: boolean;
|
isOrgWideView: boolean;
|
||||||
hasUnsavedChanges: boolean;
|
hasUnsavedChanges: boolean;
|
||||||
|
canResetSystemDefault: boolean;
|
||||||
onSaveToCurrent: () => void;
|
onSaveToCurrent: () => void;
|
||||||
onSaveAsNew: () => void;
|
onSaveAsNew: () => void;
|
||||||
onSaveForEveryone: () => void;
|
onSaveForEveryone: () => void;
|
||||||
onMakePersonal: () => void;
|
onMakePersonal: () => void;
|
||||||
onResetView: () => void;
|
onResetView: () => void;
|
||||||
|
onResetSystemDefault: () => void;
|
||||||
|
onDeleteView: () => void;
|
||||||
};
|
};
|
||||||
|
|
||||||
export function LauncherSaveViewMenu({
|
export function LauncherSaveViewMenu({
|
||||||
@@ -80,13 +83,17 @@ export function LauncherSaveViewMenu({
|
|||||||
isAdmin,
|
isAdmin,
|
||||||
isOrgWideView,
|
isOrgWideView,
|
||||||
hasUnsavedChanges,
|
hasUnsavedChanges,
|
||||||
|
canResetSystemDefault,
|
||||||
onSaveToCurrent,
|
onSaveToCurrent,
|
||||||
onSaveAsNew,
|
onSaveAsNew,
|
||||||
onSaveForEveryone,
|
onSaveForEveryone,
|
||||||
onMakePersonal,
|
onMakePersonal,
|
||||||
onResetView
|
onResetView,
|
||||||
|
onResetSystemDefault,
|
||||||
|
onDeleteView
|
||||||
}: LauncherSaveViewMenuProps) {
|
}: LauncherSaveViewMenuProps) {
|
||||||
const t = useTranslations();
|
const t = useTranslations();
|
||||||
|
const canDeleteView = !isDefaultView && (isAdmin || !isOrgWideView);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<DropdownMenu>
|
<DropdownMenu>
|
||||||
@@ -108,7 +115,26 @@ export function LauncherSaveViewMenu({
|
|||||||
<DropdownMenuSeparator />
|
<DropdownMenuSeparator />
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
{!isDefaultView && (isAdmin || !isOrgWideView) ? (
|
{isDefaultView && canResetSystemDefault ? (
|
||||||
|
<>
|
||||||
|
<DropdownMenuItem onSelect={onResetSystemDefault}>
|
||||||
|
{t("resourceLauncherResetSystemDefault")}
|
||||||
|
</DropdownMenuItem>
|
||||||
|
<DropdownMenuSeparator />
|
||||||
|
</>
|
||||||
|
) : null}
|
||||||
|
{isDefaultView && hasUnsavedChanges ? (
|
||||||
|
<>
|
||||||
|
<DropdownMenuItem onSelect={onSaveToCurrent}>
|
||||||
|
{t("resourceLauncherSaveDefaultPersonal")}
|
||||||
|
</DropdownMenuItem>
|
||||||
|
{isAdmin ? (
|
||||||
|
<DropdownMenuItem onSelect={onSaveForEveryone}>
|
||||||
|
{t("resourceLauncherSaveForEveryone")}
|
||||||
|
</DropdownMenuItem>
|
||||||
|
) : null}
|
||||||
|
</>
|
||||||
|
) : !isDefaultView && (isAdmin || !isOrgWideView) ? (
|
||||||
<DropdownMenuItem onSelect={onSaveToCurrent}>
|
<DropdownMenuItem onSelect={onSaveToCurrent}>
|
||||||
{t("resourceLauncherSaveToCurrentView")}
|
{t("resourceLauncherSaveToCurrentView")}
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
@@ -126,6 +152,17 @@ export function LauncherSaveViewMenu({
|
|||||||
{t("resourceLauncherMakePersonal")}
|
{t("resourceLauncherMakePersonal")}
|
||||||
</DropdownMenuItem>
|
</DropdownMenuItem>
|
||||||
) : null}
|
) : null}
|
||||||
|
{canDeleteView ? (
|
||||||
|
<>
|
||||||
|
<DropdownMenuSeparator />
|
||||||
|
<DropdownMenuItem
|
||||||
|
onSelect={onDeleteView}
|
||||||
|
className="text-destructive focus:text-destructive"
|
||||||
|
>
|
||||||
|
{t("resourceLauncherDeleteView")}
|
||||||
|
</DropdownMenuItem>
|
||||||
|
</>
|
||||||
|
) : null}
|
||||||
</DropdownMenuContent>
|
</DropdownMenuContent>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -29,12 +29,23 @@ import {
|
|||||||
} from "@app/lib/launcherUrlState";
|
} from "@app/lib/launcherUrlState";
|
||||||
import { useToast } from "@app/hooks/useToast";
|
import { useToast } from "@app/hooks/useToast";
|
||||||
import { useEnvContext } from "@app/hooks/useEnvContext";
|
import { useEnvContext } from "@app/hooks/useEnvContext";
|
||||||
import type {
|
import {
|
||||||
LauncherGroup,
|
getEffectiveLauncherConfig,
|
||||||
LauncherViewConfig,
|
shouldShowFlatResourceList,
|
||||||
LauncherViewRecord
|
shouldShowLauncherGroupList,
|
||||||
|
shouldShowSearchFirstGate
|
||||||
|
} from "@app/lib/launcherScale";
|
||||||
|
import { launcherQueries } from "@app/lib/queries";
|
||||||
|
import {
|
||||||
|
getEffectiveDefaultLauncherConfig,
|
||||||
|
type LauncherDefaultViewOverrides,
|
||||||
|
type LauncherGroup,
|
||||||
|
type LauncherResource,
|
||||||
|
type LauncherScaleInfo,
|
||||||
|
type LauncherViewConfig,
|
||||||
|
type LauncherViewRecord
|
||||||
} from "@server/routers/launcher/types";
|
} from "@server/routers/launcher/types";
|
||||||
import { useMutation } from "@tanstack/react-query";
|
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
|
||||||
import { Search } from "lucide-react";
|
import { Search } from "lucide-react";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
@@ -52,20 +63,26 @@ import type { SelectedLabel } from "@app/components/labels-selector";
|
|||||||
import { useMediaQuery } from "@app/hooks/useMediaQuery";
|
import { useMediaQuery } from "@app/hooks/useMediaQuery";
|
||||||
import { cn } from "@app/lib/cn";
|
import { cn } from "@app/lib/cn";
|
||||||
import { LauncherFilterPopover } from "./LauncherFilterPopover";
|
import { LauncherFilterPopover } from "./LauncherFilterPopover";
|
||||||
|
import { LauncherFlatResourceList } from "./LauncherFlatResourceList";
|
||||||
import { LauncherGroupList } from "./LauncherGroupList";
|
import { LauncherGroupList } from "./LauncherGroupList";
|
||||||
|
import { LauncherSearchFirstGate } from "./LauncherSearchFirstGate";
|
||||||
import { LauncherRefreshButton } from "./LauncherRefreshButton";
|
import { LauncherRefreshButton } from "./LauncherRefreshButton";
|
||||||
|
import { LauncherResourcePanel } from "./LauncherResourcePanel";
|
||||||
import { LauncherSettingsMenu } from "./LauncherSettingsMenu";
|
import { LauncherSettingsMenu } from "./LauncherSettingsMenu";
|
||||||
import { LauncherSortButton } from "./LauncherSortButton";
|
import { LauncherSortButton } from "./LauncherSortButton";
|
||||||
import { LauncherSaveViewMenu, LauncherViewTabs } from "./LauncherViewTabs";
|
import { LauncherSaveViewMenu, LauncherViewTabs } from "./LauncherViewTabs";
|
||||||
|
import ConfirmDeleteDialog from "@app/components/ConfirmDeleteDialog";
|
||||||
import SettingsSectionTitle from "@app/components/SettingsSectionTitle";
|
import SettingsSectionTitle from "@app/components/SettingsSectionTitle";
|
||||||
|
|
||||||
type ResourceLauncherProps = {
|
type ResourceLauncherProps = {
|
||||||
orgId: string;
|
orgId: string;
|
||||||
isAdmin: boolean;
|
isAdmin: boolean;
|
||||||
views: LauncherViewRecord[];
|
views: LauncherViewRecord[];
|
||||||
|
defaultViewOverrides: LauncherDefaultViewOverrides;
|
||||||
activeViewId: LauncherActiveViewId;
|
activeViewId: LauncherActiveViewId;
|
||||||
config: LauncherViewConfig;
|
config: LauncherViewConfig;
|
||||||
savedConfig: LauncherViewConfig;
|
savedConfig: LauncherViewConfig;
|
||||||
|
scale: LauncherScaleInfo;
|
||||||
groups: LauncherGroup[];
|
groups: LauncherGroup[];
|
||||||
groupsPagination: {
|
groupsPagination: {
|
||||||
total: number;
|
total: number;
|
||||||
@@ -78,9 +95,11 @@ export default function ResourceLauncher({
|
|||||||
orgId,
|
orgId,
|
||||||
isAdmin,
|
isAdmin,
|
||||||
views,
|
views,
|
||||||
|
defaultViewOverrides,
|
||||||
activeViewId,
|
activeViewId,
|
||||||
config,
|
config,
|
||||||
savedConfig,
|
savedConfig,
|
||||||
|
scale: initialScale,
|
||||||
groups,
|
groups,
|
||||||
groupsPagination
|
groupsPagination
|
||||||
}: ResourceLauncherProps) {
|
}: ResourceLauncherProps) {
|
||||||
@@ -88,6 +107,7 @@ export default function ResourceLauncher({
|
|||||||
const { toast } = useToast();
|
const { toast } = useToast();
|
||||||
const { env } = useEnvContext();
|
const { env } = useEnvContext();
|
||||||
const api = createApiClient({ env });
|
const api = createApiClient({ env });
|
||||||
|
const queryClient = useQueryClient();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const { navigate, isNavigating, searchParams } = useNavigationContext();
|
const { navigate, isNavigating, searchParams } = useNavigationContext();
|
||||||
const [isRefreshing, startRefreshTransition] = useTransition();
|
const [isRefreshing, startRefreshTransition] = useTransition();
|
||||||
@@ -95,11 +115,47 @@ export default function ResourceLauncher({
|
|||||||
|
|
||||||
const [searchInputResetKey, setSearchInputResetKey] = useState(0);
|
const [searchInputResetKey, setSearchInputResetKey] = useState(0);
|
||||||
const [saveDialogOpen, setSaveDialogOpen] = useState(false);
|
const [saveDialogOpen, setSaveDialogOpen] = useState(false);
|
||||||
|
const [deleteDialogOpen, setDeleteDialogOpen] = useState(false);
|
||||||
const [newViewName, setNewViewName] = useState("");
|
const [newViewName, setNewViewName] = useState("");
|
||||||
const [saveOrgWide, setSaveOrgWide] = useState(false);
|
const [saveOrgWide, setSaveOrgWide] = useState(false);
|
||||||
|
const [selectedResource, setSelectedResource] =
|
||||||
|
useState<LauncherResource | null>(null);
|
||||||
|
const [panelOpen, setPanelOpen] = useState(false);
|
||||||
|
|
||||||
const isDesktop = useMediaQuery("(min-width: 768px)");
|
const isDesktop = useMediaQuery("(min-width: 768px)");
|
||||||
|
|
||||||
|
const scaleFilters = useMemo(
|
||||||
|
() => ({
|
||||||
|
query: config.query,
|
||||||
|
groupBy: config.groupBy,
|
||||||
|
siteIds: config.siteIds,
|
||||||
|
labelIds: config.labelIds,
|
||||||
|
sort_by: config.sortBy,
|
||||||
|
order: config.order
|
||||||
|
}),
|
||||||
|
[
|
||||||
|
config.groupBy,
|
||||||
|
config.labelIds,
|
||||||
|
config.order,
|
||||||
|
config.query,
|
||||||
|
config.siteIds,
|
||||||
|
config.sortBy
|
||||||
|
]
|
||||||
|
);
|
||||||
|
|
||||||
|
const { data: scale = initialScale } = useQuery({
|
||||||
|
...launcherQueries.scale(orgId, scaleFilters),
|
||||||
|
initialData: initialScale
|
||||||
|
});
|
||||||
|
|
||||||
|
const showGroupList = shouldShowLauncherGroupList(scale, config);
|
||||||
|
const showSearchFirstGate = shouldShowSearchFirstGate(scale, config);
|
||||||
|
const showFlatResourceList = shouldShowFlatResourceList(scale, config);
|
||||||
|
const effectiveConfig = useMemo(
|
||||||
|
() => getEffectiveLauncherConfig(scale, config),
|
||||||
|
[config, scale]
|
||||||
|
);
|
||||||
|
|
||||||
const configRef = useRef(config);
|
const configRef = useRef(config);
|
||||||
configRef.current = config;
|
configRef.current = config;
|
||||||
const searchInputRef = useRef(config.query);
|
const searchInputRef = useRef(config.query);
|
||||||
@@ -129,13 +185,24 @@ export default function ResourceLauncher({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const baseConfig = getLauncherUrlBaseConfig(lastView, views);
|
const baseConfig = getLauncherUrlBaseConfig(
|
||||||
|
lastView,
|
||||||
|
views,
|
||||||
|
defaultViewOverrides
|
||||||
|
);
|
||||||
const params = serializeLauncherUrlState({
|
const params = serializeLauncherUrlState({
|
||||||
viewId: lastView,
|
viewId: lastView,
|
||||||
config: baseConfig
|
config: baseConfig
|
||||||
});
|
});
|
||||||
navigate({ searchParams: params, replace: true });
|
navigate({ searchParams: params, replace: true });
|
||||||
}, [activeViewId, navigate, orgId, searchParams, views]);
|
}, [
|
||||||
|
activeViewId,
|
||||||
|
defaultViewOverrides,
|
||||||
|
navigate,
|
||||||
|
orgId,
|
||||||
|
searchParams,
|
||||||
|
views
|
||||||
|
]);
|
||||||
|
|
||||||
const navigateToConfig = useCallback(
|
const navigateToConfig = useCallback(
|
||||||
(viewId: LauncherActiveViewId, nextConfig: LauncherViewConfig) => {
|
(viewId: LauncherActiveViewId, nextConfig: LauncherViewConfig) => {
|
||||||
@@ -158,10 +225,14 @@ export default function ResourceLauncher({
|
|||||||
const selectView = useCallback(
|
const selectView = useCallback(
|
||||||
(viewId: LauncherActiveViewId) => {
|
(viewId: LauncherActiveViewId) => {
|
||||||
writeLauncherLastView(orgId, viewId);
|
writeLauncherLastView(orgId, viewId);
|
||||||
const baseConfig = getLauncherUrlBaseConfig(viewId, views);
|
const baseConfig = getLauncherUrlBaseConfig(
|
||||||
|
viewId,
|
||||||
|
views,
|
||||||
|
defaultViewOverrides
|
||||||
|
);
|
||||||
navigateToConfig(viewId, baseConfig);
|
navigateToConfig(viewId, baseConfig);
|
||||||
},
|
},
|
||||||
[navigateToConfig, orgId, views]
|
[defaultViewOverrides, navigateToConfig, orgId, views]
|
||||||
);
|
);
|
||||||
|
|
||||||
const activeSavedView = useMemo(
|
const activeSavedView = useMemo(
|
||||||
@@ -175,6 +246,10 @@ export default function ResourceLauncher({
|
|||||||
const isDefaultView = activeViewId === "default";
|
const isDefaultView = activeViewId === "default";
|
||||||
const isOrgWideView = Boolean(activeSavedView?.isOrgWide);
|
const isOrgWideView = Boolean(activeSavedView?.isOrgWide);
|
||||||
const hasUnsavedChanges = !isLauncherConfigEqual(config, savedConfig);
|
const hasUnsavedChanges = !isLauncherConfigEqual(config, savedConfig);
|
||||||
|
const canResetSystemDefault =
|
||||||
|
isDefaultView &&
|
||||||
|
(Boolean(defaultViewOverrides.personal) ||
|
||||||
|
(isAdmin && Boolean(defaultViewOverrides.orgWide)));
|
||||||
|
|
||||||
const selectedSites: Selectedsite[] = useMemo(
|
const selectedSites: Selectedsite[] = useMemo(
|
||||||
() =>
|
() =>
|
||||||
@@ -270,6 +345,87 @@ export default function ResourceLauncher({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
const saveDefaultViewMutation = useMutation({
|
||||||
|
mutationFn: async (payload: {
|
||||||
|
config: LauncherViewConfig;
|
||||||
|
orgWide: boolean;
|
||||||
|
}) => {
|
||||||
|
const res = await api.put(
|
||||||
|
`/org/${orgId}/launcher/default-view`,
|
||||||
|
payload
|
||||||
|
);
|
||||||
|
return res.data.data as LauncherViewRecord;
|
||||||
|
},
|
||||||
|
onSuccess: () => {
|
||||||
|
writeLauncherLastView(orgId, "default");
|
||||||
|
const params = serializeLauncherUrlState({
|
||||||
|
viewId: "default",
|
||||||
|
config
|
||||||
|
});
|
||||||
|
navigate({ searchParams: params, replace: true });
|
||||||
|
router.refresh();
|
||||||
|
toast({
|
||||||
|
title: t("resourceLauncherViewSaved"),
|
||||||
|
description: t("resourceLauncherViewSavedDescription")
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onError: (error) => {
|
||||||
|
toast({
|
||||||
|
variant: "destructive",
|
||||||
|
title: t("resourceLauncherViewSaveFailed"),
|
||||||
|
description: formatAxiosError(
|
||||||
|
error,
|
||||||
|
t("resourceLauncherViewSaveFailedDescription")
|
||||||
|
)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const resetSystemDefaultMutation = useMutation({
|
||||||
|
mutationFn: async () => {
|
||||||
|
const resetAll = isAdmin && Boolean(defaultViewOverrides.orgWide);
|
||||||
|
await api.delete(`/org/${orgId}/launcher/default-view`, {
|
||||||
|
data: resetAll ? { all: true } : { orgWide: false }
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onSuccess: () => {
|
||||||
|
writeLauncherLastView(orgId, "default");
|
||||||
|
const nextOverrides: LauncherDefaultViewOverrides = {
|
||||||
|
personal: null,
|
||||||
|
orgWide:
|
||||||
|
isAdmin && defaultViewOverrides.orgWide
|
||||||
|
? null
|
||||||
|
: defaultViewOverrides.orgWide
|
||||||
|
};
|
||||||
|
const targetConfig =
|
||||||
|
getEffectiveDefaultLauncherConfig(nextOverrides);
|
||||||
|
searchInputRef.current = targetConfig.query;
|
||||||
|
setSearchInputResetKey((key) => key + 1);
|
||||||
|
const params = serializeLauncherUrlState({
|
||||||
|
viewId: "default",
|
||||||
|
config: targetConfig
|
||||||
|
});
|
||||||
|
navigate({ searchParams: params, replace: true });
|
||||||
|
router.refresh();
|
||||||
|
toast({
|
||||||
|
title: t("resourceLauncherSystemDefaultRestored"),
|
||||||
|
description: t(
|
||||||
|
"resourceLauncherSystemDefaultRestoredDescription"
|
||||||
|
)
|
||||||
|
});
|
||||||
|
},
|
||||||
|
onError: (error) => {
|
||||||
|
toast({
|
||||||
|
variant: "destructive",
|
||||||
|
title: t("resourceLauncherViewSaveFailed"),
|
||||||
|
description: formatAxiosError(
|
||||||
|
error,
|
||||||
|
t("resourceLauncherViewSaveFailedDescription")
|
||||||
|
)
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
const deleteViewMutation = useMutation({
|
const deleteViewMutation = useMutation({
|
||||||
mutationFn: async (viewId: number) => {
|
mutationFn: async (viewId: number) => {
|
||||||
await api.delete(`/org/${orgId}/launcher/views/${viewId}`);
|
await api.delete(`/org/${orgId}/launcher/views/${viewId}`);
|
||||||
@@ -278,7 +434,11 @@ export default function ResourceLauncher({
|
|||||||
writeLauncherLastView(orgId, "default");
|
writeLauncherLastView(orgId, "default");
|
||||||
const params = serializeLauncherUrlState({
|
const params = serializeLauncherUrlState({
|
||||||
viewId: "default",
|
viewId: "default",
|
||||||
config: getLauncherUrlBaseConfig("default", views)
|
config: getLauncherUrlBaseConfig(
|
||||||
|
"default",
|
||||||
|
views,
|
||||||
|
defaultViewOverrides
|
||||||
|
)
|
||||||
});
|
});
|
||||||
navigate({ searchParams: params, replace: true });
|
navigate({ searchParams: params, replace: true });
|
||||||
router.refresh();
|
router.refresh();
|
||||||
@@ -328,9 +488,17 @@ export default function ResourceLauncher({
|
|||||||
navigateToConfig(activeViewIdRef.current, savedConfig);
|
navigateToConfig(activeViewIdRef.current, savedConfig);
|
||||||
}, [navigateToConfig, savedConfig]);
|
}, [navigateToConfig, savedConfig]);
|
||||||
|
|
||||||
|
const handleResetSystemDefault = useCallback(() => {
|
||||||
|
resetSystemDefaultMutation.mutate();
|
||||||
|
}, [resetSystemDefaultMutation]);
|
||||||
|
|
||||||
const refreshData = () => {
|
const refreshData = () => {
|
||||||
startRefreshTransition(async () => {
|
startRefreshTransition(async () => {
|
||||||
try {
|
try {
|
||||||
|
await api.post(`/org/${orgId}/launcher/invalidate-cache`);
|
||||||
|
await queryClient.invalidateQueries({
|
||||||
|
queryKey: ["ORG", orgId, "LAUNCHER"]
|
||||||
|
});
|
||||||
router.refresh();
|
router.refresh();
|
||||||
} catch {
|
} catch {
|
||||||
toast({
|
toast({
|
||||||
@@ -343,7 +511,14 @@ export default function ResourceLauncher({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleSaveToCurrent = () => {
|
const handleSaveToCurrent = () => {
|
||||||
if (isDefaultView || (isOrgWideView && !isAdmin)) {
|
if (isDefaultView) {
|
||||||
|
saveDefaultViewMutation.mutate({
|
||||||
|
config,
|
||||||
|
orgWide: false
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (isOrgWideView && !isAdmin) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
updateViewMutation.mutate({
|
updateViewMutation.mutate({
|
||||||
@@ -360,6 +535,10 @@ export default function ResourceLauncher({
|
|||||||
|
|
||||||
const handleSaveForEveryone = () => {
|
const handleSaveForEveryone = () => {
|
||||||
if (isDefaultView) {
|
if (isDefaultView) {
|
||||||
|
saveDefaultViewMutation.mutate({
|
||||||
|
config,
|
||||||
|
orgWide: true
|
||||||
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
updateViewMutation.mutate({
|
updateViewMutation.mutate({
|
||||||
@@ -389,6 +568,18 @@ export default function ResourceLauncher({
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handleResourceSelect = useCallback((resource: LauncherResource) => {
|
||||||
|
setSelectedResource(resource);
|
||||||
|
setPanelOpen(true);
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
const handlePanelOpenChange = useCallback((open: boolean) => {
|
||||||
|
setPanelOpen(open);
|
||||||
|
if (!open) {
|
||||||
|
setSelectedResource(null);
|
||||||
|
}
|
||||||
|
}, []);
|
||||||
|
|
||||||
const savedViewTabs = views.map((view) => ({
|
const savedViewTabs = views.map((view) => ({
|
||||||
viewId: view.viewId,
|
viewId: view.viewId,
|
||||||
name: view.name
|
name: view.name
|
||||||
@@ -412,19 +603,8 @@ export default function ResourceLauncher({
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
||||||
const renderToolbarActions = () => (
|
const renderToolbarFilterSort = () => (
|
||||||
<>
|
<>
|
||||||
<LauncherSaveViewMenu
|
|
||||||
isDefaultView={isDefaultView}
|
|
||||||
isAdmin={isAdmin}
|
|
||||||
isOrgWideView={isOrgWideView}
|
|
||||||
hasUnsavedChanges={hasUnsavedChanges}
|
|
||||||
onSaveToCurrent={handleSaveToCurrent}
|
|
||||||
onSaveAsNew={handleSaveAsNew}
|
|
||||||
onSaveForEveryone={handleSaveForEveryone}
|
|
||||||
onMakePersonal={handleMakePersonal}
|
|
||||||
onResetView={handleResetView}
|
|
||||||
/>
|
|
||||||
<LauncherFilterPopover
|
<LauncherFilterPopover
|
||||||
orgId={orgId}
|
orgId={orgId}
|
||||||
selectedSites={selectedSites}
|
selectedSites={selectedSites}
|
||||||
@@ -448,15 +628,31 @@ export default function ResourceLauncher({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
|
||||||
|
const renderToolbarActions = () => (
|
||||||
|
<>
|
||||||
|
<LauncherSaveViewMenu
|
||||||
|
isDefaultView={isDefaultView}
|
||||||
|
isAdmin={isAdmin}
|
||||||
|
isOrgWideView={isOrgWideView}
|
||||||
|
hasUnsavedChanges={hasUnsavedChanges}
|
||||||
|
canResetSystemDefault={canResetSystemDefault}
|
||||||
|
onSaveToCurrent={handleSaveToCurrent}
|
||||||
|
onSaveAsNew={handleSaveAsNew}
|
||||||
|
onSaveForEveryone={handleSaveForEveryone}
|
||||||
|
onMakePersonal={handleMakePersonal}
|
||||||
|
onResetView={handleResetView}
|
||||||
|
onResetSystemDefault={handleResetSystemDefault}
|
||||||
|
onDeleteView={() => setDeleteDialogOpen(true)}
|
||||||
|
/>
|
||||||
<LauncherSettingsMenu
|
<LauncherSettingsMenu
|
||||||
config={config}
|
config={config}
|
||||||
isDefaultView={isDefaultView}
|
capabilities={scale.capabilities}
|
||||||
|
isCompactMode={scale.mode === "compact"}
|
||||||
|
selectedGroupBy={effectiveConfig.groupBy}
|
||||||
onConfigChange={applyConfigPatch}
|
onConfigChange={applyConfigPatch}
|
||||||
onDeleteView={() => {
|
|
||||||
if (!isDefaultView) {
|
|
||||||
deleteViewMutation.mutate(activeViewId);
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
<LauncherRefreshButton
|
<LauncherRefreshButton
|
||||||
onRefresh={refreshData}
|
onRefresh={refreshData}
|
||||||
@@ -483,6 +679,9 @@ export default function ResourceLauncher({
|
|||||||
{isDesktop ? (
|
{isDesktop ? (
|
||||||
<div className="mb-6 flex w-full min-w-0 items-center gap-3">
|
<div className="mb-6 flex w-full min-w-0 items-center gap-3">
|
||||||
{renderToolbarSearch("w-64")}
|
{renderToolbarSearch("w-64")}
|
||||||
|
<div className="flex shrink-0 items-center gap-2">
|
||||||
|
{renderToolbarFilterSort()}
|
||||||
|
</div>
|
||||||
<div className="min-w-0 flex-1 overflow-x-auto">
|
<div className="min-w-0 flex-1 overflow-x-auto">
|
||||||
{renderToolbarViews()}
|
{renderToolbarViews()}
|
||||||
</div>
|
</div>
|
||||||
@@ -495,22 +694,64 @@ export default function ResourceLauncher({
|
|||||||
<div className="flex items-center gap-2 overflow-x-auto">
|
<div className="flex items-center gap-2 overflow-x-auto">
|
||||||
{renderToolbarActions()}
|
{renderToolbarActions()}
|
||||||
</div>
|
</div>
|
||||||
{renderToolbarSearch("w-full")}
|
<div className="flex items-center gap-2">
|
||||||
|
<div className="min-w-0 flex-1">
|
||||||
|
{renderToolbarSearch("w-full")}
|
||||||
|
</div>
|
||||||
|
{renderToolbarFilterSort()}
|
||||||
|
</div>
|
||||||
<div className="overflow-x-auto">
|
<div className="overflow-x-auto">
|
||||||
{renderToolbarViews()}
|
{renderToolbarViews()}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<LauncherGroupList
|
{showSearchFirstGate ? (
|
||||||
|
<LauncherSearchFirstGate layout={config.layout} />
|
||||||
|
) : showGroupList ? (
|
||||||
|
<LauncherGroupList
|
||||||
|
orgId={orgId}
|
||||||
|
activeViewId={activeViewId}
|
||||||
|
config={effectiveConfig}
|
||||||
|
initialGroups={groups}
|
||||||
|
groupsPagination={groupsPagination}
|
||||||
|
onClearFilters={handleClearFilters}
|
||||||
|
onResourceSelect={handleResourceSelect}
|
||||||
|
/>
|
||||||
|
) : showFlatResourceList ? (
|
||||||
|
<LauncherFlatResourceList
|
||||||
|
orgId={orgId}
|
||||||
|
activeViewId={activeViewId}
|
||||||
|
config={effectiveConfig}
|
||||||
|
onClearFilters={handleClearFilters}
|
||||||
|
onResourceSelect={handleResourceSelect}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
|
||||||
|
<LauncherResourcePanel
|
||||||
|
open={panelOpen}
|
||||||
|
onOpenChange={handlePanelOpenChange}
|
||||||
|
resource={selectedResource}
|
||||||
orgId={orgId}
|
orgId={orgId}
|
||||||
activeViewId={activeViewId}
|
isAdmin={isAdmin}
|
||||||
config={config}
|
|
||||||
initialGroups={groups}
|
|
||||||
groupsPagination={groupsPagination}
|
|
||||||
onClearFilters={handleClearFilters}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{activeSavedView ? (
|
||||||
|
<ConfirmDeleteDialog
|
||||||
|
open={deleteDialogOpen}
|
||||||
|
setOpen={setDeleteDialogOpen}
|
||||||
|
string={activeSavedView.name}
|
||||||
|
title={t("resourceLauncherDeleteViewTitle")}
|
||||||
|
buttonText={t("resourceLauncherDeleteViewConfirm")}
|
||||||
|
dialog={<p>{t("resourceLauncherDeleteViewQuestion")}</p>}
|
||||||
|
onConfirm={async () => {
|
||||||
|
await deleteViewMutation.mutateAsync(
|
||||||
|
activeSavedView.viewId
|
||||||
|
);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
|
||||||
<Credenza open={saveDialogOpen} onOpenChange={setSaveDialogOpen}>
|
<Credenza open={saveDialogOpen} onOpenChange={setSaveDialogOpen}>
|
||||||
<CredenzaContent>
|
<CredenzaContent>
|
||||||
<CredenzaHeader>
|
<CredenzaHeader>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ function lastViewKey(orgId: string) {
|
|||||||
function groupOpenKey(
|
function groupOpenKey(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
viewId: LauncherActiveViewId,
|
viewId: LauncherActiveViewId,
|
||||||
groupBy: "site" | "label"
|
groupBy: "site" | "label" | "none"
|
||||||
) {
|
) {
|
||||||
return `${GROUP_OPEN_PREFIX}${orgId}:${viewId}:${groupBy}`;
|
return `${GROUP_OPEN_PREFIX}${orgId}:${viewId}:${groupBy}`;
|
||||||
}
|
}
|
||||||
@@ -64,7 +64,7 @@ export function writeLauncherLastView(
|
|||||||
export function readLauncherGroupOpenState(
|
export function readLauncherGroupOpenState(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
viewId: LauncherActiveViewId,
|
viewId: LauncherActiveViewId,
|
||||||
groupBy: "site" | "label"
|
groupBy: "site" | "label" | "none"
|
||||||
): Record<string, boolean> {
|
): Record<string, boolean> {
|
||||||
return readJson<Record<string, boolean>>(
|
return readJson<Record<string, boolean>>(
|
||||||
groupOpenKey(orgId, viewId, groupBy),
|
groupOpenKey(orgId, viewId, groupBy),
|
||||||
@@ -75,7 +75,7 @@ export function readLauncherGroupOpenState(
|
|||||||
export function readLauncherGroupOpen(
|
export function readLauncherGroupOpen(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
viewId: LauncherActiveViewId,
|
viewId: LauncherActiveViewId,
|
||||||
groupBy: "site" | "label",
|
groupBy: "site" | "label" | "none",
|
||||||
groupKey: string,
|
groupKey: string,
|
||||||
defaultOpen: boolean
|
defaultOpen: boolean
|
||||||
): boolean {
|
): boolean {
|
||||||
@@ -86,7 +86,7 @@ export function readLauncherGroupOpen(
|
|||||||
export function writeLauncherGroupOpen(
|
export function writeLauncherGroupOpen(
|
||||||
orgId: string,
|
orgId: string,
|
||||||
viewId: LauncherActiveViewId,
|
viewId: LauncherActiveViewId,
|
||||||
groupBy: "site" | "label",
|
groupBy: "site" | "label" | "none",
|
||||||
groupKey: string,
|
groupKey: string,
|
||||||
isOpen: boolean
|
isOpen: boolean
|
||||||
) {
|
) {
|
||||||
|
|||||||
93
src/lib/launcherResourceDetails.ts
Normal file
93
src/lib/launcherResourceDetails.ts
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
import type { GetResourceResponse } from "@server/routers/resource/getResource";
|
||||||
|
import type { GetResourceAuthInfoResponse } from "@server/routers/resource/getResourceAuthInfo";
|
||||||
|
import type { GetSiteResourceResponse } from "@server/routers/siteResource/getSiteResource";
|
||||||
|
|
||||||
|
export type PublicAuthState = "protected" | "not_protected" | "none";
|
||||||
|
|
||||||
|
const BROWSER_MODES = ["http", "ssh", "rdp", "vnc"];
|
||||||
|
|
||||||
|
export function derivePublicAuthState(
|
||||||
|
mode: string | null,
|
||||||
|
authInfo: Pick<
|
||||||
|
GetResourceAuthInfoResponse,
|
||||||
|
"password" | "pincode" | "sso" | "whitelist" | "headerAuth"
|
||||||
|
>
|
||||||
|
): PublicAuthState {
|
||||||
|
if (!BROWSER_MODES.includes(mode || "")) {
|
||||||
|
return "none";
|
||||||
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
authInfo.password ||
|
||||||
|
authInfo.pincode ||
|
||||||
|
authInfo.sso ||
|
||||||
|
authInfo.whitelist ||
|
||||||
|
authInfo.headerAuth
|
||||||
|
) {
|
||||||
|
return "protected";
|
||||||
|
}
|
||||||
|
|
||||||
|
return "not_protected";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function formatPublicResourceType(
|
||||||
|
resource: Pick<GetResourceResponse, "mode" | "ssl">
|
||||||
|
): string {
|
||||||
|
if (resource.mode === "http") {
|
||||||
|
return resource.ssl ? "HTTPS" : "HTTP";
|
||||||
|
}
|
||||||
|
|
||||||
|
const mode = (resource.mode || "").toLowerCase();
|
||||||
|
if (mode === "tcp") {
|
||||||
|
return "TCP";
|
||||||
|
}
|
||||||
|
if (mode === "udp") {
|
||||||
|
return "UDP";
|
||||||
|
}
|
||||||
|
|
||||||
|
return (resource.mode || "—").toUpperCase();
|
||||||
|
}
|
||||||
|
|
||||||
|
export type PortProtocolState = "all" | "blocked" | "custom";
|
||||||
|
|
||||||
|
function getPortProtocolState(
|
||||||
|
value: string | null | undefined
|
||||||
|
): PortProtocolState {
|
||||||
|
if (value === "*") {
|
||||||
|
return "all";
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!value || value.trim() === "") {
|
||||||
|
return "blocked";
|
||||||
|
}
|
||||||
|
|
||||||
|
return "custom";
|
||||||
|
}
|
||||||
|
|
||||||
|
export type PortRestrictionDisplay = {
|
||||||
|
hasNonDefaultPorts: boolean;
|
||||||
|
tcp: { state: PortProtocolState; ports: string | null };
|
||||||
|
udp: { state: PortProtocolState; ports: string | null };
|
||||||
|
};
|
||||||
|
|
||||||
|
export function formatPortRestrictionDisplay(
|
||||||
|
resource: Pick<
|
||||||
|
GetSiteResourceResponse,
|
||||||
|
"tcpPortRangeString" | "udpPortRangeString"
|
||||||
|
>
|
||||||
|
): PortRestrictionDisplay {
|
||||||
|
const tcpState = getPortProtocolState(resource.tcpPortRangeString);
|
||||||
|
const udpState = getPortProtocolState(resource.udpPortRangeString);
|
||||||
|
|
||||||
|
return {
|
||||||
|
hasNonDefaultPorts: tcpState !== "all" || udpState !== "all",
|
||||||
|
tcp: {
|
||||||
|
state: tcpState,
|
||||||
|
ports: tcpState === "custom" ? resource.tcpPortRangeString : null
|
||||||
|
},
|
||||||
|
udp: {
|
||||||
|
state: udpState,
|
||||||
|
ports: udpState === "custom" ? resource.udpPortRangeString : null
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
114
src/lib/launcherScale.ts
Normal file
114
src/lib/launcherScale.ts
Normal file
@@ -0,0 +1,114 @@
|
|||||||
|
import type {
|
||||||
|
LauncherScaleInfo,
|
||||||
|
LauncherViewConfig
|
||||||
|
} from "@server/routers/launcher/types";
|
||||||
|
|
||||||
|
export function hasActiveLauncherFilters(config: LauncherViewConfig): boolean {
|
||||||
|
return (
|
||||||
|
config.query.trim().length > 0 ||
|
||||||
|
config.siteIds.length > 0 ||
|
||||||
|
config.labelIds.length > 0
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getEffectiveGroupBy(
|
||||||
|
scale: LauncherScaleInfo,
|
||||||
|
config: LauncherViewConfig
|
||||||
|
): LauncherViewConfig["groupBy"] {
|
||||||
|
if (scale.mode !== "compact") {
|
||||||
|
return config.groupBy;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
config.groupBy === "site" &&
|
||||||
|
config.siteIds.length > 0 &&
|
||||||
|
scale.capabilities.allowSiteGrouping
|
||||||
|
) {
|
||||||
|
return "site";
|
||||||
|
}
|
||||||
|
|
||||||
|
if (
|
||||||
|
config.groupBy === "label" &&
|
||||||
|
config.labelIds.length > 0 &&
|
||||||
|
scale.capabilities.allowLabelGrouping
|
||||||
|
) {
|
||||||
|
return "label";
|
||||||
|
}
|
||||||
|
|
||||||
|
return "none";
|
||||||
|
}
|
||||||
|
|
||||||
|
export function getEffectiveLauncherConfig(
|
||||||
|
scale: LauncherScaleInfo,
|
||||||
|
config: LauncherViewConfig
|
||||||
|
): LauncherViewConfig {
|
||||||
|
const groupBy = getEffectiveGroupBy(scale, config);
|
||||||
|
if (groupBy === config.groupBy) {
|
||||||
|
return config;
|
||||||
|
}
|
||||||
|
|
||||||
|
return { ...config, groupBy };
|
||||||
|
}
|
||||||
|
|
||||||
|
export function shouldFetchLauncherGroups(
|
||||||
|
scale: LauncherScaleInfo,
|
||||||
|
config: LauncherViewConfig
|
||||||
|
): boolean {
|
||||||
|
const groupBy = getEffectiveGroupBy(scale, config);
|
||||||
|
|
||||||
|
if (groupBy === "none") {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (scale.mode === "full") {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
(scale.capabilities.allowSiteGrouping &&
|
||||||
|
groupBy === "site" &&
|
||||||
|
config.siteIds.length > 0) ||
|
||||||
|
(scale.capabilities.allowLabelGrouping &&
|
||||||
|
groupBy === "label" &&
|
||||||
|
config.labelIds.length > 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function shouldShowLauncherGroupList(
|
||||||
|
scale: LauncherScaleInfo,
|
||||||
|
config: LauncherViewConfig
|
||||||
|
): boolean {
|
||||||
|
return shouldFetchLauncherGroups(scale, config);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function shouldShowSearchFirstGate(
|
||||||
|
scale: LauncherScaleInfo,
|
||||||
|
config: LauncherViewConfig
|
||||||
|
): boolean {
|
||||||
|
return (
|
||||||
|
scale.mode === "compact" &&
|
||||||
|
scale.capabilities.requireSearchOrFilter &&
|
||||||
|
!hasActiveLauncherFilters(config)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function shouldShowFlatResourceList(
|
||||||
|
scale: LauncherScaleInfo,
|
||||||
|
config: LauncherViewConfig
|
||||||
|
): boolean {
|
||||||
|
if (shouldShowSearchFirstGate(scale, config)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
const groupBy = getEffectiveGroupBy(scale, config);
|
||||||
|
|
||||||
|
if (groupBy === "none") {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (scale.mode === "full") {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
return !shouldShowLauncherGroupList(scale, config);
|
||||||
|
}
|
||||||
@@ -1,21 +1,27 @@
|
|||||||
import { internal } from "@app/lib/api";
|
import { internal } from "@app/lib/api";
|
||||||
import type { LauncherActiveViewId } from "@app/lib/launcherLocalStorage";
|
import type { LauncherActiveViewId } from "@app/lib/launcherLocalStorage";
|
||||||
|
import { shouldFetchLauncherGroups } from "@app/lib/launcherScale";
|
||||||
import { resolveLauncherStateFromUrl } from "@app/lib/launcherUrlState";
|
import { resolveLauncherStateFromUrl } from "@app/lib/launcherUrlState";
|
||||||
import { buildLauncherSearchParams } from "@app/lib/launcherSearchParams";
|
import { buildLauncherSearchParams } from "@app/lib/launcherSearchParams";
|
||||||
import type {
|
import type {
|
||||||
LauncherGroup,
|
LauncherGroup,
|
||||||
|
LauncherScaleInfo,
|
||||||
|
LauncherDefaultViewOverrides,
|
||||||
LauncherViewConfig,
|
LauncherViewConfig,
|
||||||
LauncherViewRecord,
|
LauncherViewRecord,
|
||||||
ListLauncherGroupsResponse,
|
ListLauncherGroupsResponse,
|
||||||
|
ListLauncherScaleResponse,
|
||||||
ListLauncherViewsResponse
|
ListLauncherViewsResponse
|
||||||
} from "@server/routers/launcher/types";
|
} from "@server/routers/launcher/types";
|
||||||
import { AxiosResponse } from "axios";
|
import { AxiosResponse } from "axios";
|
||||||
|
|
||||||
export type LauncherPageData = {
|
export type LauncherPageData = {
|
||||||
views: LauncherViewRecord[];
|
views: LauncherViewRecord[];
|
||||||
|
defaultViewOverrides: LauncherDefaultViewOverrides;
|
||||||
activeViewId: LauncherActiveViewId;
|
activeViewId: LauncherActiveViewId;
|
||||||
config: LauncherViewConfig;
|
config: LauncherViewConfig;
|
||||||
savedConfig: LauncherViewConfig;
|
savedConfig: LauncherViewConfig;
|
||||||
|
scale: LauncherScaleInfo;
|
||||||
groups: LauncherGroup[];
|
groups: LauncherGroup[];
|
||||||
groupsPagination: {
|
groupsPagination: {
|
||||||
total: number;
|
total: number;
|
||||||
@@ -32,19 +38,56 @@ export async function fetchLauncherPageData(
|
|||||||
>
|
>
|
||||||
): Promise<LauncherPageData> {
|
): Promise<LauncherPageData> {
|
||||||
let views: LauncherViewRecord[] = [];
|
let views: LauncherViewRecord[] = [];
|
||||||
|
let defaultViewOverrides: LauncherDefaultViewOverrides = {
|
||||||
|
personal: null,
|
||||||
|
orgWide: null
|
||||||
|
};
|
||||||
try {
|
try {
|
||||||
const viewsRes = await internal.get<
|
const viewsRes = await internal.get<
|
||||||
AxiosResponse<ListLauncherViewsResponse>
|
AxiosResponse<ListLauncherViewsResponse>
|
||||||
>(`/org/${orgId}/launcher/views`, cookieHeader);
|
>(`/org/${orgId}/launcher/views`, cookieHeader);
|
||||||
views = viewsRes.data.data.views;
|
views = viewsRes.data.data.views;
|
||||||
|
defaultViewOverrides = viewsRes.data.data.defaultViewOverrides;
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|
||||||
const { activeViewId, config, savedConfig } = resolveLauncherStateFromUrl(
|
const { activeViewId, config, savedConfig } = resolveLauncherStateFromUrl(
|
||||||
searchParams,
|
searchParams,
|
||||||
views,
|
views,
|
||||||
null
|
null,
|
||||||
|
defaultViewOverrides
|
||||||
);
|
);
|
||||||
|
|
||||||
|
const scaleFilters = {
|
||||||
|
query: config.query,
|
||||||
|
groupBy: config.groupBy,
|
||||||
|
siteIds: config.siteIds,
|
||||||
|
labelIds: config.labelIds,
|
||||||
|
sort_by: config.sortBy,
|
||||||
|
order: config.order
|
||||||
|
};
|
||||||
|
|
||||||
|
let scale: LauncherScaleInfo = {
|
||||||
|
mode: "full",
|
||||||
|
resourceCount: 0,
|
||||||
|
siteGroupCount: 0,
|
||||||
|
labelGroupCount: 0,
|
||||||
|
capabilities: {
|
||||||
|
allowSiteGrouping: true,
|
||||||
|
allowLabelGrouping: true,
|
||||||
|
requireSearchOrFilter: false
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
try {
|
||||||
|
const sp = buildLauncherSearchParams(scaleFilters, 1);
|
||||||
|
sp.delete("page");
|
||||||
|
sp.delete("pageSize");
|
||||||
|
const scaleRes = await internal.get<
|
||||||
|
AxiosResponse<ListLauncherScaleResponse>
|
||||||
|
>(`/org/${orgId}/launcher/scale?${sp.toString()}`, cookieHeader);
|
||||||
|
scale = scaleRes.data.data.scale;
|
||||||
|
} catch (e) {}
|
||||||
|
|
||||||
const groupFilters = {
|
const groupFilters = {
|
||||||
query: config.query,
|
query: config.query,
|
||||||
groupBy: config.groupBy,
|
groupBy: config.groupBy,
|
||||||
@@ -62,20 +105,24 @@ export async function fetchLauncherPageData(
|
|||||||
pageSize: 20
|
pageSize: 20
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
if (shouldFetchLauncherGroups(scale, config)) {
|
||||||
const sp = buildLauncherSearchParams(groupFilters, 1);
|
try {
|
||||||
const groupsRes = await internal.get<
|
const sp = buildLauncherSearchParams(groupFilters, 1);
|
||||||
AxiosResponse<ListLauncherGroupsResponse>
|
const groupsRes = await internal.get<
|
||||||
>(`/org/${orgId}/launcher/groups?${sp.toString()}`, cookieHeader);
|
AxiosResponse<ListLauncherGroupsResponse>
|
||||||
groups = groupsRes.data.data.groups;
|
>(`/org/${orgId}/launcher/groups?${sp.toString()}`, cookieHeader);
|
||||||
groupsPagination = groupsRes.data.data.pagination;
|
groups = groupsRes.data.data.groups;
|
||||||
} catch (e) {}
|
groupsPagination = groupsRes.data.data.pagination;
|
||||||
|
} catch (e) {}
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
views,
|
views,
|
||||||
|
defaultViewOverrides,
|
||||||
activeViewId,
|
activeViewId,
|
||||||
config,
|
config,
|
||||||
savedConfig,
|
savedConfig,
|
||||||
|
scale,
|
||||||
groups,
|
groups,
|
||||||
groupsPagination
|
groupsPagination
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
import type { LauncherActiveViewId } from "@app/lib/launcherLocalStorage";
|
import type { LauncherActiveViewId } from "@app/lib/launcherLocalStorage";
|
||||||
import {
|
import {
|
||||||
defaultLauncherViewConfig,
|
defaultLauncherViewConfig,
|
||||||
|
getEffectiveDefaultLauncherConfig,
|
||||||
parseIdListParam,
|
parseIdListParam,
|
||||||
|
type LauncherDefaultViewOverrides,
|
||||||
type LauncherViewConfig,
|
type LauncherViewConfig,
|
||||||
type LauncherViewRecord
|
type LauncherViewRecord
|
||||||
} from "@server/routers/launcher/types";
|
} from "@server/routers/launcher/types";
|
||||||
@@ -64,10 +66,13 @@ export function isLauncherConfigEqual(
|
|||||||
|
|
||||||
export function getLauncherUrlBaseConfig(
|
export function getLauncherUrlBaseConfig(
|
||||||
viewId: LauncherActiveViewId,
|
viewId: LauncherActiveViewId,
|
||||||
views: LauncherViewRecord[]
|
views: LauncherViewRecord[],
|
||||||
|
defaultViewOverrides?: LauncherDefaultViewOverrides
|
||||||
): LauncherViewConfig {
|
): LauncherViewConfig {
|
||||||
if (viewId === "default") {
|
if (viewId === "default") {
|
||||||
return defaultLauncherViewConfig;
|
return defaultViewOverrides
|
||||||
|
? getEffectiveDefaultLauncherConfig(defaultViewOverrides)
|
||||||
|
: defaultLauncherViewConfig;
|
||||||
}
|
}
|
||||||
|
|
||||||
const savedView = views.find((view) => view.viewId === viewId);
|
const savedView = views.find((view) => view.viewId === viewId);
|
||||||
@@ -113,7 +118,7 @@ function parseConfigOverrides(
|
|||||||
}
|
}
|
||||||
|
|
||||||
const groupBy = searchParams.get("groupBy");
|
const groupBy = searchParams.get("groupBy");
|
||||||
if (groupBy === "site" || groupBy === "label") {
|
if (groupBy === "site" || groupBy === "label" || groupBy === "none") {
|
||||||
overrides.groupBy = groupBy;
|
overrides.groupBy = groupBy;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -172,7 +177,8 @@ function isValidActiveViewId(
|
|||||||
export function resolveLauncherStateFromUrl(
|
export function resolveLauncherStateFromUrl(
|
||||||
searchParams: URLSearchParams,
|
searchParams: URLSearchParams,
|
||||||
views: LauncherViewRecord[],
|
views: LauncherViewRecord[],
|
||||||
fallbackViewId: LauncherActiveViewId | null
|
fallbackViewId: LauncherActiveViewId | null,
|
||||||
|
defaultViewOverrides?: LauncherDefaultViewOverrides
|
||||||
): ResolvedLauncherState {
|
): ResolvedLauncherState {
|
||||||
const parsed = parseLauncherUrlState(searchParams);
|
const parsed = parseLauncherUrlState(searchParams);
|
||||||
|
|
||||||
@@ -188,18 +194,26 @@ export function resolveLauncherStateFromUrl(
|
|||||||
: "default";
|
: "default";
|
||||||
}
|
}
|
||||||
|
|
||||||
const savedConfig = getLauncherUrlBaseConfig(activeViewId, views);
|
const savedConfig = getLauncherUrlBaseConfig(
|
||||||
|
activeViewId,
|
||||||
|
views,
|
||||||
|
defaultViewOverrides
|
||||||
|
);
|
||||||
|
|
||||||
let config: LauncherViewConfig;
|
let config: LauncherViewConfig;
|
||||||
if (hasLauncherConfigParams(searchParams)) {
|
if (hasLauncherConfigParams(searchParams)) {
|
||||||
config = resolveLauncherConfig(
|
config = resolveLauncherConfig(
|
||||||
defaultLauncherViewConfig,
|
getEffectiveDefaultLauncherConfig(
|
||||||
|
defaultViewOverrides ?? { personal: null, orgWide: null }
|
||||||
|
),
|
||||||
parsed.configOverrides
|
parsed.configOverrides
|
||||||
);
|
);
|
||||||
} else if (activeViewId !== "default") {
|
} else if (activeViewId !== "default") {
|
||||||
config = savedConfig;
|
config = savedConfig;
|
||||||
} else {
|
} else {
|
||||||
config = defaultLauncherViewConfig;
|
config = getEffectiveDefaultLauncherConfig(
|
||||||
|
defaultViewOverrides ?? { personal: null, orgWide: null }
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -50,11 +50,16 @@ import type {
|
|||||||
ListLauncherGroupsResponse,
|
ListLauncherGroupsResponse,
|
||||||
ListLauncherLabelsResponse,
|
ListLauncherLabelsResponse,
|
||||||
ListLauncherResourcesResponse,
|
ListLauncherResourcesResponse,
|
||||||
|
ListLauncherScaleResponse,
|
||||||
ListLauncherSitesResponse,
|
ListLauncherSitesResponse,
|
||||||
ListLauncherViewsResponse,
|
ListLauncherViewsResponse,
|
||||||
LauncherListQuery,
|
LauncherListQuery,
|
||||||
|
LauncherResource,
|
||||||
LauncherViewConfig
|
LauncherViewConfig
|
||||||
} from "@server/routers/launcher/types";
|
} from "@server/routers/launcher/types";
|
||||||
|
import type { GetResourceResponse } from "@server/routers/resource/getResource";
|
||||||
|
import type { GetResourceAuthInfoResponse } from "@server/routers/resource/getResourceAuthInfo";
|
||||||
|
import type { GetSiteResourceResponse } from "@server/routers/siteResource/getSiteResource";
|
||||||
import type { LauncherQueryFilters } from "@app/lib/launcherSearchParams";
|
import type { LauncherQueryFilters } from "@app/lib/launcherSearchParams";
|
||||||
import { buildLauncherSearchParams } from "@app/lib/launcherSearchParams";
|
import { buildLauncherSearchParams } from "@app/lib/launcherSearchParams";
|
||||||
|
|
||||||
@@ -1189,13 +1194,13 @@ export const launcherQueries = {
|
|||||||
const res = await meta!.api.get<
|
const res = await meta!.api.get<
|
||||||
AxiosResponse<ListLauncherViewsResponse>
|
AxiosResponse<ListLauncherViewsResponse>
|
||||||
>(`/org/${orgId}/launcher/views`, { signal });
|
>(`/org/${orgId}/launcher/views`, { signal });
|
||||||
return res.data.data.views;
|
return res.data.data;
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
sites: ({
|
sites: ({
|
||||||
orgId,
|
orgId,
|
||||||
query,
|
query,
|
||||||
perPage = 500
|
perPage = 20
|
||||||
}: {
|
}: {
|
||||||
orgId: string;
|
orgId: string;
|
||||||
query?: string;
|
query?: string;
|
||||||
@@ -1227,7 +1232,7 @@ export const launcherQueries = {
|
|||||||
labels: ({
|
labels: ({
|
||||||
orgId,
|
orgId,
|
||||||
query,
|
query,
|
||||||
perPage = 500
|
perPage = 20
|
||||||
}: {
|
}: {
|
||||||
orgId: string;
|
orgId: string;
|
||||||
query?: string;
|
query?: string;
|
||||||
@@ -1298,5 +1303,62 @@ export const launcherQueries = {
|
|||||||
const nextPage = page + 1;
|
const nextPage = page + 1;
|
||||||
return page * pageSize < total ? nextPage : undefined;
|
return page * pageSize < total ? nextPage : undefined;
|
||||||
}
|
}
|
||||||
|
}),
|
||||||
|
scale: (orgId: string, filters: LauncherQueryFilters) =>
|
||||||
|
queryOptions({
|
||||||
|
queryKey: ["ORG", orgId, "LAUNCHER", "SCALE", filters] as const,
|
||||||
|
queryFn: async ({ signal, meta }) => {
|
||||||
|
const sp = buildLauncherSearchParams(filters, 1);
|
||||||
|
sp.delete("page");
|
||||||
|
sp.delete("pageSize");
|
||||||
|
sp.delete("groupKey");
|
||||||
|
const res = await meta!.api.get<
|
||||||
|
AxiosResponse<ListLauncherScaleResponse>
|
||||||
|
>(`/org/${orgId}/launcher/scale?${sp.toString()}`, { signal });
|
||||||
|
return res.data.data.scale;
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
resourceDetail: (orgId: string, resource: LauncherResource | null) =>
|
||||||
|
queryOptions({
|
||||||
|
queryKey: [
|
||||||
|
"ORG",
|
||||||
|
orgId,
|
||||||
|
"LAUNCHER",
|
||||||
|
"RESOURCE_DETAIL",
|
||||||
|
resource?.launcherResourceKey ?? null
|
||||||
|
] as const,
|
||||||
|
enabled: resource != null,
|
||||||
|
queryFn: async ({ signal, meta }) => {
|
||||||
|
if (!resource) {
|
||||||
|
throw new Error("Resource is required");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (resource.resourceType === "public") {
|
||||||
|
const res = await meta!.api.get<
|
||||||
|
AxiosResponse<GetResourceResponse>
|
||||||
|
>(`/org/${orgId}/resource/${resource.niceId}`, { signal });
|
||||||
|
const resourceData = res.data.data;
|
||||||
|
const authRes = await meta!.api.get<
|
||||||
|
AxiosResponse<GetResourceAuthInfoResponse>
|
||||||
|
>(`/resource/${resourceData.resourceGuid}/auth`, {
|
||||||
|
signal
|
||||||
|
});
|
||||||
|
return {
|
||||||
|
resourceType: "public" as const,
|
||||||
|
data: resourceData,
|
||||||
|
authInfo: authRes.data.data
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
const siteResourceId =
|
||||||
|
resource.siteResourceId ?? resource.resourceId;
|
||||||
|
const res = await meta!.api.get<
|
||||||
|
AxiosResponse<GetSiteResourceResponse>
|
||||||
|
>(`/org/${orgId}/site-resource/${siteResourceId}`, { signal });
|
||||||
|
return {
|
||||||
|
resourceType: "site" as const,
|
||||||
|
data: res.data.data
|
||||||
|
};
|
||||||
|
}
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user